Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/siox/
Dsiox-core.c823 sdevice->status_errors_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add()
825 sdevice->watchdog_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add()
827 sdevice->watchdog_errors_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add()
829 sdevice->connected_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add()
/Linux-v4.19/drivers/nvdimm/
Dregion.c61 nd_region->bb_state = sysfs_get_dirent(nd_region->dev.kobj.sd, in nd_region_probe()
Dpmem.c483 pmem->bb_state = sysfs_get_dirent(disk_to_dev(disk)->kobj.sd, in pmem_attach_disk()
/Linux-v4.19/drivers/of/
Dkobj.c47 while (i < 16 && (kn = sysfs_get_dirent(kobj->sd, name))) { in safe_name()
/Linux-v4.19/drivers/misc/mic/cosm/
Dcosm_main.c278 cdev->state_sysfs = sysfs_get_dirent(cdev->sdev->kobj.sd, in cosm_driver_probe()
/Linux-v4.19/drivers/leds/
Dled-class.c132 sysfs_get_dirent(dev->kobj.sd, "brightness_hw_changed"); in led_add_brightness_hw_changed()
/Linux-v4.19/include/linux/
Dsysfs.h533 static inline struct kernfs_node *sysfs_get_dirent(struct kernfs_node *parent, in sysfs_get_dirent() function
/Linux-v4.19/drivers/md/
Dmd.h592 return sysfs_get_dirent(sd, name); in sysfs_get_dirent_safe()
Dmd-bitmap.c1841 bm = sysfs_get_dirent(mddev->kobj.sd, "bitmap"); in md_bitmap_create()
1843 bitmap->sysfs_can_clear = sysfs_get_dirent(bm, "can_clear"); in md_bitmap_create()
Dmd.c3814 mddev->sysfs_action = sysfs_get_dirent(mddev->kobj.sd, "sync_action"); in level_store()
/Linux-v4.19/drivers/gpio/
Dgpiolib-sysfs.c175 data->value_kn = sysfs_get_dirent(dev->kobj.sd, "value"); in gpio_sysfs_request_irq()
/Linux-v4.19/drivers/acpi/nfit/
Dcore.c1928 nfit_kernfs = sysfs_get_dirent(nvdimm_kobj(nvdimm)->sd, "nfit"); in acpi_nfit_register_dimms()
1930 nfit_mem->flags_attr = sysfs_get_dirent(nfit_kernfs, in acpi_nfit_register_dimms()
3112 nfit = sysfs_get_dirent(bus_dev->kobj.sd, "nfit"); in acpi_nfit_desc_init_scrub_attr()
3117 acpi_desc->scrub_count_state = sysfs_get_dirent(nfit, "scrub"); in acpi_nfit_desc_init_scrub_attr()