Searched refs:list (Results 1 - 25 of 5576) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/ti/
H A Ddavinci-mcasp.c713 unsigned int *list = (unsigned int *) cl->list; local
721 list[count++] = i;
724 list[count++] = i*slots;
2389 /* Allocate memory for long enough list for all possible
2396 mcasp->chconstr[SNDRV_PCM_STREAM_PLAYBACK].list =
2402 mcasp->chconstr[SNDRV_PCM_STREAM_CAPTURE].list =
2408 if (!mcasp->chconstr[SNDRV_PCM_STREAM_PLAYBACK].list ||
2409 !mcasp->chconstr[SNDRV_PCM_STREAM_CAPTURE].list) {
/linux-master/sound/soc/sof/
H A Dsof-audio.h331 struct snd_soc_dapm_widget_list *list; /* list of connected DAPM widgets */ member in struct:snd_sof_pcm_stream
350 struct list_head list; /* list in sdev pcm list */ member in struct:snd_sof_pcm
381 struct list_head list; /* list in sdev control list */ member in struct:snd_sof_control
397 * @list: item in snd_sof_dev dai_link list
407 struct list_head list; member in struct:snd_sof_dai_link
449 struct list_head list; /* list in sdev widget list */ member in struct:snd_sof_widget
503 struct list_head list; member in struct:snd_sof_pipeline
511 struct list_head list; /* list in sdev route list */ member in struct:snd_sof_route
530 struct list_head list; /* list in sdev dai list */ member in struct:snd_sof_dai
[all...]
H A Dpcm.c95 /* query DAPM for list of connected widgets and set them up */
97 struct snd_soc_dapm_widget_list *list; local
99 ret = snd_soc_dapm_dai_get_connected_widgets(dai, dir, &list,
107 spcm->stream[dir].list = list;
111 dev_err(sdev->dev, "error: failed widget list set up for pcm %d dir %d\n",
113 spcm->stream[dir].list = NULL;
114 snd_soc_dapm_dai_free_widgets(&list);
164 if (!spcm->stream[substream->stream].list) {
236 /* free the DAPM widget list */
[all...]
H A Dipc4-pcm.c400 /* nothing to trigger if the list is empty */
566 list_for_each_entry(slink, &sdev->dai_link_list, list) {
581 list_for_each_entry(dai, &sdev->dai_list, list)
823 for_each_dapm_widgets(sps->list, i, widget) {
H A Dipc3-pcm.c193 list_for_each_entry(dai, &sdev->dai_list, list) {
H A Ddebug.c168 /* add to dfsentry list */
169 list_add(&dfse->list, &sdev->dfsentry_list);
210 /* add to dfsentry list */
211 list_add(&dfse->list, &sdev->dfsentry_list);
325 /* add to dfsentry list */
326 list_add(&dfse->list, &sdev->dfsentry_list);
359 /* init dfsentry list */
/linux-master/sound/soc/meson/
H A Daxg-tdm-formatter.c16 struct list_head list; member in struct:axg_tdm_formatter
171 list_add_tail(&formatter->list, &ts->formatter_list);
182 list_del(&formatter->list);
337 list_for_each_entry(formatter, &ts->formatter_list, list) {
359 list_for_each_entry(formatter, &ts->formatter_list, list) {
385 * If the list is not empty, it would mean that one of the formatter
/linux-master/sound/soc/codecs/
H A Dcs35l41.c818 .list = cs35l41_src_rates,
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c747 /* return the position of NID in the list, or -1 if not found */
748 static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) argument
752 if (list[i] == nid)
756 /* return true if the given NID is found in the list */
757 static bool found_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) argument
759 return find_idx_in_nid_list(nid, list, nums) >= 0;
/linux-master/net/tipc/
H A Dmsg.c12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
117 /* tipc_buf_append(): Append a buffer to the fragment list of another buffer
300 * tipc_msg_fragment - build a fragment skb list for TIPC message
305 * @frags: returned fragment skb list
365 * @list: Buffer or chain of buffers to be returned to caller
373 int dsz, int pktmax, struct sk_buff_head *list)
397 one_page_mtu, list);
400 if (tipc_msg_assemble(list))
405 __skb_queue_tail(list, sk
372 tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, int offset, int dsz, int pktmax, struct sk_buff_head *list) argument
739 tipc_msg_assemble(struct sk_buff_head *list) argument
764 tipc_msg_reassemble(struct sk_buff_head *list, struct sk_buff_head *rcvq) argument
823 __tipc_skb_queue_sorted(struct sk_buff_head *list, u16 seqno, struct sk_buff *skb) argument
[all...]
/linux-master/net/mptcp/
H A Dprotocol.c984 list_del(&dfrag->list);
997 list_for_each_entry_safe(dfrag, dtmp, &msk->rtx_queue, list) {
1884 list_add_tail(&dfrag->list, &msk->rtx_queue);
2367 list_for_each_entry(cur, &msk->rtx_queue, list) {
2854 list_for_each_entry_safe(dfrag, dtmp, &msk->rtx_queue, list)
3301 /* The msk maintain a ref to each subflow in the connections list */
3352 /* join list will be eventually flushed (with rst) at sock lock release time */
/linux-master/net/ipv6/
H A Dip6_offload.c265 list_for_each_entry(p, head, list) {
/linux-master/net/ipv4/
H A Dudp_offload.c491 list_for_each_entry(p, head, list) {
600 list_for_each_entry(p, head, list) {
H A Dudp.c1501 struct sk_buff_head *list = &sk->sk_receive_queue; local
1534 spin_lock(&list->lock);
1537 spin_unlock(&list->lock);
1548 __skb_queue_tail(list, skb);
1549 spin_unlock(&list->lock);
2494 /* Do not bother scanning a too big list */
H A Daf_inet.c54 * Alan Cox : Locked down bind (see security list).
272 list_for_each_entry_rcu(answer, &inetsw[sock->type], list) {
1150 * the linked list inetsw.
1205 answer = list_entry(lh, struct inet_protosw, list);
1220 list_add_rcu(&p->list, last_perm);
1244 list_del_rcu(&p->list);
1514 list_for_each_entry(p, head, list) {
/linux-master/net/core/
H A Dskmsg.c761 list);
763 list_del(&link->list);
772 list_for_each_entry_safe(msg, tmp, &psock->ingress_msg, list) {
773 list_del(&msg->list);
794 list_for_each_entry_safe(link, tmp, &psock->link, list) {
795 list_del(&link->list);
H A Dskbuff.c27 * with respect to whatever list is being frobbed (e.g. via lock_sock()
153 * @list: the list of drop reasons within the subsystem, must point to
154 * a statically initialized list
157 const struct drop_reason_list *list)
165 RCU_INIT_POINTER(drop_reasons_by_subsys[subsys], list);
904 struct sk_buff *list; local
906 skb_walk_frags(skb, list)
907 skb_get(list);
1607 * alloc_skb_for_msg() - allocate sk_buff to wrap frag list formin
156 drop_reasons_register_subsys(enum skb_drop_reason_subsys subsys, const struct drop_reason_list *list) argument
2845 struct sk_buff *list = skb_shinfo(skb)->frag_list; local
3841 skb_dequeue(struct sk_buff_head *list) argument
3861 skb_dequeue_tail(struct sk_buff_head *list) argument
3882 skb_queue_purge_reason(struct sk_buff_head *list, enum skb_drop_reason reason) argument
3927 skb_errqueue_purge(struct sk_buff_head *list) argument
3959 skb_queue_head(struct sk_buff_head *list, struct sk_buff *newsk) argument
3980 skb_queue_tail(struct sk_buff_head *list, struct sk_buff *newsk) argument
4000 skb_unlink(struct sk_buff *skb, struct sk_buff_head *list) argument
4020 skb_append(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list) argument
6620 struct sk_buff *list = shinfo->frag_list; local
[all...]
H A Dgro.c31 list_for_each_entry(elem, &net_hotdata.offload_base, list) {
35 list_add_rcu(&po->list, elem->list.prev);
60 list_for_each_entry(po1, head, list) {
62 list_del_rcu(&po->list);
249 list_for_each_entry_rcu(ptype, head, list) {
261 WARN_ON(&ptype->list == head);
273 struct list_head *head = &napi->gro_hash[index].list;
276 list_for_each_entry_safe_reverse(skb, p, head, list) {
288 /* napi->gro_hash[].list contain
[all...]
/linux-master/net/bridge/
H A Dbr_forward.c209 list_for_each_entry_rcu(p, &br->port_list, list) {
/linux-master/net/8021q/
H A Dvlan_core.c126 * vlan info and vid list
163 struct list_head list; member in struct:vlan_vid_info
185 list_for_each_entry(vid_info, &vlan_info->vid_list, list) {
242 list_for_each_entry(vid_info, &vlan_info->vid_list, list) {
260 list_for_each_entry(vlan_vid_info, &vlan_info->vid_list, list) {
273 &vlan_info->vid_list, list) {
287 list_for_each_entry(vlan_vid_info, &vlan_info->vid_list, list)
312 list_add(&vid_info->list, &vlan_info->vid_list);
366 list_del(&vid_info->list);
409 list_for_each_entry(vid_info, &vlan_info->vid_list, list) {
[all...]
/linux-master/kernel/bpf/
H A Dcore.c877 struct list_head list; member in struct:bpf_prog_pack
923 list_add_tail(&pack->list, &pack_list);
948 list_for_each_entry(pack, &pack_list, list) {
982 list_for_each_entry(tmp, &pack_list, list) {
1001 list_del(&pack->list);
/linux-master/include/sound/
H A Demu10k1.h1554 struct list_head list; /* list link container */ member in struct:snd_emu10k1_fx8010_ctl
1715 struct snd_util_memhdr *memhdr; /* page allocation list */
/linux-master/include/net/
H A Dgro.h452 /* Queue one GRO_NORMAL SKB up for list processing. If batch size exceeded,
457 list_add_tail(&skb->list, &napi->rx_list);
/linux-master/include/linux/
H A Dskmsg.h34 * 1) used for chaining the front and sections when the list becomes
53 struct list_head list; member in struct:sk_msg
69 struct list_head list; member in struct:sk_psock_link
321 list_add_tail(&msg->list, &psock->ingress_msg);
334 msg = list_first_entry_or_null(&psock->ingress_msg, struct sk_msg, list);
336 list_del(&msg->list);
346 msg = list_first_entry_or_null(&psock->ingress_msg, struct sk_msg, list);
357 if (list_is_last(&msg->list, &psock->ingress_msg))
360 ret = list_next_entry(msg, list);
H A Dregmap.h13 #include <linux/list.h>

Completed in 345 milliseconds

1234567891011>>