Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dmailbox.c37 struct scmi_mailbox *smbox = client_to_scmi_mailbox(cl); in tx_prepare() local
39 shmem_tx_prepare(smbox->shmem, m); in tx_prepare()
44 struct scmi_mailbox *smbox = client_to_scmi_mailbox(cl); in rx_callback() local
46 scmi_rx_callback(smbox->cinfo, shmem_read_header(smbox->shmem)); in rx_callback()
60 struct scmi_mailbox *smbox; in mailbox_chan_setup() local
67 smbox = devm_kzalloc(dev, sizeof(*smbox), GFP_KERNEL); in mailbox_chan_setup()
68 if (!smbox) in mailbox_chan_setup()
80 smbox->shmem = devm_ioremap(dev, res.start, size); in mailbox_chan_setup()
81 if (!smbox->shmem) { in mailbox_chan_setup()
86 cl = &smbox->cl; in mailbox_chan_setup()
[all …]