|
Linux Kernel
3.7.1
|
#include <mailbox.h>
Data Fields | |
| omap_mbox_type_t | type |
| int(* | startup )(struct omap_mbox *mbox) |
| void(* | shutdown )(struct omap_mbox *mbox) |
| mbox_msg_t(* | fifo_read )(struct omap_mbox *mbox) |
| void(* | fifo_write )(struct omap_mbox *mbox, mbox_msg_t msg) |
| int(* | fifo_empty )(struct omap_mbox *mbox) |
| int(* | fifo_full )(struct omap_mbox *mbox) |
| void(* | enable_irq )(struct omap_mbox *mbox, omap_mbox_irq_t irq) |
| void(* | disable_irq )(struct omap_mbox *mbox, omap_mbox_irq_t irq) |
| void(* | ack_irq )(struct omap_mbox *mbox, omap_mbox_irq_t irq) |
| int(* | is_irq )(struct omap_mbox *mbox, omap_mbox_irq_t irq) |
| void(* | save_ctx )(struct omap_mbox *mbox) |
| void(* | restore_ctx )(struct omap_mbox *mbox) |
1.8.2