Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/usb/
Dotg-fsm.h16 #define OTG_STS_SELECTOR 0xF000 /* OTG status selector, according to macro
/linux-6.1.9/drivers/usb/common/
Dusb-otg-fsm.c146 OTG_STS_SELECTOR, in otg_hnp_polling_work()
/linux-6.1.9/include/uapi/linux/usb/
Dch9.h767 #define OTG_STS_SELECTOR 0xF000 /* OTG status selector */ macro
/linux-6.1.9/drivers/usb/chipidea/
Dudc.c1203 le16_to_cpu(req.wIndex) == OTG_STS_SELECTOR) && in isr_setup_packet_handler()
/linux-6.1.9/drivers/usb/gadget/
Dcomposite.c1889 (w_index == OTG_STS_SELECTOR)) { in composite_setup()