Searched refs:syncMasterEndpoint (Results 1 – 3 of 3) sorted by relevance
362 audioUsbDriver->renderDataEndpoint->syncMasterEndpoint = NULL; in AudioUsbSetSyncEndpoint()367 audioUsbDriver->captureDataEndpoint->syncMasterEndpoint = NULL; in AudioUsbSetSyncEndpoint()394 audioUsbDriver->renderDataEndpoint->syncMasterEndpoint = audioUsbDriver->renderSyncEndpoint; in AudioUsbSetSyncEndpoint()398 … audioUsbDriver->captureDataEndpoint->syncMasterEndpoint = audioUsbDriver->captureSyncEndpoint; in AudioUsbSetSyncEndpoint()961 } else if (ep->syncMasterEndpoint) { in AudioUsbUpdataEndpointPacket()
88 if (endpoint->syncMasterEndpoint == NULL) { in AudioUsbEndpointImplicitFeedbackSink()91 if (endpoint->syncMasterEndpoint->type != AUDIO_USB_ENDPOINT_TYPE_DATA) { in AudioUsbEndpointImplicitFeedbackSink()
47 struct AudioUsbEndpoint *syncMasterEndpoint; member