Searched refs:ds (Results 176 - 200 of 394) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/pcmcia/
H A Dfdomain_cs.c15 #include <pcmcia/ds.h>
/linux-master/include/uapi/sound/
H A Dhdspm.h26 ds, enumerator in enum:hdspm_speed
41 __u8 speed; /* enum {ss, ds, qs} */
/linux-master/arch/s390/include/asm/
H A Dnmi.h59 u64 ds : 1; /* 19 storage degradation */ member in struct:mci::__anon5
/linux-master/arch/x86/power/
H A Dcpu.c109 savesegment(ds, ctxt->ds);
225 loadsegment(ds, __USER_DS);
246 loadsegment(ds, ctxt->es);
/linux-master/net/dsa/
H A Dtag_lan9303.c52 struct lan9303 *chip = dp->ds->priv;
H A Dtag_ocelot.c49 struct dsa_switch *ds = dp->ds; local
67 ocelot_ifh_set_src(injection, ds->num_ports);
/linux-master/arch/x86/include/asm/
H A Dnospec-branch.h583 static const u16 ds = __KERNEL_DS;
594 asm volatile("verw %[ds]" : : [ds] "m" (ds) : "cc");
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dinit.c288 u8 *ds; local
334 ds = dd->dd_desc;
336 name, ds, (u32) dd->dd_desc_len,
348 for (i = 0; i < nbuf; i++, bf++, ds += (desc_len * ndesc)) {
349 bf->bf_desc = ds;
350 bf->bf_daddr = DS2PHYS(dd, ds);
364 ds += (desc_len * ndesc);
365 bf->bf_desc = ds;
366 bf->bf_daddr = DS2PHYS(dd, ds);
379 for (i = 0; i < nbuf; i++, bf++, ds
[all...]
/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py107 ds = tpm2.get_digest_size(bank_alg)
108 self.client.extend_pcr(1, ('X' * ds).encode(), bank_alg=bank_alg)
125 self.client.extend_pcr(16, ('X' * ds).encode(), bank_alg=bank_alg)
146 ds = tpm2.get_digest_size(tpm2.TPM2_ALG_SHA1)
148 auth = ('A' * (ds + 1)).encode()
H A Dtpm2.py326 ds = ALG_DIGEST_SIZE_MAP.get(alg)
327 if not ds:
329 return ds
439 ds = get_digest_size(bank_alg)
440 assert(ds == len(dig))
444 fmt = '>HII I I%us IH%us' % (len(auth_cmd), ds)
489 ds = get_digest_size(name_alg)
500 fmt = '>HII IH%usIHB3s' % ds
591 ds = get_digest_size(name_alg)
592 assert(not policy_dig or ds
[all...]
/linux-master/drivers/net/phy/
H A Dmarvell10g.c368 static int mv3310_get_downshift(struct phy_device *phydev, u8 *ds) argument
382 *ds = 1 + FIELD_GET(MV_PCS_DSC1_10GBT, (u16)val);
384 *ds = DOWNSHIFT_DEV_DISABLE;
389 static int mv3310_set_downshift(struct phy_device *phydev, u8 ds) argument
398 if (ds == DOWNSHIFT_DEV_DISABLE)
409 if (ds == DOWNSHIFT_DEV_DEFAULT_COUNT)
410 ds = 2;
412 if (ds > 8)
415 ds -= 1;
416 val = FIELD_PREP(MV_PCS_DSC2_2P5G, ds);
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dhwmtm.c349 struct s_smt_fp_txd volatile *ds ; local
356 ds = (struct s_smt_fp_txd volatile *) ((char *)smc->os.hwm.descr_p +
360 (void)init_descr_ring(smc,(union s_fp_descr volatile *)ds,
362 phys = le32_to_cpu(ds->txd_ntdadr) ;
363 ds++ ;
364 queue->tx_curr_put = queue->tx_curr_get = ds ;
365 ds-- ;
370 ds = (struct s_smt_fp_txd volatile *) ((char *)ds +
374 (void)init_descr_ring(smc,(union s_fp_descr volatile *)ds,
386 struct s_smt_fp_rxd volatile *ds ; local
[all...]
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1026 if (dsa_is_unused_port(felix->ds, port))
1582 static int vsc9959_qos_port_cbs_set(struct dsa_switch *ds, int port, argument
1585 struct ocelot *ocelot = ds->priv;
1589 if (cbs_qopt->queue >= ds->num_tx_queues)
1662 static int vsc9959_port_setup_tc(struct dsa_switch *ds, int port, argument
1666 struct ocelot *ocelot = ds->priv;
1676 return vsc9959_qos_port_cbs_set(ds, port, type_data);
2531 struct dsa_switch *ds = felix->ds; local
2547 if (dsa_is_cpu_port(ds, por
2663 struct dsa_switch *ds; local
[all...]
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c176 static int sja1105et_reset_cmd(struct dsa_switch *ds) argument
178 struct sja1105_private *priv = ds->priv;
186 static int sja1105pqrs_reset_cmd(struct dsa_switch *ds) argument
188 struct sja1105_private *priv = ds->priv;
196 static int sja1110_reset_cmd(struct dsa_switch *ds) argument
198 struct sja1105_private *priv = ds->priv;
320 struct dsa_switch *ds = priv->ds; local
341 rc = sja1105_inhibit_tx(priv, GENMASK_ULL(ds->num_ports - 1, 0), true);
354 rc = priv->info->reset_cmd(priv->ds);
[all...]
/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/dsa/microchip/
H A Dksz8795.c113 if (!dsa_is_cpu_port(dev->ds, port))
1513 struct dsa_switch *ds = dev->ds; local
1536 member = dsa_user_ports(ds);
1538 member = BIT(dsa_upstream_port(ds, port));
1545 struct dsa_port *cpu_dp = dsa_to_port(dev->ds, dev->cpu_port);
1558 void ksz8_config_cpu_port(struct dsa_switch *ds) argument
1560 struct ksz_device *dev = ds->priv;
1578 ksz_port_stp_state_set(ds, i, BR_STATE_DISABLED);
1718 static int ksz8_handle_global_errata(struct dsa_switch *ds) argument
1749 ksz8_setup(struct dsa_switch *ds) argument
[all...]
/linux-master/fs/fat/
H A Ddir.c283 struct msdos_dir_slot *ds; local
294 ds = (struct msdos_dir_slot *)*de;
295 id = ds->id;
302 alias_checksum = ds->alias_checksum;
310 fat16_towchar(*unicode + offset, ds->name0_4, 5);
311 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6);
312 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2);
314 if (ds->id & 0x40)
320 ds = (struct msdos_dir_slot *)*de;
321 if (ds
[all...]
/linux-master/arch/x86/kernel/
H A Dhead_32.S76 movl %eax,%ds
147 movl %eax,%ds
282 movl %eax,%ds
332 pushl %ds /* pt_regs->ds (__dsh varies by model) */
343 movl %ecx, %ds
362 popl %ds /* pt_regs->ds (always ignores __dsh) */
379 pushl %ds
381 movl %eax,%ds
[all...]
/linux-master/drivers/ssb/
H A Dbridge_pcmcia_80211.c17 #include <pcmcia/ds.h>
/linux-master/fs/befs/
H A Dbefs.h72 befs_data_stream ds; member in union:befs_inode_info::__anon10018
/linux-master/drivers/net/dsa/
H A Dmv88e6060.h116 struct dsa_switch *ds; member in struct:mv88e6060_priv
/linux-master/arch/x86/purgatory/
H A Dentry64.S23 movl %eax, %ds
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_32.S19 movw %ax, %ds
/linux-master/arch/x86/boot/
H A Dmain.c52 cmdline_seg = ds();
/linux-master/arch/x86/boot/compressed/
H A Dhead_32.S70 movl %eax, %ds

Completed in 230 milliseconds

1234567891011>>