Lines Matching refs:device
105 SNDEXResult SNDEXi_GetDeviceAsync (SNDEXDevice* device, SNDEXCallback callback, void* arg);
106 SNDEXResult SNDEXi_GetDevice (SNDEXDevice* device);
107 SNDEXResult SNDEXi_SetDeviceAsync (SNDEXDevice device, SNDEXCallback callback, void* arg);
108 SNDEXResult SNDEXi_SetDevice (SNDEXDevice device);
574 SNDEXi_GetDeviceAsync (SNDEXDevice* device, SNDEXCallback callback, void* arg) in SNDEXi_GetDeviceAsync() argument
588 SetSndexWork(callback, arg, (void*)device, SNDEX_PXI_COMMAND_GET_SND_DEVICE); in SNDEXi_GetDeviceAsync()
609 SNDEXi_GetDevice (SNDEXDevice* device) in SNDEXi_GetDevice() argument
626 result = SNDEXi_GetDeviceAsync(device, SyncCallback, (void*)(&msgQ)); in SNDEXi_GetDevice()
1032 SNDEXi_SetDeviceAsync (SNDEXDevice device, SNDEXCallback callback, void* arg) in SNDEXi_SetDeviceAsync() argument
1035 if (device >= SNDEX_DEVICE_MAX) in SNDEXi_SetDeviceAsync()
1037 SNDEXi_Warning("%s: Invalid parameter (device: %d)\n", __FUNCTION__, device); in SNDEXi_SetDeviceAsync()
1060 if (FALSE == SendCommand(sndexWork.command, (u8)device)) in SNDEXi_SetDeviceAsync()
1078 SNDEXi_SetDevice (SNDEXDevice device) in SNDEXi_SetDevice() argument
1095 result = SNDEXi_SetDeviceAsync(device, SyncCallback, (void*)(&msgQ)); in SNDEXi_SetDevice()