Home
last modified time | relevance | path

Searched defs:fw_sysfs (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/base/firmware_loader/
Dsysfs.h76 struct fw_sysfs { struct
84 static inline struct fw_sysfs *to_fw_sysfs(struct device *dev) in to_fw_sysfs() argument
91 static inline void fw_load_abort(struct fw_sysfs *fw_sysfs) in fw_load_abort()
112 static inline int fw_upload_start(struct fw_sysfs *fw_sysfs) in fw_upload_start()
117 static inline void fw_upload_free(struct fw_sysfs *fw_sysfs) in fw_upload_free()
Dsysfs.c67 static int do_firmware_uevent(struct fw_sysfs *fw_sysfs, struct kobj_uevent_env *env) in do_firmware_uevent()
81 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_uevent() local
94 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in fw_dev_release() local
129 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_loading_show() local
157 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_loading_store() local
268 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_data_read() local
297 static int fw_realloc_pages(struct fw_sysfs *fw_sysfs, int min_size) in fw_realloc_pages()
325 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_data_write() local
401 struct fw_sysfs *fw_sysfs; in fw_create_instance() local
Dsysfs_upload.c124 static struct fw_sysfs *fw_sysfs; in fw_upload_is_visible() local
161 struct fw_sysfs *fw_sysfs; in fw_upload_main() local
225 int fw_upload_start(struct fw_sysfs *fw_sysfs) in fw_upload_start()
267 void fw_upload_free(struct fw_sysfs *fw_sysfs) in fw_upload_free()
298 struct fw_sysfs *fw_sysfs; in firmware_upload_register() local
387 struct fw_sysfs *fw_sysfs = fw_upload->priv; in firmware_upload_unregister() local
Dfallback.c70 static int fw_load_sysfs_fallback(struct fw_sysfs *fw_sysfs, long timeout) in fw_load_sysfs_fallback()
130 struct fw_sysfs *fw_sysfs; in fw_load_from_user_helper() local