Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dtrace.h32 __field(unsigned, a_hnp_support)
53 __entry->a_hnp_support = g->a_hnp_support;
71 __entry->a_hnp_support ? "a_hnp:" : "",
H A Dcore.c1705 static USB_UDC_ATTR(a_hnp_support);
H A Dfsl_udc_core.c1458 udc->gadget.a_hnp_support = 1; in setup_received_irq()
1809 udc->gadget.a_hnp_support = 0; in reset_irq()
H A Ddummy_hcd.c1633 dum->gadget.a_hnp_support = 1; in handle_control_request()
H A Domap_udc.c1373 udc->gadget.a_hnp_support = !!(devstat & UDC_A_HNP_SUPPORT); in update_otg()
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-class-udc9 What: /sys/class/udc/<udc>/a_hnp_support
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_gadget_ep0.c70 result[0] |= musb->g.a_hnp_support in service_tx_status_request()
376 musb->g.a_hnp_support = 1; in service_zero_data_request()
H A Dmusb_gadget.c2073 musb->g.a_hnp_support = 0; in musb_g_reset()
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c77 result[0] |= musb->g.a_hnp_support in service_tx_status_request()
383 musb->g.a_hnp_support = 1; in service_zero_data_request()
H A Dmusb_gadget.c2289 musb->g.a_hnp_support = 0; in musb_g_reset()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dgadget.h537 unsigned a_hnp_support:1; member
/OK3568_Linux_fs/kernel/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.c1262 ci->gadget.a_hnp_support = 1; in isr_setup_packet_handler()
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvudc_transfer.c87 udc->gadget.a_hnp_support = 1; in handle_control_request()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dgadget.h447 unsigned a_hnp_support:1; member
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dfotg210.c784 .a_hnp_support = 0,
H A Dcomposite.c908 if (gadget->a_hnp_support) in composite_setup()
H A Ddwc2_udc_otg.c902 dev->gadget.a_hnp_support = 0; in dwc2_udc_probe()
H A Dether.c1311 if (gadget->a_hnp_support) in eth_setup()
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-isp1301-omap.c297 isp->phy.otg->gadget->a_hnp_support = 0; in gadget_suspend()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c1819 if (gadget->a_hnp_support) in composite_setup()