Home
last modified time | relevance | path

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

/linux/Documentation/ABI/stable/
H A Dsysfs-class-udc1 What: /sys/class/udc/<udc>/a_alt_hnp_support
/linux/drivers/usb/chipidea/
H A Ddebug.c35 seq_printf(s, "a_alt_hnp_support = %d\n", gadget->a_alt_hnp_support); in ci_device_show()
/linux/drivers/usb/usbip/
H A Dvudc_transfer.c90 udc->gadget.a_alt_hnp_support = 1; in handle_control_request()
/linux/include/linux/usb/
H A Dgadget.h442 unsigned a_alt_hnp_support:1; member
/linux/drivers/usb/gadget/
H A Dcomposite.c1918 else if (gadget->a_alt_hnp_support) in composite_setup()