| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | usb-otg-fsm.c | 169 if (!fsm->otg->host->b_hnp_enable) { in otg_hnp_polling_work() 177 fsm->otg->host->b_hnp_enable = 1; in otg_hnp_polling_work() 363 gadget->b_hnp_enable && fsm->a_bus_suspend) in otg_statemachine() 408 fsm->otg->host->b_hnp_enable) in otg_statemachine() 416 if (!fsm->b_conn && fsm->otg->host->b_hnp_enable) in otg_statemachine() 418 else if (!fsm->b_conn && !fsm->otg->host->b_hnp_enable) in otg_statemachine()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | trace.h | 31 __field(unsigned, b_hnp_enable) 52 __entry->b_hnp_enable = g->b_hnp_enable; 70 __entry->b_hnp_enable ? "b_hnp:" : "",
|
| H A D | core.c | 1704 static USB_UDC_ATTR(b_hnp_enable);
|
| H A D | fsl_udc_core.c | 1455 udc->gadget.b_hnp_enable = 1; in setup_received_irq() 1808 udc->gadget.b_hnp_enable = 0; in reset_irq()
|
| H A D | omap_udc.c | 1372 udc->gadget.b_hnp_enable = !!(devstat & UDC_B_HNP_ENABLE); in update_otg() 1379 if (udc->gadget.b_hnp_enable) { in update_otg()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_virthub.c | 91 musb->is_active = otg->host->b_hnp_enable; in musb_port_suspend() 100 musb->is_active = otg->host->b_hnp_enable; in musb_port_suspend() 209 if (otg->host->b_hnp_enable) { in musb_root_disconnect()
|
| H A D | musb_gadget_ep0.c | 66 result[0] |= musb->g.b_hnp_enable in service_tx_status_request() 370 musb->g.b_hnp_enable = 1; in service_zero_data_request()
|
| H A D | musb_core.c | 858 musb->is_active = musb->g.b_hnp_enable; in musb_handle_intr_suspend() 874 musb->is_active = musb->hcd->self.b_hnp_enable; in musb_handle_intr_suspend()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | otg-fsm.h | 172 int b_hnp_enable; member
|
| H A D | gadget.h | 446 unsigned b_hnp_enable:1; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/phy/ |
| H A D | phy-isp1301-omap.c | 296 isp->phy.otg->gadget->b_hnp_enable = 0; in gadget_suspend() 544 if (isp->phy.otg->gadget->b_hnp_enable) { in otg_update_isp() 1433 if (otg->default_a && (otg->host == NULL || !otg->host->b_hnp_enable)) in isp1301_start_hnp() 1436 || !otg->gadget->b_hnp_enable)) in isp1301_start_hnp()
|
| H A D | phy-fsl-usb.c | 271 if (!fsl_otg_dev->phy.otg->host->b_hnp_enable) in a_wait_enum()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-class-udc | 17 What: /sys/class/udc/<udc>/b_hnp_enable
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_gadget_ep0.c | 73 result[0] |= musb->g.b_hnp_enable in service_tx_status_request() 377 musb->g.b_hnp_enable = 1; in service_zero_data_request()
|
| H A D | musb_core.c | 637 && otg->gadget->b_hnp_enable; in musb_stage0_irq() 654 && otg->host->b_hnp_enable; in musb_stage0_irq()
|
| H A D | musb_gadget.c | 2287 musb->g.b_hnp_enable = 0; in musb_g_reset()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | gadget.h | 536 unsigned b_hnp_enable:1; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | debug.c | 33 seq_printf(s, "b_hnp_enable = %d\n", gadget->b_hnp_enable); in ci_device_show()
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vudc_transfer.c | 84 udc->gadget.b_hnp_enable = 1; in handle_control_request()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-hub.c | 773 && hcd->self.b_hnp_enable) in ohci_hub_control()
|
| H A D | ehci-hub.c | 943 && hcd->self.b_hnp_enable) { in ehci_hub_control()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | fotg210.c | 783 .b_hnp_enable = 0,
|
| H A D | dwc2_udc_otg.c | 901 dev->gadget.b_hnp_enable = 0; in dwc2_udc_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | usb.h | 446 unsigned b_hnp_enable:1; /* OTG: did A-Host enable HNP? */ member
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.c | 2341 bus->b_hnp_enable = 1; in usb_enumerate_device_otg() 2355 bus->b_hnp_enable = 0; in usb_enumerate_device_otg() 2421 if (IS_ENABLED(CONFIG_USB_OTG) && (udev->bus->b_hnp_enable in usb_enumerate_device() 4627 hdev->bus->b_hnp_enable = 0; in hub_port_init()
|