Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/arm_scmi/
H A Dsmc.c261 .chan_available = smc_chan_available,
H A Dcommon.h202 bool (*chan_available)(struct device_node *of_node, int idx); member
H A Dmailbox.c313 .chan_available = mailbox_chan_available,
H A Doptee.c530 .chan_available = scmi_optee_chan_available,
H A Dvirtio.c796 .chan_available = virtio_chan_available,
H A Ddriver.c2311 if (!info->desc->ops->chan_available(of_node, idx)) { in scmi_chan_setup()