Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/firmware_loader/
H A Dsysfs.c81 const 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()
H A 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()
H A Dsysfs.h83 #define to_fw_sysfs(__dev) container_of_const(__dev, struct fw_sysfs, dev) macro