Searched refs:device_get_devnode (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/base/ |
H A D | devtmpfs.c | 125 req.name = device_get_devnode(dev, &req.mode, &req.uid, &req.gid, &tmp); in devtmpfs_create_node() 149 req.name = device_get_devnode(dev, NULL, NULL, NULL, &tmp); in devtmpfs_delete_node()
|
H A D | base.h | 187 const char *device_get_devnode(const struct device *dev, umode_t *mode,
|
H A D | core.c | 2588 name = device_get_devnode(dev, &mode, &uid, &gid, &tmp); in dev_uevent() 3919 * device_get_devnode - path of device node file 3931 const char *device_get_devnode(const struct device *dev, in device_get_devnode() 3930 const char *device_get_devnode(const struct device *dev, device_get_devnode() function
|