Lines Matching defs:driver
103 printk("tbase: driver is %s\n", drv->name);
121 /* my driver stuff */
211 store_new_id(struct device_driver *driver, const char *buf, size_t count)
415 struct device_driver *drv = dev->driver;
451 if (dev->driver->remove)
452 dev->driver->remove = NULL;
481 * return a pointer to the driver passed in
496 printk("tbase: get driver returned driver\n");
499 printk("tbase: get driver failed to return driver\n");
505 printk("tbase: correctly set ref count get driver\n");
508 printk("tbase: incorrect ref count get driver\n");
543 * pointer in the driver structure
559 printk("tbase: correctly set ref count put driver\n");
562 printk("tbase: incorrect ref count put driver\n");
604 * driver and if that call is successful then
687 printk("tbase: found no device/driver matches\n");