Home
last modified time | relevance | path

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

/drivers/base/
Ddevtmpfs.c128 req.name = device_get_devnode(dev, &req.mode, &req.uid, &req.gid, &tmp); in devtmpfs_create_node()
152 req.name = device_get_devnode(dev, NULL, NULL, NULL, &tmp); in devtmpfs_delete_node()
Dcore.c2305 name = device_get_devnode(dev, &mode, &uid, &gid, &tmp); in dev_uevent()
3659 const char *device_get_devnode(struct device *dev, in device_get_devnode() function