Home
last modified time | relevance | path

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

12345678910>>...14

/openbmc/linux/drivers/net/wan/
H A 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 …]
/openbmc/linux/include/linux/mfd/
H A 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
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A 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"
/openbmc/linux/Documentation/driver-api/dmaengine/
H A 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
/openbmc/linux/sound/pci/hda/
H A Dpatch_realtek.c1286 .chained = true,
1314 .chained = true,
1334 .chained = true,
1358 .chained = true,
1378 .chained = true,
1437 .chained = true,
1464 .chained = true,
1473 .chained = true,
1500 .chained = true,
1509 .chained
[all...]
H A 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,
H A Dpatch_cs8409-tables.c576 .chained = true,
582 .chained = true,
588 .chained = true,
594 .chained = true,
600 .chained = true,
610 .chained = true,
620 .chained = true,
/openbmc/linux/drivers/gpu/drm/amd/include/
H A 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 */
H A 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 */
/openbmc/linux/tools/testing/selftests/openat2/
H A 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 …]
/openbmc/linux/Documentation/driver-api/gpio/
H A Ddriver.rst314 - 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 …]
/openbmc/linux/Documentation/devicetree/bindings/
H A 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>;
/openbmc/linux/include/linux/irqchip/
H A Dchained_irq.h3 * Chained IRQ handlers support.
13 * Entry/exit functions for chained handlers where the primary IRQ chip
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A 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()
H A Ddescs_com.h4 and CHAINED modes.
9 descriptors in case of the DMA is configured to work in chained or
/openbmc/linux/include/linux/
H A Ddevcoredump.h18 * NOTE: if two tables allocated and chained using the sg_chain function then
37 /* then free all chained tables */ in _devcd_free_sgtable()
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A 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()
H A Dimx8-isi-hw.c325 if (pipe->chained) in mxc_isi_channel_set_control()
612 if (WARN_ON(pipe->chained || chained_pipe->chained_res)) { in mxc_isi_channel_chain()
622 pipe->chained = true; in mxc_isi_channel_chain()
638 if (!pipe->chained) in mxc_isi_channel_unchain()
641 pipe->chained = false; in mxc_isi_channel_unchain()
/openbmc/linux/fs/jffs2/
H A Dxattr.h31 struct list_head xindex; /* chained from c->xattrindex[n] */
62 struct jffs2_xattr_ref *next; /* chained from ic->xref_list */
/openbmc/linux/net/ncsi/
H A 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()
/openbmc/linux/sound/pci/ac97/
H A 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()
/openbmc/linux/drivers/ata/pata_parport/
H A Dpata_parport.h20 int unit; /* unit number for chained adapters */
58 int max_units; /* max chained units probed for */
/openbmc/u-boot/drivers/gpio/
H A D74x164_gpio.c28 * @buffer: buffer for chained chips
36 * Since the nregs are chained, every byte sent will make
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dirq.h8 #define NR_MAX_CHAINED_IRQS 40 /* Chained IRQs means those not directly used by devices */
/openbmc/u-boot/include/
H A DMCD_dma.h202 /* these flags are valid for MCD_startDma and the chained buffer descriptors */
248 /* Chained buffer descriptor:
347 /* MCD_csumQuery provides the checksum/CRC after performing a non-chained DMA */

12345678910>>...14