/Linux-v6.1/drivers/net/wan/ |
D | hd64570.h | 108 #define BARL 0x00 /* Buffer Address L (chained block) */ 109 #define BARH 0x01 /* Buffer Address H (chained block) */ 110 #define BARB 0x02 /* Buffer Address B (chained block) */ 120 #define CPB 0x06 /* Chain Pointer Base (chained block) */ 122 #define CDAL 0x08 /* Current Descriptor Addr L (chained block) */ 123 #define CDAH 0x09 /* Current Descriptor Addr H (chained block) */ 124 #define EDAL 0x0A /* Error Descriptor Addr L (chained block) */ 125 #define EDAH 0x0B /* Error Descriptor Addr H (chained block) */ 126 #define BFLL 0x0C /* RX Receive Buffer Length L (chained block)*/ 127 #define BFLH 0x0D /* RX Receive Buffer Length H (chained block)*/ [all …]
|
/Linux-v6.1/include/linux/mfd/ |
D | intel_soc_pmic.h | 28 * @irq_chip_data_pwrbtn: Chained IRQ chip data for the Power Button 29 * @irq_chip_data_tmu: Chained IRQ chip data for the Time Management Unit 30 * @irq_chip_data_bcu: Chained IRQ chip data for the Burst Control Unit 31 * @irq_chip_data_adc: Chained IRQ chip data for the General Purpose ADC 32 * @irq_chip_data_chgr: Chained IRQ chip data for the External Charger 33 * @irq_chip_data_crit: Chained IRQ chip data for the Critical Event Handler
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-max3191x.txt | 16 - #daisy-chained-devices: 19 The number of GPIOs must equal "#daisy-chained-devices" 23 The number of GPIOs must equal "#daisy-chained-devices" 26 The number of GPIOs must equal "#daisy-chained-devices"
|
/Linux-v6.1/Documentation/driver-api/dmaengine/ |
D | pxa_dma.rst | 146 - a driver submitted an aligned tx1, not chained 148 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1 152 - a driver submitted an aligned tx3 => tx3 is hot-chained 155 not chained 157 - a driver issued tx4 => tx4 is put in issued queue, not chained 160 chained 163 cold chained to tx5
|
/Linux-v6.1/sound/pci/hda/ |
D | patch_realtek.c | 1277 .chained = true, 1305 .chained = true, 1325 .chained = true, 1349 .chained = true, 1369 .chained = true, 1428 .chained = true, 1455 .chained = true, 1464 .chained = true, 1491 .chained = true, 1500 .chained = true, [all …]
|
D | patch_cirrus.c | 524 .chained = true, 530 .chained = true, 536 .chained = true, 550 .chained = true, 561 .chained = true, 567 .chained = true, 733 .chained = true, 739 .chained = true, 745 .chained = true, 864 .chained = true,
|
D | patch_cs8409-tables.c | 572 .chained = true, 578 .chained = true, 584 .chained = true, 590 .chained = true, 596 .chained = true, 606 .chained = true, 616 .chained = true,
|
/Linux-v6.1/drivers/gpu/drm/amd/include/ |
D | vi_structs.h | 455 /* section of non chained ib part */ 461 /* section of chained ib */ 471 /* section of non chained ib part */ 477 /* section of chained ib */ 485 /* section of non chained ib part */ 491 /* section of chained ib */ 497 /* section of non chained ib part */
|
D | v9_structs.h | 684 /* section of non chained ib part */ 690 /* section of chained ib */ 700 /* section of non chained ib part */ 706 /* section of chained ib */ 714 /* section of non chained ib part */ 720 /* section of chained ib */ 726 /* section of non chained ib part */
|
/Linux-v6.1/tools/testing/selftests/openat2/ |
D | resolve_test.c | 144 { .name = "[beneath] chained absolute links to $root", in test_openat2_opath_tests() 156 { .name = "[beneath] chained symlink temporary jump outside $root", in test_openat2_opath_tests() 162 { .name = "[beneath] chained garbage links to $root", in test_openat2_opath_tests() 178 { .name = "[beneath] chained-'..' relative symlink inside $root", in test_openat2_opath_tests() 193 { .name = "[beneath] chained cheeky absolute path outside $root", in test_openat2_opath_tests() 197 { .name = "[beneath] tricky '..'-chained symlink outside $root", in test_openat2_opath_tests() 200 { .name = "[beneath] tricky absolute + '..'-chained symlink outside $root", in test_openat2_opath_tests() 218 { .name = "[in_root] chained absolute symlinks to /root", in test_openat2_opath_tests() 233 { .name = "[in_root] chained garbage links to /root", in test_openat2_opath_tests() 248 { .name = "[in_root] chained-'..' relative symlink to 'etc/passwd'", in test_openat2_opath_tests() [all …]
|
/Linux-v6.1/Documentation/driver-api/gpio/ |
D | driver.rst | 314 - CHAINED CASCADED GPIO IRQCHIPS: these are usually the type that is embedded on 327 Chained GPIO irqchips typically can NOT set the .can_sleep flag on 331 Realtime considerations: Note that chained IRQ handlers will not be forced 333 runtime) can't be used in a chained IRQ handler. 336 see below) a chained IRQ handler can be converted to generic irq handler and 352 - GENERIC CHAINED GPIO IRQCHIPS: these are the same as "CHAINED GPIO irqchips", 353 but chained IRQ handlers are not used. Instead GPIO IRQs dispatching is 364 with IRQ enabled and the same work-around as for "CHAINED GPIO irqchips" can 419 is a typical example of a chained cascaded interrupt handler using 743 - Chained GPIO irqchips: ensure spinlock_t or any sleepable APIs are not used [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/ |
D | common-properties.txt | 65 Daisy-chained devices 76 - #daisy-chained-devices: Number of devices in the daisy-chain (default is 1). 84 #daisy-chained-devices = <3>;
|
/Linux-v6.1/include/linux/irqchip/ |
D | chained_irq.h | 3 * Chained IRQ handlers support. 13 * Entry/exit functions for chained handlers where the primary IRQ chip
|
/Linux-v6.1/arch/arm64/kvm/ |
D | pmu-emul.c | 72 * kvm_pmu_pmc_is_chained - determine if the pmc is chained 79 return test_bit(pmc->idx >> 1, vcpu->arch.pmu.chained); in kvm_pmu_pmc_is_chained() 95 * When a pair of PMCs are chained together we use the low counter (canonical) 289 bitmap_zero(vcpu->arch.pmu.chained, ARMV8_PMU_MAX_COUNTER_PAIRS); in kvm_pmu_vcpu_reset() 634 * For chained counters the event type and filtering attributes are in kvm_pmu_create_perf_event() 678 * chained counters we only support overflow interrupts on the in kvm_pmu_create_perf_event() 708 * kvm_pmu_update_pmc_chained - update chained bitmap 712 * Update the chained bitmap based on the event type written in the 732 * During promotion from !chained to chained we must ensure in kvm_pmu_update_pmc_chained() 736 set_bit(pmc->idx >> 1, vcpu->arch.pmu.chained); in kvm_pmu_update_pmc_chained() [all …]
|
/Linux-v6.1/fs/erofs/ |
D | zdata.h | 50 /* A: point to next chained pcluster or TAILs */ 96 /* the chained workgroup has't submitted io (still open) */ 98 /* the chained workgroup has already submitted io */
|
/Linux-v6.1/include/linux/ |
D | devcoredump.h | 18 * NOTE: if two tables allocated and chained using the sg_chain function then 37 /* then free all chained tables */ in _devcd_free_sgtable()
|
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/ |
D | chain_mode.c | 3 Specialised functions for managing Chained mode 8 descriptors in case of the DMA is configured to work in chained or 102 * In chained mode the des3 points to the next element in the ring. in init_dma_chain()
|
D | descs_com.h | 4 and CHAINED modes. 9 descriptors in case of the DMA is configured to work in chained or
|
/Linux-v6.1/fs/jffs2/ |
D | xattr.h | 31 struct list_head xindex; /* chained from c->xattrindex[n] */ 62 struct jffs2_xattr_ref *next; /* chained from ic->xref_list */
|
/Linux-v6.1/net/ncsi/ |
D | ncsi-aen.c | 56 bool chained; in ncsi_aen_handler_lsc() local 80 chained = !list_empty(&nc->link); in ncsi_aen_handler_lsc() 89 if ((had_link == has_link) || chained) in ncsi_aen_handler_lsc()
|
/Linux-v6.1/sound/pci/ac97/ |
D | ac97_proc.c | 339 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); in snd_ac97_proc_read() 351 snd_iprintf(buffer, "Chained : 0x%04x,0x%04x,0x%04x\n", in snd_ac97_proc_read() 352 ac97->spec.ad18xx.chained[0], in snd_ac97_proc_read() 353 ac97->spec.ad18xx.chained[1], in snd_ac97_proc_read() 354 ac97->spec.ad18xx.chained[2]); in snd_ac97_proc_read() 403 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); in snd_ac97_proc_regs_read()
|
/Linux-v6.1/drivers/mfd/ |
D | intel_soc_pmic_bxtwc.c | 486 /* Add chained IRQ handler for BCU IRQs */ in bxtwc_probe() 495 /* Add chained IRQ handler for ADC IRQs */ in bxtwc_probe() 504 /* Add chained IRQ handler for CHGR IRQs */ in bxtwc_probe() 513 /* Add chained IRQ handler for CRIT IRQs */ in bxtwc_probe()
|
/Linux-v6.1/arch/mips/include/asm/mach-loongson64/ |
D | irq.h | 8 #define NR_MAX_CHAINED_IRQS 40 /* Chained IRQs means those not directly used by devices */
|
/Linux-v6.1/Documentation/x86/i386/ |
D | IO-APIC.rst | 51 PCI slot position. Usually PCI slots are 'daisy chained' before they are 84 do not use interrupts normally, thus they are not daisy chained either.
|
/Linux-v6.1/kernel/events/ |
D | uprobes.c | 1846 static void cleanup_return_instances(struct uprobe_task *utask, bool chained, in cleanup_return_instances() argument 1850 enum rp_check ctx = chained ? RP_CHECK_CHAIN_CALL : RP_CHECK_CALL; in cleanup_return_instances() 1864 bool chained; in prepare_uretprobe() local 1890 chained = (orig_ret_vaddr == trampoline_vaddr); in prepare_uretprobe() 1891 cleanup_return_instances(utask, chained, regs); in prepare_uretprobe() 1898 if (chained) { in prepare_uretprobe() 1914 ri->chained = chained; in prepare_uretprobe() 2120 bool chained; in find_next_ret_chain() local 2123 chained = ri->chained; in find_next_ret_chain() 2124 ri = ri->next; /* can't be NULL if chained */ in find_next_ret_chain() [all …]
|