Searched refs:fw_sysfs (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/base/firmware_loader/
H A Dsysfs.h76 struct fw_sysfs { struct
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) argument
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 fw_upload_start(struct fw_sysfs *fw_sysfs) argument
113 fw_upload_free(struct fw_sysfs *fw_sysfs) argument
[all...]
H A Dsysfs.c67 static int do_firmware_uevent(const struct fw_sysfs *fw_sysfs, struct kobj_uevent_env *env) argument
69 if (add_uevent_var(env, "FIRMWARE=%s", fw_sysfs->fw_priv->fw_name))
73 if (add_uevent_var(env, "ASYNC=%d", fw_sysfs->nowait))
81 const struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); local
85 if (fw_sysfs->fw_priv)
86 err = do_firmware_uevent(fw_sysfs, env);
94 struct fw_sysfs *fw_sysfs local
129 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); local
157 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); local
266 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); local
295 fw_realloc_pages(struct fw_sysfs *fw_sysfs, int min_size) argument
323 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); local
399 struct fw_sysfs *fw_sysfs; local
[all...]
H A Dsysfs_upload.c125 static struct fw_sysfs *fw_sysfs; local
127 fw_sysfs = to_fw_sysfs(kobj_to_dev(kobj));
129 if (fw_sysfs->fw_upload_priv || attr == &dev_attr_loading.attr)
162 struct fw_sysfs *fw_sysfs; local
170 fw_sysfs = (struct fw_sysfs *)fwl->priv;
171 fw_dev = &fw_sysfs->dev;
215 fw_free_paged_buf(fw_sysfs
226 fw_upload_start(struct fw_sysfs *fw_sysfs) argument
268 fw_upload_free(struct fw_sysfs *fw_sysfs) argument
299 struct fw_sysfs *fw_sysfs; local
388 struct fw_sysfs *fw_sysfs = fw_upload->priv; local
[all...]
H A Dfallback.c69 * @fw_sysfs: firmware sysfs information for the firmware to load
74 static int fw_load_sysfs_fallback(struct fw_sysfs *fw_sysfs, long timeout) argument
77 struct device *f_dev = &fw_sysfs->dev;
78 struct fw_priv *fw_priv = fw_sysfs->fw_priv;
105 kobject_uevent(&fw_sysfs->dev.kobj, KOBJ_ADD);
113 fw_load_abort(fw_sysfs);
134 struct fw_sysfs *fw_sysfs; local
155 fw_sysfs
[all...]

Completed in 224 milliseconds