Lines Matching defs:controller
9 /* Display the ports dedicated to the companion controller */
33 * Dedicate or undedicate a port to the companion controller.
35 * return control of the port to the EHCI controller.
151 struct device *controller = ehci_to_hcd(ehci)->self.controller;
156 i = device_create_file(controller, &dev_attr_companion);
160 i = device_create_file(controller, &dev_attr_uframe_periodic_max);
167 struct device *controller = ehci_to_hcd(ehci)->self.controller;
171 device_remove_file(controller, &dev_attr_companion);
173 device_remove_file(controller, &dev_attr_uframe_periodic_max);