Home
last modified time | relevance | path

Searched refs:device_get_devnode (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/base/
Ddevtmpfs.c93 req.name = device_get_devnode(dev, &req.mode, &req.uid, &req.gid, &tmp); in devtmpfs_create_node()
129 req.name = device_get_devnode(dev, NULL, NULL, NULL, &tmp); in devtmpfs_delete_node()
Dcore.c314 name = device_get_devnode(dev, &mode, &uid, &gid, &tmp); in dev_uevent()
1343 const char *device_get_devnode(struct device *dev, in device_get_devnode() function
/linux-4.4.14/include/linux/
Ddevice.h1001 extern const char *device_get_devnode(struct device *dev,