Searched refs:kobj (Results 1 – 3 of 3) sorted by relevance
491 a = atomic_read(&drv->kobj.refcount); in test_get_drv()503 if ((a == (atomic_read(&drv->kobj.refcount) - 1))) { in test_get_drv()551 a = atomic_read(&drv->kobj.refcount); in test_put_drv()557 if ((a == (atomic_read(&drv->kobj.refcount) + 1))) { in test_put_drv()
40 typedef struct kobj *kobj_t;77 struct kobj { struct
134 sysfs_path = kobject_get_path(&device->dev.kobj, GFP_KERNEL); in get_sysfs_path()