Home
last modified time | relevance | path

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

123

/linux/sound/pci/hda/
A 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 …]
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,
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,
A Dpatch_sigmatel.c1378 .chained = true,
1424 .chained = true,
1430 .chained = true,
2659 .chained = true,
2669 .chained = true,
2675 .chained = true,
2681 .chained = true,
2687 .chained = true,
2693 .chained = true,
2699 .chained = true,
[all …]
A Dpatch_conexant.c856 .chained = true,
861 .chained = true,
896 .chained = true,
919 .chained = true,
949 .chained = true,
967 .chained = true,
1004 .chained = true,
A Dpatch_analog.c343 .chained = true,
586 .chained = true,
1043 .chained = true,
1053 .chained = true,
1059 .chained = true,
/linux/Documentation/devicetree/bindings/gpio/
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"
A Dfairchild,74hc595.yaml30 description: Number of daisy-chained shift registers
A Daspeed,sgpio.yaml22 - Co-work with external signal-chained TTL components (74LV165/74LV595)
/linux/Documentation/driver-api/dmaengine/
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
/linux/Documentation/devicetree/bindings/
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>;
/linux/net/ncsi/
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()
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()
1829 bool chained; in ncsi_stop_dev() local
1842 chained = !list_empty(&nc->link); in ncsi_stop_dev()
1846 WARN_ON_ONCE(chained || in ncsi_stop_dev()
/linux/sound/pci/ac97/
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()
/linux/drivers/media/platform/nxp/imx8-isi/
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()
A 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/kernel/events/
A Duprobes.c1896 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()
2194 } while (chained); in find_next_ret_chain()
/linux/drivers/irqchip/
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()
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dloongson,htvec.yaml26 description: Eight parent interrupts that receive chained interrupts.
A Dloongson,htpic.yaml30 Four parent interrupts that receive chained interrupts.
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-frequency-adf435015 Sets channel Y REFin frequency in Hz. In some clock chained
/linux/Documentation/devicetree/bindings/iio/adc/
A Dadi,ad7944.yaml68 '#daisy-chained-devices': true
175 - '#daisy-chained-devices'
178 '#daisy-chained-devices': false
A Dadi,ad4000.yaml83 '#daisy-chained-devices': true
146 - '#daisy-chained-devices'
A Dadi,ad7280a.yaml16 Multiple chips can be daisy chained and accessed via a single SPI interface.
/linux/Documentation/arch/x86/i386/
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.

Completed in 84 milliseconds

123