Lines Matching refs:device
104 SNDEXResult SNDEXi_GetDeviceAsync (SNDEXDevice* device, SNDEXCallback callback, void* arg);
105 SNDEXResult SNDEXi_GetDevice (SNDEXDevice* device);
106 SNDEXResult SNDEXi_SetDeviceAsync (SNDEXDevice device, SNDEXCallback callback, void* arg);
107 SNDEXResult SNDEXi_SetDevice (SNDEXDevice device);
573 SNDEXi_GetDeviceAsync (SNDEXDevice* device, SNDEXCallback callback, void* arg) in SNDEXi_GetDeviceAsync() argument
587 SetSndexWork(callback, arg, (void*)device, SNDEX_PXI_COMMAND_GET_SND_DEVICE); in SNDEXi_GetDeviceAsync()
608 SNDEXi_GetDevice (SNDEXDevice* device) in SNDEXi_GetDevice() argument
625 result = SNDEXi_GetDeviceAsync(device, SyncCallback, (void*)(&msgQ)); in SNDEXi_GetDevice()
1031 SNDEXi_SetDeviceAsync (SNDEXDevice device, SNDEXCallback callback, void* arg) in SNDEXi_SetDeviceAsync() argument
1034 if (device >= SNDEX_DEVICE_MAX) in SNDEXi_SetDeviceAsync()
1036 SNDEXi_Warning("%s: Invalid parameter (device: %d)\n", __FUNCTION__, device); in SNDEXi_SetDeviceAsync()
1059 if (FALSE == SendCommand(sndexWork.command, (u8)device)) in SNDEXi_SetDeviceAsync()
1077 SNDEXi_SetDevice (SNDEXDevice device) in SNDEXi_SetDevice() argument
1094 result = SNDEXi_SetDeviceAsync(device, SyncCallback, (void*)(&msgQ)); in SNDEXi_SetDevice()