Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Domap-mailbox.c99 bool send_no_irq; member
112 bool send_no_irq; member
375 if (mbox->send_no_irq) in omap_mbox_startup()
572 if (mbox->send_no_irq) in omap_mbox_chan_send_data()
752 finfo->send_no_irq = of_property_read_bool(child, "ti,mbox-send-noirq"); in omap_mbox_probe()
807 mbox->send_no_irq = finfo->send_no_irq; in omap_mbox_probe()