Lines Matching refs:devices
218 * iterates through all the devices connected to the bus and sends the device
227 /* only send ports, do not send other devices connected to bus */
234 * Iterates through all the devices connected to the bus and return 1
455 tmp->devices = tmp->cad = NULL;
702 pr_err("%s: no more devices allowed\n", port->name);
715 if (port->physport->devices) {
779 if (port->physport->devices) {
790 par_dev->next = port->physport->devices;
796 if (port->physport->devices)
797 port->physport->devices->prev = par_dev;
798 port->physport->devices = par_dev;
871 port->devices = dev->next;
1029 /* Now we do the change of devices */
1057 * interest. This is only allowed for devices sleeping in
1217 for (pd = port->devices; !port->cad && pd; pd = pd->next) {