Lines Matching defs:fw_sysfs
76 struct fw_sysfs {
83 #define to_fw_sysfs(__dev) container_of_const(__dev, struct fw_sysfs, dev)
87 static inline void fw_load_abort(struct fw_sysfs *fw_sysfs)
89 struct fw_priv *fw_priv = fw_sysfs->fw_priv;
94 struct fw_sysfs *
104 int fw_upload_start(struct fw_sysfs *fw_sysfs);
105 void fw_upload_free(struct fw_sysfs *fw_sysfs);
108 static inline int fw_upload_start(struct fw_sysfs *fw_sysfs)
113 static inline void fw_upload_free(struct fw_sysfs *fw_sysfs)