Searched refs:driver_bound (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/base/
H A Ddd.c397 static void driver_bound(struct device *dev) function
501 driver_bound(dev);
706 driver_bound(dev);
/linux-master/drivers/gpio/
H A Dgpio-sim.c565 bool driver_bound; member in struct:gpio_sim_device
586 simdev->driver_bound = true;
588 simdev->driver_bound = false;
979 dev->driver_bound = false;
993 if (!dev->driver_bound) {
/linux-master/drivers/input/serio/
H A Di8042.c157 bool driver_bound; member in struct:i8042_port
596 filter_dbg(port->driver_bound, data, "<- i8042 (interrupt, %d, %d%s%s)\n",
1531 port->driver_bound = true;
1535 port->driver_bound = false;

Completed in 144 milliseconds