Lines Matching defs:list
108 * @channels: list of all channels detected on this edge
197 * @list: lite entry for @channels in qcom_smd_edge
228 struct list_head list;
654 list_for_each_entry(channel, &edge->channels, list) {
883 list_for_each_entry(channel, &edge->channels, list) {
1203 * them to the edge's list of channels.
1251 list_add(&channel->list, &edge->channels);
1269 * LOCKING: edge->channels_lock only needs to cover the list operations, as the
1287 list_for_each_entry(channel, &edge->channels, list) {
1314 list_for_each_entry(channel, &edge->channels, list) {
1445 list_for_each_entry_safe(channel, tmp, &edge->channels, list) {
1446 list_del(&channel->list);