/linux/sound/pci/hda/ |
H A D | patch_realtek.c | 1295 .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 …]
|
H A D | patch_cs8409-tables.c | 576 .chained = true, 582 .chained = true, 588 .chained = true, 594 .chained = true, 600 .chained = true, 610 .chained = true, 620 .chained = true,
|
H A D | patch_cirrus.c | 524 .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 D | patch_sigmatel.c | 1378 .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 D | patch_conexant.c | 856 .chained = true, 861 .chained = true, 896 .chained = true, 919 .chained = true, 949 .chained = true, 967 .chained = true, 1004 .chained = true,
|
H A D | patch_analog.c | 343 .chained = true, 586 .chained = true, 1043 .chained = true, 1053 .chained = true, 1059 .chained = true,
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-max3191x.txt | 16 - #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"
|
/linux/Documentation/driver-api/dmaengine/ |
H A D | pxa_dma.rst | 146 - 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/net/ncsi/ |
H A D | ncsi-aen.c | 56 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 D | ncsi-manage.c | 96 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/Documentation/devicetree/bindings/ |
H A D | common-properties.txt | 65 Daisy-chained devices 76 - #daisy-chained-devices: Number of devices in the daisy-chain (default is 1). 84 #daisy-chained-devices = <3>;
|
/linux/sound/pci/ac97/ |
H A D | ac97_proc.c | 339 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/ |
H A D | imx8-isi-m2m.c | 67 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 D | imx8-isi-hw.c | 323 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 D | imx8-isi-core.h | 258 bool chained; member
|
/linux/kernel/events/ |
H A D | uprobes.c | 1896 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/ |
H A D | irq-mips-gic.c | 151 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/ABI/testing/ |
H A D | sysfs-bus-iio-frequency-adf4350 | 15 Sets channel Y REFin frequency in Hz. In some clock chained
|
/linux/Documentation/arch/x86/i386/ |
H A D | IO-APIC.rst | 51 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 D | uprobes.h | 91 bool chained; /* true, if instance is nested */ member
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am642-sr-som.dtsi | 202 * Disable HW Reset because clock signal is daisy-chained 236 * Disable HW Reset because clock signal is daisy-chained 257 * Disable HW Reset because clock signal is daisy-chained
|
/linux/Documentation/driver-api/gpio/ |
H A D | driver.rst | 330 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
|
/linux/include/sound/ |
H A D | ac97_codec.h | 264 unsigned short chained[3]; // 0 = C34, 1 = C79, 2 = C69 member
|
/linux/Documentation/input/joydev/ |
H A D | joystick.rst | 235 * 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
|
/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 5348 int max_sg_per_iu, bool *chained) in pqi_build_sg_list() argument 5353 *chained = false; in pqi_build_sg_list() 5360 if (!*chained) in pqi_build_sg_list() 5372 *chained = true; in pqi_build_sg_list() 5390 bool chained; in pqi_build_raid_sg_list() local 5409 ctrl_info->max_sg_per_iu, &chained); in pqi_build_raid_sg_list() 5411 request->partial = chained; in pqi_build_raid_sg_list() 5426 bool chained; in pqi_build_aio_r1_sg_list() local 5446 ctrl_info->max_sg_per_iu, &chained); in pqi_build_aio_r1_sg_list() 5448 request->partial = chained; in pqi_build_aio_r1_sg_list() [all …]
|