Home
last modified time | relevance | path

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

123

/linux/sound/hda/codecs/realtek/
H A Dalc662.c336 .chained = true,
359 .chained = true,
379 .chained = true,
391 .chained = true,
403 .chained = true,
416 .chained = true,
429 .chained = true,
442 .chained = true,
455 .chained = true,
469 .chained = true,
[all …]
H A Dalc269.c4178 .chained = true,
4221 .chained = true,
4234 .chained = true,
4240 .chained = true,
4250 .chained = true,
4272 .chained = true,
4304 .chained = true,
4313 .chained = true,
4379 .chained = true,
4409 .chained = true,
[all …]
H A Dalc880.c80 .chained = true,
108 .chained = true,
128 .chained = true,
152 .chained = true,
172 .chained = true,
231 .chained = true,
258 .chained = true,
267 .chained = true,
294 .chained = true,
303 .chained = true,
[all …]
H A Dalc882.c313 .chained = true,
382 .chained = true,
396 .chained = true,
406 .chained = true,
441 .chained = true,
455 .chained = true,
461 .chained = true,
467 .chained = true,
473 .chained = true,
479 .chained = true,
[all …]
H A Dalc260.c135 .chained = true,
145 .chained = true,
151 .chained = true,
165 .chained = true,
H A Dalc262.c48 .chained = true,
71 .chained = true,
H A Dalc861.c63 .chained = true,
/linux/sound/hda/codecs/cirrus/
H A Dcs420x.c475 .chained = true,
481 .chained = true,
487 .chained = true,
501 .chained = true,
512 .chained = true,
518 .chained = true,
674 .chained = true,
680 .chained = true,
686 .chained = true,
H A Dcs8409-tables.c640 .chained = true,
646 .chained = true,
652 .chained = true,
658 .chained = true,
664 .chained = true,
674 .chained = true,
684 .chained = true,
690 .chained = true,
/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
/linux/sound/hda/codecs/
H A Dsigmatel.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 …]
H A Dconexant.c856 .chained = true,
861 .chained = true,
896 .chained = true,
919 .chained = true,
929 .chained = true,
955 .chained = true,
973 .chained = true,
1010 .chained = true,
H A Danalog.c340 .chained = true,
567 .chained = true,
1005 .chained = true,
1015 .chained = true,
1021 .chained = true,
/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()
402 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); in snd_ac97_proc_regs_read()
/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>;
/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()
/linux/drivers/media/platform/nxp/imx8-isi/
H 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()
H A Dimx8-isi-m2m.c67 bool chained; member
281 if (!ctx->chained && out_pix->width > MXC_ISI_MAX_WIDTH_UNCHAINED) { in mxc_isi_m2m_vb2_prepare_streaming()
287 ctx->chained = true; in mxc_isi_m2m_vb2_prepare_streaming()
346 if (ctx->chained && --m2m->chained_count == 0) in mxc_isi_m2m_vb2_unprepare_streaming()
348 ctx->chained = false; in mxc_isi_m2m_vb2_unprepare_streaming()
/linux/kernel/events/
H A Duprobes.c2236 static void cleanup_return_instances(struct uprobe_task *utask, bool chained, in cleanup_return_instances() argument
2240 enum rp_check ctx = chained ? RP_CHECK_CHAIN_CALL : RP_CHECK_CALL; in cleanup_return_instances()
2257 bool chained; in prepare_uretprobe() local
2276 chained = (orig_ret_vaddr == trampoline_vaddr); in prepare_uretprobe()
2277 cleanup_return_instances(utask, chained, regs); in prepare_uretprobe()
2284 if (chained) { in prepare_uretprobe()
2302 ri->chained = chained; in prepare_uretprobe()
2625 bool chained; in find_next_ret_chain() local
2628 chained = ri->chained; in find_next_ret_chain()
2630 } while (chained); in find_next_ret_chain()
/linux/drivers/irqchip/
H A Dirq-mips-gic.c237 static void gic_handle_shared_int(bool chained) in gic_handle_shared_int() argument
256 if (chained) in gic_handle_shared_int()
470 static void gic_handle_local_int(bool chained) in gic_handle_local_int() argument
481 if (chained) in gic_handle_local_int()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-frequency-adf435015 Sets channel Y REFin frequency in Hz. In some clock chained
/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.
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am642-sr-som.dtsi166 * Disable HW Reset because clock signal is daisy-chained
200 * Disable HW Reset because clock signal is daisy-chained
221 * Disable HW Reset because clock signal is daisy-chained
/linux/Documentation/driver-api/gpio/
H A Ddriver.rst330 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
352 but chained IRQ handlers are not used. Instead GPIO IRQs dispatching is
418 is a typical example of a chained cascaded interrupt handler using
743 from the chained IRQ handler
744 - Generic chained GPIO irqchips: take care about generic_handle_irq() calls and
746 - Chained GPIO irqchips: get rid of the chained IRQ handler and use generic irq

123