Home
last modified time | relevance | path

Searched refs:a_hnp_support (Results 1 – 10 of 10) 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()
H A Dudc.c1446 ci->gadget.a_hnp_support = 1; in isr_setup_packet_handler()
/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.h471 unsigned a_hnp_support:1; member
/linux/drivers/usb/gadget/udc/
H A Dcore.c1859 static USB_UDC_ATTR(a_hnp_support);
H A Ddummy_hcd.c1652 dum->gadget.a_hnp_support = 1; in handle_control_request()
H A Domap_udc.c1377 udc->gadget.a_hnp_support = !!(devstat & UDC_A_HNP_SUPPORT); in update_otg()
/linux/drivers/usb/musb/
H A Dmusb_gadget.c2071 musb->g.a_hnp_support = 0; in musb_g_reset()
/linux/drivers/usb/gadget/
H A Dcomposite.c1892 if (gadget->a_hnp_support) in composite_setup()