Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mic/cosm/
Dcosm_main.c273 cdev->state_sysfs = sysfs_get_dirent(cdev->sdev->kobj.sd, in cosm_driver_probe()
/linux-4.4.14/include/linux/
Dsysfs.h514 static inline struct kernfs_node *sysfs_get_dirent(struct kernfs_node *parent, in sysfs_get_dirent() function
/linux-4.4.14/drivers/md/
Dmd.h552 return sysfs_get_dirent(sd, name); in sysfs_get_dirent_safe()
Dbitmap.c1757 bm = sysfs_get_dirent(mddev->kobj.sd, "bitmap"); in bitmap_create()
1759 bitmap->sysfs_can_clear = sysfs_get_dirent(bm, "can_clear"); in bitmap_create()
Dmd.c3572 mddev->sysfs_action = sysfs_get_dirent(mddev->kobj.sd, "sync_action"); in level_store()
/linux-4.4.14/drivers/gpio/
Dgpiolib-sysfs.c163 data->value_kn = sysfs_get_dirent(dev->kobj.sd, "value"); in gpio_sysfs_request_irq()
/linux-4.4.14/drivers/of/
Dbase.c122 while (i < 16 && (kn = sysfs_get_dirent(kobj->sd, name))) { in safe_name()