Searched refs:fw_req (Results 1 – 2 of 2) sorted by relevance
46 struct fw_request *fw_req = container_of(kref, struct fw_request, kref); in fw_req_release() local48 dev_dbg(fw_req->fw_download->parent, "firmware %s released\n", in fw_req_release()49 fw_req->name); in fw_req_release()51 release_firmware(fw_req->fw); in fw_req_release()65 if (!fw_req->timedout) in fw_req_release()66 ida_simple_remove(&fw_req->fw_download->id_map, in fw_req_release()67 fw_req->firmware_id); in fw_req_release()69 kfree(fw_req); in fw_req_release()86 static void put_fw_req(struct fw_request *fw_req) in put_fw_req() argument88 kref_put(&fw_req->kref, fw_req_release); in put_fw_req()[all …]
732 static inline void fcpio_color_enc(struct fcpio_fw_req *fw_req, u8 color) in fcpio_color_enc() argument734 u8 *c = ((u8 *) fw_req) + sizeof(struct fcpio_fw_req) - 1; in fcpio_color_enc()742 static inline void fcpio_color_dec(struct fcpio_fw_req *fw_req, u8 *color) in fcpio_color_dec() argument744 u8 *c = ((u8 *) fw_req) + sizeof(struct fcpio_fw_req) - 1; in fcpio_color_dec()