Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dsg_sw_sec4.h60 bool *chained) in __sg_count() argument
69 *chained = true; in __sg_count()
78 bool *chained) in sg_count() argument
80 int sg_nents = __sg_count(sg_list, nbytes, chained); in sg_count()
90 bool chained) in dma_map_sg_chained() argument
92 if (unlikely(chained)) { in dma_map_sg_chained()
106 bool chained) in dma_unmap_sg_chained() argument
108 if (unlikely(chained)) { in dma_unmap_sg_chained()
Dcaamhash.c185 bool chained) in src_map_to_sec4_sg() argument
187 dma_map_sg_chained(jrdev, src, src_nents, DMA_TO_DEVICE, chained); in src_map_to_sec4_sg()
597 bool chained; member
610 DMA_TO_DEVICE, edesc->chained); in ahash_unmap()
791 bool chained = false; in ahash_update_ctx() local
801 &chained); in ahash_update_ctx()
819 edesc->chained = chained; in ahash_update_ctx()
837 chained); in ahash_update_ctx()
999 bool chained = false; in ahash_finup_ctx() local
1003 src_nents = __sg_count(req->src, req->nbytes, &chained); in ahash_finup_ctx()
[all …]
/linux-4.1.27/drivers/crypto/qce/
Ddma.c58 enum dma_data_direction dir, bool chained) in qce_mapsg() argument
62 if (chained) { in qce_mapsg()
79 enum dma_data_direction dir, bool chained) in qce_unmapsg() argument
81 if (chained) in qce_unmapsg()
90 int qce_countsg(struct scatterlist *sglist, int nbytes, bool *chained) in qce_countsg() argument
95 if (chained) in qce_countsg()
96 *chained = false; in qce_countsg()
101 if (!sg_is_last(sg) && (sg + 1)->length == 0 && chained) in qce_countsg()
102 *chained = true; in qce_countsg()
Ddma.h52 int qce_countsg(struct scatterlist *sg_list, int nbytes, bool *chained);
54 enum dma_data_direction dir, bool chained);
56 enum dma_data_direction dir, bool chained);
/linux-4.1.27/sound/pci/hda/
Dpatch_realtek.c1098 .chained = true,
1126 .chained = true,
1146 .chained = true,
1170 .chained = true,
1190 .chained = true,
1249 .chained = true,
1276 .chained = true,
1285 .chained = true,
1312 .chained = true,
1321 .chained = true,
[all …]
Dpatch_cirrus.c520 .chained = true,
526 .chained = true,
532 .chained = true,
546 .chained = true,
557 .chained = true,
563 .chained = true,
728 .chained = true,
734 .chained = true,
740 .chained = true,
859 .chained = true,
Dpatch_sigmatel.c1388 .chained = true,
1434 .chained = true,
1440 .chained = true,
2640 .chained = true,
2650 .chained = true,
2656 .chained = true,
2662 .chained = true,
2668 .chained = true,
2674 .chained = true,
2680 .chained = true,
[all …]
Dpatch_conexant.c672 .chained = true,
677 .chained = true,
704 .chained = true,
727 .chained = true,
757 .chained = true,
Dpatch_analog.c367 .chained = true,
609 .chained = true,
1063 .chained = true,
1073 .chained = true,
1079 .chained = true,
Dhda_local.h364 bool chained:1; /* call the chained fixup(s) after this */ member
Dhda_auto_parser.c867 if (!fix->chained || fix->chained_before) in apply_fixup()
/linux-4.1.27/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()
Dac97_codec.c446 ac97->spec.ad18xx.unchained[codec] | ac97->spec.ad18xx.chained[codec]); in snd_ac97_ad18xx_update_pcm_bits()
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-74x164.txt11 - registers-number: Number of daisy-chained shift registers
/linux-4.1.27/kernel/events/
Duprobes.c93 bool chained; /* true, if instance is nested */ member
1523 bool chained = false; in prepare_uretprobe() local
1564 chained = true; in prepare_uretprobe()
1572 ri->chained = chained; in prepare_uretprobe()
1773 bool chained; in handle_trampoline() local
1793 chained = ri->chained; in handle_trampoline()
1801 if (!chained) in handle_trampoline()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-iio-frequency-adf435015 Sets channel Y REFin frequency in Hz. In some clock chained
/linux-4.1.27/drivers/irqchip/
Dirq-mips-gic.c274 static void gic_handle_shared_int(bool chained) in gic_handle_shared_int() argument
302 if (chained) in gic_handle_shared_int()
437 static void gic_handle_local_int(bool chained) in gic_handle_local_int() argument
451 if (chained) in gic_handle_local_int()
/linux-4.1.27/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-4.1.27/drivers/block/
Dcciss_scsi.c1363 int request_nsgs, i, chained, sg_index; in cciss_scatter_gather() local
1369 chained = 0; in cciss_scatter_gather()
1376 !chained && request_nsgs - i > 1) { in cciss_scatter_gather()
1377 chained = 1; in cciss_scatter_gather()
1391 if (chained) in cciss_scatter_gather()
1400 c->Header.SGTotal = (u16) request_nsgs + chained; in cciss_scatter_gather()
Dcciss.c3298 int chained = 0; in do_cciss_request() local
3350 chained = 0; in do_cciss_request()
3354 !chained && ((seg - i) > 1)) { in do_cciss_request()
3358 chained = 1; in do_cciss_request()
3369 if (chained) in do_cciss_request()
3380 blk_rq_sectors(creq), seg, chained); in do_cciss_request()
3382 c->Header.SGTotal = seg + chained; in do_cciss_request()
/linux-4.1.27/drivers/crypto/
Dtalitos.c739 bool chained) in talitos_map_sg() argument
741 if (unlikely(chained)) in talitos_map_sg()
1093 static int sg_count(struct scatterlist *sg_list, int nbytes, bool *chained) in sg_count() argument
1098 *chained = false; in sg_count()
1103 *chained = true; in sg_count()
1707 bool chained; in ahash_process_req() local
1712 sg_count(areq->src, nbytes, &chained), in ahash_process_req()
1745 int nents = sg_count(areq->src, nbytes, &chained); in ahash_process_req()
/linux-4.1.27/Documentation/devicetree/bindings/net/dsa/
Ddsa.txt49 chained/cascaded together.
/linux-4.1.27/Documentation/gpio/
Ddriver.txt124 * gpiochip_set_chained_irqchip(): sets up a chained irq handler for a
127 parent irqchip!) This is for the chained type of chip. This is also used
/linux-4.1.27/include/sound/
Dac97_codec.h514 unsigned short chained[3]; // 0 = C34, 1 = C79, 2 = C69 member
/linux-4.1.27/Documentation/input/
Djoystick.txt250 * Microsoft SideWinder GamePad (up to four, chained)
283 combination of) devices on a single gameport, using an Y-cable or chained
304 of up to two of these pads either chained together or using an Y-cable on a
/linux-4.1.27/Documentation/arm/
DInterrupts130 Set a "chained" handler for this IRQ - automatically
/linux-4.1.27/Documentation/networking/
Dnetdev-features.txt125 chained skbs (skb->next/prev list).
Darcnet-hardware.txt206 then daisy-chained together using a cable connecting every two neighboring
561 It can be used in a star or a daisy-chained network.
770 It can be used in a star or a daisy-chained (BUS) network.
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-single.txt84 is set up as a chained interrupt controller and the wake-up interrupts
/linux-4.1.27/Documentation/spi/
Dspidev143 the request and response. Several such requests could be chained into
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1392 bool chained) in ath10k_htt_rx_h_unchain() argument
1403 if (!chained) in ath10k_htt_rx_h_unchain()
/linux-4.1.27/Documentation/ia64/
Dmca.txt87 chained stacks like i386 interrupt stacks. But that required
/linux-4.1.27/drivers/scsi/
Dhpsa.c3263 int use_sg, i, sg_index, chained; in hpsa_scatter_gather() local
3276 chained = 0; in hpsa_scatter_gather()
3281 chained = 1; in hpsa_scatter_gather()
3292 if (use_sg + chained > h->maxSG) in hpsa_scatter_gather()
3293 h->maxSG = use_sg + chained; in hpsa_scatter_gather()
3295 if (chained) { in hpsa_scatter_gather()
/linux-4.1.27/Documentation/blockdev/
Dparide.txt162 EZ-135 connected to the chained port on the PD/CD drive and also an
/linux-4.1.27/Documentation/filesystems/
Dxfs-delayed-logging-design.txt340 Hence log vectors need to be able to be chained together to allow them to be
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1429 One of these paths can be daisy chained to up to 8 control units.