Searched refs:list_ (Results 1 – 3 of 3) sorted by relevance
142 int stream, struct snd_soc_dapm_widget_list **list_);
1248 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_) in skb_peek() argument1250 struct sk_buff *skb = list_->next; in skb_peek()1252 if (skb == (struct sk_buff *)list_) in skb_peek()1267 const struct sk_buff_head *list_) in skb_peek_next() argument1271 if (next == (struct sk_buff *)list_) in skb_peek_next()1289 static inline struct sk_buff *skb_peek_tail(const struct sk_buff_head *list_) in skb_peek_tail() argument1291 struct sk_buff *skb = list_->prev; in skb_peek_tail()1293 if (skb == (struct sk_buff *)list_) in skb_peek_tail()1305 static inline __u32 skb_queue_len(const struct sk_buff_head *list_) in skb_queue_len() argument1307 return list_->qlen; in skb_queue_len()
1234 int stream, struct snd_soc_dapm_widget_list **list_) in dpcm_path_get() argument1251 *list_ = list; in dpcm_path_get()1256 struct snd_soc_dapm_widget_list **list_) in dpcm_prune_paths() argument1259 struct snd_soc_dapm_widget_list *list = *list_; in dpcm_prune_paths()1297 struct snd_soc_dapm_widget_list **list_) in dpcm_add_paths() argument1300 struct snd_soc_dapm_widget_list *list = *list_; in dpcm_add_paths()