Lines Matching refs:drivers
52 static LIST_HEAD(drivers);
149 * iterates through all the drivers registered with the bus and sends the port
170 list_for_each_entry(drv, &drivers, list)
174 * call the driver_check function of the drivers registered in
196 list_for_each_entry(drv, &drivers, list)
200 * call the detach function of the drivers registered in
207 /* Ask kmod for some lowlevel drivers. */
413 * should be made available to parallel port device drivers, it
415 * @dma parameters are for the convenience of port drivers, and
422 * If there are parallel port device drivers in the system that
514 * parport_announce_port - tell device drivers about a parallel port
520 * parport_announce_port() in order to notify all device drivers
549 /* Let drivers know that new port(s) has arrived. */
566 * this function in order to deal with device drivers that still
573 * Any drivers that have registered themselves using
637 * This function, called by parallel port device drivers,
684 * drivers is impossible and would lead to incorrect behaviour.