Searched refs:smbox (Results 1 – 1 of 1) sorted by relevance
39 struct scmi_mailbox *smbox = client_to_scmi_mailbox(cl); in tx_prepare() local41 shmem_tx_prepare(smbox->shmem, m, smbox->cinfo); in tx_prepare()46 struct scmi_mailbox *smbox = client_to_scmi_mailbox(cl); in rx_callback() local48 scmi_rx_callback(smbox->cinfo, shmem_read_header(smbox->shmem), NULL); in rx_callback()150 struct scmi_mailbox *smbox; in mailbox_chan_setup() local164 smbox = devm_kzalloc(dev, sizeof(*smbox), GFP_KERNEL); in mailbox_chan_setup()165 if (!smbox) in mailbox_chan_setup()182 smbox->shmem = devm_ioremap(dev, res.start, size); in mailbox_chan_setup()183 if (!smbox->shmem) { in mailbox_chan_setup()188 cl = &smbox->cl; in mailbox_chan_setup()[all …]