Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/siox/
Dsiox-core.c827 sdevice->status_errors_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add()
829 sdevice->watchdog_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add()
831 sdevice->watchdog_errors_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add()
833 sdevice->connected_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add()
/Linux-v6.1/drivers/nvdimm/
Dregion.c40 sysfs_get_dirent(nd_region->dev.kobj.sd, "badblocks"); in nd_region_probe()
Dpmem.c604 pmem->bb_state = sysfs_get_dirent(disk_to_dev(disk)->kobj.sd, in pmem_attach_disk()
Ddimm_devs.c658 nvdimm->sec.overwrite_state = sysfs_get_dirent(dev->kobj.sd, "security"); in nvdimm_security_setup_events()
/Linux-v6.1/drivers/of/
Dkobj.c47 while (i < 16 && (kn = sysfs_get_dirent(kobj->sd, name))) { in safe_name()
/Linux-v6.1/drivers/leds/
Dled-class.c132 sysfs_get_dirent(dev->kobj.sd, "brightness_hw_changed"); in led_add_brightness_hw_changed()
/Linux-v6.1/include/linux/
Dsysfs.h643 static inline struct kernfs_node *sysfs_get_dirent(struct kernfs_node *parent, in sysfs_get_dirent() function
/Linux-v6.1/drivers/md/
Dmd.h646 return sysfs_get_dirent(sd, name); in sysfs_get_dirent_safe()
Dmd-bitmap.c1843 bm = sysfs_get_dirent(mddev->kobj.sd, "bitmap"); in md_bitmap_create()
1845 bitmap->sysfs_can_clear = sysfs_get_dirent(bm, "can_clear"); in md_bitmap_create()
Dmd.c4022 mddev->sysfs_action = sysfs_get_dirent(mddev->kobj.sd, "sync_action"); in level_store()
/Linux-v6.1/drivers/gpio/
Dgpiolib-sysfs.c166 data->value_kn = sysfs_get_dirent(dev->kobj.sd, "value"); in gpio_sysfs_request_irq()
/Linux-v6.1/drivers/acpi/nfit/
Dcore.c2088 nfit_kernfs = sysfs_get_dirent(nvdimm_kobj(nvdimm)->sd, "nfit"); in acpi_nfit_register_dimms()
2090 nfit_mem->flags_attr = sysfs_get_dirent(nfit_kernfs, in acpi_nfit_register_dimms()
3045 nfit = sysfs_get_dirent(bus_dev->kobj.sd, "nfit"); in acpi_nfit_desc_init_scrub_attr()
3050 acpi_desc->scrub_count_state = sysfs_get_dirent(nfit, "scrub"); in acpi_nfit_desc_init_scrub_attr()