| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvHCD.c | 357 dev_dbg (hcd->controller, "no device features set yet%s","\n"); in rh_call_control() 467 dev_dbg (hcd->controller, "[root hub] device address %d\n", in rh_call_control() 511 dev_dbg (hcd->controller, "[no endpoint features yet]%s","\n"); in rh_call_control() 525 dev_dbg (hcd->controller, "[unsupported hub control message] (maxchild %d)\n", in rh_call_control() 532 dev_dbg (hcd->controller, "CTRL: TypeReq=0x%x val=0x%x idx=0x%x len=%d ==> %d\n", in rh_call_control() 596 dev_dbg (hcd->controller, in rh_status_urb() 844 dev_dbg (hcd->self.controller, "not queuing rh status urb\n"); in rh_queue_status() 1122 dev_info (bus->controller, "new USB bus registered, assigned bus number %d\n", bus->busnum); in usb_register_bus() 1130 dev_info (bus->controller, "USB bus %d deregistered\n", bus->busnum); in usb_deregister_bus() 1172 struct device_s *parent_dev = hcd->controller; in register_root_hub() [all …]
|
| H A D | drvUSB.c | 4024 struct device_s *controller; in usb_buffer_map() local 4029 || !(controller = bus->controller)) in usb_buffer_map() 4032 if (controller->dma_mask) { in usb_buffer_map() 4124 struct device_s *controller; in usb_buffer_dmasync() local 4130 || !(controller = bus->controller)) in usb_buffer_dmasync() 4133 if (controller->dma_mask) { in usb_buffer_dmasync() 4219 struct device_s *controller; in usb_buffer_unmap() local 4225 || !(controller = bus->controller)) in usb_buffer_unmap() 4228 if (controller->dma_mask) { in usb_buffer_unmap()
|
| H A D | drvEHCIDBG.cpp | 81 dev_dbg ((ehci)->hcd.controller , fmt , __VA_ARGS__ ) 83 dev_err ((ehci)->hcd.controller , fmt , __VA_ARGS__ ) 85 dev_info ((ehci)->hcd.controller , fmt , __VA_ARGS__ ) 87 dev_warn ((ehci)->hcd.controller , fmt , __VA_ARGS__ ) 103 dev_dbg ((ehci)->hcd.controller, in dbg_hcs_params() 143 dev_dbg ((ehci)->hcd.controller, in dbg_hcc_params() 151 dev_dbg ((ehci)->hcd.controller, in dbg_hcc_params() 180 dev_dbg ((ehci)->hcd.controller, "%s qtd %p next%08x %08x token%08x buf=%08x\n", label, qtd, in dbg_qtd() 186 dev_dbg ((ehci)->hcd.controller, " buf1=%08x buf2=%08x buf3=%08x bufp4=%08x\n", in dbg_qtd() 195 dev_dbg ((ehci)->hcd.controller, "%s qh %p next%08x info %x %x qtd %x\n", label, in dbg_qh()
|
| H A D | drvEHsTest.c | 98 const struct device_s *__mptr = hcd->controller; in issueSE0() 109 const struct device_s *__mptr = hcd->controller; in issueTestJ() 123 const struct device_s *__mptr = hcd->controller; in issueTestK() 137 const struct device_s *__mptr = hcd->controller; in issueTestPacket()
|
| H A D | drvEhciHcd.c | 1267 const struct device_s *__mptr = hcd->controller; in ehci_hub_control() 9257 hcd->self.controller = &dev->dev; in usb_hcd_cpe_ehci_probe() 9258 hcd->controller = hcd->self.controller; in usb_hcd_cpe_ehci_probe() 9268 dev_err (hcd->controller, "can't reset%s","\n"); in usb_hcd_cpe_ehci_probe() 9378 dev_dbg (hcd->controller, "halted; hcd not suspended%s","\n"); in usb_hcd_cpe_ehci_suspend() 9381 dev_dbg (hcd->controller, "hcd already suspended%s","\n"); in usb_hcd_cpe_ehci_suspend() 9387 dev_dbg (hcd->controller, "suspend fail, retval %d%s","\n", retval); in usb_hcd_cpe_ehci_suspend() 9397 dev_dbg (hcd->controller, "can't resume, not suspended!%s","\n"); in usb_hcd_cpe_ehci_resume() 9405 dev_dbg (hcd->controller, "resume fail, retval %d\n", retval); in usb_hcd_cpe_ehci_resume() 9683 hcd->self.controller = &dev->dev; in usb_hcd_cpe_ehci_probe_EX() [all …]
|
| H A D | drvEhciHcd_2.c | 191 hcd->self.controller = &dev->dev; in usb_hcd_cpe_ehci_probe_Port2() 192 hcd->controller = hcd->self.controller; in usb_hcd_cpe_ehci_probe_Port2() 202 dev_err (hcd->controller, "can't reset%s","\n"); in usb_hcd_cpe_ehci_probe_Port2()
|
| H A D | drvHCD.h | 133 struct device_s *controller; member 187 struct device *controller; member 553 hcd_to_bus (hcd)->root_hub, hcd->controller); in hcd_register_root()
|
| H A D | drvUSBEntry.c | 1629 const struct device_s *__mptr = hcd->controller; in Usb_host_Init_EX()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEHsTest.c | 98 const struct device_s *__mptr = hcd->controller; in issueSE0() 109 const struct device_s *__mptr = hcd->controller; in issueTestJ() 123 const struct device_s *__mptr = hcd->controller; in issueTestK() 137 const struct device_s *__mptr = hcd->controller; in issueTestPacket()
|
| H A D | drvUsbd.c | 705 pHcd->self.controller = &pDev->dev; in ms_new_usb_hcd() 706 pHcd->controller = pHcd->self.controller; in ms_new_usb_hcd() 844 struct device_s *pParent_dev = pHcd->controller; in ms_register_root_hub() 1029 if (pHcd->controller->dma_mask) in ms_hcd_submit_urb()
|
| H A D | drvHub.c | 743 const struct device_s *__mptr = hcd->controller; in ms_hub_port_reset() 915 const struct device_s *__mptr = pHcd->controller; in ms_hub_port_connect_change()
|
| H A D | drvUsbd.h | 118 struct device_s *controller; member
|
| H A D | drvEhciHcd.c | 497 const struct device_s *__mptr = pHcd->controller; in ms_hub_control()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | soundcard.h | 1215 #define SEQ_CONTROL(dev, chn, controller, value) \ argument 1216 _CHN_COMMON(dev, MIDI_CTL_CHANGE, chn, controller, 0, value) 1222 #define SEQ_V2_X_CONTROL(dev, voice, controller, value) {_SEQ_NEEDBUF(8);\ argument 1227 _seqbuf[_seqbufptr+4] = (controller);\
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvUSBHost.h | 149 struct device_s *controller; member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB.h | 171 struct device_s *controller; member
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mvideo.c.0 | 7130 * InputSource Mux is a controller which handles all of the video path. 7490 /// Initialize Mux before using Mux controller
|