Searched refs:sysfs_get_dirent (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/siox/ |
| H A D | siox-core.c | 873 sdevice->status_errors_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add() 875 sdevice->watchdog_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add() 877 sdevice->watchdog_errors_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add() 879 sdevice->connected_kn = sysfs_get_dirent(sdevice->dev.kobj.sd, in siox_device_add()
|
| /linux/drivers/nvdimm/ |
| H A D | region.c | 41 sysfs_get_dirent(nd_region->dev.kobj.sd, "badblocks"); in nd_region_probe()
|
| H A D | pmem.c | 595 pmem->bb_state = sysfs_get_dirent(disk_to_dev(disk)->kobj.sd, in pmem_attach_disk()
|
| H A D | dimm_devs.c | 656 nvdimm->sec.overwrite_state = sysfs_get_dirent(dev->kobj.sd, "security"); in nvdimm_security_setup_events()
|
| /linux/drivers/cxl/core/ |
| H A D | memdev.c | 1288 sec = sysfs_get_dirent(cxlmd->dev.kobj.sd, "security"); in devm_cxl_sanitize_setup_notifier() 1291 mds->security.sanitize_node = sysfs_get_dirent(sec, "state"); in devm_cxl_sanitize_setup_notifier()
|
| /linux/include/linux/ |
| H A D | sysfs.h | 794 static inline struct kernfs_node *sysfs_get_dirent(struct kernfs_node *parent, in sysfs_get_dirent() function
|
| /linux/drivers/md/ |
| H A D | md.h | 815 return sysfs_get_dirent(sd, name); in sysfs_get_dirent_safe()
|
| H A D | md-bitmap.c | 2146 bm = sysfs_get_dirent(mddev->kobj.sd, "bitmap"); in __bitmap_create() 2148 bitmap->sysfs_can_clear = sysfs_get_dirent(bm, "can_clear"); in __bitmap_create()
|
| H A D | md.c | 4188 mddev->sysfs_action = sysfs_get_dirent(mddev->kobj.sd, "sync_action"); in level_store()
|
| /linux/drivers/usb/core/ |
| H A D | port.c | 792 port_dev->state_kn = sysfs_get_dirent(port_dev->dev.kobj.sd, "state"); in usb_hub_create_port_device()
|
| /linux/drivers/ufs/core/ |
| H A D | ufshcd.c | 11381 hba->dme_qos_sysfs_handle = sysfs_get_dirent(hba->dev->kobj.sd, in ufshcd_init()
|