Home
last modified time | relevance | path

Searched refs:hcd (Results 126 – 150 of 213) sorted by relevance

123456789

/openbmc/linux/drivers/usb/host/
H A Dfhci.h462 static inline struct fhci_hcd *hcd_to_fhci(struct usb_hcd *hcd) in hcd_to_fhci() argument
464 return (struct fhci_hcd *)hcd->hcd_priv; in hcd_to_fhci()
530 int fhci_hub_status_data(struct usb_hcd *hcd, char *buf);
531 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
560 irqreturn_t fhci_irq(struct usb_hcd *hcd);
H A Dsl811.h158 static inline struct sl811 *hcd_to_sl811(struct usb_hcd *hcd) in hcd_to_sl811() argument
160 return (struct sl811 *) (hcd->hcd_priv); in hcd_to_sl811()
H A Dxhci-ring.c1887 writel(0x6F, hcd->regs + 0x1048); in xhci_cavium_reset_phy_quirk()
1900 struct usb_hcd *hcd; in handle_port_status() local
1940 hcd = port->rhub->hcd; in handle_port_status()
1952 usb_hcd_resume_root_hub(hcd); in handle_port_status()
1955 if (hcd->speed >= HCD_USB3 && in handle_port_status()
1996 mod_timer(&hcd->rh_timer, in handle_port_status()
2041 if (hcd->speed < HCD_USB3) { in handle_port_status()
2067 __func__, hcd->self.busnum); in handle_port_status()
2071 usb_hcd_poll_rh_status(hcd); in handle_port_status()
3168 if (!hcd->msi_enabled) { in xhci_irq()
[all …]
H A Dohci-dbg.c583 struct usb_hcd *hcd; in fill_registers_buffer() local
592 hcd = ohci_to_hcd(ohci); in fill_registers_buffer()
605 hcd->self.controller->bus->name, in fill_registers_buffer()
606 dev_name(hcd->self.controller), in fill_registers_buffer()
607 hcd->product_desc, in fill_registers_buffer()
610 if (!HCD_HW_ACCESSIBLE(hcd)) { in fill_registers_buffer()
H A DKconfig28 module will be called xhci-hcd.
133 xhci-plat-hcd.ko
158 module will be called ehci-hcd.
326 will be called octeon-hcd.
363 module will be called oxu210hp-hcd.
375 module will be called isp116x-hcd.
387 module will be called isp1362-hcd.
398 be called max3421-hcd.
414 module will be called ohci-hcd.
594 module will be called uhci-hcd.
[all …]
/openbmc/linux/drivers/usb/core/
H A Dsysfs.c911 struct usb_hcd *hcd; in authorized_default_show() local
913 hcd = bus_to_hcd(usb_bus); in authorized_default_show()
914 return sysfs_emit(buf, "%u\n", hcd->dev_policy); in authorized_default_show()
925 struct usb_hcd *hcd; in authorized_default_store() local
927 hcd = bus_to_hcd(usb_bus); in authorized_default_store()
930 hcd->dev_policy = val <= USB_DEVICE_AUTHORIZE_INTERNAL ? in authorized_default_store()
951 struct usb_hcd *hcd = bus_to_hcd(usb_dev->bus); in interface_authorized_default_show() local
953 return sysfs_emit(buf, "%u\n", !!HCD_INTF_AUTHORIZED(hcd)); in interface_authorized_default_show()
967 struct usb_hcd *hcd = bus_to_hcd(usb_dev->bus); in interface_authorized_default_store() local
975 set_bit(HCD_FLAG_INTF_AUTHORIZED, &hcd->flags); in interface_authorized_default_store()
[all …]
H A Dusb.c488 struct usb_hcd *hcd; in usb_release_dev() local
491 hcd = bus_to_hcd(udev->bus); in usb_release_dev()
496 usb_put_hcd(hcd); in usb_release_dev()
605 static bool usb_dev_authorized(struct usb_device *dev, struct usb_hcd *hcd) in usb_dev_authorized() argument
612 switch (hcd->dev_policy) { in usb_dev_authorized()
/openbmc/linux/drivers/usb/c67x00/
H A DMakefile8 c67x00-y := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.h17 struct usb_hcd hcd; member
/openbmc/linux/drivers/usb/isp1760/
H A DMakefile3 isp1760-$(CONFIG_USB_ISP1760_HCD) += isp1760-hcd.o
H A Disp1760-hcd.h48 struct usb_hcd *hcd; member
H A Disp1760-core.h49 struct isp1760_hcd hcd; member
/openbmc/linux/drivers/usb/fotg210/
H A DMakefile7 fotg210-objs-$(CONFIG_USB_FOTG210_HCD) += fotg210-hcd.o
/openbmc/linux/include/linux/usb/
H A Dehci_pdriver.h48 int (*pre_setup)(struct usb_hcd *hcd);
/openbmc/linux/include/linux/platform_data/
H A Dusb-ohci-s3c2410.h23 struct usb_hcd *hcd; member
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dusb-uhci.txt9 additionally the properties from usb-hcd.yaml (in the current directory) are
H A Dnvidia,tegra234-xusb.yaml30 - const: hcd
128 reg-names = "hcd", "fpci", "bar2";
H A Dbrcm,bcm7445-ehci.yaml10 - $ref: usb-hcd.yaml
H A Dmarvell,pxau2o-ehci.yaml14 - $ref: usb-hcd.yaml#
/openbmc/linux/drivers/usb/chipidea/
H A Dci_hdrc_tegra.c160 if (ci->hcd) { in tegra_usb_notify_event()
161 ehci = hcd_to_ehci(ci->hcd); in tegra_usb_notify_event()
240 struct ehci_hcd *ehci = hcd_to_ehci(ci->hcd); in tegra_ehci_hub_control()
/openbmc/qemu/tests/qtest/
H A Dmeson.build62 (config_all_devices.has_key('CONFIG_USB_UHCI') ? ['usb-hcd-uhci-test'] : []) + \
64 config_all_devices.has_key('CONFIG_USB_EHCI') ? ['usb-hcd-ehci-test'] : []) + \
65 (config_all_devices.has_key('CONFIG_USB_XHCI_NEC') ? ['usb-hcd-xhci-test'] : []) + \
169 (config_all_devices.has_key('CONFIG_USB_UHCI') ? ['usb-hcd-uhci-test'] : []) + \
170 (config_all_devices.has_key('CONFIG_USB_XHCI_NEC') ? ['usb-hcd-xhci-test'] : []) + \
267 'usb-hcd-ohci-test.c',
/openbmc/linux/drivers/usb/phy/
H A Dphy-mv-usb.c195 struct usb_hcd *hcd; in mv_otg_start_host() local
202 hcd = bus_to_hcd(otg->host); in mv_otg_start_host()
205 usb_add_hcd(hcd, hcd->irq, IRQF_SHARED); in mv_otg_start_host()
206 device_wakeup_enable(hcd->self.controller); in mv_otg_start_host()
208 usb_remove_hcd(hcd); in mv_otg_start_host()
/openbmc/linux/drivers/usb/usbip/
H A DKconfig22 tristate "VHCI hcd"
29 module will be called vhci-hcd.
/openbmc/linux/drivers/usb/dwc2/
H A DMakefile10 dwc2-y += hcd.o hcd_intr.o
/openbmc/u-boot/include/linux/usb/
H A Dxhci-fsl.h52 struct xhci_hccr *hcd; member

123456789