Searched refs:tx_idr (Results 1 – 1 of 1) sorted by relevance
167 struct idr tx_idr; member607 cinfo = idr_find(&info->tx_idr, protocol_id); in scmi_xfer_raw_channel_get()612 cinfo = idr_find(&info->tx_idr, SCMI_PROTOCOL_BASE); in scmi_xfer_raw_channel_get()1184 cinfo = idr_find(&info->tx_idr, pi->proto->id); in do_xfer()2297 base_cinfo = idr_find(&sinfo->tx_idr, SCMI_PROTOCOL_BASE); in scmi_channels_max_msg_configure()2338 idr = tx ? &info->tx_idr : &info->rx_idr; in scmi_chan_setup()2499 scmi_cleanup_channels(info, &info->tx_idr); in scmi_cleanup_txrx_channels()2654 idr_for_each_entry(&info->tx_idr, cinfo, id) { in scmi_debugfs_raw_mode_setup()2716 idr_init(&info->tx_idr); in scmi_probe()