Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/arm_scmi/
H A Ddriver.c165 struct idr tx_idr; member
605 cinfo = idr_find(&info->tx_idr, protocol_id); in scmi_xfer_raw_channel_get()
610 cinfo = idr_find(&info->tx_idr, SCMI_PROTOCOL_BASE); in scmi_xfer_raw_channel_get()
1182 cinfo = idr_find(&info->tx_idr, pi->proto->id); in do_xfer()
2268 base_cinfo = idr_find(&sinfo->tx_idr, SCMI_PROTOCOL_BASE); in scmi_channels_max_msg_configure()
2309 idr = tx ? &info->tx_idr : &info->rx_idr; in scmi_chan_setup()
2470 scmi_cleanup_channels(info, &info->tx_idr); in scmi_cleanup_txrx_channels()
2625 idr_for_each_entry(&info->tx_idr, cinfo, id) { in scmi_debugfs_raw_mode_setup()
2687 idr_init(&info->tx_idr); in scmi_probe()