Lines Matching defs:count
211 store_new_id(struct device_driver *driver, const char *buf, size_t count)
214 return count;
441 * the reference count and clean up as required
447 /* increment reference count */
455 //check that reference count is smaller by one
482 * and increase the reference count to that
490 /* get reference count before test call */
502 /* check reference count */
505 printk("tbase: correctly set ref count get driver\n");
508 printk("tbase: incorrect ref count get driver\n");
518 * the reference count to that kobject
525 /* get reference count before test call */
542 * decrease the reference count to the kobject
550 /* get reference count before test call */
556 /* check reference count */
559 printk("tbase: correctly set ref count put driver\n");
562 printk("tbase: incorrect ref count put driver\n");
683 int count = 0;
685 count = bus_rescan_devices(&test_bus_type);
686 if (count == 0)
688 else if (count > 0)
692 return count;