Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
A Dmailbox.c46 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()
84 if (!smbox->shmem) { in mailbox_chan_setup()
89 cl = &smbox->cl; in mailbox_chan_setup()
97 if (IS_ERR(smbox->chan)) { in mailbox_chan_setup()
106 smbox->cinfo = cinfo; in mailbox_chan_setup()
116 if (smbox && !IS_ERR(smbox->chan)) { in mailbox_chan_free()
119 smbox->chan = NULL; in mailbox_chan_free()
[all …]

Completed in 3 milliseconds