Home
last modified time | relevance | path

Searched refs:to_fw_sysfs (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/base/firmware_loader/
Dsysfs.c81 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_uevent()
94 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in fw_dev_release()
129 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_loading_show()
157 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_loading_store()
266 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_data_read()
323 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_data_write()
Dsysfs_upload.c62 struct fw_upload_priv *fwlp = to_fw_sysfs(dev)->fw_upload_priv; in status_show()
71 struct fw_upload_priv *fwlp = to_fw_sysfs(dev)->fw_upload_priv; in error_show()
94 struct fw_upload_priv *fwlp = to_fw_sysfs(dev)->fw_upload_priv; in cancel_store()
115 struct fw_upload_priv *fwlp = to_fw_sysfs(dev)->fw_upload_priv; in remaining_size_show()
126 fw_sysfs = to_fw_sysfs(kobj_to_dev(kobj)); in fw_upload_is_visible()
Dsysfs.h84 static inline struct fw_sysfs *to_fw_sysfs(struct device *dev) in to_fw_sysfs() function