Home
last modified time | relevance | path

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

12

/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.c4110 .chained = true,
4153 .chained = true,
4166 .chained = true,
4172 .chained = true,
4182 .chained = true,
4204 .chained = true,
4236 .chained = true,
4245 .chained = true,
4311 .chained = true,
4341 .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,
H A Dcs421x.c234 .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/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/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/drivers/media/platform/nxp/imx8-isi/
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/include/linux/
H A Duprobes.h164 bool chained; /* true, if instance is nested */ member
/linux/include/sound/
H A Dac97_codec.h264 unsigned short chained[3]; // 0 = C34, 1 = C79, 2 = C69 member
/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

12