Home
last modified time | relevance | path

Searched refs:mbox_dbg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mailbox/
H A Dsun6i-msgbox.c44 #define mbox_dbg(mbox, ...) dev_dbg((mbox)->controller.dev, __VA_ARGS__) macro
88 mbox_dbg(mbox, "Channel %d received 0x%08x\n", n, msg); in sun6i_msgbox_irq()
110 mbox_dbg(mbox, "Channel %d sent 0x%08x\n", n, msg); in sun6i_msgbox_send_data()
134 mbox_dbg(mbox, "Channel %d startup complete\n", n); in sun6i_msgbox_startup()
159 mbox_dbg(mbox, "Channel %d shutdown complete\n", n); in sun6i_msgbox_shutdown()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dsun6i-msgbox.c44 #define mbox_dbg(mbox, ...) dev_dbg((mbox)->controller.dev, __VA_ARGS__) macro
88 mbox_dbg(mbox, "Channel %d received 0x%08x\n", n, msg); in sun6i_msgbox_irq()
110 mbox_dbg(mbox, "Channel %d sent 0x%08x\n", n, msg); in sun6i_msgbox_send_data()
134 mbox_dbg(mbox, "Channel %d startup complete\n", n); in sun6i_msgbox_startup()
159 mbox_dbg(mbox, "Channel %d shutdown complete\n", n); in sun6i_msgbox_shutdown()

Completed in 2 milliseconds