Home
last modified time | relevance | path

Searched refs:a_alt_hnp_support (Results 1 – 9 of 9) 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.h472 unsigned a_alt_hnp_support:1; member
/linux/drivers/usb/gadget/udc/
H A Dcore.c1860 static USB_UDC_ATTR(a_alt_hnp_support);
H A Ddummy_hcd.c1655 dum->gadget.a_alt_hnp_support = 1; in handle_control_request()
H A Domap_udc.c1378 udc->gadget.a_alt_hnp_support = !!(devstat & UDC_A_ALT_HNP_SUPPORT); in update_otg()
/linux/drivers/usb/musb/
H A Dmusb_gadget.c2070 musb->g.a_alt_hnp_support = 0; in musb_g_reset()
/linux/drivers/usb/gadget/
H A Dcomposite.c1894 else if (gadget->a_alt_hnp_support) in composite_setup()