Searched refs:smbox (Results 1 – 1 of 1) sorted by relevance
37 struct scmi_mailbox *smbox = client_to_scmi_mailbox(cl); in tx_prepare() local39 shmem_tx_prepare(smbox->shmem, m, smbox->cinfo); in tx_prepare()44 struct scmi_mailbox *smbox = client_to_scmi_mailbox(cl); in rx_callback() local46 scmi_rx_callback(smbox->cinfo, shmem_read_header(smbox->shmem), NULL); in rx_callback()60 struct scmi_mailbox *smbox; in mailbox_chan_setup() local67 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 …]