Home
last modified time | relevance | path

Searched refs:chained (Results 1 – 25 of 61) sorted by relevance

123

/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 = true,
[all …]
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,
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_sigmatel.c1378 .chained = true,
1424 .chained = true,
1430 .chained = true,
2661 .chained = true,
2671 .chained = true,
2677 .chained = true,
2683 .chained = true,
2689 .chained = true,
2695 .chained = true,
2701 .chained = true,
[all …]
H A Dpatch_conexant.c865 .chained = true,
870 .chained = true,
905 .chained = true,
928 .chained = true,
958 .chained = true,
976 .chained = true,
1013 .chained = true,
H A Dpatch_analog.c347 .chained = true,
590 .chained = true,
1047 .chained = true,
1057 .chained = true,
1063 .chained = true,
/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/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()
H A Dncsi-manage.c96 bool enabled, chained; in ncsi_channel_monitor() local
103 chained = !list_empty(&nc->link); in ncsi_channel_monitor()
110 if (WARN_ON_ONCE(chained)) in ncsi_channel_monitor()
118 nc->id, state, chained ? "on" : "off"); in ncsi_channel_monitor()
1842 bool chained; in ncsi_stop_dev() local
1855 chained = !list_empty(&nc->link); in ncsi_stop_dev()
1859 WARN_ON_ONCE(chained || in ncsi_stop_dev()
/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/sound/pci/ac97/
H A Dac97_proc.c339 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); 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/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()
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()
H A Dimx8-isi-core.h258 bool chained; member
/openbmc/linux/kernel/events/
H A Duprobes.c1847 static void cleanup_return_instances(struct uprobe_task *utask, bool chained, in cleanup_return_instances() argument
1851 enum rp_check ctx = chained ? RP_CHECK_CHAIN_CALL : RP_CHECK_CALL; in cleanup_return_instances()
1865 bool chained; in prepare_uretprobe() local
1891 chained = (orig_ret_vaddr == trampoline_vaddr); in prepare_uretprobe()
1892 cleanup_return_instances(utask, chained, regs); in prepare_uretprobe()
1899 if (chained) { in prepare_uretprobe()
1915 ri->chained = chained; in prepare_uretprobe()
2122 bool chained; in find_next_ret_chain() local
2125 chained = ri->chained; in find_next_ret_chain()
2127 } while (chained); in find_next_ret_chain()
/openbmc/linux/drivers/irqchip/
H A Dirq-mips-gic.c151 static void gic_handle_shared_int(bool chained) in gic_handle_shared_int() argument
170 if (chained) in gic_handle_shared_int()
310 static void gic_handle_local_int(bool chained) in gic_handle_local_int() argument
321 if (chained) in gic_handle_local_int()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-frequency-adf435015 Sets channel Y REFin frequency in Hz. In some clock chained
/openbmc/linux/Documentation/arch/x86/i386/
H A DIO-APIC.rst51 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.
/openbmc/linux/include/linux/
H A Duprobes.h90 bool chained; /* true, if instance is nested */ member
/openbmc/linux/Documentation/driver-api/gpio/
H A Ddriver.rst331 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
353 but chained IRQ handlers are not used. Instead GPIO IRQs dispatching is
419 is a typical example of a chained cascaded interrupt handler using
744 from the chained IRQ handler
745 - Generic chained GPIO irqchips: take care about generic_handle_irq() calls and
747 - Chained GPIO irqchips: get rid of the chained IRQ handler and use generic irq
/openbmc/qemu/hw/s390x/
H A Dtrace-events5 css_crw(uint8_t rsc, uint8_t erc, uint16_t rsid, const char *chained) "CSS: queueing crw: rsc=0x%x,…
/openbmc/linux/include/sound/
H A Dac97_codec.h264 unsigned short chained[3]; // 0 = C34, 1 = C79, 2 = C69 member
/openbmc/qemu/docs/devel/
H A Dtcg.rst54 multiple TBs to be chained directly, without having to go back to the
125 if the latter had already been chained to other TBs.
/openbmc/linux/Documentation/input/joydev/
H A Djoystick.rst235 * Microsoft SideWinder GamePad (up to four, chained)
269 combination of) devices on a single gameport, using a Y-cable or chained
291 of up to two of these pads either chained together or using a Y-cable on a

123