Searched refs:fw_xlate (Results 1 – 3 of 3) sorted by relevance
424 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()
894 mbox->controller.fw_xlate = mpxy_mbox_fw_xlate; in mpxy_mbox_probe()
83 struct mbox_chan *(*fw_xlate)(struct mbox_controller *mbox, member