/linux-4.1.27/include/net/ |
D | dsa.h | 121 struct dsa_switch *ds[DSA_MAX_SWITCHES]; member 169 static inline bool dsa_is_cpu_port(struct dsa_switch *ds, int p) in dsa_is_cpu_port() argument 171 return !!(ds->index == ds->dst->cpu_switch && p == ds->dst->cpu_port); in dsa_is_cpu_port() 174 static inline bool dsa_is_port_initialized(struct dsa_switch *ds, int p) in dsa_is_port_initialized() argument 176 return ds->phys_port_mask & (1 << p) && ds->ports[p]; in dsa_is_port_initialized() 179 static inline u8 dsa_upstream_port(struct dsa_switch *ds) in dsa_upstream_port() argument 181 struct dsa_switch_tree *dst = ds->dst; in dsa_upstream_port() 189 if (dst->cpu_switch == ds->index) in dsa_upstream_port() 192 return ds->pd->rtable[dst->cpu_switch]; in dsa_upstream_port() 205 int (*setup)(struct dsa_switch *ds); [all …]
|
/linux-4.1.27/drivers/net/dsa/ |
D | mv88e6xxx.c | 79 static int _mv88e6xxx_reg_read(struct dsa_switch *ds, int addr, int reg) in _mv88e6xxx_reg_read() argument 81 struct mii_bus *bus = dsa_host_dev_to_mii_bus(ds->master_dev); in _mv88e6xxx_reg_read() 87 ret = __mv88e6xxx_reg_read(bus, ds->pd->sw_addr, addr, reg); in _mv88e6xxx_reg_read() 91 dev_dbg(ds->master_dev, "<- addr: 0x%.2x reg: 0x%.2x val: 0x%.4x\n", in _mv88e6xxx_reg_read() 97 int mv88e6xxx_reg_read(struct dsa_switch *ds, int addr, int reg) in mv88e6xxx_reg_read() argument 99 struct mv88e6xxx_priv_state *ps = ds_to_priv(ds); in mv88e6xxx_reg_read() 103 ret = _mv88e6xxx_reg_read(ds, addr, reg); in mv88e6xxx_reg_read() 142 static int _mv88e6xxx_reg_write(struct dsa_switch *ds, int addr, int reg, in _mv88e6xxx_reg_write() argument 145 struct mii_bus *bus = dsa_host_dev_to_mii_bus(ds->master_dev); in _mv88e6xxx_reg_write() 150 dev_dbg(ds->master_dev, "-> addr: 0x%.2x reg: 0x%.2x val: 0x%.4x\n", in _mv88e6xxx_reg_write() [all …]
|
D | mv88e6352.c | 48 static int mv88e6352_setup_global(struct dsa_switch *ds) in mv88e6352_setup_global() argument 50 struct mv88e6xxx_priv_state *ps = ds_to_priv(ds); in mv88e6352_setup_global() 66 ret = mv88e6xxx_config_prio(ds); in mv88e6352_setup_global() 74 REG_WRITE(REG_GLOBAL, 0x1a, (dsa_upstream_port(ds) * 0x1110)); in mv88e6352_setup_global() 79 REG_WRITE(REG_GLOBAL, 0x1c, ds->index & 0x1f); in mv88e6352_setup_global() 104 if (i != ds->index && i < ds->dst->pd->nr_chips) in mv88e6352_setup_global() 105 nexthop = ds->pd->rtable[i] & 0x1f; in mv88e6352_setup_global() 136 static int mv88e6352_setup_port(struct dsa_switch *ds, int p) in mv88e6352_setup_port() argument 146 if (dsa_is_cpu_port(ds, p) || ds->dsa_port_mask & (1 << p)) in mv88e6352_setup_port() 172 if (dsa_is_cpu_port(ds, p)) { in mv88e6352_setup_port() [all …]
|
D | mv88e6131.c | 45 static int mv88e6131_setup_global(struct dsa_switch *ds) in mv88e6131_setup_global() argument 64 ret = mv88e6xxx_config_prio(ds); in mv88e6131_setup_global() 75 REG_WRITE(REG_GLOBAL, 0x1a, (dsa_upstream_port(ds) * 0x1100) | 0x00f0); in mv88e6131_setup_global() 81 if (ds->dst->pd->nr_chips > 1) in mv88e6131_setup_global() 82 REG_WRITE(REG_GLOBAL, 0x1c, 0xf000 | (ds->index & 0x1f)); in mv88e6131_setup_global() 84 REG_WRITE(REG_GLOBAL, 0x1c, 0xe000 | (ds->index & 0x1f)); in mv88e6131_setup_global() 103 if (ds->pd->rtable && in mv88e6131_setup_global() 104 i != ds->index && i < ds->dst->pd->nr_chips) in mv88e6131_setup_global() 105 nexthop = ds->pd->rtable[i] & 0x1f; in mv88e6131_setup_global() 126 static int mv88e6131_setup_port(struct dsa_switch *ds, int p) in mv88e6131_setup_port() argument [all …]
|
D | mv88e6171.c | 39 static int mv88e6171_setup_global(struct dsa_switch *ds) in mv88e6171_setup_global() argument 41 struct mv88e6xxx_priv_state *ps = ds_to_priv(ds); in mv88e6171_setup_global() 57 ret = mv88e6xxx_config_prio(ds); in mv88e6171_setup_global() 66 REG_WRITE(REG_GLOBAL, 0x1a, (dsa_upstream_port(ds) * 0x1111)); in mv88e6171_setup_global() 68 REG_WRITE(REG_GLOBAL, 0x1a, (dsa_upstream_port(ds) * 0x1110)); in mv88e6171_setup_global() 73 REG_WRITE(REG_GLOBAL, 0x1c, ds->index & 0x1f); in mv88e6171_setup_global() 99 if (i != ds->index && i < ds->dst->pd->nr_chips) in mv88e6171_setup_global() 100 nexthop = ds->pd->rtable[i] & 0x1f; in mv88e6171_setup_global() 131 static int mv88e6171_setup_port(struct dsa_switch *ds, int p) in mv88e6171_setup_port() argument 142 if (dsa_is_cpu_port(ds, p) || ds->dsa_port_mask & (1 << p)) in mv88e6171_setup_port() [all …]
|
D | mv88e6xxx.h | 262 int mv88e6xxx_switch_reset(struct dsa_switch *ds, bool ppu_active); 263 int mv88e6xxx_setup_port_common(struct dsa_switch *ds, int port); 264 int mv88e6xxx_setup_common(struct dsa_switch *ds); 266 int mv88e6xxx_reg_read(struct dsa_switch *ds, int addr, int reg); 269 int mv88e6xxx_reg_write(struct dsa_switch *ds, int addr, int reg, u16 val); 270 int mv88e6xxx_config_prio(struct dsa_switch *ds); 271 int mv88e6xxx_set_addr_direct(struct dsa_switch *ds, u8 *addr); 272 int mv88e6xxx_set_addr_indirect(struct dsa_switch *ds, u8 *addr); 273 int mv88e6xxx_phy_read(struct dsa_switch *ds, int port, int regnum); 274 int mv88e6xxx_phy_write(struct dsa_switch *ds, int port, int regnum, u16 val); [all …]
|
D | mv88e6060.c | 22 static int reg_read(struct dsa_switch *ds, int addr, int reg) in reg_read() argument 24 struct mii_bus *bus = dsa_host_dev_to_mii_bus(ds->master_dev); in reg_read() 29 return mdiobus_read(bus, ds->pd->sw_addr + addr, reg); in reg_read() 36 __ret = reg_read(ds, addr, reg); \ 43 static int reg_write(struct dsa_switch *ds, int addr, int reg, u16 val) in reg_write() argument 45 struct mii_bus *bus = dsa_host_dev_to_mii_bus(ds->master_dev); in reg_write() 50 return mdiobus_write(bus, ds->pd->sw_addr + addr, reg, val); in reg_write() 57 __ret = reg_write(ds, addr, reg, val); \ 83 static int mv88e6060_switch_reset(struct dsa_switch *ds) in mv88e6060_switch_reset() argument 116 static int mv88e6060_setup_global(struct dsa_switch *ds) in mv88e6060_setup_global() argument [all …]
|
D | bcm_sf2.c | 91 static void bcm_sf2_sw_get_strings(struct dsa_switch *ds, in bcm_sf2_sw_get_strings() argument 101 static void bcm_sf2_sw_get_ethtool_stats(struct dsa_switch *ds, in bcm_sf2_sw_get_ethtool_stats() argument 104 struct bcm_sf2_priv *priv = ds_to_priv(ds); in bcm_sf2_sw_get_ethtool_stats() 129 static int bcm_sf2_sw_get_sset_count(struct dsa_switch *ds) in bcm_sf2_sw_get_sset_count() argument 139 static void bcm_sf2_imp_vlan_setup(struct dsa_switch *ds, int cpu_port) in bcm_sf2_imp_vlan_setup() argument 141 struct bcm_sf2_priv *priv = ds_to_priv(ds); in bcm_sf2_imp_vlan_setup() 150 if (!((1 << i) & ds->phys_port_mask)) in bcm_sf2_imp_vlan_setup() 159 static void bcm_sf2_imp_setup(struct dsa_switch *ds, int port) in bcm_sf2_imp_setup() argument 161 struct bcm_sf2_priv *priv = ds_to_priv(ds); in bcm_sf2_imp_setup() 224 static void bcm_sf2_eee_enable_set(struct dsa_switch *ds, int port, bool enable) in bcm_sf2_eee_enable_set() argument [all …]
|
D | mv88e6123_61_65.c | 55 static int mv88e6123_61_65_setup_global(struct dsa_switch *ds) in mv88e6123_61_65_setup_global() argument 73 ret = mv88e6xxx_config_prio(ds); in mv88e6123_61_65_setup_global() 81 REG_WRITE(REG_GLOBAL, 0x1a, (dsa_upstream_port(ds) * 0x1110)); in mv88e6123_61_65_setup_global() 86 REG_WRITE(REG_GLOBAL, 0x1c, ds->index & 0x1f); in mv88e6123_61_65_setup_global() 112 if (i != ds->index && i < ds->dst->pd->nr_chips) in mv88e6123_61_65_setup_global() 113 nexthop = ds->pd->rtable[i] & 0x1f; in mv88e6123_61_65_setup_global() 144 static int mv88e6123_61_65_setup_port(struct dsa_switch *ds, int p) in mv88e6123_61_65_setup_port() argument 154 if (dsa_is_cpu_port(ds, p) || ds->dsa_port_mask & (1 << p)) in mv88e6123_61_65_setup_port() 180 if (dsa_is_cpu_port(ds, p)) { in mv88e6123_61_65_setup_port() 181 if (ds->dst->tag_protocol == DSA_TAG_PROTO_EDSA) in mv88e6123_61_65_setup_port() [all …]
|
/linux-4.1.27/drivers/acpi/ |
D | dock.c | 95 static int add_dock_dependent_device(struct dock_station *ds, in add_dock_dependent_device() argument 106 list_add_tail(&dd->list, &ds->dependent_devices); in add_dock_dependent_device() 156 struct dock_station *ds; in find_dock_station() local 158 list_for_each_entry(ds, &dock_stations, sibling) in find_dock_station() 159 if (ds->handle == handle) in find_dock_station() 160 return ds; in find_dock_station() 174 find_dock_dependent_device(struct dock_station *ds, struct acpi_device *adev) in find_dock_dependent_device() argument 178 list_for_each_entry(dd, &ds->dependent_devices, list) in find_dock_dependent_device() 188 struct dock_station *ds = find_dock_station(dshandle); in register_dock_dependent_device() local 190 if (ds && !find_dock_dependent_device(ds, adev)) in register_dock_dependent_device() [all …]
|
/linux-4.1.27/net/dsa/ |
D | slave.c | 26 struct dsa_switch *ds = bus->priv; in dsa_slave_phy_read() local 28 if (ds->phys_mii_mask & (1 << addr)) in dsa_slave_phy_read() 29 return ds->drv->phy_read(ds, addr, reg); in dsa_slave_phy_read() 36 struct dsa_switch *ds = bus->priv; in dsa_slave_phy_write() local 38 if (ds->phys_mii_mask & (1 << addr)) in dsa_slave_phy_write() 39 return ds->drv->phy_write(ds, addr, reg, val); in dsa_slave_phy_write() 44 void dsa_slave_mii_bus_init(struct dsa_switch *ds) in dsa_slave_mii_bus_init() argument 46 ds->slave_mii_bus->priv = (void *)ds; in dsa_slave_mii_bus_init() 47 ds->slave_mii_bus->name = "dsa slave smi"; in dsa_slave_mii_bus_init() 48 ds->slave_mii_bus->read = dsa_slave_phy_read; in dsa_slave_mii_bus_init() [all …]
|
D | dsa.c | 86 struct dsa_switch *ds = dev_get_drvdata(dev); in temp1_input_show() local 89 ret = ds->drv->get_temp(ds, &temp); in temp1_input_show() 100 struct dsa_switch *ds = dev_get_drvdata(dev); in temp1_max_show() local 103 ret = ds->drv->get_temp_limit(ds, &temp); in temp1_max_show() 114 struct dsa_switch *ds = dev_get_drvdata(dev); in temp1_max_store() local 121 ret = ds->drv->set_temp_limit(ds, DIV_ROUND_CLOSEST(temp, 1000)); in temp1_max_store() 132 struct dsa_switch *ds = dev_get_drvdata(dev); in temp1_max_alarm_show() local 136 ret = ds->drv->get_temp_alarm(ds, &alarm); in temp1_max_alarm_show() 155 struct dsa_switch *ds = dev_get_drvdata(dev); in dsa_hwmon_attrs_visible() local 156 struct dsa_switch_driver *drv = ds->drv; in dsa_hwmon_attrs_visible() [all …]
|
D | tag_brcm.c | 107 struct dsa_switch *ds; in brcm_tag_rcv() local 114 ds = dst->ds[0]; in brcm_tag_rcv() 139 if (source_port >= DSA_MAX_PORTS || ds->ports[source_port] == NULL) in brcm_tag_rcv() 152 skb->dev = ds->ports[source_port]; in brcm_tag_rcv()
|
D | tag_trailer.c | 70 struct dsa_switch *ds; in trailer_rcv() local 76 ds = dst->ds[0]; in trailer_rcv() 91 if (source_port >= DSA_MAX_PORTS || ds->ports[source_port] == NULL) in trailer_rcv() 96 skb->dev = ds->ports[source_port]; in trailer_rcv()
|
D | tag_dsa.c | 80 struct dsa_switch *ds; in dsa_rcv() local 118 ds = dst->ds[source_device]; in dsa_rcv() 119 if (source_port >= DSA_MAX_PORTS || ds->ports[source_port] == NULL) in dsa_rcv() 168 skb->dev = ds->ports[source_port]; in dsa_rcv()
|
D | tag_edsa.c | 93 struct dsa_switch *ds; in edsa_rcv() local 131 ds = dst->ds[source_device]; in edsa_rcv() 132 if (source_port >= DSA_MAX_PORTS || ds->ports[source_port] == NULL) in edsa_rcv() 187 skb->dev = ds->ports[source_port]; in edsa_rcv()
|
D | dsa_priv.h | 57 void dsa_slave_mii_bus_init(struct dsa_switch *ds); 58 int dsa_slave_create(struct dsa_switch *ds, struct device *parent,
|
/linux-4.1.27/drivers/md/ |
D | dm-bio-prison.c | 263 struct dm_deferred_set *ds; member 278 struct dm_deferred_set *ds; in dm_deferred_set_create() local 280 ds = kmalloc(sizeof(*ds), GFP_KERNEL); in dm_deferred_set_create() 281 if (!ds) in dm_deferred_set_create() 284 spin_lock_init(&ds->lock); in dm_deferred_set_create() 285 ds->current_entry = 0; in dm_deferred_set_create() 286 ds->sweeper = 0; in dm_deferred_set_create() 288 ds->entries[i].ds = ds; in dm_deferred_set_create() 289 ds->entries[i].count = 0; in dm_deferred_set_create() 290 INIT_LIST_HEAD(&ds->entries[i].work_items); in dm_deferred_set_create() [all …]
|
D | dm-bio-prison.h | 117 void dm_deferred_set_destroy(struct dm_deferred_set *ds); 119 struct dm_deferred_entry *dm_deferred_entry_inc(struct dm_deferred_set *ds); 121 int dm_deferred_set_add_work(struct dm_deferred_set *ds, struct list_head *work);
|
/linux-4.1.27/fs/nfs/ |
D | pnfs_nfs.c | 74 cinfo->ds->nwritten--; in pnfs_generic_clear_request_commit() 125 cinfo->ds->nwritten -= ret; in pnfs_generic_scan_ds_commit_list() 126 cinfo->ds->ncommitting += ret; in pnfs_generic_scan_ds_commit_list() 145 for (i = 0; i < cinfo->ds->nbuckets && max != 0; i++) { in pnfs_generic_scan_commit_lists() 146 cnt = pnfs_generic_scan_ds_commit_list(&cinfo->ds->buckets[i], in pnfs_generic_scan_commit_lists() 165 for (i = 0, b = cinfo->ds->buckets; i < cinfo->ds->nbuckets; i++, b++) { in pnfs_generic_recover_commit_reqs() 176 cinfo->ds->nwritten = 0; in pnfs_generic_recover_commit_reqs() 182 struct pnfs_ds_commit_info *fl_cinfo = cinfo->ds; in pnfs_generic_retry_commit() 210 fl_cinfo = cinfo->ds; in pnfs_generic_alloc_ds_commits() 276 buckets = cinfo->ds->buckets; in pnfs_generic_commit_pagelist() [all …]
|
D | pnfs.h | 342 void nfs4_pnfs_ds_put(struct nfs4_pnfs_ds *ds); 346 void nfs4_pnfs_ds_connect(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds, 410 if (cinfo->ds == NULL || cinfo->ds->ncommitting == 0) in pnfs_commit_list() 460 if (cinfo->ds == NULL || cinfo->ds->nwritten == 0) in pnfs_scan_commit_lists()
|
D | direct.c | 283 cinfo->ds = &dreq->ds_cinfo; in nfs_init_cinfo_from_dreq() 640 if (cinfo->ds != NULL && cinfo->ds->nwritten != 0) in nfs_direct_write_scan_commit_list()
|
/linux-4.1.27/fs/logfs/ |
D | super.c | 155 static void logfs_write_ds(struct super_block *sb, struct logfs_disk_super *ds, in logfs_write_ds() argument 159 struct logfs_segment_header *sh = &ds->ds_sh; in logfs_write_ds() 162 memset(ds, 0, sizeof(*ds)); in logfs_write_ds() 165 ds->ds_ifile_levels = super->s_ifile_levels; in logfs_write_ds() 166 ds->ds_iblock_levels = super->s_iblock_levels; in logfs_write_ds() 167 ds->ds_data_levels = super->s_data_levels; /* XXX: Remove */ in logfs_write_ds() 168 ds->ds_segment_shift = super->s_segshift; in logfs_write_ds() 169 ds->ds_block_shift = sb->s_blocksize_bits; in logfs_write_ds() 170 ds->ds_write_shift = super->s_writeshift; in logfs_write_ds() 171 ds->ds_filesystem_size = cpu_to_be64(super->s_size); in logfs_write_ds() [all …]
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_ds.c | 229 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in init_debug_store_on_cpu() local 231 if (!ds) in init_debug_store_on_cpu() 235 (u32)((u64)(unsigned long)ds), in init_debug_store_on_cpu() 236 (u32)((u64)(unsigned long)ds >> 32)); in init_debug_store_on_cpu() 241 if (!per_cpu(cpu_hw_events, cpu).ds) in fini_debug_store_on_cpu() 251 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in alloc_pebs_buffer() local 278 ds->pebs_buffer_base = (u64)(unsigned long)buffer; in alloc_pebs_buffer() 279 ds->pebs_index = ds->pebs_buffer_base; in alloc_pebs_buffer() 280 ds->pebs_absolute_maximum = ds->pebs_buffer_base + in alloc_pebs_buffer() 283 ds->pebs_interrupt_threshold = ds->pebs_buffer_base + in alloc_pebs_buffer() [all …]
|
D | perf_event_intel_bts.c | 141 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in bts_config_buffer() local 162 ds->bts_buffer_base = (u64)(long)page_address(page) + phys->displacement; in bts_config_buffer() 163 ds->bts_index = ds->bts_buffer_base + index; in bts_config_buffer() 164 ds->bts_absolute_maximum = ds->bts_buffer_base + end; in bts_config_buffer() 165 ds->bts_interrupt_threshold = !buf->snapshot in bts_config_buffer() 166 ? ds->bts_buffer_base + thresh in bts_config_buffer() 167 : ds->bts_absolute_maximum + BTS_RECORD_SIZE; in bts_config_buffer() 192 struct debug_store *ds = per_cpu(cpu_hw_events, cpu).ds; in bts_update() local 194 unsigned long index = ds->bts_index - ds->bts_buffer_base, old, head; in bts_update() 206 if (ds->bts_index >= ds->bts_absolute_maximum) in bts_update() [all …]
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 49 ds=`date +%Y.%m.%d-%H:%M:%S` 103 ds=$2 261 mkdir $resdir/$ds 262 echo Results directory: $resdir/$ds 264 touch $resdir/$ds/log 265 echo $scriptname $args >> $resdir/$ds/log 266 echo ${TORTURE_SUITE} > $resdir/$ds/TORTURE_SUITE 267 pwd > $resdir/$ds/testid.txt 270 git status >> $resdir/$ds/testid.txt 271 git rev-parse HEAD >> $resdir/$ds/testid.txt [all …]
|
/linux-4.1.27/drivers/isdn/divert/ |
D | isdn_divert.c | 275 struct deflect_struc *ds, *ds1 = NULL; in insertrule() local 278 if (!(ds = kmalloc(sizeof(struct deflect_struc), GFP_KERNEL))) in insertrule() 281 ds->rule = *newrule; /* set rule */ in insertrule() 295 ds->prev = table_tail; /* previous entry */ in insertrule() 296 ds->next = NULL; /* end of chain */ in insertrule() 297 if (ds->prev) in insertrule() 298 ds->prev->next = ds; /* last forward */ in insertrule() 300 table_head = ds; /* is first entry */ in insertrule() 301 table_tail = ds; /* end of queue */ in insertrule() 303 ds->next = ds1; /* next entry */ in insertrule() [all …]
|
/linux-4.1.27/drivers/dma/ |
D | k3dma.c | 243 struct k3_dma_desc_sw *ds = in k3_dma_start_txd() local 249 list_del(&ds->vd.node); in k3_dma_start_txd() 250 c->phy->ds_run = ds; in k3_dma_start_txd() 253 k3_dma_set_desc(c->phy, &ds->desc_hw[0]); in k3_dma_start_txd() 359 struct k3_dma_desc_sw *ds = p->ds_run; in k3_dma_tx_status() local 364 index = (clli - ds->desc_hw_lli) / sizeof(struct k3_desc_hw); in k3_dma_tx_status() 365 for (; index < ds->desc_num; index++) { in k3_dma_tx_status() 366 bytes += ds->desc_hw[index].count; in k3_dma_tx_status() 368 if (!ds->desc_hw[index].lli) in k3_dma_tx_status() 402 static void k3_dma_fill_desc(struct k3_dma_desc_sw *ds, dma_addr_t dst, in k3_dma_fill_desc() argument [all …]
|
D | txx9dmac.c | 337 struct txx9dmac_slave *ds = dc->chan.private; in txx9dmac_dostart() local 354 if (ds) { in txx9dmac_dostart() 355 if (ds->tx_reg) { in txx9dmac_dostart() 356 sai = ds->reg_width; in txx9dmac_dostart() 360 dai = ds->reg_width; in txx9dmac_dostart() 375 if (ds) { in txx9dmac_dostart() 376 if (ds->tx_reg) { in txx9dmac_dostart() 377 sai = ds->reg_width; in txx9dmac_dostart() 381 dai = ds->reg_width; in txx9dmac_dostart() 816 struct txx9dmac_slave *ds = chan->private; in txx9dmac_prep_slave_sg() local [all …]
|
/linux-4.1.27/Documentation/hwmon/ |
D | max6697 | 7 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6581.pdf 10 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6602.pdf 13 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6622.pdf 16 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6636.pdf 19 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6689.pdf 22 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6693.pdf 25 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6694.pdf 28 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6697.pdf 31 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6698.pdf 34 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX6699.pdf
|
D | ucd9200 | 10 http://focus.ti.com/lit/ds/symlink/ucd9220.pdf 11 http://focus.ti.com/lit/ds/symlink/ucd9222.pdf 12 http://focus.ti.com/lit/ds/symlink/ucd9224.pdf 13 http://focus.ti.com/lit/ds/symlink/ucd9240.pdf 14 http://focus.ti.com/lit/ds/symlink/ucd9244.pdf 15 http://focus.ti.com/lit/ds/symlink/ucd9246.pdf 16 http://focus.ti.com/lit/ds/symlink/ucd9248.pdf
|
D | max34440 | 8 Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX34440.pdf 13 Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX34441.pdf 18 Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX34446.pdf 23 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX34460.pdf 28 Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX34461.pdf
|
D | max16065 | 9 http://datasheets.maxim-ic.com/en/ds/MAX16065-MAX16066.pdf 14 http://datasheets.maxim-ic.com/en/ds/MAX16067.pdf 19 http://datasheets.maxim-ic.com/en/ds/MAX16068.pdf 24 http://datasheets.maxim-ic.com/en/ds/MAX16070-MAX16071.pdf
|
D | ucd9000 | 9 http://focus.ti.com/lit/ds/symlink/ucd90120.pdf 10 http://focus.ti.com/lit/ds/symlink/ucd90124.pdf 11 http://focus.ti.com/lit/ds/symlink/ucd9090.pdf 12 http://focus.ti.com/lit/ds/symlink/ucd90910.pdf
|
D | max197 | 10 Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX197.pdf 14 Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX199.pdf
|
D | ads1015 | 8 http://focus.ti.com/lit/ds/symlink/ads1015.pdf 12 http://focus.ti.com/lit/ds/symlink/ads1115.pdf
|
D | lm95245 | 8 http://www.ti.com/lit/ds/symlink/lm95235.pdf 12 http://www.ti.com/lit/ds/symlink/lm95245.pdf
|
D | ads7828 | 8 http://focus.ti.com/lit/ds/symlink/ads7828.pdf 13 http://focus.ti.com/lit/ds/symlink/ads7830.pdf
|
D | max6650 | 8 Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf 12 Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf
|
D | max6642 | 9 http://datasheets.maxim-ic.com/en/ds/MAX6642.pdf
|
D | max1619 | 9 http://pdfserv.maxim-ic.com/en/ds/MAX1619.pdf
|
D | max6639 | 8 Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6639.pdf
|
D | max16064 | 8 Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX16064.pdf
|
D | max1668 | 8 Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX1668-MAX1989.pdf
|
D | max8688 | 8 Datasheet: http://datasheets.maxim-ic.com/en/ds/MAX8688.pdf
|
D | adm9240 | 15 http://pdfserv.maxim-ic.com/en/ds/DS1780.pdf 21 http://www.national.com/ds.cgi/LM/LM81.pdf
|
D | jc42 | 20 http://datasheets.maxim-ic.com/en/ds/MAX6604.pdf
|
/linux-4.1.27/fs/9p/ |
D | fid.c | 98 struct dentry *ds; in build_path_from_dentry() local 100 for (ds = dentry; !IS_ROOT(ds); ds = ds->d_parent) in build_path_from_dentry() 107 for (ds = dentry, i = (n-1); i >= 0; i--, ds = ds->d_parent) in build_path_from_dentry() 108 wnames[i] = (char *)ds->d_name.name; in build_path_from_dentry() 119 struct dentry *ds; in v9fs_fid_lookup_with_uid() local 136 ds = dentry->d_parent; in v9fs_fid_lookup_with_uid() 137 fid = v9fs_fid_find(ds, uid, any); in v9fs_fid_lookup_with_uid()
|
/linux-4.1.27/arch/x86/boot/ |
D | copy.S | 52 pushw %ds 54 popw %ds 56 popw %ds 71 pushw %ds 73 popw %ds 75 popw %ds
|
D | regs.c | 26 reg->ds = ds(); in initregs() 27 reg->es = ds(); in initregs()
|
D | bioscall.S | 45 popw %ds 54 pushw %ds 64 movw %ax, %ds
|
D | pm.c | 87 gdt.ptr = (u32)&boot_gdt + (ds() << 4); in setup_gdt() 125 (u32)&boot_params + (ds() << 4)); in go_to_protected_mode()
|
D | pmjump.S | 53 movl %ecx, %ds
|
D | main.c | 51 cmdline_seg = ds(); in copy_boot_params()
|
D | boot.h | 84 static inline u16 ds(void) in ds() function 256 u16 es, ds; member
|
D | header.S | 56 movw %ax, %ds 468 cmpw %ax, %dx # %ds == %ss?
|
D | edd.c | 53 buf_base = (ds() << 4) + (u32)&_end; in read_mbr_sig()
|
D | video-vesa.c | 266 ireg.es = ds(); in vesa_store_edid()
|
/linux-4.1.27/fs/befs/ |
D | datastream.c | 48 befs_read_datastream(struct super_block *sb, befs_data_stream * ds, in befs_read_datastream() argument 60 if (befs_fblock2brun(sb, ds, block, &run) != BEFS_OK) { in befs_read_datastream() 125 befs_read_lsymlink(struct super_block * sb, befs_data_stream * ds, void *buff, in befs_read_lsymlink() argument 134 bh = befs_read_datastream(sb, ds, bytes_read, NULL); in befs_read_lsymlink() 166 befs_count_blocks(struct super_block * sb, befs_data_stream * ds) in befs_count_blocks() argument 175 datablocks = ds->size >> befs_sb->block_shift; in befs_count_blocks() 176 if (ds->size & (befs_sb->block_size - 1)) in befs_count_blocks() 182 if (ds->size > ds->max_direct_range) in befs_count_blocks() 183 metablocks += ds->indirect.len; in befs_count_blocks() 194 if (ds->size > ds->max_indirect_range && ds->max_indirect_range != 0) { in befs_count_blocks() [all …]
|
D | btree.c | 91 static int befs_btree_seekleaf(struct super_block *sb, befs_data_stream * ds, 96 static int befs_bt_read_super(struct super_block *sb, befs_data_stream * ds, 99 static int befs_bt_read_node(struct super_block *sb, befs_data_stream * ds, 137 befs_bt_read_super(struct super_block *sb, befs_data_stream * ds, in befs_bt_read_super() argument 145 bh = befs_read_datastream(sb, ds, 0, NULL); in befs_bt_read_super() 196 befs_bt_read_node(struct super_block *sb, befs_data_stream * ds, in befs_bt_read_node() argument 206 node->bh = befs_read_datastream(sb, ds, node_off, &off); in befs_bt_read_node() 250 befs_btree_find(struct super_block *sb, befs_data_stream * ds, in befs_btree_find() argument 260 if (befs_bt_read_super(sb, ds, &bt_super) != BEFS_OK) { in befs_btree_find() 278 if (befs_bt_read_node(sb, ds, this_node, node_off) != BEFS_OK) { in befs_btree_find() [all …]
|
D | linuxvfs.c | 129 befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; in befs_get_block() local 143 res = befs_fblock2brun(sb, ds, block, &run); in befs_get_block() 168 befs_data_stream *ds = &BEFS_I(dir)->i_data.ds; in befs_lookup() local 186 ret = befs_btree_find(sb, ds, utfname, &offset); in befs_lookup() 190 ret = befs_btree_find(sb, ds, dentry->d_name.name, &offset); in befs_lookup() 218 befs_data_stream *ds = &BEFS_I(inode)->i_data.ds; in befs_readdir() local 229 result = befs_btree_read(sb, ds, ctx->pos, BEFS_NAME_LEN + 1, in befs_readdir() 389 befs_ino->i_data.ds = in befs_iget() 392 num_blks = befs_count_blocks(sb, &befs_ino->i_data.ds); in befs_iget() 395 inode->i_size = befs_ino->i_data.ds.size; in befs_iget() [all …]
|
D | btree.h | 7 int befs_btree_find(struct super_block *sb, befs_data_stream * ds, 10 int befs_btree_read(struct super_block *sb, befs_data_stream * ds,
|
D | datastream.h | 7 befs_data_stream * ds, befs_off_t pos, 16 befs_blocknr_t befs_count_blocks(struct super_block *sb, befs_data_stream * ds);
|
D | befs.h | 68 befs_data_stream ds; member
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 469 struct nfs4_pnfs_ds *ds; in filelayout_read_pagelist() local 482 ds = nfs4_fl_prepare_ds(lseg, idx); in filelayout_read_pagelist() 483 if (!ds) in filelayout_read_pagelist() 486 ds_clnt = nfs4_find_or_create_ds_client(ds->ds_clp, hdr->inode); in filelayout_read_pagelist() 491 ds->ds_remotestr, atomic_read(&ds->ds_clp->cl_count)); in filelayout_read_pagelist() 494 atomic_inc(&ds->ds_clp->cl_count); in filelayout_read_pagelist() 495 hdr->ds_clp = ds->ds_clp; in filelayout_read_pagelist() 516 struct nfs4_pnfs_ds *ds; in filelayout_write_pagelist() local 525 ds = nfs4_fl_prepare_ds(lseg, idx); in filelayout_write_pagelist() 526 if (!ds) in filelayout_write_pagelist() [all …]
|
D | filelayoutdev.c | 47 struct nfs4_pnfs_ds *ds; in nfs4_fl_free_deviceid() local 53 ds = dsaddr->ds_list[i]; in nfs4_fl_free_deviceid() 54 if (ds != NULL) in nfs4_fl_free_deviceid() 55 nfs4_pnfs_ds_put(ds); in nfs4_fl_free_deviceid() 265 struct nfs4_pnfs_ds *ds = dsaddr->ds_list[ds_idx]; in nfs4_fl_prepare_ds() local 267 struct nfs4_pnfs_ds *ret = ds; in nfs4_fl_prepare_ds() 270 if (ds == NULL) { in nfs4_fl_prepare_ds() 277 if (ds->ds_clp) in nfs4_fl_prepare_ds() 280 nfs4_pnfs_ds_connect(s, ds, devid, dataserver_timeo, in nfs4_fl_prepare_ds()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 32 nfs4_pnfs_ds_put(mirror_ds->ds); in nfs4_ff_layout_free_deviceid() 139 new_ds->ds = nfs4_pnfs_ds_add(&dsaddrs, gfp_flags); in nfs4_ff_alloc_deviceid_node() 140 if (!new_ds->ds) in nfs4_ff_alloc_deviceid_node() 309 struct nfs4_pnfs_ds *ds) in ff_layout_update_mirror_cred() argument 311 if (ds->ds_clp && !mirror->cred && in ff_layout_update_mirror_cred() 313 struct rpc_auth *auth = ds->ds_clp->cl_rpcclient->cl_auth; in ff_layout_update_mirror_cred() 342 mirror->mirror_ds->ds == NULL) { in nfs4_ff_layout_select_ds_fh() 364 struct nfs4_pnfs_ds *ds = NULL; in nfs4_ff_layout_prepare_ds() local 372 mirror->mirror_ds->ds == NULL) { in nfs4_ff_layout_prepare_ds() 386 ds = mirror->mirror_ds->ds; in nfs4_ff_layout_prepare_ds() [all …]
|
D | flexfilelayout.c | 427 if (cinfo->ds->nbuckets != 0) { in ff_layout_alloc_commit_info() 446 if (cinfo->ds->nbuckets != 0) in ff_layout_alloc_commit_info() 449 cinfo->ds->buckets = buckets; in ff_layout_alloc_commit_info() 450 cinfo->ds->nbuckets = size; in ff_layout_alloc_commit_info() 469 struct nfs4_pnfs_ds *ds; in ff_layout_choose_best_ds_for_read() local 475 ds = nfs4_ff_layout_prepare_ds(pgio->pg_lseg, idx, false); in ff_layout_choose_best_ds_for_read() 476 if (ds) { in ff_layout_choose_best_ds_for_read() 478 return ds; in ff_layout_choose_best_ds_for_read() 491 struct nfs4_pnfs_ds *ds; in ff_layout_pg_init_read() local 506 ds = ff_layout_choose_best_ds_for_read(pgio, &ds_idx); in ff_layout_pg_init_read() [all …]
|
D | flexfilelayout.h | 31 struct nfs4_pnfs_ds *ds; member
|
/linux-4.1.27/crypto/ |
D | hmac.c | 48 int ds = crypto_shash_digestsize(parent); in hmac_setkey() local 69 keylen = ds; in hmac_setkey() 127 int ds = crypto_shash_digestsize(parent); in hmac_final() local 136 crypto_shash_finup(desc, out, ds, out); in hmac_final() 144 int ds = crypto_shash_digestsize(parent); in hmac_finup() local 153 crypto_shash_finup(desc, out, ds, out); in hmac_finup() 187 int ds; in hmac_create() local 199 ds = salg->digestsize; in hmac_create() 202 if (ds > alg->cra_blocksize || in hmac_create() 221 inst->alg.digestsize = ds; in hmac_create()
|
D | algif_hash.c | 155 unsigned ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_recvmsg() local 158 if (len > ds) in hash_recvmsg() 159 len = ds; in hash_recvmsg() 160 else if (len < ds) in hash_recvmsg() 402 unsigned ds = crypto_ahash_digestsize(hash); in hash_accept_parent_nokey() local 408 ctx->result = sock_kmalloc(sk, ds, GFP_KERNEL); in hash_accept_parent_nokey() 414 memset(ctx->result, 0, ds); in hash_accept_parent_nokey()
|
D | shash.c | 117 unsigned int ds = crypto_shash_digestsize(tfm); in shash_final_unaligned() local 118 u8 ubuf[shash_align_buffer_size(ds, alignmask)] in shash_final_unaligned() 127 memcpy(out, buf, ds); in shash_final_unaligned() 130 memset(buf, 0, ds); in shash_final_unaligned()
|
D | ahash.c | 236 unsigned int ds = crypto_ahash_digestsize(tfm); in ahash_save_req() local 239 priv = kmalloc(sizeof(*priv) + ahash_align_buffer_size(ds, alignmask), in ahash_save_req()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | dcr.c | 131 unsigned int ds; in dcr_resource_start() local 132 const u32 *dr = of_get_property(np, "dcr-reg", &ds); in dcr_resource_start() 134 if (dr == NULL || ds & 1 || index >= (ds / 8)) in dcr_resource_start() 143 unsigned int ds; in dcr_resource_len() local 144 const u32 *dr = of_get_property(np, "dcr-reg", &ds); in dcr_resource_len() 146 if (dr == NULL || ds & 1 || index >= (ds / 8)) in dcr_resource_len()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | hw-ops.h | 38 static inline void ath9k_hw_set_desc_link(struct ath_hw *ah, void *ds, in ath9k_hw_set_desc_link() argument 41 ath9k_hw_ops(ah)->set_desc_link(ds, link); in ath9k_hw_set_desc_link() 57 static inline void ath9k_hw_set_txdesc(struct ath_hw *ah, void *ds, in ath9k_hw_set_txdesc() argument 60 return ath9k_hw_ops(ah)->set_txdesc(ah, ds, i); in ath9k_hw_set_txdesc() 63 static inline int ath9k_hw_txprocdesc(struct ath_hw *ah, void *ds, in ath9k_hw_txprocdesc() argument 66 return ath9k_hw_ops(ah)->proc_txdesc(ah, ds, ts); in ath9k_hw_txprocdesc() 69 static inline int ath9k_hw_get_duration(struct ath_hw *ah, const void *ds, in ath9k_hw_get_duration() argument 72 return ath9k_hw_ops(ah)->get_duration(ah, ds, index); in ath9k_hw_get_duration()
|
D | ar9002_mac.c | 27 static void ar9002_hw_set_desc_link(void *ds, u32 ds_link) in ar9002_hw_set_desc_link() argument 29 ((struct ath_desc*) ds)->ds_link = ds_link; in ar9002_hw_set_desc_link() 212 ar9002_set_txdesc(struct ath_hw *ah, void *ds, struct ath_tx_info *i) in ar9002_set_txdesc() argument 214 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_set_txdesc() 315 static int ar9002_hw_proc_txdesc(struct ath_hw *ah, void *ds, in ar9002_hw_proc_txdesc() argument 318 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_proc_txdesc() 387 static int ar9002_hw_get_duration(struct ath_hw *ah, const void *ds, int index) in ar9002_hw_get_duration() argument 389 struct ar5416_desc *ads = AR5416DESC(ds); in ar9002_hw_get_duration() 405 void ath9k_hw_setuprxdesc(struct ath_hw *ah, struct ath_desc *ds, in ath9k_hw_setuprxdesc() argument 408 struct ar5416_desc *ads = AR5416DESC(ds); in ath9k_hw_setuprxdesc()
|
D | init.c | 230 u8 *ds; in ath_descdma_setup() local 276 ds = (u8 *) dd->dd_desc; in ath_descdma_setup() 278 name, ds, (u32) dd->dd_desc_len, in ath_descdma_setup() 290 for (i = 0; i < nbuf; i++, bf++, ds += (desc_len * ndesc)) { in ath_descdma_setup() 291 bf->bf_desc = ds; in ath_descdma_setup() 292 bf->bf_daddr = DS2PHYS(dd, ds); in ath_descdma_setup() 306 ds += (desc_len * ndesc); in ath_descdma_setup() 307 bf->bf_desc = ds; in ath_descdma_setup() 308 bf->bf_daddr = DS2PHYS(dd, ds); in ath_descdma_setup() 321 for (i = 0; i < nbuf; i++, bf++, ds += (desc_len * ndesc)) { in ath_descdma_setup() [all …]
|
D | recv.c | 42 struct ath_desc *ds; in ath_rx_buf_link() local 45 ds = bf->bf_desc; in ath_rx_buf_link() 46 ds->ds_link = 0; /* link to null */ in ath_rx_buf_link() 47 ds->ds_data = bf->bf_buf_addr; in ath_rx_buf_link() 52 ds->ds_vdata = skb->data; in ath_rx_buf_link() 59 ath9k_hw_setuprxdesc(ah, ds, in ath_rx_buf_link() 68 sc->rx.rxlink = &ds->ds_link; in ath_rx_buf_link() 702 struct ath_desc *ds; in ath_get_next_rx_buf() local 715 ds = bf->bf_desc; in ath_get_next_rx_buf() 728 ret = ath9k_hw_rxprocdesc(ah, ds, rs); in ath_get_next_rx_buf() [all …]
|
D | ar9003_mac.c | 27 ar9003_set_txdesc(struct ath_hw *ah, void *ds, struct ath_tx_info *i) in ar9003_set_txdesc() argument 29 struct ar9003_txc *ads = ds; in ar9003_set_txdesc() 173 static void ar9003_hw_set_desc_link(void *ds, u32 ds_link) in ar9003_hw_set_desc_link() argument 175 struct ar9003_txc *ads = ds; in ar9003_hw_set_desc_link() 354 static int ar9003_hw_proc_txdesc(struct ath_hw *ah, void *ds, in ar9003_hw_proc_txdesc() argument 434 static int ar9003_hw_get_duration(struct ath_hw *ah, const void *ds, int index) in ar9003_hw_get_duration() argument 436 const struct ar9003_txc *adc = ds; in ar9003_hw_get_duration()
|
D | hw.h | 724 void (*set_desc_link)(void *ds, u32 link); 729 void (*set_txdesc)(struct ath_hw *ah, void *ds, 731 int (*proc_txdesc)(struct ath_hw *ah, void *ds, 733 int (*get_duration)(struct ath_hw *ah, const void *ds, int index);
|
D | mac.h | 729 int ath9k_hw_rxprocdesc(struct ath_hw *ah, struct ath_desc *ds, 731 void ath9k_hw_setuprxdesc(struct ath_hw *ah, struct ath_desc *ds,
|
/linux-4.1.27/fs/ntfs/ |
D | runlist.c | 625 int ds = dend + 1; /* Number of elements in drl & srl */ in ntfs_runlists_merge() local 643 ntfs_debug("ds = %i, ss = %i, dins = %i", ds, ss, dins); in ntfs_runlists_merge() 647 drl = ntfs_rl_replace(drl, ds, srl + sstart, ss, dins); in ntfs_runlists_merge() 649 drl = ntfs_rl_insert(drl, ds, srl + sstart, ss, dins); in ntfs_runlists_merge() 652 drl = ntfs_rl_append(drl, ds, srl + sstart, ss, dins); in ntfs_runlists_merge() 654 drl = ntfs_rl_split(drl, ds, srl + sstart, ss, dins); in ntfs_runlists_merge() 663 for (ds = dend; drl[ds].length; ds++) in ntfs_runlists_merge() 666 if (drl[ds].vcn <= marker_vcn) { in ntfs_runlists_merge() 669 if (drl[ds].vcn == marker_vcn) { in ntfs_runlists_merge() 673 drl[ds].lcn); in ntfs_runlists_merge() [all …]
|
/linux-4.1.27/drivers/lguest/x86/ |
D | switcher_32.S | 113 pushl %ds 182 popl %ds 205 pushl %ds; \ 221 movl %eax, %ds; \ 258 popl %ds; \
|
D | core.c | 211 case offsetof(struct pt_regs, ds): in lguest_arch_regptr() 212 return &cpu->regs->ds; in lguest_arch_regptr() 713 regs->ds = regs->es = regs->ss = __KERNEL_DS|GUEST_PL; in lguest_arch_setup_regs()
|
/linux-4.1.27/arch/x86/kernel/ |
D | process_64.c | 64 unsigned int ds, cs, es; in __show_regs() local 81 asm("movl %%ds,%0" : "=r" (ds)); in __show_regs() 101 printk(KERN_DEFAULT "CS: %04x DS: %04x ES: %04x CR0: %016lx\n", cs, ds, in __show_regs() 173 savesegment(ds, p->thread.ds); in copy_thread() 236 loadsegment(ds, _ds); in start_thread_common() 326 savesegment(ds, prev->ds); in __switch_to() 327 if (unlikely(next->ds | prev->ds)) in __switch_to() 328 loadsegment(ds, next->ds); in __switch_to()
|
D | head_32.S | 109 movl %eax,%ds 306 movl %eax,%ds 461 movl %eax,%ds 569 push %ds # 4(%esp) 572 movl %eax,%ds 608 pop %ds 627 pushl %ds 629 movl %eax,%ds 644 popl %ds
|
D | ptrace.c | 83 REG_OFFSET_NAME(ds), 292 case offsetof(struct user_regs_struct, ds): in get_segment_reg() 297 return task->thread.ds; in get_segment_reg() 350 case offsetof(struct user_regs_struct,ds): in set_segment_reg() 351 task->thread.ds = value; in set_segment_reg() 353 loadsegment(ds, task->thread.ds); in set_segment_reg() 418 case offsetof(struct user_regs_struct, ds): in putreg() 460 case offsetof(struct user_regs_struct, ds): in getreg() 957 SEG32(ds); in putreg32() 1026 SEG32(ds); in getreg32()
|
D | process_32.c | 96 (u16)regs->ds, (u16)regs->es, (u16)regs->fs, gs, ss); in __show_regs() 148 childregs->ds = __USER_DS; in copy_thread() 202 regs->ds = __USER_DS; in start_thread()
|
D | signal.c | 79 COPY_SEG(ds); in restore_sigcontext() 131 put_user_ex(regs->ds, (unsigned int __user *)&sc->ds); in setup_sigcontext() 329 regs->ds = __USER_DS; in __setup_frame() 395 regs->ds = __USER_DS; in __setup_rt_frame() 523 loadsegment(ds, __USER_DS); in x32_setup_rt_frame()
|
D | entry_32.S | 193 pushl_cfi %ds 210 movl %edx, %ds 236 1: popl_cfi %ds 717 movl %eax, %ds 982 1: mov 4(%esp),%ds 1084 pushl %ds 1120 popl %ds 1217 pushl_cfi %ds 1237 movl %ecx, %ds
|
D | doublefault.c | 65 .ds = __USER_DS,
|
D | asm-offsets_32.c | 51 OFFSET(PT_DS, pt_regs, ds); in foo()
|
D | perf_regs.c | 32 PT_REGS_OFFSET(PERF_REG_X86_DS, ds),
|
D | i387.c | 507 savesegment(ds, env->fos); in convert_from_fxsr() 509 env->fos = tsk->thread.ds; in convert_from_fxsr()
|
/linux-4.1.27/tools/testing/selftests/ipc/ |
D | msgque.c | 131 struct msqid64_ds ds; in dump_queue() local 136 ret = msgctl(kern_id, MSG_STAT, &ds); in dump_queue() 149 msgque->messages = malloc(sizeof(struct msg1) * ds.msg_qnum); in dump_queue() 155 msgque->qnum = ds.msg_qnum; in dump_queue() 156 msgque->mode = ds.msg_perm.mode; in dump_queue() 157 msgque->qbytes = ds.msg_qbytes; in dump_queue()
|
/linux-4.1.27/fs/btrfs/ |
D | check-integrity.c | 268 static void btrfsic_dev_state_init(struct btrfsic_dev_state *ds); 270 static void btrfsic_dev_state_free(struct btrfsic_dev_state *ds); 294 struct btrfsic_dev_state *ds, 296 static void btrfsic_dev_state_hashtable_remove(struct btrfsic_dev_state *ds); 470 static void btrfsic_dev_state_init(struct btrfsic_dev_state *ds) in btrfsic_dev_state_init() argument 472 ds->magic_num = BTRFSIC_DEV2STATE_MAGIC_NUMBER; in btrfsic_dev_state_init() 473 ds->bdev = NULL; in btrfsic_dev_state_init() 474 ds->state = NULL; in btrfsic_dev_state_init() 475 ds->name[0] = '\0'; in btrfsic_dev_state_init() 476 INIT_LIST_HEAD(&ds->collision_resolving_node); in btrfsic_dev_state_init() [all …]
|
/linux-4.1.27/drivers/clk/rockchip/ |
D | clk.h | 216 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument 229 .div_shift = ds, \ 237 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument 247 .div_shift = ds, \ 255 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument 265 .div_shift = ds, \ 293 ds, dw, df) \ argument 305 .div_shift = ds, \
|
/linux-4.1.27/drivers/ide/ |
D | ide-ioctls.c | 23 const struct ide_devset *ds; in ide_setting_ioctl() local 26 for (; (ds = s->setting); s++) { in ide_setting_ioctl() 27 if (ds->get && s->get_ioctl == cmd) in ide_setting_ioctl() 29 else if (ds->set && s->set_ioctl == cmd) in ide_setting_ioctl() 37 err = ds->get(drive); in ide_setting_ioctl() 49 err = ide_devset_execute(drive, ds, arg); in ide_setting_ioctl()
|
D | ide-proc.c | 195 const struct ide_devset *ds = setting->setting; in ide_read_setting() local 198 if (ds->get) in ide_read_setting() 199 val = ds->get(drive); in ide_read_setting() 225 const struct ide_devset *ds = setting->setting; in ide_write_setting() local 229 if (!ds->set) in ide_write_setting() 231 if ((ds->flags & DS_SYNC) in ide_write_setting() 234 return ide_devset_execute(drive, ds, val); in ide_write_setting() 284 const struct ide_devset *ds; in ide_settings_proc_show() local 315 ds = setting->setting; in ide_settings_proc_show() 316 if (ds->get) in ide_settings_proc_show() [all …]
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | base.c | 632 struct ath5k_desc *ds; in ath5k_rxbuf_setup() local 657 ds = bf->desc; in ath5k_rxbuf_setup() 658 ds->ds_link = bf->daddr; /* link to self */ in ath5k_rxbuf_setup() 659 ds->ds_data = bf->skbaddr; in ath5k_rxbuf_setup() 660 ret = ath5k_hw_setup_rx_desc(ah, ds, ah->common.rx_bufsize, 0); in ath5k_rxbuf_setup() 668 ah->rxlink = &ds->ds_link; in ath5k_rxbuf_setup() 736 struct ath5k_desc *ds = bf->desc; in ath5k_txbuf_setup() local 796 ret = ah->ah_setup_tx_desc(ah, ds, pktlen, in ath5k_txbuf_setup() 821 ath5k_hw_setup_mrr_tx_desc(ah, ds, in ath5k_txbuf_setup() 827 ds->ds_link = 0; in ath5k_txbuf_setup() [all …]
|
D | debug.c | 1085 struct ath5k_desc *ds = bf->desc; in ath5k_debug_printrxbuf() local 1086 struct ath5k_hw_all_rx_desc *rd = &ds->ud.ds_rx; in ath5k_debug_printrxbuf() 1089 ds, (unsigned long long)bf->daddr, in ath5k_debug_printrxbuf() 1090 ds->ds_link, ds->ds_data, in ath5k_debug_printrxbuf() 1099 struct ath5k_desc *ds; in ath5k_debug_printrxbuffs() local 1112 ds = bf->desc; in ath5k_debug_printrxbuffs() 1113 status = ah->ah_proc_rx_desc(ah, ds, &rs); in ath5k_debug_printrxbuffs() 1123 struct ath5k_desc *ds = bf->desc; in ath5k_debug_printtxbuf() local 1124 struct ath5k_hw_5212_tx_desc *td = &ds->ud.ds_tx5212; in ath5k_debug_printtxbuf() 1134 "%08x %c\n", ds, (unsigned long long)bf->daddr, ds->ds_link, in ath5k_debug_printtxbuf() [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | gddr5.c | 38 int WL, CL, WR, at[2], dt, ds; in nvkm_gddr5_calc() local 63 ds = ram->next->bios.timing_20_2f_03; in nvkm_gddr5_calc() 83 ram->mr[1] |= (ds & 0x03) << 0; in nvkm_gddr5_calc()
|
/linux-4.1.27/arch/x86/platform/efi/ |
D | efi_thunk_64.S | 70 movl %ds, %eax 102 movl %ebx, %ds 133 movl %eax, %ds
|
/linux-4.1.27/sound/pci/asihpi/ |
D | asihpi.c | 614 struct snd_card_asihpi_pcm *ds = runtime->private_data; in snd_card_asihpi_trigger() local 623 ds->drained_count = 0; in snd_card_asihpi_trigger() 631 unsigned int preload = ds->period_bytes * 1; in snd_card_asihpi_trigger() 634 ds->h_stream, in snd_card_asihpi_trigger() 637 &ds->format)); in snd_card_asihpi_trigger() 638 ds->pcm_buf_host_rw_ofs = preload; in snd_card_asihpi_trigger() 645 ds->h_stream); in snd_card_asihpi_trigger() 777 struct snd_card_asihpi_pcm *ds = s->runtime->private_data; in snd_card_asihpi_timer_function() local 788 ds->h_stream, &state, in snd_card_asihpi_timer_function() 799 pcm_buf_dma_ofs = ds->pcm_buf_host_rw_ofs - bytes_avail; in snd_card_asihpi_timer_function() [all …]
|
/linux-4.1.27/arch/x86/math-emu/ |
D | get_address.c | 45 offsetof(struct kernel_vm86_regs, ds), 50 offsetof(struct kernel_vm86_regs, ds) 58 offsetof(struct pt_regs, ds), 61 offsetof(struct pt_regs, ds), /* dummy, not saved on stack */ 63 offsetof(struct pt_regs, ds)
|
D | fpu_system.h | 54 #define FPU_DS (*(unsigned short *) &(FPU_info->regs->ds))
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gf100.c | 48 nv_wr32(priv, 0x405804, priv->zbc_color[zbc].ds[0]); in gf100_gr_zbc_clear_color() 49 nv_wr32(priv, 0x405808, priv->zbc_color[zbc].ds[1]); in gf100_gr_zbc_clear_color() 50 nv_wr32(priv, 0x40580c, priv->zbc_color[zbc].ds[2]); in gf100_gr_zbc_clear_color() 51 nv_wr32(priv, 0x405810, priv->zbc_color[zbc].ds[3]); in gf100_gr_zbc_clear_color() 60 const u32 ds[4], const u32 l2[4]) in gf100_gr_zbc_color_get() 69 if (memcmp(priv->zbc_color[i].ds, ds, sizeof( in gf100_gr_zbc_color_get() 70 priv->zbc_color[i].ds))) in gf100_gr_zbc_color_get() 86 memcpy(priv->zbc_color[zbc].ds, ds, sizeof(priv->zbc_color[zbc].ds)); in gf100_gr_zbc_color_get() 98 nv_wr32(priv, 0x405818, priv->zbc_depth[zbc].ds); in gf100_gr_zbc_clear_depth() 106 const u32 ds, const u32 l2) in gf100_gr_zbc_depth_get() argument [all …]
|
D | gf100.h | 60 u32 ds[4]; member 66 u32 ds; member
|
/linux-4.1.27/Documentation/w1/masters/ |
D | ds2482 | 9 http://datasheets.maxim-ic.com/en/ds/DS2482-100.pdf 10 http://datasheets.maxim-ic.com/en/ds/DS2482-800.pdf
|
/linux-4.1.27/arch/x86/kvm/ |
D | tss.h | 26 u32 ds; member 55 u16 ds; member
|
D | svm.c | 1143 init_seg(&save->ds); in init_vmcb() 1391 case VCPU_SREG_DS: return &save->ds; in svm_seg() 2337 nested_vmcb->save.ds = vmcb->save.ds; in nested_svm_vmexit() 2399 svm->vmcb->save.ds = hsave->save.ds; in nested_svm_vmexit() 2524 hsave->save.ds = vmcb->save.ds; in nested_svm_vmrun() 2556 svm->vmcb->save.ds = nested_vmcb->save.ds; in nested_svm_vmrun() 3444 save->ds.selector, save->ds.attrib, in dump_vmcb() 3445 save->ds.limit, save->ds.base); in dump_vmcb()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | elf.h | 129 pr_reg[7] = regs->ds & 0xffff; \ 172 struct pt_regs *regs, const u16 ds) in elf_common_init() argument 181 t->ds = t->es = ds; in elf_common_init()
|
D | a.out-core.h | 49 dump->regs.ds = (u16)regs->ds; in aout_dump_thread()
|
D | suspend_64.h | 22 u16 ds, es, fs, gs, ss; member
|
D | vm86.h | 26 unsigned short ds, __dsh; member
|
D | sigcontext.h | 11 unsigned short ds, __dsh; member
|
D | user_32.h | 85 unsigned long ds; member
|
D | lguest.h | 36 unsigned long fs, ds, es; member
|
D | user32.h | 37 unsigned short ds, __ds, es, __es; member
|
D | user_64.h | 92 unsigned long ds; member
|
D | kexec.h | 110 asm volatile("movl %%ds, %%eax;" :"=a"(newregs->ds)); in crash_setup_regs()
|
D | ptrace.h | 19 unsigned long ds; member
|
D | svm.h | 142 struct vmcb_seg ds; member
|
D | processor.h | 249 unsigned short ds, __dsh; member 500 unsigned short ds; member
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 36 movl %ds, %eax 82 movl %ebx, %ds 116 movl %eax, %ds
|
D | head_64.S | 55 movl %eax, %ds 299 movl %eax, %ds
|
D | head_32.S | 111 movl %eax, %ds
|
/linux-4.1.27/sound/soc/txx9/ |
D | txx9aclc.c | 344 struct txx9dmac_slave *ds = &dmadata->dma_slave; in txx9aclc_dma_init() local 349 ds->reg_width = sizeof(u32); in txx9aclc_dma_init() 351 ds->tx_reg = drvdata->physbase + ACAUDODAT; in txx9aclc_dma_init() 352 ds->rx_reg = 0; in txx9aclc_dma_init() 354 ds->tx_reg = 0; in txx9aclc_dma_init() 355 ds->rx_reg = drvdata->physbase + ACAUDIDAT; in txx9aclc_dma_init()
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_fc.c | 226 zfcp_fc_wka_port_force_offline(&gs->ds); in zfcp_fc_wka_ports_force_offline() 380 ret = zfcp_fsf_send_ct(&adapter->gs->ds, &fc_req->ct_els, in zfcp_fc_ns_gid_pn_request() 407 ret = zfcp_fc_wka_port_get(&adapter->gs->ds); in zfcp_fc_ns_gid_pn() 413 zfcp_fc_wka_port_put(&adapter->gs->ds); in zfcp_fc_ns_gid_pn() 631 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_send_gpn_ft() 744 if (zfcp_fc_wka_port_get(&adapter->gs->ds)) in zfcp_fc_scan_ports() 764 zfcp_fc_wka_port_put(&adapter->gs->ds); in zfcp_fc_scan_ports() 789 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_gspn() 837 ret = zfcp_fsf_send_ct(&adapter->gs->ds, ct_els, NULL, in zfcp_fc_rspn() 869 ret = zfcp_fc_wka_port_get(&adapter->gs->ds); in zfcp_fc_sym_name_update() [all …]
|
D | zfcp_fc.h | 201 struct zfcp_fc_wka_port ds; member
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | hwmtm.c | 357 struct s_smt_fp_txd volatile *ds ; in init_txd_ring() local 364 ds = (struct s_smt_fp_txd volatile *) ((char *)smc->os.hwm.descr_p + in init_txd_ring() 368 (void)init_descr_ring(smc,(union s_fp_descr volatile *)ds, in init_txd_ring() 370 phys = le32_to_cpu(ds->txd_ntdadr) ; in init_txd_ring() 371 ds++ ; in init_txd_ring() 372 queue->tx_curr_put = queue->tx_curr_get = ds ; in init_txd_ring() 373 ds-- ; in init_txd_ring() 378 ds = (struct s_smt_fp_txd volatile *) ((char *)ds + in init_txd_ring() 382 (void)init_descr_ring(smc,(union s_fp_descr volatile *)ds, in init_txd_ring() 384 phys = le32_to_cpu(ds->txd_ntdadr) ; in init_txd_ring() [all …]
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_fs.c | 1645 struct usb_endpoint_descriptor *ds; in ffs_func_eps_enable() local 1657 ds = ep->descs[desc_idx]; in ffs_func_eps_enable() 1658 } while (!ds && --desc_idx >= 0); in ffs_func_eps_enable() 1660 if (!ds) { in ffs_func_eps_enable() 1666 ep->ep->desc = ds; in ffs_func_eps_enable() 1670 epfile->in = usb_endpoint_dir_in(ds); in ffs_func_eps_enable() 1671 epfile->isoc = usb_endpoint_xfer_isoc(ds); in ffs_func_eps_enable() 1765 struct usb_interface_descriptor *ds = (void *)_ds; in ffs_do_single_desc() local 1767 if (length != sizeof *ds) in ffs_do_single_desc() 1770 __entity(INTERFACE, ds->bInterfaceNumber); in ffs_do_single_desc() [all …]
|
/linux-4.1.27/arch/x86/realmode/rm/ |
D | reboot.S | 26 movl %eax, %ds 59 movl %ecx, %ds
|
D | wakeup_asm.S | 56 movw %cx, %ds 70 movw %ax, %ds
|
D | trampoline_32.S | 37 mov %ax, %ds
|
D | trampoline_64.S | 46 mov %ax, %ds
|
/linux-4.1.27/drivers/sh/maple/ |
D | maple.c | 409 struct maple_device_specify *ds; in check_maple_device() local 412 ds = portptr; in check_maple_device() 414 if (mdev->port == ds->port && mdev->unit == ds->unit) in check_maple_device() 496 struct maple_device_specify ds; in maple_map_subunits() local 498 ds.port = mdev->port; in maple_map_subunits() 500 ds.unit = k + 1; in maple_map_subunits() 502 bus_for_each_dev(&maple_bus_type, NULL, &ds, in maple_map_subunits()
|
/linux-4.1.27/arch/x86/ia32/ |
D | ia32_signal.c | 135 #define loadsegment_ds(v) loadsegment(ds, v) 182 RELOAD_SEG(ds); in ia32_restore_sigcontext() 275 put_user_ex(get_user_seg(ds), (unsigned int __user *)&sc->ds); in ia32_setup_sigcontext() 411 loadsegment(ds, __USER32_DS); in ia32_setup_frame() 490 loadsegment(ds, __USER32_DS); in ia32_setup_rt_frame()
|
D | ia32_aout.c | 87 dump->regs.ds = current->thread.ds; in dump_thread32() 384 loadsegment(ds, __USER32_DS); in load_aout_binary()
|
/linux-4.1.27/Documentation/ja_JP/ |
D | stable_api_nonsense.txt | 3 This document is maintained by IKEDA, Munehiro <m-ikeda@ds.jp.nec.com> 22 翻訳者 : 池田 宗広 < m-ikeda at ds dot jp dot nec dot com >
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | odp.c | 397 unsigned ds, opcode; in mlx5_ib_mr_initiator_pfault_handler() local 402 ds = be32_to_cpu(ctrl->qpn_ds) & MLX5_WQE_CTRL_DS_MASK; in mlx5_ib_mr_initiator_pfault_handler() 403 if (ds * MLX5_WQE_DS_UNITS > wqe_length) { in mlx5_ib_mr_initiator_pfault_handler() 405 ds, wqe_length); in mlx5_ib_mr_initiator_pfault_handler() 409 if (ds == 0) { in mlx5_ib_mr_initiator_pfault_handler() 436 *wqe_end = *wqe + ds * MLX5_WQE_DS_UNITS; in mlx5_ib_mr_initiator_pfault_handler()
|
/linux-4.1.27/fs/fat/ |
D | dir.c | 283 struct msdos_dir_slot *ds; in fat_parse_long() local 295 ds = (struct msdos_dir_slot *)*de; in fat_parse_long() 296 id = ds->id; in fat_parse_long() 303 alias_checksum = ds->alias_checksum; in fat_parse_long() 311 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long() 312 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6); in fat_parse_long() 313 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2); in fat_parse_long() 315 if (ds->id & 0x40) in fat_parse_long() 321 ds = (struct msdos_dir_slot *)*de; in fat_parse_long() 322 if (ds->attr != ATTR_EXT) in fat_parse_long() [all …]
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | cfg.c | 368 struct mrvl_ie_ds_param_set *ds = (void *) tlv; in lbs_add_channel_tlv() local 375 ds->header.type = cpu_to_le16(TLV_TYPE_PHY_DS); in lbs_add_channel_tlv() 376 ds->header.len = cpu_to_le16(sizeof(*ds)-sizeof(ds->header)); in lbs_add_channel_tlv() 377 ds->channel = channel; in lbs_add_channel_tlv() 378 return sizeof(*ds); in lbs_add_channel_tlv() 1832 cmd.bss.ds.header.id = WLAN_EID_DS_PARAMS; in lbs_ibss_join_existing() 1833 cmd.bss.ds.header.len = 1; in lbs_ibss_join_existing() 1834 cmd.bss.ds.channel = params->chandef.chan->hw_value; in lbs_ibss_join_existing() 1944 cmd.ds.header.id = WLAN_EID_DS_PARAMS; in lbs_ibss_start_new() 1945 cmd.ds.header.len = 1; in lbs_ibss_start_new() [all …]
|
D | types.h | 54 struct ieee_ie_ds_param_set ds; member
|
D | host.h | 749 struct ieee_ie_ds_param_set ds; member 772 struct ieee_ie_ds_param_set ds; member
|
/linux-4.1.27/arch/x86/power/ |
D | cpu.c | 89 asm volatile ("movw %%ds, %0" : "=m" (ctxt->ds)); in __save_processor_state() 214 asm volatile ("movw %0, %%ds" :: "r" (ctxt->ds)); in __restore_processor_state()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptbase.c | 7274 char *ds = NULL; in mpt_display_event_info() local 7285 ds = "None"; in mpt_display_event_info() 7288 ds = "Log Data"; in mpt_display_event_info() 7291 ds = "State Change"; in mpt_display_event_info() 7294 ds = "Unit Attention"; in mpt_display_event_info() 7297 ds = "IOC Bus Reset"; in mpt_display_event_info() 7300 ds = "External Bus Reset"; in mpt_display_event_info() 7303 ds = "Bus Rescan Event"; in mpt_display_event_info() 7307 ds = "Link Status(FAILURE) Change"; in mpt_display_event_info() 7309 ds = "Link Status(ACTIVE) Change"; in mpt_display_event_info() [all …]
|
/linux-4.1.27/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 240 int ds; in crypto4xx_hash_init() local 244 ds = crypto_ahash_digestsize( in crypto4xx_hash_init() 246 sa->sa_command_0.bf.digest_len = ds >> 2; in crypto4xx_hash_init()
|
/linux-4.1.27/arch/x86/purgatory/ |
D | setup-x86_64.S | 24 movl %eax, %ds
|
D | entry64.S | 25 movl %eax, %ds
|
/linux-4.1.27/scripts/kconfig/ |
D | symbol.c | 417 struct symbol *ds = prop_get_symbol(prop); in sym_calc_value() local 418 if (ds) { in sym_calc_value() 420 sym_calc_value(ds); in sym_calc_value() 421 newval.val = ds->curr.val; in sym_calc_value() 696 struct symbol *ds; in sym_get_string_default() local 720 ds = prop_get_symbol(prop); in sym_get_string_default() 721 if (ds != NULL) { in sym_get_string_default() 722 sym_calc_value(ds); in sym_get_string_default() 723 str = (const char *)ds->curr.val; in sym_get_string_default()
|
D | confdata.c | 710 struct symbol *ds; in conf_write_defconfig() local 713 ds = sym_choice_default(cs); in conf_write_defconfig() 714 if (!sym_is_optional(cs) && sym == ds) { in conf_write_defconfig()
|
/linux-4.1.27/fs/affs/ |
D | amigaffs.c | 369 secs_to_datestamp(time_t secs, struct affs_date *ds) in secs_to_datestamp() argument 382 ds->days = cpu_to_be32(days); in secs_to_datestamp() 383 ds->mins = cpu_to_be32(minute); in secs_to_datestamp() 384 ds->ticks = cpu_to_be32(secs * 50); in secs_to_datestamp()
|
/linux-4.1.27/include/uapi/video/ |
D | uvesafb.h | 20 __u16 ds; member
|
/linux-4.1.27/sound/soc/fsl/ |
D | Makefile | 6 snd-soc-p1022-ds-objs := p1022_ds.o 7 obj-$(CONFIG_SND_SOC_P1022_DS) += snd-soc-p1022-ds.o
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | sigcontext32.h | 56 unsigned short ds, __dsh; member
|
D | vm86.h | 87 unsigned short ds, __dsh; member
|
D | sigcontext.h | 109 unsigned short ds, __dsh; member
|
D | kvm.h | 145 struct kvm_segment cs, ds, es, fs, gs, ss; member
|
/linux-4.1.27/arch/s390/include/asm/ |
D | nmi.h | 35 __u32 ds : 1; /* 19 storage degradation */ member
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tps6507x.dtsi | 11 * http://www.ti.com/lit/ds/symlink/tps65070.pdf
|
D | tps65217.dtsi | 11 * http://www.ti.com/lit/ds/symlink/tps65217.pdf
|
D | tps65910.dtsi | 11 * http://www.ti.com/lit/ds/symlink/tps65910.pdf
|
D | twl6030.dtsi | 11 * http://www.ti.com/lit/ds/symlink/twl6030.pdf
|
D | exynos5250-spring.dts | 120 s5m8767,pmic-buck-ds-gpios = <&gpx2 3 GPIO_ACTIVE_LOW>, /* SET1 */ 498 s5m8767_ds: s5m8767-ds {
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
D | interface_32.h | 66 uint16_t ds, _pad3; member
|
D | interface_64.h | 124 uint16_t ds, _pad4[3]; member
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 102 v86.regs.ds = load_addr / 16; in main()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | ti,cdce706.txt | 4 Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | lp872x.txt | 39 - LP8720: http://www.ti.com/lit/ds/symlink/lp8720.pdf 40 - LP8725: http://www.ti.com/lit/ds/symlink/lp8725.pdf
|
D | s5m8767-regulator.txt | 25 - s5m8767,pmic-buck-ds-gpios: GPIO specifiers for three host gpio's used 113 s5m8767,pmic-buck-ds-gpios = <&gpx2 3 0>, /* SET1 */
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_srq.c | 203 int ds; in mthca_alloc_srq() local 220 ds = max(64UL, in mthca_alloc_srq() 224 if (!mthca_is_memfree(dev) && (ds > dev->limits.max_desc_sz)) in mthca_alloc_srq() 227 srq->wqe_shift = ilog2(ds); in mthca_alloc_srq()
|
/linux-4.1.27/drivers/crypto/ |
D | n2_core.c | 449 int err, bs, ds; in n2_hmac_async_setkey() local 461 ds = crypto_shash_digestsize(child_shash); in n2_hmac_async_setkey() 462 BUG_ON(ds > N2_HASH_KEY_MAX); in n2_hmac_async_setkey() 468 keylen = ds; in n2_hmac_async_setkey() 599 int ds; in n2_hash_async_digest() local 601 ds = n2alg->digest_size; in n2_hash_async_digest() 603 memcpy(req->result, n2alg->hash_zero, ds); in n2_hash_async_digest() 609 n2alg->hw_op_hashsz, ds, in n2_hash_async_digest() 619 int ds; in n2_hmac_async_digest() local 621 ds = n2alg->derived.digest_size; in n2_hmac_async_digest() [all …]
|
D | mv_cesa.c | 778 int bs, ds, ss; in mv_hash_setkey() local 790 ds = crypto_shash_digestsize(ctx->base_hash); in mv_hash_setkey() 812 keylen = ds; in mv_hash_setkey()
|
/linux-4.1.27/arch/mips/include/asm/xtalk/ |
D | xwidget.h | 129 unsigned ds:2; member
|
/linux-4.1.27/include/uapi/sound/ |
D | hdspm.h | 42 ds, enumerator
|
/linux-4.1.27/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 15 movw %ax, %ds
|
D | wakeup_64.S | 23 movw %ax, %ds
|
/linux-4.1.27/drivers/scsi/ |
D | qlogicpti.c | 890 struct dataseg *ds; in load_cmd() local 902 ds = cmd->dataseg; in load_cmd() 910 ds[i].d_base = sg_dma_address(s); in load_cmd() 911 ds[i].d_count = sg_dma_len(s); in load_cmd() 929 ds = cont->dataseg; in load_cmd() 934 ds[i].d_base = sg_dma_address(s); in load_cmd() 935 ds[i].d_count = sg_dma_len(s); in load_cmd()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 610 s64 ds; in mlx5_cmd_invoke() local 638 ds = ent->ts2 - ent->ts1; in mlx5_cmd_invoke() 643 stats->sum += ds; in mlx5_cmd_invoke() 649 mlx5_command_str(op), ds); in mlx5_cmd_invoke() 1102 s64 ds; in mlx5_cmd_comp_handler() local 1129 ds = ent->ts2 - ent->ts1; in mlx5_cmd_comp_handler() 1133 stats->sum += ds; in mlx5_cmd_comp_handler()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | class.h | 569 __u32 ds[4]; member 579 __u32 ds; member
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | davinci-vpfe-mc.txt | 140 <URL:http://www.ti.com/lit/ds/sprs457e/sprs457e.pdf> 144 <URL:http://www.ti.com/lit/ds/sprs668c/sprs668c.pdf>
|
/linux-4.1.27/drivers/mtd/nand/ |
D | diskonchip.c | 145 uint16_t ds[4], s[5], tmp, errval[8], syn[4]; in doc_ecc_decode() local 149 ds[0] = ((ecc[4] & 0xff) >> 0) | ((ecc[5] & 0x03) << 8); in doc_ecc_decode() 150 ds[1] = ((ecc[5] & 0xfc) >> 2) | ((ecc[2] & 0x0f) << 6); in doc_ecc_decode() 151 ds[2] = ((ecc[2] & 0xf0) >> 4) | ((ecc[3] & 0x3f) << 4); in doc_ecc_decode() 152 ds[3] = ((ecc[3] & 0xc0) >> 6) | ((ecc[0] & 0xff) << 2); in doc_ecc_decode() 157 s[i] = ds[0]; in doc_ecc_decode() 164 if (ds[j] == 0) in doc_ecc_decode() 166 tmp = rs->index_of[ds[j]]; in doc_ecc_decode()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | twl-familly.txt | 30 * http://www.ti.com/lit/ds/symlink/twl6030.pdf
|
/linux-4.1.27/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 40 movw %ax, %ds
|
/linux-4.1.27/drivers/usb/core/ |
D | devio.c | 1767 struct usbdevfs_disconnectsignal32 ds; in proc_disconnectsignal_compat() local 1769 if (copy_from_user(&ds, arg, sizeof(ds))) in proc_disconnectsignal_compat() 1771 ps->discsignr = ds.signr; in proc_disconnectsignal_compat() 1772 ps->disccontext = compat_ptr(ds.context); in proc_disconnectsignal_compat() 1882 struct usbdevfs_disconnectsignal ds; in proc_disconnectsignal() local 1884 if (copy_from_user(&ds, arg, sizeof(ds))) in proc_disconnectsignal() 1886 ps->discsignr = ds.signr; in proc_disconnectsignal() 1887 ps->disccontext = ds.context; in proc_disconnectsignal()
|
/linux-4.1.27/drivers/pcmcia/ |
D | Makefile | 9 pcmcia-y += ds.o pcmcia_resource.o cistpl.o pcmcia_cis.o
|
/linux-4.1.27/arch/s390/kernel/ |
D | nmi.c | 337 if (mci->ds && mci->fa) in s390_do_machine_check()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_tty.c | 3407 char ds[ISDN_MSNLEN]; in isdn_tty_parse_at() local 3430 isdn_tty_getdial(++p, ds, sizeof ds); in isdn_tty_parse_at() 3434 else if (strlen(ds)) in isdn_tty_parse_at() 3435 isdn_tty_dial(ds, info, m); in isdn_tty_parse_at() 3485 snprintf(ds, sizeof(ds), "\r\n%d", info->emu.charge); in isdn_tty_parse_at() 3486 isdn_tty_at_cout(ds, info); in isdn_tty_parse_at() 3572 isdn_tty_get_msnstr(ds, &p); in isdn_tty_parse_at() 3573 isdn_tty_suspend(ds, info, m); in isdn_tty_parse_at() 3577 isdn_tty_get_msnstr(ds, &p); in isdn_tty_parse_at() 3578 isdn_tty_resume(ds, info, m); in isdn_tty_parse_at()
|
/linux-4.1.27/arch/powerpc/boot/dts/fsl/ |
D | e500mc_power_isa.dtsi | 42 power-isa-ds; // Decorated Storage
|
D | e5500_power_isa.dtsi | 42 power-isa-ds; // Decorated Storage
|
D | e6500_power_isa.dtsi | 42 power-isa-ds; // Decorated Storage
|
/linux-4.1.27/arch/sparc/kernel/ |
D | Makefile | 109 obj-$(CONFIG_SUN_LDOMS) += ldc.o vio.o viohs.o ds.o
|
/linux-4.1.27/arch/x86/xen/ |
D | smp.c | 296 loadsegment(ds, __USER_DS); in xen_smp_prepare_boot_cpu() 386 ctxt->user_regs.ds = __USER_DS; in cpu_initialize_context()
|
/linux-4.1.27/Documentation/leds/ |
D | leds-lm3556.txt | 6 * Datasheet: http://www.national.com/ds/LM/LM3556.pdf
|
/linux-4.1.27/Documentation/misc-devices/ |
D | max6875 | 9 http://pdfserv.maxim-ic.com/en/ds/MAX6874-MAX6875.pdf
|
/linux-4.1.27/arch/arm64/boot/dts/exynos/ |
D | exynos7-pinctrl.dtsi | 498 sd0_ds: sd0-ds { 547 sd1_ds: sd1-ds {
|
/linux-4.1.27/arch/x86/um/ |
D | signal.c | 172 GETREG(DS, ds); in copy_sc_from_user() 261 PUTREG(DS, ds); in copy_sc_to_user()
|
/linux-4.1.27/Documentation/zh_CN/ |
D | oops-tracing.txt | 169 Aug 29 09:51:01 blizard kernel: ds: 0018 es: 0018 fs: 002b gs: 002b ss: 0018
|
/linux-4.1.27/sound/pci/ |
D | rme32.c | 492 int ds; in snd_rme32_playback_setrate() local 494 ds = rme32->wcreg & RME32_WCR_DS_BM; in snd_rme32_playback_setrate() 535 if ((!ds && rme32->wcreg & RME32_WCR_DS_BM) || in snd_rme32_playback_setrate() 536 (ds && !(rme32->wcreg & RME32_WCR_DS_BM))) in snd_rme32_playback_setrate()
|