Home
last modified time | relevance | path

Searched refs:fu_id (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/subsys/usb/device/class/audio/
Daudio.c264 uint8_t *device, uint8_t fu_id) in get_feature_unit() argument
273 if (fu->bUnitID == fu_id) { in get_feature_unit()
644 uint8_t fu_id; in handle_feature_unit_req() local
649 fu_id = ((pSetup->wIndex) >> 8) & 0xFF; in handle_feature_unit_req()
650 fu = get_feature_unit(audio_dev_data, &device, fu_id); in handle_feature_unit_req()