Searched defs:apple_mbox (Results 1 – 1 of 1) sorted by relevance
94 struct apple_mbox { struct96 const struct apple_mbox_hw *hw; argument110 static bool apple_mbox_hw_can_send(struct apple_mbox *apple_mbox) in apple_mbox_hw_can_send()118 static bool apple_mbox_hw_send_empty(struct apple_mbox *apple_mbox) in apple_mbox_hw_send_empty()126 static int apple_mbox_hw_send(struct apple_mbox *apple_mbox, in apple_mbox_hw_send()141 static bool apple_mbox_hw_can_recv(struct apple_mbox *apple_mbox) in apple_mbox_hw_can_recv()149 static int apple_mbox_hw_recv(struct apple_mbox *apple_mbox, in apple_mbox_hw_recv()167 struct apple_mbox *apple_mbox = chan->con_priv; in apple_mbox_chan_send_data() local195 struct apple_mbox *apple_mbox = data; in apple_mbox_send_empty_irq() local209 static int apple_mbox_poll(struct apple_mbox *apple_mbox) in apple_mbox_poll()[all …]