Home
last modified time | relevance | path

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

/linux/Documentation/ABI/stable/
H A Dsysfs-class-udc9 What: /sys/class/udc/<udc>/a_hnp_support
/linux/drivers/usb/chipidea/
H A Ddebug.c34 seq_printf(s, "a_hnp_support = %d\n", gadget->a_hnp_support); in ci_device_show()
/linux/drivers/usb/usbip/
H A Dvudc_transfer.c87 udc->gadget.a_hnp_support = 1; in handle_control_request()
/linux/include/linux/usb/
H A Dgadget.h441 unsigned a_hnp_support:1; member
/linux/drivers/usb/gadget/
H A Dcomposite.c1916 if (gadget->a_hnp_support) in composite_setup()