Searched refs:ds (Results 226 - 250 of 397) sorted by last modified time

1234567891011>>

/linux-master/arch/x86/kernel/fpu/
H A Dregset.c346 * should be actually ds/cs at fpu exception time, but
351 savesegment(ds, env->fos);
353 env->fos = tsk->thread.ds;
388 /* cs and ds ignored */
/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/sound/pci/
H A Drme32.c473 int ds; local
475 ds = rme32->wcreg & RME32_WCR_DS_BM;
516 if ((!ds && rme32->wcreg & RME32_WCR_DS_BM) ||
517 (ds && !(rme32->wcreg & RME32_WCR_DS_BM)))
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dmac.h735 int ath9k_hw_rxprocdesc(struct ath_hw *ah, struct ath_desc *ds,
737 void ath9k_hw_setuprxdesc(struct ath_hw *ah, struct ath_desc *ds,
/linux-master/drivers/net/wireless/ath/ath5k/
H A Ddebug.c1049 struct ath5k_desc *ds = bf->desc; local
1050 struct ath5k_hw_all_rx_desc *rd = &ds->ud.ds_rx;
1053 ds, (unsigned long long)bf->daddr,
1054 ds->ds_link, ds->ds_data,
1063 struct ath5k_desc *ds; local
1076 ds = bf->desc;
1077 status = ah->ah_proc_rx_desc(ah, ds, &rs);
1087 struct ath5k_desc *ds = bf->desc; local
1088 struct ath5k_hw_5212_tx_desc *td = &ds
[all...]
/linux-master/drivers/net/phy/
H A Dmotorcomm.c850 * @ds: value in the register
855 u32 ds; member in struct:ytphy_ldo_vol_map
860 {.vol = YT8531_LDO_VOL_1V8, .ds = 0, .cur = 1200},
861 {.vol = YT8531_LDO_VOL_1V8, .ds = 1, .cur = 2100},
862 {.vol = YT8531_LDO_VOL_1V8, .ds = 2, .cur = 2700},
863 {.vol = YT8531_LDO_VOL_1V8, .ds = 3, .cur = 2910},
864 {.vol = YT8531_LDO_VOL_1V8, .ds = 4, .cur = 3110},
865 {.vol = YT8531_LDO_VOL_1V8, .ds = 5, .cur = 3600},
866 {.vol = YT8531_LDO_VOL_1V8, .ds = 6, .cur = 3970},
867 {.vol = YT8531_LDO_VOL_1V8, .ds
906 int ret, ds; local
[all...]
/linux-master/drivers/net/dsa/
H A Drzn1_a5psw.h243 * @ds: DSA switch struct
257 struct dsa_switch ds; member in struct:a5psw
H A Dmv88e6060.c45 static enum dsa_tag_protocol mv88e6060_get_tag_protocol(struct dsa_switch *ds, argument
121 if (dsa_is_unused_port(priv->ds, p))
130 dsa_is_cpu_port(priv->ds, p) ?
145 (dsa_is_cpu_port(priv->ds, p) ?
146 dsa_user_ports(priv->ds) :
147 BIT(dsa_to_port(priv->ds, p)->cpu_dp->index)));
187 static int mv88e6060_setup(struct dsa_switch *ds) argument
189 struct mv88e6060_priv *priv = ds->priv;
193 priv->ds = ds;
225 mv88e6060_phy_read(struct dsa_switch *ds, int port, int regnum) argument
238 mv88e6060_phy_write(struct dsa_switch *ds, int port, int regnum, u16 val) argument
250 mv88e6060_phylink_get_caps(struct dsa_switch *ds, int port, struct phylink_config *config) argument
306 struct dsa_switch *ds; local
339 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); local
349 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); local
[all...]
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dport.c1424 if (dsa_is_unused_port(chip->ds, port))
/linux-master/drivers/net/dsa/microchip/
H A Dksz8863_smi.c194 dsa_switch_shutdown(dev->ds);
H A Dlan937x_main.c176 struct dsa_switch *ds = dev->ds; local
201 member = dsa_user_ports(ds);
203 member = BIT(dsa_upstream_port(ds, port));
208 void lan937x_config_cpu_port(struct dsa_switch *ds) argument
210 struct ksz_device *dev = ds->priv;
213 dsa_switch_for_each_cpu_port(dp, ds) {
222 dsa_switch_for_each_user_port(dp, ds) {
223 ksz_port_stp_state_set(ds, dp->index, BR_STATE_DISABLED);
229 struct dsa_switch *ds local
355 lan937x_setup(struct dsa_switch *ds) argument
392 lan937x_teardown(struct dsa_switch *ds) argument
[all...]
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek.h278 struct dsa_switch *ds; member in struct:hellcreek
H A Dhellcreek_hwtstamp.c18 int hellcreek_get_ts_info(struct dsa_switch *ds, int port, argument
21 struct hellcreek *hellcreek = ds->priv;
112 int hellcreek_port_hwtstamp_set(struct dsa_switch *ds, int port, argument
115 struct hellcreek *hellcreek = ds->priv;
136 int hellcreek_port_hwtstamp_get(struct dsa_switch *ds, int port, argument
139 struct hellcreek *hellcreek = ds->priv;
345 struct dsa_switch *ds = hellcreek->ds; local
348 for (i = 0; i < ds->num_ports; i++) {
351 if (!dsa_is_user_port(ds,
365 hellcreek_port_txtstamp(struct dsa_switch *ds, int port, struct sk_buff *skb) argument
408 hellcreek_port_rxtstamp(struct dsa_switch *ds, int port, struct sk_buff *skb, unsigned int type) argument
450 struct dsa_switch *ds = hellcreek->ds; local
[all...]
/linux-master/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c757 int ds = crypto_shash_digestsize(bctx->shash); local
771 keylen = ds;
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh39 # rundir: /tmp/kvm-remote.sh.NNNNNN/res/$ds ("-remote" suffix)
44 # ds: yyyy.mm.dd-hh.mm.ss-remote
51 ds=`date +%Y.%m.%d-%H.%M.%S`-remote
52 rundir=$resdir/$ds
58 datestamp="`echo "$@" | awk -v ds="$ds" '{
61 ds = "";
65 if (ds != "")
66 print "--datestamp " ds;
111 oldrun="$RCUTORTURE/res/$ds"
[all...]
/linux-master/arch/x86/boot/compressed/
H A Dhead_32.S70 movl %eax, %ds
/linux-master/arch/x86/include/asm/
H A Dsegment.h316 #define __loadsegment_ds(value) __loadsegment_simple(ds, (value))
/linux-master/drivers/net/wireguard/
H A Dqueueing.h64 u8 ds; member in struct:packet_cb
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c61 int sja1105_hwtstamp_set(struct dsa_switch *ds, int port, struct ifreq *ifr) argument
63 struct sja1105_private *priv = ds->priv;
94 int sja1105_hwtstamp_get(struct dsa_switch *ds, int port, struct ifreq *ifr) argument
96 struct sja1105_private *priv = ds->priv;
113 int sja1105_get_ts_info(struct dsa_switch *ds, int port, argument
116 struct sja1105_private *priv = ds->priv;
168 int sja1105_ptp_commit(struct dsa_switch *ds, struct sja1105_ptp_cmd *cmd, argument
171 const struct sja1105_private *priv = ds->priv;
202 static u64 sja1105_tstamp_reconstruct(struct dsa_switch *ds, u64 now, argument
205 struct sja1105_private *priv = ds
247 sja1105_ptpegr_ts_poll(struct dsa_switch *ds, int port, u64 *ts) argument
340 struct dsa_switch *ds = priv->ds; local
375 sja1105_rxtstamp(struct dsa_switch *ds, int port, struct sk_buff *skb) argument
391 sja1110_rxtstamp(struct dsa_switch *ds, int port, struct sk_buff *skb) argument
405 sja1105_port_rxtstamp(struct dsa_switch *ds, int port, struct sk_buff *skb, unsigned int type) argument
413 sja1110_process_meta_tstamp(struct dsa_switch *ds, int port, u8 ts_id, enum sja1110_meta_tstamp dir, u64 tstamp) argument
450 sja1110_txtstamp(struct dsa_switch *ds, int port, struct sk_buff *skb) argument
476 sja1105_port_txtstamp(struct dsa_switch *ds, int port, struct sk_buff *skb) argument
494 sja1105_ptp_reset(struct dsa_switch *ds) argument
516 __sja1105_ptp_gettimex(struct dsa_switch *ds, u64 *ns, struct ptp_system_timestamp *ptp_sts) argument
568 __sja1105_ptp_settime(struct dsa_switch *ds, u64 ns, struct ptp_system_timestamp *ptp_sts) argument
635 __sja1105_ptp_adjtime(struct dsa_switch *ds, s64 delta) argument
885 sja1105_ptp_clock_register(struct dsa_switch *ds) argument
924 sja1105_ptp_clock_unregister(struct dsa_switch *ds) argument
940 sja1105_ptp_txtstamp_skb(struct dsa_switch *ds, int port, struct sk_buff *skb) argument
[all...]
H A Dsja1105_tas.c21 struct dsa_switch *ds = priv->ds; local
30 for (port = 0; port < ds->num_ports; port++) {
77 dev_err(ds->dev,
86 dev_dbg(ds->dev, "earliest base time %lld ns\n", earliest_base_time);
87 dev_dbg(ds->dev, "latest base time %lld ns\n", latest_base_time);
88 dev_dbg(ds->dev, "longest cycle time %lld ns\n", max_cycle_time);
167 struct dsa_switch *ds = priv->ds; local
211 for (port = 0; port < ds
472 struct dsa_switch *ds = priv->ds; local
509 sja1105_setup_tc_taprio(struct dsa_switch *ds, int port, struct tc_taprio_qopt_offload *admin) argument
587 struct dsa_switch *ds = priv->ds; local
634 struct dsa_switch *ds = priv->ds; local
661 struct dsa_switch *ds = priv->ds; local
730 struct dsa_switch *ds = priv->ds; local
845 sja1105_tas_clockstep(struct dsa_switch *ds) argument
857 sja1105_tas_adjfreq(struct dsa_switch *ds) argument
873 sja1105_tas_setup(struct dsa_switch *ds) argument
885 sja1105_tas_teardown(struct dsa_switch *ds) argument
[all...]
/linux-master/drivers/message/fusion/
H A Dmptbase.c7242 char *ds = NULL; local
7253 ds = "None";
7256 ds = "Log Data";
7259 ds = "State Change";
7262 ds = "Unit Attention";
7265 ds = "IOC Bus Reset";
7268 ds = "External Bus Reset";
7271 ds = "Bus Rescan Event";
7275 ds = "Link Status(FAILURE) Change";
7277 ds
[all...]
/linux-master/fs/befs/
H A Dbtree.c91 static int befs_btree_seekleaf(struct super_block *sb, const befs_data_stream *ds,
96 static int befs_bt_read_super(struct super_block *sb, const befs_data_stream *ds,
99 static int befs_bt_read_node(struct super_block *sb, const befs_data_stream *ds,
125 * @ds: Datastream to read from
134 befs_bt_read_super(struct super_block *sb, const befs_data_stream *ds, argument
142 bh = befs_read_datastream(sb, ds, 0, NULL);
174 * @ds: Datastream to read from
176 * @node_off: Starting offset (in bytes) of the node in @ds
191 befs_bt_read_node(struct super_block *sb, const befs_data_stream *ds, argument
201 node->bh = befs_read_datastream(sb, ds, node_of
245 befs_btree_find(struct super_block *sb, const befs_data_stream *ds, const char *key, befs_off_t * value) argument
411 befs_btree_read(struct super_block *sb, const befs_data_stream *ds, loff_t key_no, size_t bufsize, char *keybuf, size_t * keysize, befs_off_t * value) argument
542 befs_btree_seekleaf(struct super_block *sb, const befs_data_stream *ds, befs_btree_super *bt_super, struct befs_btree_node *this_node, befs_off_t * node_off) argument
[all...]
/linux-master/fs/9p/
H A Dfid.c152 struct dentry *ds; local
154 for (ds = dentry; !IS_ROOT(ds); ds = ds->d_parent)
161 for (ds = dentry, i = (n-1); i >= 0; i--, ds = ds->d_parent)
162 wnames[i] = ds->d_name.name;
173 struct dentry *ds; local
[all...]
/linux-master/drivers/net/ethernet/8390/
H A Daxnet_cs.c44 #include <pcmcia/ds.h>
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c1855 unsigned int data_size = pi->size, ds; local
1876 ds = data_size;
1880 ds = be32_to_cpu(trim->size);
1884 ds = be32_to_cpu(zeroes->size);
1887 if (!expect(peer_device, IS_ALIGNED(ds, 512)))
1890 if (!expect(peer_device, ds <= (DRBD_MAX_BBIO_SECTORS << 9)))
1892 } else if (!expect(peer_device, ds <= DRBD_MAX_BIO_SIZE))
1897 if (sector + (ds>>9) > capacity) {
1901 (unsigned long long)sector, ds);
1908 peer_req = drbd_alloc_peer_req(peer_device, id, sector, ds, data_siz
[all...]

Completed in 567 milliseconds

1234567891011>>