Searched refs:AudioHost (Results 1 – 3 of 3) sorted by relevance
282 struct AudioHost *AudioHostCreateAndBind(struct HdfDeviceObject *device) in AudioHostCreateAndBind()284 struct AudioHost *audioHost = NULL; in AudioHostCreateAndBind()291 audioHost = (struct AudioHost *)OsalMemCalloc(sizeof(*audioHost)); in AudioHostCreateAndBind()304 struct AudioHost *audioHost = NULL; in AudioDriverBind()322 static int32_t AudioCardInit(struct HdfDeviceObject *device, struct AudioHost *audioHost) in AudioCardInit()379 struct AudioHost *audioHost = NULL; in AudioDriverInit()390 audioHost = (struct AudioHost *)device->service; in AudioDriverInit()401 struct AudioHost *audioHost = NULL; in AudioDriverRelease()415 audioHost = (struct AudioHost *)device->service; in AudioDriverRelease()
82 struct AudioHost *audioHost = NULL; in AudioUsbCodecDriverRelease()90 audioHost = CONTAINER_OF(device->service, struct AudioHost, service); in AudioUsbCodecDriverRelease()
207 struct AudioHost { struct249 struct AudioHost *AudioHostCreateAndBind(struct HdfDeviceObject *device);