Searched refs:hcd (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/broadcom/bcm43xx/
H A DMakefile5 FILES= LICENCE.broadcom_bcm43xx BCM43430A1.hcd
/netbsd-current/sys/external/bsd/dwc2/
H A Ddwctwo2netbsd78 core.c core.h core_intr.c hcd.c hcd.h hcd_ddma.c hcd_intr.c hcd_queue.c \
H A Ddwc2.h231 usb_hcd_resume_root_hub(struct usb_hcd *hcd) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c102 static void init_handler_common_data(struct amdgpu_dm_irq_handler_data *hcd, argument
107 hcd->handler = ih;
108 hcd->handler_arg = args;
109 hcd->dm = dm;
/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.h913 extern void dwc2_enable_global_interrupts(struct dwc2_hsotg *hcd);
914 extern void dwc2_disable_global_interrupts(struct dwc2_hsotg *hcd);
H A Ddwc2_hcd.c4 * hcd.c - DesignWare HS OTG Controller host-mode routines
2154 // struct usb_hcd *hcd = dwc2_hsotg_to_hcd(hsotg);
2156 // hcd->self.is_b_host = dwc2_hcd_is_b_host(hsotg);
2162 // struct usb_hcd *hcd = dwc2_hsotg_to_hcd(hsotg);
2164 // hcd->self.is_b_host = 0;
2449 struct usb_hcd *hcd; local
2453 hcd = dwc2_hsotg_to_hcd(hsotg);
2454 dev_dbg(hsotg->dev, "hsotg->hcd = %p\n", hcd);
2456 if (!hcd) {
[all...]

Completed in 95 milliseconds