Lines Matching defs:channels
44 * | |-- channels
75 * with the per-channel entries rooted at /channels being present only on a
76 * system where multiple transport channels have been configured.
597 * @chan_id: The channel ID to use, if zero the channels is automatically
1091 u8 *channels, int num_chans)
1122 ret = xa_insert(&raw->chans_q, channels[i], q,
1127 channels[i]);
1156 * @channels: The list of the existing channels
1157 * @num_chans: The number of entries in @channels
1167 u8 *channels, int num_chans,
1187 ret = scmi_raw_mode_setup(raw, channels, num_chans);
1211 * Expose per-channel entries if multiple channels available.
1219 top_chans = debugfs_create_dir("channels", raw->dentry);
1225 snprintf(cdir, 8, "0x%02X", channels[i]);