Searched refs:ds (Results 201 - 225 of 394) sorted by relevance

1234567891011>>

/linux-master/fs/affs/
H A Damigaffs.c372 affs_secs_to_datestamp(time64_t secs, struct affs_date *ds) argument
385 ds->days = cpu_to_be32(days);
386 ds->mins = cpu_to_be32(minute);
387 ds->ticks = cpu_to_be32(rem * 50);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.h49 u32 ds[4]; member in struct:gf100_gr_zbc_color
55 u32 ds; member in struct:gf100_gr_zbc_depth
61 u32 ds; member in struct:gf100_gr_zbc_stencil
145 const u32 ds, const u32 l2);
/linux-master/arch/x86/include/asm/xen/
H A Dinterface_64.h125 uint16_t ds, _pad4[3]; member in struct:cpu_user_regs
/linux-master/arch/x86/kernel/
H A Dptrace.c104 REG_OFFSET_NAME(ds),
270 case offsetof(struct user_regs_struct, ds):
272 asm("movl %%ds,%0" : "=r" (seg));
275 return task->thread.ds;
315 case offsetof(struct user_regs_struct,ds):
316 task->thread.ds = value;
379 case offsetof(struct user_regs_struct, ds):
411 case offsetof(struct user_regs_struct, ds):
881 SEG32(ds);
977 SEG32(ds);
[all...]
H A Dtls.c157 savesegment(ds, sel);
159 loadsegment(ds, sel);
H A Dprocess_32.c75 log_lvl, (u16)regs->ds, (u16)regs->es, (u16)regs->fs, gs, regs->ss, regs->flags);
116 regs->ds = __USER_DS;
168 * stack on entry. No need to save %es and %ds, as those are
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_clocking.c117 struct device *dev = priv->ds->dev;
275 struct device *dev = priv->ds->dev;
589 struct device *dev = priv->ds->dev;
692 struct device *dev = priv->ds->dev;
738 struct device *dev = priv->ds->dev;
769 struct device *dev = priv->ds->dev;
812 struct dsa_switch *ds = priv->ds; local
815 for (port = 0; port < ds->num_ports; port++) {
/linux-master/drivers/net/wireless/ath/ath9k/
H A Drecv.c42 struct ath_desc *ds; local
45 ds = bf->bf_desc;
46 ds->ds_link = 0; /* link to null */
47 ds->ds_data = bf->bf_buf_addr;
52 ds->ds_vdata = skb->data;
59 ath9k_hw_setuprxdesc(ah, ds,
68 sc->rx.rxlink = &ds->ds_link;
700 struct ath_desc *ds; local
713 ds = bf->bf_desc;
726 ret = ath9k_hw_rxprocdesc(ah, ds, r
[all...]
H A Dar9003_mac.c27 ar9003_set_txdesc(struct ath_hw *ah, void *ds, struct ath_tx_info *i) argument
29 struct ar9003_txc *ads = ds;
174 static void ar9003_hw_set_desc_link(void *ds, u32 ds_link) argument
176 struct ar9003_txc *ads = ds;
355 static int ar9003_hw_proc_txdesc(struct ath_hw *ah, void *ds, argument
435 static int ar9003_hw_get_duration(struct ath_hw *ah, const void *ds, int index) argument
437 const struct ar9003_txc *adc = ds;
/linux-master/arch/x86/boot/
H A Dpmjump.S51 movl %ecx, %ds
H A Dheader.S539 # Force %es = %ds
540 movw %ds, %ax
544 # Apparently some ancient versions of LILO invoked the kernel with %ss != %ds,
550 cmpw %ax, %dx # %ds == %ss?
571 # We will have entered with %cs = %ds+0x20, normalize %cs so
573 pushw %ds
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h206 __u16 ds, __dsh; member in struct:sigcontext_32
304 __u16 ds, __dsh; member in struct:sigcontext
/linux-master/sound/soc/atmel/
H A Dmchp-pdmc.c904 int ds; local
908 &ds);
915 if (ds >= MCHP_PDMC_DS_NO) {
918 ds);
937 if (mic_ch[ds][edge]) {
940 ds, edge);
943 mic_ch[ds][edge] = true;
944 dd->channel_mic_map[i].ds_pos = ds;
/linux-master/fs/nfs/
H A Dpnfs.h66 #define NFS4DS_CONNECTING 0 /* ds is establishing connection */
410 void nfs4_pnfs_ds_put(struct nfs4_pnfs_ds *ds);
414 int nfs4_pnfs_ds_connect(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds,
473 struct pnfs_ds_commit_info *fl_cinfo = cinfo->ds;
522 struct pnfs_ds_commit_info *fl_cinfo = cinfo->ds;
533 struct pnfs_ds_commit_info *fl_cinfo = cinfo->ds;
545 struct pnfs_ds_commit_info *fl_cinfo = cinfo->ds;
555 struct pnfs_ds_commit_info *fl_cinfo = cinfo->ds;
565 struct pnfs_ds_commit_info *fl_cinfo = cinfo->ds;
/linux-master/net/dsa/
H A Dtag_dsa.c140 struct dsa_switch_tree *dst = dp->ds->dst;
152 tag_dev = dp->ds->index;
/linux-master/sound/soc/fsl/
H A DMakefile3 snd-soc-p1022-ds-objs := p1022_ds.o
4 obj-$(CONFIG_SND_SOC_P1022_DS) += snd-soc-p1022-ds.o
/linux-master/arch/x86/include/asm/
H A Dptrace.h34 unsigned short ds; member in struct:pt_regs
340 offset == offsetof(struct pt_regs, ds) ||
/linux-master/drivers/net/dsa/
H A Dmt7530-mdio.c214 return dsa_register_switch(priv->ds);
249 dsa_switch_shutdown(priv->ds);
H A Dmt7530.h740 int (*sw_setup)(struct dsa_switch *ds);
748 void (*mac_port_get_caps)(struct dsa_switch *ds, int port,
750 void (*mac_port_validate)(struct dsa_switch *ds, int port,
753 void (*mac_port_config)(struct dsa_switch *ds, int port,
761 * @ds: The pointer to the dsa core structure
784 struct dsa_switch *ds; member in struct:mt7530_priv
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcfg.c366 * Add channel (phy ds) TLV
373 struct mrvl_ie_ds_param_set *ds = (void *) tlv; local
380 ds->header.type = cpu_to_le16(TLV_TYPE_PHY_DS);
381 ds->header.len = cpu_to_le16(sizeof(*ds)-sizeof(ds->header));
382 ds->channel = channel;
383 return sizeof(*ds);
1818 cmd.bss.ds.header.id = WLAN_EID_DS_PARAMS;
1819 cmd.bss.ds
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c2521 struct usb_interface_descriptor *ds = (void *)_ds; local
2523 if (length != sizeof *ds)
2526 __entity(INTERFACE, ds->bInterfaceNumber);
2527 if (ds->iInterface)
2528 __entity(STRING, ds->iInterface);
2529 *current_class = ds->bInterfaceClass;
2534 struct usb_endpoint_descriptor *ds = (void *)_ds; local
2539 __entity(ENDPOINT, ds->bEndpointAddress);
2566 struct usb_interface_assoc_descriptor *ds = (void *)_ds; local
2568 if (length != sizeof *ds)
3245 struct usb_endpoint_descriptor *ds = (void *)desc; local
[all...]
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c655 int ds; local
659 ds = crypto_ahash_digestsize(
661 sa->sa_command_0.bf.digest_len = ds >> 2;
672 unsigned int ds = crypto_ahash_digestsize(ahash); local
674 sg_init_one(&dst, req->result, ds);
691 unsigned int ds = crypto_ahash_digestsize(ahash); local
693 sg_init_one(&dst, req->result, ds);
/linux-master/scripts/kconfig/
H A Dsymbol.c433 struct symbol *ds = prop_get_symbol(prop); local
434 if (ds) {
436 sym_calc_value(ds);
437 newval.val = ds->curr.val;
710 struct symbol *ds; local
733 ds = prop_get_symbol(prop);
734 if (ds != NULL) {
735 sym_calc_value(ds);
736 str = (const char *)ds->curr.val;
/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/drivers/crypto/cavium/zip/
H A Dzip_inflate.c91 zip_cmd->s.ds = 0;

Completed in 320 milliseconds

1234567891011>>