/linux/drivers/net/wan/ |
H A 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/include/linux/mfd/ |
H A D | intel_soc_pmic.h | 29 * @irq_chip_data_pwrbtn: Chained IRQ chip data for the Power Button 30 * @irq_chip_data_tmu: Chained IRQ chip data for the Time Management Unit 31 * @irq_chip_data_bcu: Chained IRQ chip data for the Burst Control Unit 32 * @irq_chip_data_adc: Chained IRQ chip data for the General Purpose ADC 33 * @irq_chip_data_chgr: Chained IRQ chip data for the External Charger 34 * @irq_chip_data_crit: Chained IRQ chip data for the Critical Event Handler
|
/linux/sound/pci/hda/ |
H A D | patch_realtek.c | 1295 .chained = true, 1323 .chained = true, 1343 .chained = true, 1367 .chained = true, 1387 .chained = true, 1446 .chained = true, 1473 .chained = true, 1482 .chained = true, 1509 .chained = true, 1518 .chained = true, [all …]
|
H A 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,
|
H A D | patch_cs8409-tables.c | 576 .chained = true, 582 .chained = true, 588 .chained = true, 594 .chained = true, 600 .chained = true, 610 .chained = true, 620 .chained = true,
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A 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/Documentation/driver-api/dmaengine/ |
H A 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/drivers/gpu/drm/amd/include/ |
H A 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 */
|
H A D | v9_structs.h | 702 /* section of non chained ib part */ 708 /* section of chained ib */ 718 /* section of non chained ib part */ 724 /* section of chained ib */ 732 /* section of non chained ib part */ 738 /* section of chained ib */ 744 /* section of non chained ib part */
|
/linux/tools/testing/selftests/openat2/ |
H A 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/Documentation/driver-api/gpio/ |
H A D | driver.rst | 313 - CHAINED CASCADED GPIO IRQCHIPS: these are usually the type that is embedded on 326 Chained GPIO irqchips typically can NOT set the .can_sleep flag on 330 Realtime considerations: Note that chained IRQ handlers will not be forced 332 runtime) can't be used in a chained IRQ handler. 335 see below) a chained IRQ handler can be converted to generic irq handler and 351 - GENERIC CHAINED GPIO IRQCHIPS: these are the same as "CHAINED GPIO irqchips", 352 but chained IRQ handlers are not used. Instead GPIO IRQs dispatching is 363 with IRQ enabled and the same work-around as for "CHAINED GPIO irqchips" can 418 is a typical example of a chained cascaded interrupt handler using 742 - Chained GPIO irqchips: ensure spinlock_t or any sleepable APIs are not used [all …]
|
/linux/Documentation/devicetree/bindings/ |
H A 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/include/linux/irqchip/ |
H A D | chained_irq.h | 3 * Chained IRQ handlers support. 13 * Entry/exit functions for chained handlers where the primary IRQ chip
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A 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()
|
H A D | descs_com.h | 4 and CHAINED modes. 9 descriptors in case of the DMA is configured to work in chained or
|
/linux/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-m2m.c | 67 bool chained; member 529 if (!ctx->chained && out_pix->width > MXC_ISI_MAX_WIDTH_UNCHAINED) { in mxc_isi_m2m_streamon() 535 ctx->chained = true; in mxc_isi_m2m_streamon() 553 if (ctx->chained && --m2m->chained_count == 0) in mxc_isi_m2m_streamon() 555 ctx->chained = false; in mxc_isi_m2m_streamon() 585 /* Free the channel resources if this is the last chained context. */ in mxc_isi_m2m_streamoff() 586 if (ctx->chained && --m2m->chained_count == 0) in mxc_isi_m2m_streamoff() 588 ctx->chained = false; in mxc_isi_m2m_streamoff()
|
H A D | imx8-isi-hw.c | 323 if (pipe->chained) in mxc_isi_channel_set_control() 610 if (WARN_ON(pipe->chained || chained_pipe->chained_res)) { in mxc_isi_channel_chain() 620 pipe->chained = true; in mxc_isi_channel_chain() 636 if (!pipe->chained) in mxc_isi_channel_unchain() 639 pipe->chained = false; in mxc_isi_channel_unchain()
|
/linux/sound/pci/ac97/ |
H A 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/net/ncsi/ |
H A 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/drivers/ata/pata_parport/ |
H A D | pata_parport.h | 20 int unit; /* unit number for chained adapters */ 58 int max_units; /* max chained units probed for */
|
/linux/include/linux/ |
H A D | devcoredump.h | 21 * NOTE: if two tables allocated and chained using the sg_chain function then 40 /* then free all chained tables */ in _devcd_free_sgtable()
|
/linux/fs/jffs2/ |
H A 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/drivers/mfd/ |
H A D | intel_soc_pmic_bxtwc.c | 485 /* Add chained IRQ handler for BCU IRQs */ in bxtwc_probe() 494 /* Add chained IRQ handler for ADC IRQs */ in bxtwc_probe() 503 /* Add chained IRQ handler for CHGR IRQs */ in bxtwc_probe() 512 /* Add chained IRQ handler for CRIT IRQs */ in bxtwc_probe()
|
/linux/kernel/events/ |
H A D | uprobes.c | 1896 static void cleanup_return_instances(struct uprobe_task *utask, bool chained, in cleanup_return_instances() argument 1900 enum rp_check ctx = chained ? RP_CHECK_CHAIN_CALL : RP_CHECK_CALL; in cleanup_return_instances() 1914 bool chained; in prepare_uretprobe() local 1944 chained = (orig_ret_vaddr == trampoline_vaddr); in prepare_uretprobe() 1945 cleanup_return_instances(utask, chained, regs); in prepare_uretprobe() 1952 if (chained) { in prepare_uretprobe() 1967 ri->chained = chained; in prepare_uretprobe() 2189 bool chained; in find_next_ret_chain() local 2192 chained = ri->chained; in find_next_ret_chain() 2193 ri = ri->next; /* can't be NULL if chained */ in find_next_ret_chain() [all …]
|
/linux/Documentation/arch/x86/i386/ |
H A 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.
|