Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dkobject.c53 if (kobj->ktype->get_ownership) in kobject_get_ownership()
54 kobj->ktype->get_ownership(kobj, uid, gid); in kobject_get_ownership()
944 .get_ownership = kset_get_ownership,
/OK3568_Linux_fs/kernel/include/linux/
H A Dkobject.h151 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid); member
/OK3568_Linux_fs/kernel/include/linux/device/
H A Dclass.h74 void (*get_ownership)(struct device *dev, kuid_t *uid, kgid_t *gid); member
/OK3568_Linux_fs/kernel/net/core/
H A Dnet-sysfs.c1003 .get_ownership = rx_queue_get_ownership,
1634 .get_ownership = netdev_queue_get_ownership,
1911 .get_ownership = net_get_ownership,
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_if.c268 .get_ownership = brport_get_ownership,
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcore.c2141 if (dev->class && dev->class->get_ownership) in device_get_ownership()
2142 dev->class->get_ownership(dev, uid, gid); in device_get_ownership()
2149 .get_ownership = device_get_ownership,
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dkobject.rst306 void (*get_ownership)(struct kobject *kobj, kuid_t *uid, kgid_t *gid);