Lines Matching defs:context

39 static int write_bmc_event_reg(struct mbox_context *context)  in write_bmc_event_reg()
78 int set_bmc_events(struct mbox_context *context, uint8_t bmc_event, in set_bmc_events()
106 int clr_bmc_events(struct mbox_context *context, uint8_t bmc_event, in clr_bmc_events()
122 int mbox_handle_reset(struct mbox_context *context, in mbox_handle_reset()
136 static uint16_t get_suggested_timeout(struct mbox_context *context) in get_suggested_timeout()
171 int mbox_handle_mbox_info(struct mbox_context *context, in mbox_handle_mbox_info()
250 int mbox_handle_flash_info(struct mbox_context *context, in mbox_handle_flash_info()
281 static inline uint16_t get_lpc_addr_shifted(struct mbox_context *context) in get_lpc_addr_shifted()
314 int mbox_handle_read_window(struct mbox_context *context, in mbox_handle_read_window()
387 int mbox_handle_write_window(struct mbox_context *context, in mbox_handle_write_window()
421 int mbox_handle_dirty_window(struct mbox_context *context, in mbox_handle_dirty_window()
480 int mbox_handle_erase_window(struct mbox_context *context, in mbox_handle_erase_window()
533 int mbox_handle_flush_window(struct mbox_context *context, in mbox_handle_flush_window()
629 int mbox_handle_close_window(struct mbox_context *context, in mbox_handle_close_window()
663 int mbox_handle_ack(struct mbox_context *context, union mbox_regs *req, in mbox_handle_ack()
679 static int check_req_valid(struct mbox_context *context, union mbox_regs *req) in check_req_valid()
735 static int handle_mbox_req(struct mbox_context *context, union mbox_regs *req) in handle_mbox_req()
785 static int get_message(struct mbox_context *context, union mbox_regs *msg) in get_message()
814 int dispatch_mbox(struct mbox_context *context) in dispatch_mbox()
829 int __init_mbox_dev(struct mbox_context *context, const char *path) in __init_mbox_dev()
849 int init_mbox_dev(struct mbox_context *context) in init_mbox_dev()
854 void free_mbox_dev(struct mbox_context *context) in free_mbox_dev()