Home
last modified time | relevance | path

Searched refs:b_hnp_enable (Results 1 – 24 of 24) sorted by relevance

/linux-6.3-rc2/drivers/usb/common/
A Dusb-otg-fsm.c169 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()
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dtrace.h31 __field(unsigned, b_hnp_enable)
52 __entry->b_hnp_enable = g->b_hnp_enable;
70 __entry->b_hnp_enable ? "b_hnp:" : "",
A Dcore.c1695 static USB_UDC_ATTR(b_hnp_enable);
A Dfsl_udc_core.c1455 udc->gadget.b_hnp_enable = 1; in setup_received_irq()
1808 udc->gadget.b_hnp_enable = 0; in reset_irq()
A Domap_udc.c1377 udc->gadget.b_hnp_enable = !!(devstat & UDC_B_HNP_ENABLE); in update_otg()
1384 if (udc->gadget.b_hnp_enable) { in update_otg()
A Ddummy_hcd.c1642 dum->gadget.b_hnp_enable = 1; in handle_control_request()
/linux-6.3-rc2/drivers/usb/musb/
A Dmusb_virthub.c91 musb->xceiv->otg->host->b_hnp_enable; in musb_port_suspend()
101 musb->xceiv->otg->host->b_hnp_enable; in musb_port_suspend()
208 if (musb->xceiv && musb->xceiv->otg->host->b_hnp_enable) { in musb_root_disconnect()
A Dmusb_gadget_ep0.c66 result[0] |= musb->g.b_hnp_enable in service_tx_status_request()
370 musb->g.b_hnp_enable = 1; in service_zero_data_request()
A Dmusb_core.c855 musb->is_active = musb->g.b_hnp_enable; in musb_handle_intr_suspend()
871 musb->is_active = musb->hcd->self.b_hnp_enable; in musb_handle_intr_suspend()
A Dmusb_gadget.c2076 musb->g.b_hnp_enable = 0; in musb_g_reset()
/linux-6.3-rc2/include/linux/usb/
A Dotg-fsm.h159 int b_hnp_enable; member
A Dgadget.h434 unsigned b_hnp_enable:1; member
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-class-udc17 What: /sys/class/udc/<udc>/b_hnp_enable
/linux-6.3-rc2/drivers/usb/chipidea/
A Ddebug.c33 seq_printf(s, "b_hnp_enable = %d\n", gadget->b_hnp_enable); in ci_device_show()
A Dudc.c1265 ci->gadget.b_hnp_enable = 1; in isr_setup_packet_handler()
/linux-6.3-rc2/drivers/usb/usbip/
A Dvudc_transfer.c84 udc->gadget.b_hnp_enable = 1; in handle_control_request()
/linux-6.3-rc2/drivers/usb/host/
A Dohci-hub.c777 && hcd->self.b_hnp_enable) in ohci_hub_control()
A Dehci-hub.c805 && hcd->self.b_hnp_enable) { in ehci_hub_control()
A Dxhci-tegra.c2732 if (!((hcd->self.otg_port == (port + 1)) && hcd->self.b_hnp_enable)) in tegra_xhci_hub_control()
2742 if (!((hcd->self.otg_port == (port + 1)) && hcd->self.b_hnp_enable)) in tegra_xhci_hub_control()
/linux-6.3-rc2/drivers/usb/phy/
A Dphy-fsl-usb.c271 if (!fsl_otg_dev->phy.otg->host->b_hnp_enable) in a_wait_enum()
/linux-6.3-rc2/include/linux/
A Dusb.h447 unsigned b_hnp_enable:1; /* OTG: did A-Host enable HNP? */ member
/linux-6.3-rc2/drivers/usb/core/
A Dhub.c2352 bus->b_hnp_enable = 1; in usb_enumerate_device_otg()
2366 bus->b_hnp_enable = 0; in usb_enumerate_device_otg()
2431 if (IS_ENABLED(CONFIG_USB_OTG) && (udev->bus->b_hnp_enable in usb_enumerate_device()
4737 hdev->bus->b_hnp_enable = 0; in hub_port_init()
/linux-6.3-rc2/Documentation/driver-api/usb/
A Dgadget.rst473 exposed in new gadget attributes such as ``b_hnp_enable`` flag. HNP
/linux-6.3-rc2/drivers/usb/dwc2/
A Dhcd.c3251 return hcd->self.b_hnp_enable; in dwc2_host_is_b_hnp_enabled()

Completed in 164 milliseconds