Lines Matching defs:context
73 static inline int mbox_xlate_errno(struct mbox_context *context, in mbox_xlate_errno()
96 static int transport_mbox_flush_events(struct mbox_context *context, uint8_t events) in transport_mbox_flush_events()
127 static int transport_mbox_put_events(struct mbox_context *context, in transport_mbox_put_events()
133 static int transport_mbox_update_events(struct mbox_context *context, in transport_mbox_update_events()
153 static int mbox_handle_reset(struct mbox_context *context, in mbox_handle_reset()
182 static int mbox_handle_mbox_info(struct mbox_context *context, in mbox_handle_mbox_info()
225 static int mbox_handle_flash_info(struct mbox_context *context, in mbox_handle_flash_info()
262 static inline uint16_t get_lpc_addr_shifted(struct mbox_context *context) in get_lpc_addr_shifted()
276 static int mbox_handle_create_window(struct mbox_context *context, bool ro, in mbox_handle_create_window()
318 static int mbox_handle_read_window(struct mbox_context *context, in mbox_handle_read_window()
343 static int mbox_handle_write_window(struct mbox_context *context, in mbox_handle_write_window()
365 static int mbox_handle_dirty_window(struct mbox_context *context, in mbox_handle_dirty_window()
395 static int mbox_handle_erase_window(struct mbox_context *context, in mbox_handle_erase_window()
429 static int mbox_handle_flush_window(struct mbox_context *context, in mbox_handle_flush_window()
454 static int mbox_handle_close_window(struct mbox_context *context, 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()
615 static int get_message(struct mbox_context *context, union mbox_regs *msg) in get_message()
644 int transport_mbox_dispatch(struct mbox_context *context) in transport_mbox_dispatch()
659 int __transport_mbox_init(struct mbox_context *context, const char *path, in __transport_mbox_init()
682 int transport_mbox_init(struct mbox_context *context, in transport_mbox_init()
694 void transport_mbox_free(struct mbox_context *context) in transport_mbox_free()