| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_dsd.h | 12 static inline void append_dsd32(struct dsd32 **dsd, struct scatterlist *sg) in append_dsd32() argument 14 put_unaligned_le32(sg_dma_address(sg), &(*dsd)->address); in append_dsd32() 15 put_unaligned_le32(sg_dma_len(sg), &(*dsd)->length); in append_dsd32() 16 (*dsd)++; in append_dsd32() 25 static inline void append_dsd64(struct dsd64 **dsd, struct scatterlist *sg) in append_dsd64() argument 27 put_unaligned_le64(sg_dma_address(sg), &(*dsd)->address); in append_dsd64() 28 put_unaligned_le32(sg_dma_len(sg), &(*dsd)->length); in append_dsd64() 29 (*dsd)++; in append_dsd64()
|
| H A D | qla_inline.h | 95 struct dsd_dma *dsd, *tdsd; in qla2x00_clean_dsd_pool() local 98 list_for_each_entry_safe(dsd, tdsd, &ctx->dsd_list, list) { in qla2x00_clean_dsd_pool() 99 dma_pool_free(ha->dl_dma_pool, dsd->dsd_addr, in qla2x00_clean_dsd_pool() 100 dsd->dsd_list_dma); in qla2x00_clean_dsd_pool() 101 list_del(&dsd->list); in qla2x00_clean_dsd_pool() 102 kfree(dsd); in qla2x00_clean_dsd_pool()
|
| H A D | qla_nvme.h | 56 __le16 nvme_rsp_dsd_len; /* NVMe RSP DSD length */ 108 struct dsd64 dsd[2]; member
|
| H A D | qla_iocb.c | 232 cur_dsd = cont_pkt->dsd; in qla2x00_build_scsi_iocbs_32() 233 avail_dsds = ARRAY_SIZE(cont_pkt->dsd); in qla2x00_build_scsi_iocbs_32() 288 cur_dsd = cont_pkt->dsd; in qla2x00_build_scsi_iocbs_64() 289 avail_dsds = ARRAY_SIZE(cont_pkt->dsd); in qla2x00_build_scsi_iocbs_64() 671 * qla24xx_calc_dsd_lists() - Determine number of DSD list required 676 * Returns the number of dsd list needed to store @dsds. 735 /* One DSD is available in the Command Type 3 IOCB */ in qla24xx_build_scsi_iocbs() 737 cur_dsd = &cmd_pkt->dsd; in qla24xx_build_scsi_iocbs() 751 cur_dsd = cont_pkt->dsd; in qla24xx_build_scsi_iocbs() 752 avail_dsds = ARRAY_SIZE(cont_pkt->dsd); in qla24xx_build_scsi_iocbs() [all …]
|
| H A D | qla_fw.h | 488 __le16 fcp_rsp_dsd_len; /* FCP_RSP DSD length. */ 558 struct dsd64 dsd; member 576 __le16 fcp_rsp_dseg_len; /* FCP_RSP DSD length. */ 727 struct dsd64 dsd[2]; member 820 __le64 tx_address __packed; /* DSD 0 address. */ 821 __le32 tx_len; /* DSD 0 length. */ 823 __le64 rx_address __packed; /* DSD 1 address. */ 824 __le32 rx_len; /* DSD 1 length. */ 1785 struct dsd64 dsd; member 1842 struct dsd64 dsd; member
|
| H A D | qla_nvme.c | 693 /* One DSD is available in the Command Type NVME IOCB */ in qla2x00_start_nvme_mq() 721 cur_dsd = cont_pkt->dsd; in qla2x00_start_nvme_mq() 722 avail_dsds = ARRAY_SIZE(cont_pkt->dsd); in qla2x00_start_nvme_mq() 1119 put_unaligned_le64(a->tx_addr, &lsrjt_iocb->dsd[0].address); in qla_nvme_lsrjt_pt_iocb() 1120 lsrjt_iocb->dsd[0].length = cpu_to_le32(a->tx_byte_count); in qla_nvme_lsrjt_pt_iocb() 1124 put_unaligned_le64(a->rx_addr, &lsrjt_iocb->dsd[1].address); in qla_nvme_lsrjt_pt_iocb() 1125 lsrjt_iocb->dsd[1].length = 0; in qla_nvme_lsrjt_pt_iocb()
|
| H A D | qla_os.c | 4226 struct dsd_dma *dsd, *nxt; in qla2x00_mem_alloc() local 4243 dsd = kzalloc(sizeof(*dsd), GFP_ATOMIC); in qla2x00_mem_alloc() 4244 if (!dsd) { in qla2x00_mem_alloc() 4246 0xe0ee, "%s: failed alloc dsd\n", in qla2x00_mem_alloc() 4252 dsd->dsd_addr = dma_pool_alloc( in qla2x00_mem_alloc() 4254 &dsd->dsd_list_dma); in qla2x00_mem_alloc() 4255 if (!dsd->dsd_addr) { in qla2x00_mem_alloc() 4260 kfree(dsd); in qla2x00_mem_alloc() 4270 if (MSD(dsd->dsd_list_dma) ^ in qla2x00_mem_alloc() 4271 MSD(dsd->dsd_list_dma + bufsize)) { in qla2x00_mem_alloc() [all …]
|
| /linux/sound/pci/lola/ |
| H A D | lola_pcm.c | 54 unsigned int val = lola_dsd_read(chip, str->dsd, STS); in lola_stream_clear_pending_irq() 57 lola_dsd_write(chip, str->dsd, STS, val); in lola_stream_clear_pending_irq() 64 lola_dsd_write(chip, str->dsd, CTL, in lola_stream_start() 75 lola_dsd_write(chip, str->dsd, CTL, in lola_stream_stop() 88 val = lola_dsd_read(chip, str->dsd, CTL); in wait_for_srst_clear() 93 dev_warn(chip->card->dev, "SRST not clear (stream %d)\n", str->dsd); in wait_for_srst_clear() 103 unsigned int reg = lola_dsd_read(chip, str->dsd, STS); in lola_stream_wait_for_fifo() 108 dev_warn(chip->card->dev, "FIFO not ready (stream %d)\n", str->dsd); in lola_stream_wait_for_fifo() 133 reg = lola_dsd_read(chip, str->dsd, STS); in lola_sync_wait_for_fifo() 135 pending = str->dsd in lola_sync_wait_for_fifo() [all...] |
| H A D | lola_proc.c | 181 snd_iprintf(buffer, "DSD %02x STS %08x\n", i, in lola_proc_regs_read() 183 snd_iprintf(buffer, "DSD %02x LPIB %08x\n", i, in lola_proc_regs_read() 185 snd_iprintf(buffer, "DSD %02x CTL %08x\n", i, in lola_proc_regs_read() 187 snd_iprintf(buffer, "DSD %02x LVIL %08x\n", i, in lola_proc_regs_read() 189 snd_iprintf(buffer, "DSD %02x BDPL %08x\n", i, in lola_proc_regs_read() 191 snd_iprintf(buffer, "DSD %02x BDPU %08x\n", i, in lola_proc_regs_read()
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | index.rst | 11 dsd/graph 12 dsd/data-node-references 13 dsd/leds 14 dsd/phy 18 DSD-properties-rules
|
| /linux/Documentation/firmware-guide/acpi/dsd/ |
| H A D | graph.rst | 10 _DSD (Device Specific Data) [dsd-guide] is a predefined ACPI device 14 for graphs: property [dsd-guide] and hierarchical data extensions. The 157 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst 161 [dsd-guide] DSD Guide. 162 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced 165 [dsd-rules] _DSD Device Properties Usage Rules. 166 Documentation/firmware-guide/acpi/DSD-properties-rules.rst
|
| H A D | data-node-references.rst | 22 hierarchical data extension node [dsd-guide]. 87 Documentation/firmware-guide/acpi/dsd/graph.rst. 92 [dsd-guide] DSD Guide. 93 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
|
| H A D | phy.rst | 14 for connecting PHYs on the MDIO bus [dsd-properties-rules] to the MAC layer. 17 Properties UUID For _DSD" [dsd-guide] document and the 63 in accordance with [dsd-guide] "_DSD Implementation Guide" document). 193 [dsd-properties-rules] 194 Documentation/firmware-guide/acpi/DSD-properties-rules.rst 199 [dsd-guide] DSD Guide. 200 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
|
| H A D | leds.rst | 92 [data-node-ref] Documentation/firmware-guide/acpi/dsd/data-node-references.rst 96 [dsd-guide] DSD Guide. 97 https://github.com/UEFI/DSD-Guide/blob/main/dsd-guide.adoc, referenced
|
| /linux/sound/soc/codecs/ |
| H A D | cs43130.h | 82 #define CS43130_DSD_VOL_B 0x070000 /* DSD Volume B */ 83 #define CS43130_DSD_VOL_A 0x070001 /* DSD Volume A */ 84 #define CS43130_DSD_PATH_CTL_1 0x070002 /* DSD Proc Path Sig Ctl 1 */ 85 #define CS43130_DSD_INT_CFG 0x070003 /* DSD Interface Config */ 86 #define CS43130_DSD_PATH_CTL_2 0x070004 /* DSD Proc Path Sig Ctl 2 */ 87 #define CS43130_DSD_PCM_MIX_CTL 0x070005 /* DSD and PCM Mixing Ctl */ 88 #define CS43130_DSD_PATH_CTL_3 0x070006 /* DSD Proc Path Sig Ctl 3 */
|
| H A D | ak4458.c | 390 dev_err(dai->dev, "Unsupported dsd bclk.\n"); in ak4458_hw_params() 499 /* DSD mode */ in ak4458_set_dai_fmt() 756 of_property_read_u32(i2c->dev.of_node, "dsd-path", &ak4458->dsd_path); in ak4458_i2c_probe()
|
| /linux/drivers/hid/intel-thc-hid/intel-quicki2c/ |
| H A D | quicki2c-dev.h | 22 /* HIDI2C special ACPI parameters DSD name */ 72 * struct quicki2c_subip_acpi_parameter - QuickI2C ACPI DSD parameters 88 * struct quicki2c_subip_acpi_config - QuickI2C ACPI DSD parameters
|
| /linux/Documentation/devicetree/bindings/display/samsung/ |
| H A D | samsung,exynos5433-decon.yaml | 41 - const: dsd 124 "dsd";
|
| /linux/sound/usb/ |
| H A D | usbaudio.h | 188 * Indicates the device is for ITF-USB DSD based DACs that need a vendor cmd 189 * to switch between PCM and native DSD mode 205 * Support generic DSD raw U32_BE format
|
| H A D | card.h | 41 bool dsd_dop; /* add DOP headers in case of DSD samples */ 42 bool dsd_bitrev; /* reverse the bits of each DSD sample */ 43 bool dsd_raw; /* altsetting is raw DSD */
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-platform.c | 446 * // DSD Package contains tuples of { Proeprty_Type_UUID, Package() } 522 const union acpi_object *dsd; in acpi_get_dsd_graph() local 529 dsd = buf->pointer; in acpi_get_dsd_graph() 535 for (i = 0; i + 1 < dsd->package.count; i += 2) { in acpi_get_dsd_graph() 538 guid = &dsd->package.elements[i]; in acpi_get_dsd_graph() 539 package = &dsd->package.elements[i + 1]; in acpi_get_dsd_graph()
|
| /linux/tools/include/uapi/sound/ |
| H A D | asound.h | |
| /linux/tools/perf/trace/beauty/include/uapi/sound/ |
| H A D | asound.h | 233 #define SNDRV_PCM_FORMAT_DSD_U8 ((__force snd_pcm_format_t) 48) /* DSD, 1-byte samples DSD (x8) */ 234 #define SNDRV_PCM_FORMAT_DSD_U16_LE ((__force snd_pcm_format_t) 49) /* DSD, 2-byte samples DSD (x16… 235 #define SNDRV_PCM_FORMAT_DSD_U32_LE ((__force snd_pcm_format_t) 50) /* DSD, 4-byte samples DSD (x32… 236 #define SNDRV_PCM_FORMAT_DSD_U16_BE ((__force snd_pcm_format_t) 51) /* DSD, 2-byte samples DSD (x16… 237 #define SNDRV_PCM_FORMAT_DSD_U32_BE ((__force snd_pcm_format_t) 52) /* DSD, 4-byte samples DSD (x32…
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_def.h | 5 * Copyright (C) 2006-2007 Daniel Drake <dsd@gentoo.org>
|
| H A D | zd_rf.h | 5 * Copyright (C) 2006-2007 Daniel Drake <dsd@gentoo.org>
|