Home
last modified time | relevance | path

Searched defs:apple_mbox (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/mailbox/
Dapple-mailbox.c94 struct apple_mbox { struct
96 const struct apple_mbox_hw *hw; argument
110 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() local
195 struct apple_mbox *apple_mbox = data; in apple_mbox_send_empty_irq() local
209 static int apple_mbox_poll(struct apple_mbox *apple_mbox) in apple_mbox_poll()
[all …]