Home
last modified time | relevance | path

Searched refs:bcm2835_mbox (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mailbox/
Dbcm2835-mailbox.c61 struct bcm2835_mbox { struct
67 static struct bcm2835_mbox *bcm2835_link_mbox(struct mbox_chan *link) in bcm2835_link_mbox() argument
69 return container_of(link->mbox, struct bcm2835_mbox, controller); in bcm2835_link_mbox()
74 struct bcm2835_mbox *mbox = dev_id; in bcm2835_mbox_irq()
88 struct bcm2835_mbox *mbox = bcm2835_link_mbox(link); in bcm2835_send_data()
100 struct bcm2835_mbox *mbox = bcm2835_link_mbox(link); in bcm2835_startup()
110 struct bcm2835_mbox *mbox = bcm2835_link_mbox(link); in bcm2835_shutdown()
117 struct bcm2835_mbox *mbox = bcm2835_link_mbox(link); in bcm2835_last_tx_done()
147 struct bcm2835_mbox *mbox; in bcm2835_mbox_probe()
193 struct bcm2835_mbox *mbox = platform_get_drvdata(pdev); in bcm2835_mbox_remove()