Lines Matching refs:firmware_buf

137 struct firmware_buf {  struct
166 #define to_fwbuf(d) container_of(d, struct firmware_buf, ref) argument
179 static struct firmware_buf *__allocate_fw_buf(const char *fw_name, in __allocate_fw_buf()
182 struct firmware_buf *buf; in __allocate_fw_buf()
206 static struct firmware_buf *__fw_lookup_buf(const char *fw_name) in __fw_lookup_buf()
208 struct firmware_buf *tmp; in __fw_lookup_buf()
219 struct firmware_buf **buf) in fw_lookup_and_allocate_buf()
221 struct firmware_buf *tmp; in fw_lookup_and_allocate_buf()
244 struct firmware_buf *buf = to_fwbuf(ref); in __fw_free_buf()
268 static void fw_free_buf(struct firmware_buf *buf) in fw_free_buf()
294 static int fw_read_file_contents(struct file *file, struct firmware_buf *fw_buf) in fw_read_file_contents()
326 struct firmware_buf *buf) in fw_get_filesystem_firmware()
387 static void fw_set_page_data(struct firmware_buf *buf, struct firmware *fw) in fw_set_page_data()
470 struct firmware_buf *buf;
479 static void __fw_load_abort(struct firmware_buf *buf) in __fw_load_abort()
495 struct firmware_buf *buf = fw_priv->buf; in fw_load_abort()
515 struct firmware_buf, in fw_shutdown_notify()
617 static int fw_map_pages_buf(struct firmware_buf *buf) in fw_map_pages_buf()
647 struct firmware_buf *fw_buf; in firmware_loading_store()
724 struct firmware_buf *buf; in firmware_data_read()
764 struct firmware_buf *buf = fw_priv->buf; in fw_realloc_buffer()
819 struct firmware_buf *buf; in firmware_data_write()
919 struct firmware_buf *buf = fw_priv->buf; in _request_firmware_load()
984 struct firmware_buf *buf; in kill_requests_without_uevent()
985 struct firmware_buf *next; in kill_requests_without_uevent()
1016 static int sync_cached_firmware_buf(struct firmware_buf *buf) in sync_cached_firmware_buf()
1043 struct firmware_buf *buf; in _request_firmware_prepare()
1082 struct firmware_buf *buf = fw->priv; in assign_firmware_buf()
1376 static struct firmware_buf *fw_lookup_buf(const char *fw_name) in fw_lookup_buf()
1378 struct firmware_buf *tmp; in fw_lookup_buf()
1401 struct firmware_buf *buf; in uncache_firmware()