Searched refs:ds (Results 1 - 25 of 394) sorted by path

1234567891011>>

/linux-master/arch/mips/include/asm/xtalk/
H A Dxwidget.h241 unsigned ds:2; member in struct:__anon2118
/linux-master/arch/powerpc/boot/dts/fsl/
H A De500mc_power_isa.dtsi42 power-isa-ds; // Decorated Storage
H A De5500_power_isa.dtsi42 power-isa-ds; // Decorated Storage
H A De6500_power_isa.dtsi42 power-isa-ds; // Decorated Storage
/linux-master/arch/x86/boot/
H A Dedd.c51 buf_base = (ds() << 4) + (u32)&_end;
H A Dregs.c23 reg->ds = ds();
24 reg->es = ds();
/linux-master/arch/x86/include/asm/
H A Duser32.h38 unsigned short ds, __ds, es, __es; member in struct:user_regs_struct32
/linux-master/arch/x86/include/asm/xen/
H A Dinterface_32.h67 uint16_t ds, _pad3; member in struct:cpu_user_regs
/linux-master/arch/x86/kvm/
H A Dtss.h27 u32 ds; member in struct:tss_segment_32
56 u16 ds; member in struct:tss_segment_16
/linux-master/drivers/bluetooth/
H A Dbt3c_cs.c49 #include <pcmcia/ds.h>
H A Ddtl1_cs.c45 #include <pcmcia/ds.h>
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_deflate.c88 zip_cmd->s.ds = 0;
H A Dzip_inflate.c91 zip_cmd->s.ds = 0;
H A Dzip_regs.h192 u64 ds : 1; member in struct:zip_inst_s::__anon2014
198 u64 ds : 1;
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dcl9097.h32 __u32 ds[4]; member in struct:fermi_a_zbc_color_v0
42 __u32 ds; member in struct:fermi_a_zbc_depth_v0
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr5.c38 int WL, CL, WR, at[2], dt, ds; local
64 ds = ram->next->bios.timing_20_2f_03;
84 ram->mr[1] |= (ds & 0x03) << 0;
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c211 int ds; local
228 ds = max(64UL,
232 if (!mthca_is_memfree(dev) && (ds > dev->limits.max_desc_sz))
235 srq->wqe_shift = ilog2(ds);
/linux-master/drivers/net/dsa/
H A Dmv88e6060.h116 struct dsa_switch *ds; member in struct:mv88e6060_priv
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h38 static inline void ath9k_hw_set_desc_link(struct ath_hw *ah, void *ds, argument
41 ath9k_hw_ops(ah)->set_desc_link(ds, link);
57 static inline void ath9k_hw_set_txdesc(struct ath_hw *ah, void *ds, argument
60 return ath9k_hw_ops(ah)->set_txdesc(ah, ds, i);
63 static inline int ath9k_hw_txprocdesc(struct ath_hw *ah, void *ds, argument
66 return ath9k_hw_ops(ah)->proc_txdesc(ah, ds, ts);
69 static inline int ath9k_hw_get_duration(struct ath_hw *ah, const void *ds, argument
72 return ath9k_hw_ops(ah)->get_duration(ah, ds, index);
/linux-master/drivers/ssb/
H A Dbridge_pcmcia_80211.c17 #include <pcmcia/ds.h>
/linux-master/drivers/tty/ipwireless/
H A Dmain.c35 #include <pcmcia/ds.h>
H A Dtty.h26 #include <pcmcia/ds.h>
/linux-master/fs/befs/
H A Dbefs.h72 befs_data_stream ds; member in union:befs_inode_info::__anon10018
H A Dbtree.h7 int befs_btree_find(struct super_block *sb, const befs_data_stream *ds,
10 int befs_btree_read(struct super_block *sb, const befs_data_stream *ds,
H A Ddatastream.c41 * @ds: datastream to find data with
49 befs_read_datastream(struct super_block *sb, const befs_data_stream *ds, argument
61 if (befs_fblock2brun(sb, ds, block, &run) != BEFS_OK) {
123 * @ds: Datastream to read from
130 befs_read_lsymlink(struct super_block *sb, const befs_data_stream *ds, argument
140 bh = befs_read_datastream(sb, ds, bytes_read, NULL);
163 * @ds: Datastream of the file
172 befs_count_blocks(struct super_block *sb, const befs_data_stream *ds) argument
181 datablocks = ds->size >> befs_sb->block_shift;
182 if (ds
[all...]

Completed in 429 milliseconds

1234567891011>>