Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/firmware/arm_scmi/
Dmailbox.c37 struct scmi_mailbox *smbox = client_to_scmi_mailbox(cl); in tx_prepare() local
39 shmem_tx_prepare(smbox->shmem, m, smbox->cinfo); 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), NULL); 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()
83 smbox->shmem = devm_ioremap(dev, res.start, size); in mailbox_chan_setup()
84 if (!smbox->shmem) { in mailbox_chan_setup()
89 cl = &smbox->cl; in mailbox_chan_setup()
[all …]