Home
last modified time | relevance | path

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

/openbmc/linux/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) argument
87 static inline void fw_load_abort(struct fw_sysfs *fw_sysfs) in fw_load_abort()
108 static inline int fw_upload_start(struct fw_sysfs *fw_sysfs) in fw_upload_start()
113 static inline void fw_upload_free(struct fw_sysfs *fw_sysfs) in fw_upload_free()
H A Dsysfs.c67 static int do_firmware_uevent(const struct fw_sysfs *fw_sysfs, struct kobj_uevent_env *env) in do_firmware_uevent()
81 const 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
266 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_data_read() local
295 static int fw_realloc_pages(struct fw_sysfs *fw_sysfs, int min_size) in fw_realloc_pages()
323 struct fw_sysfs *fw_sysfs = to_fw_sysfs(dev); in firmware_data_write() local
399 struct fw_sysfs *fw_sysfs; in fw_create_instance() local
H A 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
H A 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