Searched refs:mbox_regs (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-mboxd/ |
H A D | mboxd_msg.h | 26 union mbox_regs *req, struct mbox_msg *resp); 28 union mbox_regs *req, struct mbox_msg *resp); 30 union mbox_regs *req, struct mbox_msg *resp); 32 union mbox_regs *req, struct mbox_msg *resp); 34 union mbox_regs *req, struct mbox_msg *resp); 36 union mbox_regs *req, struct mbox_msg *resp); 38 union mbox_regs *req, struct mbox_msg *resp); 40 union mbox_regs *req, struct mbox_msg *resp); 41 int mbox_handle_ack(struct mbox_context *context, union mbox_regs *req, 44 union mbox_regs *req, struct mbox_msg *resp);
|
H A D | mboxd_msg.c | 123 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_reset() 172 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_mbox_info() 251 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_flash_info() 315 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_read_window() 388 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_write_window() 422 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_dirty_window() 481 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_erase_window() 534 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_flush_window() 630 union mbox_regs *req, struct mbox_msg *resp) in mbox_handle_close_window() 663 int mbox_handle_ack(struct mbox_context *context, union mbox_regs *req, in mbox_handle_ack() [all …]
|
H A D | mbox.h | 128 union mbox_regs { union 135 typedef int (*mboxd_mbox_handler)(struct mbox_context *, union mbox_regs *,
|
/openbmc/hiomapd/ |
H A D | transport_mbox.c | 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() [all …]
|
H A D | transport_mbox.h | 50 union mbox_regs { union
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | mboxd_msg.hpp | 7 union mbox_regs *req, struct mbox_msg *resp);
|
H A D | mboxd_msg.cpp | 34 union mbox_regs* req, struct mbox_msg* resp) in vpnor_handle_write_window()
|
/openbmc/hiomapd/test/ |
H A D | windows_equally_evictable.c | 39 union mbox_regs regs; in mbox_create_read_window()
|
/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | dump_flash.cpp | 47 union mbox_regs regs; in mbox_create_read_window()
|
/openbmc/hiomapd/vpnor/test/ |
H A D | dump_flash.cpp | 48 union mbox_regs regs; in mbox_create_read_window()
|