Home
last modified time | relevance | path

Searched full:chained (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/linux-6.12.1/drivers/net/wan/
Dhd64570.h108 #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-6.12.1/include/linux/mfd/
Dintel_soc_pmic.h29 * @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-6.12.1/Documentation/devicetree/bindings/gpio/
Dgpio-max3191x.txt16 - #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-6.12.1/sound/pci/hda/
Dpatch_realtek.c1295 .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 …]
Dpatch_cirrus.c524 .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,
Dpatch_cs8409-tables.c576 .chained = true,
582 .chained = true,
588 .chained = true,
594 .chained = true,
600 .chained = true,
610 .chained = true,
620 .chained = true,
/linux-6.12.1/Documentation/driver-api/dmaengine/
Dpxa_dma.rst146 - 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-6.12.1/drivers/gpu/drm/amd/include/
Dvi_structs.h455 /* 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 */
Dv9_structs.h702 /* 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-6.12.1/tools/testing/selftests/openat2/
Dresolve_test.c144 { .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-6.12.1/Documentation/driver-api/gpio/
Ddriver.rst313 - 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-6.12.1/Documentation/devicetree/bindings/
Dcommon-properties.txt65 Daisy-chained devices
76 - #daisy-chained-devices: Number of devices in the daisy-chain (default is 1).
84 #daisy-chained-devices = <3>;
/linux-6.12.1/include/linux/irqchip/
Dchained_irq.h3 * Chained IRQ handlers support.
13 * Entry/exit functions for chained handlers where the primary IRQ chip
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/
Dchain_mode.c3 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()
Ddescs_com.h4 and CHAINED modes.
9 descriptors in case of the DMA is configured to work in chained or
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7944.yaml68 '#daisy-chained-devices': true
175 - '#daisy-chained-devices'
178 '#daisy-chained-devices': false
/linux-6.12.1/drivers/media/platform/nxp/imx8-isi/
Dimx8-isi-m2m.c67 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()
Dimx8-isi-hw.c323 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-6.12.1/net/ncsi/
Dncsi-aen.c56 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-6.12.1/sound/pci/ac97/
Dac97_proc.c339 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-6.12.1/drivers/ata/pata_parport/
Dpata_parport.h20 int unit; /* unit number for chained adapters */
58 int max_units; /* max chained units probed for */
/linux-6.12.1/fs/jffs2/
Dxattr.h31 struct list_head xindex; /* chained from c->xattrindex[n] */
62 struct jffs2_xattr_ref *next; /* chained from ic->xref_list */
/linux-6.12.1/include/linux/
Ddevcoredump.h21 * NOTE: if two tables allocated and chained using the sg_chain function then
40 /* then free all chained tables */ in _devcd_free_sgtable()
/linux-6.12.1/drivers/mfd/
Dintel_soc_pmic_bxtwc.c485 /* 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-6.12.1/arch/mips/include/asm/mach-loongson64/
Dirq.h8 #define NR_MAX_CHAINED_IRQS 40 /* Chained IRQs means those not directly used by devices */

12345678910>>...12