Lines Matching defs:req
154 union mbox_regs *req __attribute__((unused)), in mbox_handle_reset()
183 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_mbox_info()
226 union mbox_regs *req __attribute__((unused)), in mbox_handle_flash_info()
277 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_create_window()
319 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_read_window()
344 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_write_window()
366 union mbox_regs *req, in mbox_handle_dirty_window()
396 union mbox_regs *req, in mbox_handle_erase_window()
430 union mbox_regs *req, in mbox_handle_flush_window()
455 union mbox_regs *req, in mbox_handle_close_window()
473 static int mbox_handle_ack(struct mbox_context *context, union mbox_regs *req, in mbox_handle_ack()
490 static int check_req_valid(struct mbox_context *context, union mbox_regs *req) in check_req_valid()
556 static int handle_mbox_req(struct mbox_context *context, union mbox_regs *req) in handle_mbox_req()
647 union mbox_regs req = { 0 }; in transport_mbox_dispatch() local