Lines Matching defs:data
165 static int apple_mbox_chan_send_data(struct mbox_chan *chan, void *data)
168 struct apple_mbox_msg *msg = data;
193 static irqreturn_t apple_mbox_send_empty_irq(int irq, void *data)
195 struct apple_mbox *apple_mbox = data;
235 static irqreturn_t apple_mbox_recv_irq(int irq, void *data)
237 struct apple_mbox *apple_mbox = data;
333 if (!match->data)
346 mbox->hw = match->data;
424 { .compatible = "apple,asc-mailbox-v4", .data = &apple_mbox_asc_hw },
425 { .compatible = "apple,m3-mailbox-v2", .data = &apple_mbox_m3_hw },