Searched refs:list_ (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/sound/
H A Dsoc-dpcm.h142 int stream, struct snd_soc_dapm_widget_list **list_);
/linux-4.4.14/scripts/
H A Dgen_initramfs_list.sh234 dep_list="list_"
/linux-4.4.14/include/linux/
H A Dskbuff.h1364 * @list_: list to peek at
1375 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_) skb_peek() argument
1377 struct sk_buff *skb = list_->next; skb_peek()
1379 if (skb == (struct sk_buff *)list_) skb_peek()
1387 * @list_: list to peek at
1394 const struct sk_buff_head *list_) skb_peek_next()
1398 if (next == (struct sk_buff *)list_) skb_peek_next()
1405 * @list_: list to peek at
1416 static inline struct sk_buff *skb_peek_tail(const struct sk_buff_head *list_) skb_peek_tail() argument
1418 struct sk_buff *skb = list_->prev; skb_peek_tail()
1420 if (skb == (struct sk_buff *)list_) skb_peek_tail()
1428 * @list_: list to measure
1432 static inline __u32 skb_queue_len(const struct sk_buff_head *list_) skb_queue_len() argument
1434 return list_->qlen; skb_queue_len()
1393 skb_peek_next(struct sk_buff *skb, const struct sk_buff_head *list_) skb_peek_next() argument
/linux-4.4.14/sound/soc/
H A Dsoc-pcm.c1296 struct snd_soc_dapm_widget_list **list_) dpcm_prune_paths()
1299 struct snd_soc_dapm_widget_list *list = *list_; dpcm_prune_paths()
1337 struct snd_soc_dapm_widget_list **list_) dpcm_add_paths()
1340 struct snd_soc_dapm_widget_list *list = *list_; dpcm_add_paths()
1295 dpcm_prune_paths(struct snd_soc_pcm_runtime *fe, int stream, struct snd_soc_dapm_widget_list **list_) dpcm_prune_paths() argument
1336 dpcm_add_paths(struct snd_soc_pcm_runtime *fe, int stream, struct snd_soc_dapm_widget_list **list_) dpcm_add_paths() argument

Completed in 204 milliseconds