Searched refs:tx_idr (Results 1 – 1 of 1) sorted by relevance
160 struct idr tx_idr; member767 cinfo = idr_find(&info->tx_idr, protocol_id); in scmi_xfer_raw_channel_get()772 cinfo = idr_find(&info->tx_idr, SCMI_PROTOCOL_BASE); in scmi_xfer_raw_channel_get()1412 cinfo = idr_find(&info->tx_idr, pi->proto->id); in do_xfer()2722 base_cinfo = idr_find(&sinfo->tx_idr, SCMI_PROTOCOL_BASE); in scmi_channels_max_msg_configure()2763 idr = tx ? &info->tx_idr : &info->rx_idr; in scmi_chan_setup()2929 scmi_cleanup_channels(info, &info->tx_idr); in scmi_cleanup_txrx_channels()3138 idr_for_each_entry(&info->tx_idr, cinfo, id) { in scmi_debugfs_raw_mode_setup()3269 idr_init(&info->tx_idr); in scmi_probe()