Home
last modified time | relevance | path

Searched refs:list_ (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/sound/
Dsoc-dpcm.h139 int stream, struct snd_soc_dapm_widget_list **list_);
/Linux-v4.19/include/linux/
Dskbuff.h1586 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_) in skb_peek() argument
1588 struct sk_buff *skb = list_->next; in skb_peek()
1590 if (skb == (struct sk_buff *)list_) in skb_peek()
1605 const struct sk_buff_head *list_) in skb_peek_next() argument
1609 if (next == (struct sk_buff *)list_) in skb_peek_next()
1627 static inline struct sk_buff *skb_peek_tail(const struct sk_buff_head *list_) in skb_peek_tail() argument
1629 struct sk_buff *skb = list_->prev; in skb_peek_tail()
1631 if (skb == (struct sk_buff *)list_) in skb_peek_tail()
1643 static inline __u32 skb_queue_len(const struct sk_buff_head *list_) in skb_queue_len() argument
1645 return list_->qlen; in skb_queue_len()
/Linux-v4.19/sound/soc/
Dsoc-pcm.c1443 struct snd_soc_dapm_widget_list **list_) in dpcm_prune_paths() argument
1446 struct snd_soc_dapm_widget_list *list = *list_; in dpcm_prune_paths()
1484 struct snd_soc_dapm_widget_list **list_) in dpcm_add_paths() argument
1487 struct snd_soc_dapm_widget_list *list = *list_; in dpcm_add_paths()