Searched refs:get_ownership (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | kobject.h | 122 void (*get_ownership)(const struct kobject *kobj, kuid_t *uid, kgid_t *gid); member
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | kobject.rst | 264 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);
|
| /linux/net/bridge/ |
| H A D | br_if.c | 278 .get_ownership = brport_get_ownership,
|
| /linux/drivers/base/ |
| H A D | core.c | 2587 if (dev->class && dev->class->get_ownership) in device_get_ownership() 2588 dev->class->get_ownership(dev, uid, gid); in device_get_ownership() 2595 .get_ownership = device_get_ownership,
|
| /linux/Documentation/core-api/ |
| H A D | kobject.rst | 305 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);
|