Home
last modified time | relevance | path

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

12

/Linux-v4.19/sound/pci/hda/
Dpatch_realtek.c1149 .chained = true,
1177 .chained = true,
1197 .chained = true,
1221 .chained = true,
1241 .chained = true,
1300 .chained = true,
1327 .chained = true,
1336 .chained = true,
1363 .chained = true,
1372 .chained = true,
[all …]
Dpatch_cirrus.c535 .chained = true,
541 .chained = true,
547 .chained = true,
561 .chained = true,
572 .chained = true,
578 .chained = true,
743 .chained = true,
749 .chained = true,
755 .chained = true,
873 .chained = true,
Dpatch_sigmatel.c1392 .chained = true,
1438 .chained = true,
1444 .chained = true,
2646 .chained = true,
2656 .chained = true,
2662 .chained = true,
2668 .chained = true,
2674 .chained = true,
2680 .chained = true,
2686 .chained = true,
[all …]
Dpatch_conexant.c739 .chained = true,
744 .chained = true,
771 .chained = true,
794 .chained = true,
824 .chained = true,
842 .chained = true,
871 .chained = true,
Dpatch_analog.c366 .chained = true,
608 .chained = true,
1062 .chained = true,
1072 .chained = true,
1078 .chained = true,
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
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"
Dgpio-74x164.txt13 - registers-number: Number of daisy-chained shift registers
/Linux-v4.19/Documentation/driver-api/dmaengine/
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-v4.19/net/ncsi/
Dncsi-aen.c56 bool chained; in ncsi_aen_handler_lsc() local
79 chained = !list_empty(&nc->link); in ncsi_aen_handler_lsc()
83 if (!((old_data ^ data) & 0x1) || chained) in ncsi_aen_handler_lsc()
Dncsi-manage.c75 bool enabled, chained; in ncsi_channel_monitor() local
82 chained = !list_empty(&nc->link); in ncsi_channel_monitor()
87 if (!enabled || chained) { in ncsi_channel_monitor()
1525 bool chained; in ncsi_stop_dev() local
1535 chained = !list_empty(&nc->link); in ncsi_stop_dev()
1540 WARN_ON_ONCE(chained || in ncsi_stop_dev()
/Linux-v4.19/Documentation/devicetree/bindings/
Dcommon-properties.txt66 Daisy-chained devices
77 - #daisy-chained-devices: Number of devices in the daisy-chain (default is 1).
85 #daisy-chained-devices = <3>;
/Linux-v4.19/sound/pci/ac97/
Dac97_proc.c354 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); in snd_ac97_proc_read()
367 ac97->spec.ad18xx.chained[0], in snd_ac97_proc_read()
368 ac97->spec.ad18xx.chained[1], in snd_ac97_proc_read()
369 ac97->spec.ad18xx.chained[2]); in snd_ac97_proc_read()
418 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); in snd_ac97_proc_regs_read()
Dac97_patch.c1402 ac97->spec.ad18xx.unchained[codec] | ac97->spec.ad18xx.chained[codec]); in ad18xx_resume()
1420 ac97->spec.ad18xx.unchained[codec] | ac97->spec.ad18xx.chained[codec]); in ad18xx_resume()
1498 ac97->spec.ad18xx.chained[idx] = cfg_bits[idx]; in patch_ad1881_chained1()
1507 if (ac97->spec.ad18xx.unchained[cidx1] || ac97->spec.ad18xx.chained[cidx1]) in patch_ad1881_chained()
1509 if (ac97->spec.ad18xx.unchained[cidx2] || ac97->spec.ad18xx.chained[cidx2]) in patch_ad1881_chained()
/Linux-v4.19/kernel/events/
Duprobes.c1543 static void cleanup_return_instances(struct uprobe_task *utask, bool chained, in cleanup_return_instances() argument
1547 enum rp_check ctx = chained ? RP_CHECK_CHAIN_CALL : RP_CHECK_CALL; in cleanup_return_instances()
1561 bool chained; in prepare_uretprobe() local
1587 chained = (orig_ret_vaddr == trampoline_vaddr); in prepare_uretprobe()
1588 cleanup_return_instances(utask, chained, regs); in prepare_uretprobe()
1595 if (chained) { in prepare_uretprobe()
1611 ri->chained = chained; in prepare_uretprobe()
1813 bool chained; in find_next_ret_chain() local
1816 chained = ri->chained; in find_next_ret_chain()
1818 } while (chained); in find_next_ret_chain()
/Linux-v4.19/Documentation/features/io/sg-chain/
Darch-support.txt4 # description: arch supports chained scatter-gather lists
/Linux-v4.19/drivers/irqchip/
Dirq-mips-gic.c148 static void gic_handle_shared_int(bool chained) in gic_handle_shared_int() argument
169 if (chained) in gic_handle_shared_int()
307 static void gic_handle_local_int(bool chained) in gic_handle_local_int() argument
320 if (chained) in gic_handle_local_int()
/Linux-v4.19/Documentation/driver-api/gpio/
Ddriver.rst248 RT_FULL: Note, chained IRQ handlers will not be forced threaded on -RT.
250 in chained IRQ handler.
252 a chained IRQ handler can be converted to generic irq handler and this way
267 but chained IRQ handlers are not used. Instead GPIO IRQs dispatching is
302 * gpiochip_irqchip_add(): adds a chained irqchip to a gpiochip. It will pass
309 Apart from that it works exactly like the chained irqchip.
311 * gpiochip_set_chained_irqchip(): sets up a chained irq handler for a
395 from chained IRQ handler;
396 - Generic chained GPIO irqchips: take care about generic_handle_irq() calls and
398 - Chained GPIO irqchips: get rid of chained IRQ handler and use generic irq
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-frequency-adf435015 Sets channel Y REFin frequency in Hz. In some clock chained
/Linux-v4.19/Documentation/devicetree/bindings/fpga/
Dxilinx-pr-decoupler.txt11 PR Decouplers which can be handled independently or chained via decouple/
/Linux-v4.19/Documentation/x86/i386/
DIO-APIC.txt45 PCI slot position. Usually PCI slots are 'daisy chained' before they are
78 do not use interrupts normally, thus they are not daisy chained either.
/Linux-v4.19/include/linux/
Duprobes.h101 bool chained; /* true, if instance is nested */ member
/Linux-v4.19/drivers/crypto/ccree/
Dcc_buffer_mgr.c574 bool chained; in cc_unmap_aead_request() local
640 &dummy, &chained), in cc_unmap_aead_request()
647 &dummy, &chained), in cc_unmap_aead_request()
1025 bool chained = false; in cc_aead_chain_data() local
1046 &src_last_bytes, &chained); in cc_aead_chain_data()
1088 &dst_last_bytes, &chained); in cc_aead_chain_data()
/Linux-v4.19/include/sound/
Dac97_codec.h264 unsigned short chained[3]; // 0 = C34, 1 = C79, 2 = C69 member
/Linux-v4.19/Documentation/input/joydev/
Djoystick.rst235 * Microsoft SideWinder GamePad (up to four, chained)
269 combination of) devices on a single gameport, using an Y-cable or chained
291 of up to two of these pads either chained together or using an Y-cable on a
/Linux-v4.19/drivers/scsi/smartpqi/
Dsmartpqi_init.c4437 bool chained; in pqi_build_raid_sg_list() local
4456 chained = false; in pqi_build_raid_sg_list()
4462 if (!chained) in pqi_build_raid_sg_list()
4477 chained = true; in pqi_build_raid_sg_list()
4485 request->partial = chained; in pqi_build_raid_sg_list()
4501 bool chained; in pqi_build_aio_sg_list() local
4521 chained = false; in pqi_build_aio_sg_list()
4526 if (!chained) in pqi_build_aio_sg_list()
4541 chained = true; in pqi_build_aio_sg_list()
4549 request->partial = chained; in pqi_build_aio_sg_list()

12