Searched refs:ds (Results 151 - 175 of 394) sorted by relevance

1234567891011>>

/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dswitchdev.c70 dp = dsa_to_port(chip->ds, port);
/linux-master/net/dsa/
H A Duser.h38 void dsa_user_mii_bus_init(struct dsa_switch *ds);
H A Dtag_xrs700x.c23 dsa_hsr_foreach_port(partner, dp->ds, dp->hsr_dev)
/linux-master/arch/x86/include/asm/
H A Delf.h129 pr_reg[7] = regs->ds; \
157 struct pt_regs *regs, const u16 ds)
166 t->ds = t->es = ds;
217 asm("movl %%ds,%0" : "=r" (v)); (pr_reg)[23] = v; \
156 elf_common_init(struct thread_struct *t, struct pt_regs *regs, const u16 ds) argument
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_64.S68 mov %ax, %ds
111 mov %ax, %ds
129 movl %edx, %ds
238 movl %edx, %ds
H A Dwakeup_asm.S57 movw %cx, %ds
71 movw %ax, %ds
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_ethtool.c561 void sja1105_get_ethtool_stats(struct dsa_switch *ds, int port, u64 *data) argument
563 struct sja1105_private *priv = ds->priv;
576 dev_err(ds->dev,
584 void sja1105_get_strings(struct dsa_switch *ds, int port, argument
587 struct sja1105_private *priv = ds->priv;
606 int sja1105_get_sset_count(struct dsa_switch *ds, int port, int sset) argument
608 struct sja1105_private *priv = ds->priv;
/linux-master/sound/soc/meson/
H A Daxg-pdm.c62 unsigned int ds; member in struct:axg_pdm_lpf
72 unsigned int ds; member in struct:axg_pdm_hcic
151 unsigned int os = filters->hcic.ds;
160 os *= filters->lpf[i].ds;
303 val |= PDM_HCIC_CTRL1_DSR(hcic->ds);
323 val |= PDM_LPF_DSR(lpf->ds);
545 .ds = 8,
553 .ds = 2,
559 .ds = 2,
565 .ds
[all...]
/linux-master/arch/x86/kernel/
H A Dprocess_64.c74 unsigned int ds, es; local
105 asm("movl %%ds,%0" : "=r" (ds));
122 log_lvl, regs->cs, ds, es, cr0);
546 loadsegment(ds, _ds);
660 savesegment(ds, prev->ds);
661 if (unlikely(next->ds | prev->ds))
662 loadsegment(ds, nex
[all...]
H A Dasm-offsets_32.c31 OFFSET(PT_DS, pt_regs, ds);
/linux-master/arch/x86/math-emu/
H A Dget_address.c47 offsetof(struct kernel_vm86_regs, ds),
52 offsetof(struct kernel_vm86_regs, ds)
60 offsetof(struct pt_regs, ds),
63 offsetof(struct pt_regs, ds), /* dummy, not saved on stack */
65 offsetof(struct pt_regs, ds)
/linux-master/drivers/net/dsa/ocelot/
H A Dseville_vsc9953.c918 if (dsa_is_unused_port(felix->ds, port))
974 struct dsa_switch *ds; local
1002 ds = kzalloc(sizeof(struct dsa_switch), GFP_KERNEL);
1003 if (!ds) {
1009 ds->dev = &pdev->dev;
1010 ds->num_ports = felix->info->num_ports;
1011 ds->ops = &felix_switch_ops;
1012 ds->priv = ocelot;
1013 felix->ds = ds;
[all...]
/linux-master/tools/net/ynl/lib/
H A Dynl.c917 struct ynl_dump_state *ds = (void *)data; local
922 ret = ynl_check_alien(ds->yarg.ys, nlh, ds->rsp_cmd);
926 obj = calloc(1, ds->alloc_sz);
930 if (!ds->first)
931 ds->first = obj;
932 if (ds->last)
933 ds->last->next = obj;
934 ds->last = obj;
936 yarg = ds
942 ynl_dump_end(struct ynl_dump_state *ds) argument
[all...]
/linux-master/drivers/net/wireguard/
H A Dsocket.c21 struct endpoint *endpoint, u8 ds, struct dst_cache *cache)
85 udp_tunnel_xmit_skb(rt, sock, skb, fl.saddr, fl.daddr, ds,
98 struct endpoint *endpoint, u8 ds, struct dst_cache *cache)
152 udp_tunnel6_xmit_skb(dst, sock, skb, skb->dev, &fl.saddr, &fl.daddr, ds,
168 int wg_socket_send_skb_to_peer(struct wg_peer *peer, struct sk_buff *skb, u8 ds) argument
175 ret = send4(peer->device, skb, &peer->endpoint, ds,
178 ret = send6(peer->device, skb, &peer->endpoint, ds,
190 size_t len, u8 ds)
200 return wg_socket_send_skb_to_peer(peer, skb, ds);
20 send4(struct wg_device *wg, struct sk_buff *skb, struct endpoint *endpoint, u8 ds, struct dst_cache *cache) argument
97 send6(struct wg_device *wg, struct sk_buff *skb, struct endpoint *endpoint, u8 ds, struct dst_cache *cache) argument
189 wg_socket_send_buffer_to_peer(struct wg_peer *peer, void *buffer, size_t len, u8 ds) argument
/linux-master/sound/pci/asihpi/
H A Dasihpi.c575 struct snd_card_asihpi_pcm *ds = runtime->private_data; local
584 ds->drained_count = 0;
592 unsigned int preload = ds->period_bytes * 1;
595 ds->h_stream,
598 &ds->format));
599 ds->pcm_buf_host_rw_ofs = preload;
606 ds->h_stream);
737 struct snd_card_asihpi_pcm *ds = s->runtime->private_data; local
748 ds->h_stream, &state,
759 pcm_buf_dma_ofs = ds
828 struct snd_card_asihpi_pcm *ds = s->runtime->private_data; local
[all...]
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dbase.c631 struct ath5k_desc *ds; local
656 ds = bf->desc;
657 ds->ds_link = bf->daddr; /* link to self */
658 ds->ds_data = bf->skbaddr;
659 ret = ath5k_hw_setup_rx_desc(ah, ds, ah->common.rx_bufsize, 0);
667 ah->rxlink = &ds->ds_link;
772 struct ath5k_desc *ds = bf->desc; local
841 ret = ah->ah_setup_tx_desc(ah, ds, pktlen,
866 ath5k_hw_setup_mrr_tx_desc(ah, ds,
872 ds
900 struct ath5k_desc *ds; local
1592 struct ath5k_desc *ds; local
1781 struct ath5k_desc *ds; local
1858 struct ath5k_desc *ds; local
[all...]
/linux-master/fs/befs/
H A Dlinuxvfs.c137 befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; local
151 res = befs_fblock2brun(sb, ds, block, &run);
176 const befs_data_stream *ds = &BEFS_I(dir)->i_data.ds; local
194 ret = befs_btree_find(sb, ds, utfname, &offset);
198 ret = befs_btree_find(sb, ds, name, &offset);
220 const befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; local
230 result = befs_btree_read(sb, ds, ct
[all...]
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c238 zfcp_fc_wka_port_force_offline(&gs->ds);
406 ret = zfcp_fsf_send_ct(&adapter->gs->ds, &fc_req->ct_els,
433 ret = zfcp_fc_wka_port_get(&adapter->gs->ds);
439 zfcp_fc_wka_port_put(&adapter->gs->ds);
708 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL,
822 if (zfcp_fc_wka_port_get(&adapter->gs->ds))
842 zfcp_fc_wka_port_put(&adapter->gs->ds);
867 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL,
926 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL,
958 ret = zfcp_fc_wka_port_get(&adapter->gs->ds);
[all...]
/linux-master/arch/x86/kvm/
H A Dsmm.h38 struct kvm_smm_seg_state_32 ds; member in struct:kvm_smram_state_32
83 struct kvm_smm_seg_state_64 ds; member in struct:kvm_smram_state_64
/linux-master/drivers/pcmcia/
H A DMakefile10 pcmcia-y += ds.o pcmcia_resource.o cistpl.o pcmcia_cis.o
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-again.sh94 ds=$2
95 rundir="$resdir/$ds"
/linux-master/drivers/sh/maple/
H A Dmaple.c409 struct maple_device_specify *ds; local
412 ds = portptr;
414 if (mdev->port == ds->port && mdev->unit == ds->unit)
496 struct maple_device_specify ds; local
498 ds.port = mdev->port;
500 ds.unit = k + 1;
502 bus_for_each_dev(&maple_bus_type, NULL, &ds,
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.h143 struct dsa_switch *ds; member in struct:ksz_device
308 int (*setup)(struct dsa_switch *ds);
309 void (*teardown)(struct dsa_switch *ds);
367 void (*config_cpu_port)(struct dsa_switch *ds);
379 bool ksz_is_port_mac_global_usable(struct dsa_switch *ds, int port);
382 void ksz_port_stp_state_set(struct dsa_switch *ds, int port, u8 state);
386 int ksz_switch_macaddr_get(struct dsa_switch *ds, int port,
388 void ksz_switch_macaddr_put(struct dsa_switch *ds);
/linux-master/arch/x86/boot/compressed/
H A Defi_mixed.S81 movl %ds, %eax
138 movl %ebx, %ds
181 movl %edx, %ds
259 movw %ds, (efi32_boot_ds - 1b)(%ebx)
/linux-master/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.h15 #include <pcmcia/ds.h>

Completed in 227 milliseconds

1234567891011>>