Lines Matching defs:controller

82 	dev_dbg(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
84 dev_err(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
86 dev_info(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
88 dev_warn(fotg210_to_hcd(fotg210)->self.controller, fmt, ## args)
90 /* check the values in the HCSPARAMS register (host controller _Structural_
101 /* check the values in the HCCPARAMS register (host controller _Capability_
658 hcd->self.controller->bus->name,
659 dev_name(hcd->self.controller),
671 hcd->self.controller->bus->name,
672 dev_name(hcd->self.controller),
923 /* Reset a non-running (STS_HALT == 1) controller.
931 /* If the EHCI debug controller is active, special care must be
932 * taken before and after a host controller reset
956 /* Idle the controller (turn off the schedules).
1072 /* Don't enable anything if the controller isn't running (e.g., died) */
1120 /* Don't do anything if the controller isn't running (e.g., died) */
1163 /* Poll the STS_HALT status bit; see when a dead controller stops */
1175 fotg210_warn(fotg210, "Waited too long for the controller to stop, giving up\n");
1184 /* Not in process context, so don't try to reset the controller */
1233 /* Wait for controller to stop using old iTDs and siTDs */
1300 /* Not needed if the controller isn't running or it's already enabled */
1419 * controller by the user.
1495 * companion controller, hub_wq needs to be able to clear
1905 dma_free_coherent(fotg210_to_hcd(fotg210)->self.controller,
1922 fotg210_to_hcd(fotg210)->self.controller,
1931 fotg210_to_hcd(fotg210)->self.controller,
1944 fotg210_to_hcd(fotg210)->self.controller,
1953 dma_alloc_coherent(fotg210_to_hcd(fotg210)->self.controller,
3104 /* If the controller isn't running, we don't have to wait for it */
3612 * The EHCI spec doesn't say how long it takes the controller to
4764 struct device *controller = fotg210_to_hcd(fotg210)->self.controller;
4766 return device_create_file(controller, &dev_attr_uframe_periodic_max);
4771 struct device *controller = fotg210_to_hcd(fotg210)->self.controller;
4773 device_remove_file(controller, &dev_attr_uframe_periodic_max);
5039 * are explicitly handed to companion controller(s), so no TT is
5041 * and there's no companion controller unless maybe for USB OTG.)
5044 * from the companions to the EHCI controller. If any of the
5225 /* Don't let the controller do anything more */
5234 /* Handle completions when the controller stops */
5249 * urb + dev is in hcd.self.controller.urb_list
5551 * Allocates basic resources for this USB host controller, and
5602 device_wakeup_enable(hcd->self.controller);