Searched refs:tx_idr (Results 1 – 1 of 1) sorted by relevance
158 struct idr tx_idr; member765 cinfo = idr_find(&info->tx_idr, protocol_id); in scmi_xfer_raw_channel_get()770 cinfo = idr_find(&info->tx_idr, SCMI_PROTOCOL_BASE); in scmi_xfer_raw_channel_get()1410 cinfo = idr_find(&info->tx_idr, pi->proto->id); in do_xfer()2623 base_cinfo = idr_find(&sinfo->tx_idr, SCMI_PROTOCOL_BASE); in scmi_channels_max_msg_configure()2664 idr = tx ? &info->tx_idr : &info->rx_idr; in scmi_chan_setup()2829 scmi_cleanup_channels(info, &info->tx_idr); in scmi_cleanup_txrx_channels()3031 idr_for_each_entry(&info->tx_idr, cinfo, id) { in scmi_debugfs_raw_mode_setup()3159 idr_init(&info->tx_idr); in scmi_probe()