/Linux-v5.10/scripts/ |
D | get_dvb_firmware | 97 extract("$tmpdir/software/OEM/PCI/App/ttlcdacc.dll", 0x37ef9, 30555, "$tmpdir/fwtmp"); 115 …extract("$tmpdir/TT_PCI_2.19h_28_11_2006/software/OEM/PCI/App/ttlcdacc.dll", 0x65389, 24478, "$tmp… 133 extract("$tmpdir/LVHybrid.sys", 0x8b088, 24602, "$tmpdir/fwtmp"); 211 extract("2830SCap2.sys", 0x62e8, 55024, "$tmpdir/opera1-fpga.fw"); 212 extract("2830SLoad2.sys",0x3178,0x3685-0x3178,"$tmpdir/fw1part1"); 213 extract("2830SLoad2.sys",0x0980,0x3150-0x0980,"$tmpdir/fw1part2"); 256 extract("$tmpdir/VisionDTV/Drivers/Win2K&XP/UDTTload.sys", 12503, 3036, "$tmpdir/fwtmp1"); 257 extract("$tmpdir/VisionDTV/Drivers/Win2K&XP/UDTTload.sys", 2207, 10274, "$tmpdir/fwtmp2"); 317 extract("$tmpdir/SkyNET.sys", 331624, 5908, $outfile); 334 extract("$tmpdir/3xHybrid.sys", 465304, 9584, $outfile); [all …]
|
D | .gitignore | 8 extract-cert
|
D | Makefile | 12 hostprogs-always-$(CONFIG_SYSTEM_TRUSTED_KEYRING) += extract-cert
|
/Linux-v5.10/certs/ |
D | Makefile | 25 cmd_extract_certs = scripts/extract-cert $(2) $@ 28 $(obj)/x509_certificate_list: scripts/extract-cert $(SYSTEM_TRUSTED_KEYS_SRCPREFIX)$(SYSTEM_TRUSTED… 104 $(obj)/signing_key.x509: scripts/extract-cert $(X509_DEP) FORCE
|
/Linux-v5.10/arch/powerpc/xmon/ |
D | ppc-dis.c | 32 if (operand->extract) in operand_value_powerpc() 33 value = (*operand->extract) (insn, dialect, &invalid); in operand_value_powerpc() 105 if (operand->extract) in lookup_powerpc() 106 (*operand->extract) (insn, dialect, &invalid); in lookup_powerpc()
|
D | ppc.h | 284 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid); member
|
/Linux-v5.10/drivers/media/platform/ti-vpe/ |
D | cal.c | 186 u32 val, extract, pack; in cal_ctx_pix_proc_config() local 190 extract = CAL_PIX_PROC_EXTRACT_B8; in cal_ctx_pix_proc_config() 194 extract = CAL_PIX_PROC_EXTRACT_B10_MIPI; in cal_ctx_pix_proc_config() 198 extract = CAL_PIX_PROC_EXTRACT_B12_MIPI; in cal_ctx_pix_proc_config() 202 extract = CAL_PIX_PROC_EXTRACT_B16_LE; in cal_ctx_pix_proc_config() 218 extract = CAL_PIX_PROC_EXTRACT_B8; in cal_ctx_pix_proc_config() 224 cal_set_field(&val, extract, CAL_PIX_PROC_EXTRACT_MASK); in cal_ctx_pix_proc_config()
|
/Linux-v5.10/arch/arm/mm/ |
D | cache-v7m.S | 176 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr 182 mov r1, r0, lsr r2 @ extract cache type bits from clidr 195 and r2, r1, #7 @ extract the length of the cache lines 201 ands r7, r7, r1, lsr #13 @ extract max number of the index size
|
D | cache-v7.S | 101 ands r3, r3, #7 << 1 @ extract LoU*2 field from clidr 128 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr 134 mov r1, r0, lsr r2 @ extract cache type bits from clidr 147 and r2, r1, #7 @ extract the length of the cache lines 153 ands r7, r7, r1, lsr #13 @ extract max number of the index size
|
/Linux-v5.10/tools/perf/util/ |
D | symbol-elf.c | 1963 struct kcore extract; in kcore_copy() local 1989 if (kcore__init(&extract, extract_filename, kcore.elfclass, false)) in kcore_copy() 1992 if (kcore__copy_hdr(&kcore, &extract, kci.phnum)) in kcore_copy() 1995 offset = gelf_fsize(extract.elf, ELF_T_EHDR, 1, EV_CURRENT) + in kcore_copy() 1996 gelf_fsize(extract.elf, ELF_T_PHDR, kci.phnum, EV_CURRENT); in kcore_copy() 2002 if (kcore__add_phdr(&extract, idx++, offs, p->addr, p->len)) in kcore_copy() 2006 sz = kcore__write(&extract); in kcore_copy() 2015 if (copy_bytes(kcore.fd, p->offset, extract.fd, offs, p->len)) in kcore_copy() 2028 kcore__close(&extract); in kcore_copy() 2049 struct kcore extract; in kcore_extract__create() local [all …]
|
/Linux-v5.10/arch/m68k/fpsp040/ |
D | sto_res.S | 34 bfextu CMDREG1B(%a6){#13:#3},%d0 |extract cos destination 67 bfextu CMDREG1B(%a6){#6:#3},%d0 |extract destination register
|
D | gen_except.S | 76 bfextu CMDREG1B(%a6){#13:#1},%d1 |extract bit 2 80 bfextu CMDREG1B(%a6){#10:#3},%d1 |extract bit 3,4,5 195 bfextu CMDREG1B(%a6){#13:#1},%d1 |extract bit 2 199 bfextu CMDREG1B(%a6){#10:#3},%d1 |extract bit 3,4,5 307 bfextu CMDREG1B(%a6){#13:#1},%d1 |extract bit 2 311 bfextu CMDREG1B(%a6){#10:#3},%d1 |extract bit 3,4,5
|
/Linux-v5.10/arch/powerpc/boot/ |
D | README | 2 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
|
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpni.c | 38 extr->prot = cfg->extracts[i].extract.from_hdr.prot; in dpni_prepare_key_cfg() 40 cfg->extracts[i].extract.from_hdr.type); in dpni_prepare_key_cfg() 41 extr->size = cfg->extracts[i].extract.from_hdr.size; in dpni_prepare_key_cfg() 42 extr->offset = cfg->extracts[i].extract.from_hdr.offset; in dpni_prepare_key_cfg() 44 cfg->extracts[i].extract.from_hdr.field); in dpni_prepare_key_cfg() 46 cfg->extracts[i].extract.from_hdr.hdr_index; in dpni_prepare_key_cfg() 49 extr->size = cfg->extracts[i].extract.from_data.size; in dpni_prepare_key_cfg() 51 cfg->extracts[i].extract.from_data.offset; in dpni_prepare_key_cfg() 54 extr->size = cfg->extracts[i].extract.from_parse.size; in dpni_prepare_key_cfg() 56 cfg->extracts[i].extract.from_parse.offset; in dpni_prepare_key_cfg()
|
/Linux-v5.10/fs/btrfs/ |
D | props.c | 22 const char *(*extract)(struct inode *inode); member 318 .extract = prop_compression_extract, 345 value = h->extract(parent); in inherit_props()
|
/Linux-v5.10/arch/xtensa/kernel/ |
D | align.S | 260 extui a3, a3, 0, 16 # extract lower 16 bits 273 extui a4, a4, INSN_T, 4 # extract target register 351 extui a5, a4, INSN_OP0, 4 # extract OP0 360 extui a5, a4, INSN_OP1, 4 # extract OP1
|
/Linux-v5.10/Documentation/admin-guide/media/ |
D | opera-firmware.rst | 8 To extract the firmware for the Opera DVB-S1 USB-Box
|
/Linux-v5.10/drivers/hwtracing/stm/ |
D | Kconfig | 25 STP protocol in order to extract the data. 40 addition to the MIPI STP, in order to extract the data.
|
/Linux-v5.10/arch/m68k/math-emu/ |
D | fp_decode.h | 96 | extract the source specifier, specifies 112 | extract the addressing mode 128 | extract the register for the addressing mode
|
/Linux-v5.10/drivers/media/usb/ttusb-dec/ |
D | Kconfig | 19 download/extract them, and then copy them to /usr/lib/hotplug/firmware
|
/Linux-v5.10/arch/alpha/lib/ |
D | stxncpy.S | 212 extql t2, a1, t1 # e0 : extract high bits for next time 218 extqh t2, a1, t0 # e0 : extract low bits for current word 279 extqh t2, a1, t0 # e0 : extract low bits for last word
|
/Linux-v5.10/Documentation/devicetree/bindings/ |
D | Makefile | 3 DT_EXTRACT_EX ?= dt-extract-example
|
/Linux-v5.10/Documentation/accounting/ |
D | cgroupstats.rst | 25 To extract cgroup statistics a utility very similar to getdelays.c
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra124-xusb-padctl.txt | 85 SoC file extract: 97 Board file extract:
|
/Linux-v5.10/net/decnet/ |
D | TODO | 26 o Find all the commonality between DECnet and IPv4 routing code and extract
|