Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dmailbox.c424 if (mbox->fw_xlate) { in mbox_request_channel()
425 chan = mbox->fw_xlate(mbox, &fwspec); in mbox_request_channel()
539 if (!mbox->fw_xlate && !mbox->of_xlate) in mbox_controller_register()
540 mbox->fw_xlate = fw_mbox_index_xlate; in mbox_controller_register()
H A Driscv-sbi-mpxy-mbox.c894 mbox->controller.fw_xlate = mpxy_mbox_fw_xlate; in mpxy_mbox_probe()
/linux/include/linux/
H A Dmailbox_controller.h83 struct mbox_chan *(*fw_xlate)(struct mbox_controller *mbox, member