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()
202 static struct firmware_buf *__fw_lookup_buf(const char *fw_name) in __fw_lookup_buf()
204 struct firmware_buf *tmp; in __fw_lookup_buf()
215 struct firmware_buf **buf) in fw_lookup_and_allocate_buf()
217 struct firmware_buf *tmp; in fw_lookup_and_allocate_buf()
240 struct firmware_buf *buf = to_fwbuf(ref); in __fw_free_buf()
263 static void fw_free_buf(struct firmware_buf *buf) in fw_free_buf()
289 static int fw_read_file_contents(struct file *file, struct firmware_buf *fw_buf) in fw_read_file_contents()
321 struct firmware_buf *buf) in fw_get_filesystem_firmware()
373 static void fw_set_page_data(struct firmware_buf *buf, struct firmware *fw) in fw_set_page_data()
451 struct firmware_buf *buf;
460 static void __fw_load_abort(struct firmware_buf *buf) in __fw_load_abort()
476 struct firmware_buf *buf = fw_priv->buf; in fw_load_abort()
496 struct firmware_buf, in fw_shutdown_notify()
598 static int fw_map_pages_buf(struct firmware_buf *buf) in fw_map_pages_buf()
628 struct firmware_buf *fw_buf; in firmware_loading_store()
705 struct firmware_buf *buf; in firmware_data_read()
745 struct firmware_buf *buf = fw_priv->buf; in fw_realloc_buffer()
800 struct firmware_buf *buf; in firmware_data_write()
900 struct firmware_buf *buf = fw_priv->buf; in _request_firmware_load()
965 struct firmware_buf *buf; in kill_requests_without_uevent()
966 struct firmware_buf *next; in kill_requests_without_uevent()
997 static int sync_cached_firmware_buf(struct firmware_buf *buf) in sync_cached_firmware_buf()
1024 struct firmware_buf *buf; in _request_firmware_prepare()
1063 struct firmware_buf *buf = fw->priv; in assign_firmware_buf()
1351 static struct firmware_buf *fw_lookup_buf(const char *fw_name) in fw_lookup_buf()
1353 struct firmware_buf *tmp; in fw_lookup_buf()
1376 struct firmware_buf *buf; in uncache_firmware()