Home
last modified time | relevance | path

Searched refs:get_ownership (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Dkobject.h122 void (*get_ownership)(const struct kobject *kobj, kuid_t *uid, kgid_t *gid); member
/openbmc/linux/include/linux/device/
H A Dclass.h69 void (*get_ownership)(const struct device *dev, kuid_t *uid, kgid_t *gid); member
/openbmc/linux/lib/
H A Dkobject.c55 if (kobj->ktype->get_ownership) in kobject_get_ownership()
56 kobj->ktype->get_ownership(kobj, uid, gid); in kobject_get_ownership()
940 .get_ownership = kset_get_ownership,
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dkobject.rst264 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);
/openbmc/linux/net/core/
H A Dnet-sysfs.c1059 .get_ownership = rx_queue_get_ownership,
1678 .get_ownership = netdev_queue_get_ownership,
1962 .get_ownership = net_get_ownership,
/openbmc/linux/net/bridge/
H A Dbr_if.c278 .get_ownership = brport_get_ownership,
/openbmc/linux/drivers/base/
H A Dcore.c2528 if (dev->class && dev->class->get_ownership) in device_get_ownership()
2529 dev->class->get_ownership(dev, uid, gid); in device_get_ownership()
2536 .get_ownership = device_get_ownership,
/openbmc/linux/Documentation/core-api/
H A Dkobject.rst305 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);