Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/template/
H A Dusb_template_audio.c270 .isAltInterface = 1, /* this is an alternate setting */
328 .isAltInterface = 1, /* this is an alternate setting */
H A Dusb_template_phone.c226 .isAltInterface = 1, /* this is an alternate setting */
283 .isAltInterface = 1, /* this is an alternate setting */
H A Dusb_template.h68 uint8_t isAltInterface; member
H A Dusb_template_cdce.c212 .isAltInterface = 1, /* this is an alternate setting */
H A Dusb_template_serialnet.c226 .isAltInterface = 1, /* this is an alternate setting */
H A Dusb_template.c309 if (tid->isAltInterface == 0) { in usb_make_interface_desc()