Home
last modified time | relevance | path

Searched refs:pair (Results 1 – 200 of 200) sorted by relevance

/linux-4.4.14/sound/soc/fsl/
Dfsl_asrc_dma.c52 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_complete() local
54 pair->pos += snd_pcm_lib_period_bytes(substream); in fsl_asrc_dma_complete()
55 if (pair->pos >= snd_pcm_lib_buffer_bytes(substream)) in fsl_asrc_dma_complete()
56 pair->pos = 0; in fsl_asrc_dma_complete()
66 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_prepare_and_submit() local
74 pair->pos = 0; in fsl_asrc_dma_prepare_and_submit()
75 pair->desc[!dir] = dmaengine_prep_dma_cyclic( in fsl_asrc_dma_prepare_and_submit()
76 pair->dma_chan[!dir], runtime->dma_addr, in fsl_asrc_dma_prepare_and_submit()
80 if (!pair->desc[!dir]) { in fsl_asrc_dma_prepare_and_submit()
85 pair->desc[!dir]->callback = fsl_asrc_dma_complete; in fsl_asrc_dma_prepare_and_submit()
[all …]
Dfsl_asrc.c93 static int fsl_asrc_request_pair(int channels, struct fsl_asrc_pair *pair) in fsl_asrc_request_pair() argument
96 struct fsl_asrc *asrc_priv = pair->asrc_priv; in fsl_asrc_request_pair()
104 if (asrc_priv->pair[i] != NULL) in fsl_asrc_request_pair()
121 asrc_priv->pair[index] = pair; in fsl_asrc_request_pair()
122 pair->channels = channels; in fsl_asrc_request_pair()
123 pair->index = index; in fsl_asrc_request_pair()
136 static void fsl_asrc_release_pair(struct fsl_asrc_pair *pair) in fsl_asrc_release_pair() argument
138 struct fsl_asrc *asrc_priv = pair->asrc_priv; in fsl_asrc_release_pair()
139 enum asrc_pair_index index = pair->index; in fsl_asrc_release_pair()
148 asrc_priv->channel_avail += pair->channels; in fsl_asrc_release_pair()
[all …]
Dfsl_asrc.h338 enum asrc_pair_index pair; member
448 struct fsl_asrc_pair *pair[ASRC_PAIR_MAX_NUM]; member
457 struct dma_chan *fsl_asrc_get_dma_channel(struct fsl_asrc_pair *pair, bool dir);
/linux-4.4.14/tools/perf/tests/
Dvmlinux-kallsyms.c112 struct symbol *pair, *first_pair; in test__vmlinux_matches_kallsyms() local
125 pair = first_pair; in test__vmlinux_matches_kallsyms()
127 if (pair && UM(pair->start) == mem_start) { in test__vmlinux_matches_kallsyms()
129 if (strcmp(sym->name, pair->name) == 0) { in test__vmlinux_matches_kallsyms()
139 s64 skew = mem_end - UM(pair->end); in test__vmlinux_matches_kallsyms()
143 UM(pair->end)); in test__vmlinux_matches_kallsyms()
156 nnd = backwards ? rb_prev(&pair->rb_node) : in test__vmlinux_matches_kallsyms()
157 rb_next(&pair->rb_node); in test__vmlinux_matches_kallsyms()
162 pair = next; in test__vmlinux_matches_kallsyms()
169 pair = first_pair; in test__vmlinux_matches_kallsyms()
[all …]
/linux-4.4.14/tools/perf/
Dbuiltin-diff.c227 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() argument
230 double new_percent = period_percent(pair, pair->stat.period); in compute_delta()
232 pair->diff.period_ratio_delta = new_percent - old_percent; in compute_delta()
233 pair->diff.computed = true; in compute_delta()
234 return pair->diff.period_ratio_delta; in compute_delta()
237 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio() argument
240 double new_period = pair->stat.period; in compute_ratio()
242 pair->diff.computed = true; in compute_ratio()
243 pair->diff.period_ratio = new_period / old_period; in compute_ratio()
244 return pair->diff.period_ratio; in compute_ratio()
[all …]
/linux-4.4.14/drivers/ide/
Dalim15x3.c104 ide_drive_t *pair = ide_get_pair_dev(drive); in ali_set_pio_mode() local
110 if (pair) { in ali_set_pio_mode()
113 ide_timing_compute(pair, pair->pio_mode, &p, T, 1); in ali_set_pio_mode()
116 if (pair->dma_mode) { in ali_set_pio_mode()
117 ide_timing_compute(pair, pair->dma_mode, &p, T, 1); in ali_set_pio_mode()
168 ide_drive_t *pair = ide_get_pair_dev(drive); in ali_set_dma_mode() local
177 if (pair) { in ali_set_dma_mode()
180 ide_timing_compute(pair, pair->pio_mode, &p, T, 1); in ali_set_dma_mode()
183 if (pair->dma_mode) { in ali_set_dma_mode()
184 ide_timing_compute(pair, pair->dma_mode, in ali_set_dma_mode()
Dcmd64x.c98 ide_drive_t *pair = ide_get_pair_dev(drive); in cmd64x_program_timings() local
100 if (pair) { in cmd64x_program_timings()
103 ide_timing_compute(pair, pair->pio_mode, &tp, T, 0); in cmd64x_program_timings()
105 if (pair->dma_mode) { in cmd64x_program_timings()
106 ide_timing_compute(pair, pair->dma_mode, in cmd64x_program_timings()
Dopti621.c67 ide_drive_t *pair = ide_get_pair_dev(drive); in opti621_set_pio_mode() local
85 if (pair) { in opti621_set_pio_mode()
86 pair_mode = (unsigned long)ide_get_drivedata(pair); in opti621_set_pio_mode()
Dide-pm.c8 ide_drive_t *pair = ide_get_pair_dev(drive); in generic_ide_suspend() local
16 if ((drive->dn & 1) == 0 || pair == NULL) in generic_ide_suspend()
34 if ((drive->dn & 1) || pair == NULL) in generic_ide_suspend()
74 ide_drive_t *pair = ide_get_pair_dev(drive); in generic_ide_resume() local
82 if ((drive->dn & 1) == 0 || pair == NULL) { in generic_ide_resume()
Dtx4938ide.c63 ide_drive_t *pair; in tx4938ide_set_pio_mode() local
65 pair = ide_get_pair_dev(drive); in tx4938ide_set_pio_mode()
66 if (pair) in tx4938ide_set_pio_mode()
67 safe = min_t(u8, safe, pair->pio_mode - XFER_PIO_0); in tx4938ide_set_pio_mode()
Dcs5535.c83 ide_drive_t *pair = ide_get_pair_dev(drive); in cs5535_set_speed() local
88 if (pair) { in cs5535_set_speed()
89 u8 piob = pair->pio_mode - XFER_PIO_0; in cs5535_set_speed()
Dit821x.c173 ide_drive_t *pair = ide_get_pair_dev(drive); in it821x_clock_strategy() local
216 if(pair && itdev->udma[1-unit] != UDMA_OFF) { in it821x_clock_strategy()
217 it821x_program_udma(pair, itdev->udma[1-unit]); in it821x_clock_strategy()
218 it821x_program(pair, itdev->pio[1-unit]); in it821x_clock_strategy()
242 ide_drive_t *pair = ide_get_pair_dev(drive); in it821x_set_pio_mode() local
255 if (pair) { in it821x_set_pio_mode()
256 u8 pair_pio = pair->pio_mode - XFER_PIO_0; in it821x_set_pio_mode()
Dcs5536.c147 ide_drive_t *pair = ide_get_pair_dev(drive); in cs5536_set_pio_mode() local
154 if (pair) in cs5536_set_pio_mode()
155 cmd_pio = min_t(u8, pio, pair->pio_mode - XFER_PIO_0); in cs5536_set_pio_mode()
Dtx4939ide.c113 ide_drive_t *pair; in tx4939ide_set_pio_mode() local
115 pair = ide_get_pair_dev(drive); in tx4939ide_set_pio_mode()
116 if (pair) in tx4939ide_set_pio_mode()
117 safe = min_t(u8, safe, pair->pio_mode - XFER_PIO_0); in tx4939ide_set_pio_mode()
Dsiimage.c245 ide_drive_t *pair = ide_get_pair_dev(drive); in sil_set_pio_mode() local
260 if (pair) { in sil_set_pio_mode()
261 u8 pair_pio = pair->pio_mode - XFER_PIO_0; in sil_set_pio_mode()
/linux-4.4.14/drivers/ata/
Dpata_ali.c209 struct ata_device *pair = ata_dev_pair(adev); in ali_set_piomode() local
214 if (pair) { in ali_set_piomode()
216 ata_timing_compute(pair, pair->pio_mode, &p, T, 1); in ali_set_piomode()
218 if (pair->dma_mode) { in ali_set_piomode()
219 ata_timing_compute(pair, pair->dma_mode, &p, T, 1); in ali_set_piomode()
244 struct ata_device *pair = ata_dev_pair(adev); in ali_set_dmamode() local
263 if (pair) { in ali_set_dmamode()
265 ata_timing_compute(pair, pair->pio_mode, &p, T, 1); in ali_set_dmamode()
267 if (pair->dma_mode) { in ali_set_dmamode()
268 ata_timing_compute(pair, pair->dma_mode, &p, T, 1); in ali_set_dmamode()
Dpata_cs5535.c106 struct ata_device *pair = ata_dev_pair(adev); in cs5535_set_piomode() local
112 if (pair) { in cs5535_set_piomode()
113 int pairmode = pair->pio_mode - XFER_PIO_0; in cs5535_set_piomode()
117 wrmsr(ATAC_CH0D0_PIO + 2 * pair->devno, in cs5535_set_piomode()
Dpata_opti.c108 struct ata_device *pair = ata_dev_pair(adev); in opti_set_piomode() local
133 if (pair) { in opti_set_piomode()
135 u8 pair_addr = addr_timing[clock][pair->pio_mode - XFER_PIO_0]; in opti_set_piomode()
Dpata_cmd640.c60 struct ata_device *pair = ata_dev_pair(adev); in cmd640_set_piomode() local
69 if (ap->port_no && pair) { in cmd640_set_piomode()
71 ata_timing_compute(pair, pair->pio_mode, &p, T, 1); in cmd640_set_piomode()
Dpata_optidma.c117 struct ata_device *pair = ata_dev_pair(adev); in optidma_mode_setup() local
152 if (pair) { in optidma_mode_setup()
155 if (pair->dma_mode) in optidma_mode_setup()
158 pair_addr = addr_timing[pci_clock][pair->pio_mode - XFER_PIO_0]; in optidma_mode_setup()
Dpata_cs5536.c175 struct ata_device *pair = ata_dev_pair(adev); in cs5536_set_piomode() local
181 if (pair) in cs5536_set_piomode()
182 cmdmode = min(mode, pair->pio_mode - XFER_PIO_0); in cs5536_set_piomode()
Dpata_sil680.c125 struct ata_device *pair = ata_dev_pair(adev); in sil680_set_piomode() local
127 if (pair != NULL && adev->pio_mode > pair->pio_mode) in sil680_set_piomode()
128 lowest_pio = pair->pio_mode - XFER_PIO_0; in sil680_set_piomode()
Dpata_cmd64x.c123 struct ata_device *pair = ata_dev_pair(adev); in cmd64x_set_timing() local
125 if (pair) { in cmd64x_set_timing()
127 ata_timing_compute(pair, pair->pio_mode, &tp, T, 0); in cmd64x_set_timing()
Dpata_legacy.c463 struct ata_device *pair = ata_dev_pair(adev); in opti82c611a_set_piomode() local
480 if (pair) { in opti82c611a_set_piomode()
482 ata_timing_compute(pair, pair->pio_mode, &tp, clock, 1000); in opti82c611a_set_piomode()
538 struct ata_device *pair = ata_dev_pair(adev); in opti82c46x_set_piomode() local
559 if (pair) { in opti82c46x_set_piomode()
561 ata_timing_compute(pair, pair->pio_mode, &tp, clock, 1000); in opti82c46x_set_piomode()
Dpata_pdc2027x.c270 struct ata_device *pair = ata_dev_pair(adev); in pdc2027x_mode_filter() local
272 if (adev->class != ATA_DEV_ATA || adev->devno == 0 || pair == NULL) in pdc2027x_mode_filter()
276 ata_id_c_string(pair->id, model_num, ATA_ID_PROD, in pdc2027x_mode_filter()
279 if (strstr(model_num, "Maxtor") == NULL && pair->dma_mode == XFER_UDMA_6) in pdc2027x_mode_filter()
Dpata_it821x.c190 struct ata_device *pair = ata_dev_pair(adev); in it821x_clock_strategy() local
232 if (pair && itdev->udma[1-unit] != UDMA_OFF) { in it821x_clock_strategy()
233 it821x_program_udma(ap, pair, itdev->udma[1-unit]); in it821x_clock_strategy()
234 it821x_program(ap, pair, itdev->pio[1-unit]); in it821x_clock_strategy()
Dpata_ep93xx.c333 struct ata_device *pair = ata_dev_pair(adev); in ep93xx_pata_set_piomode() local
344 if (pair && pair->pio_mode) { in ep93xx_pata_set_piomode()
346 ata_timing_compute(pair, pair->pio_mode, &t, T, 0); in ep93xx_pata_set_piomode()
Dlibata-core.c2738 struct ata_device *pair = &link->device[1 - adev->devno]; in ata_dev_pair() local
2739 if (!ata_dev_enabled(pair)) in ata_dev_pair()
2741 return pair; in ata_dev_pair()
/linux-4.4.14/samples/bpf/
Dtracex4_kern.c12 struct pair { struct
20 .value_size = sizeof(struct pair), argument
45 struct pair v = { in bpf_prog2()
Dsockex2_user.c9 struct pair { struct
37 struct pair value; in main()
Dtracex4_user.c18 struct pair { struct
35 struct pair v; in print_old_objects() argument
Dsockex2_kern.c186 struct pair { struct
194 .value_size = sizeof(struct pair), argument
202 struct pair *value; in bpf_prog2()
214 struct pair val = {1, skb->len}; in bpf_prog2()
Dsockex3_user.c19 struct pair { struct
50 struct pair value; in main()
Dsockex3_kern.c110 struct pair { struct
118 .value_size = sizeof(struct pair), argument
125 struct pair *value; in update_stats()
132 struct pair val = {1, skb->len}; in update_stats()
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dcoherency-fabric.txt21 * For "marvell,coherency-fabric", the first pair for the coherency
22 fabric registers, second pair for the per-CPU fabric registers.
24 * For "marvell,armada-375-coherency-fabric", only one pair is needed
27 * For "marvell,armada-380-coherency-fabric", only one pair is needed
Dcci.txt40 Value type: Integer cells. A register entry, expressed as a pair
83 as a pair of cells, containing base and
107 as a pair of cells, containing base and
Dvexpress-sysreg.txt87 are using more than one function/device number pair
/linux-4.4.14/tools/perf/ui/
Dhist.c41 struct hist_entry *pair; in __hpp__fmt() local
46 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt()
47 u64 period = get_field(pair); in __hpp__fmt()
48 u64 total = hists__total_period(pair->hists); in __hpp__fmt()
53 evsel = hists_to_evsel(pair->hists); in __hpp__fmt()
153 struct hist_entry *pair; in __hpp__sort() local
171 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in __hpp__sort()
172 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
173 fields_a[perf_evsel__group_idx(evsel)] = get_field(pair); in __hpp__sort()
176 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in __hpp__sort()
[all …]
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_ctl.c66 struct mdp5_ctl *pair; /* Paired CTL to be flushed together */ member
459 if (ctl->pair) { in fix_for_single_flush()
465 if (ctl->pair->flush_pending) { in fix_for_single_flush()
466 *flush_id = min_t(u32, ctl->id, ctl->pair->id); in fix_for_single_flush()
470 ctl->pair->flush_pending = false; in fix_for_single_flush()
558 ctlx->pair = NULL; in mdp5_ctl_pair()
559 ctly->pair = NULL; in mdp5_ctl_pair()
562 } else if ((ctlx->pair != NULL) || (ctly->pair != NULL)) { in mdp5_ctl_pair()
570 ctlx->pair = ctly; in mdp5_ctl_pair()
571 ctly->pair = ctlx; in mdp5_ctl_pair()
/linux-4.4.14/tools/perf/scripts/python/
Dcompaction-times.py54 class pair: class
72 self.migrated = pair(0, 0, "moved", "failed")
73 self.fscan = pair(0,0, "scanned", "isolated")
74 self.mscan = pair(0,0, "scanned", "isolated")
216 pair(nr_migrated, nr_failed), None, None)
223 None, pair(nr_scanned, nr_taken), None)
230 None, None, pair(nr_scanned, nr_taken))
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dmarvell,armada-370-xp-mpic.txt12 - reg: Should contain PMIC registers location and length. First pair
13 for the main interrupt registers, second pair for the per-CPU
14 interrupt registers. For this last pair, to be compliant with SMP
Dti,keystone-irq.txt11 - ti,syscon-dev : phandle and offset pair. The phandle to syscon used to
Dbrcm,bcm7120-l2-intc.txt77 parent. This should have one 32-bit word per enable/status pair.
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dusb-ohci.txt15 - phys : phandle + phy specifier pair
17 - resets : phandle + reset specifier pair
Dusb-ehci.txt19 - phys : phandle + phy specifier pair
21 - resets : phandle + reset specifier pair
Drenesas_usbhs.txt17 - phys: phandle + phy specifier pair
Dmsm-hsusb.txt55 - switch-gpio: A phandle + gpio-specifier pair. Some boards are using Dual
/linux-4.4.14/Documentation/i2c/busses/
Di2c-ismt29 The S12xx series of SOCs have a pair of integrated SMBus 2.0 controllers
32 The S12xx series contain a pair of PCI functions. An output of lspci will show
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Dmarvell,armada-370-xp-timer.txt12 pair for the Global Timer registers, second pair for the
Dbrcm,kona-timer.txt11 - clocks: phandle + clock specifier pair of the external clock
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dphy.c1290 struct b43legacy_lopair *pair) in b43legacy_lo_write() argument
1294 value = (u8)(pair->low); in b43legacy_lo_write()
1295 value |= ((u8)(pair->high)) << 8; in b43legacy_lo_write()
1299 if (pair->low < -8 || pair->low > 8 || in b43legacy_lo_write()
1300 pair->high < -8 || pair->high > 8) { in b43legacy_lo_write()
1304 pair->low, pair->high); in b43legacy_lo_write()
1342 struct b43legacy_lopair *pair; in b43legacy_phy_lo_adjust() local
1346 pair = b43legacy_find_lopair(dev, 2, 3, 0); in b43legacy_phy_lo_adjust()
1348 pair = b43legacy_current_lopair(dev); in b43legacy_phy_lo_adjust()
1349 b43legacy_lo_write(dev, pair); in b43legacy_phy_lo_adjust()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/iio/
Diio-bindings.txt6 nodes use a phandle and IIO specifier pair to connect IIO provider
48 io-channels: List of phandle and IIO specifier pairs, one pair
51 then only the phandle portion of the pair will appear.
/linux-4.4.14/Documentation/input/
Damijoy.txt101 read to determine the state of the related input signal pair.
127 POT0DAT h 012 R Paula Pot counter data left pair (vert, horiz)
128 POT1DAT h 014 R Paula Pot counter data right pair (vert,horiz)
130 These addresses each read a pair of 8 bit pot counters.
Datarikbd.txt95 highest resolution available, and merely generates a pair of cursor key events
456 On initial closure, a keystroke pair (make/break) is generated. Then up to Rn
Delantech.txt482 two fingers, but only the pair of the lower-left and upper-right coordinates.
/linux-4.4.14/tools/perf/util/
Dsort.h140 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair() argument
143 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
Dhist.c1366 struct hist_entry *pair) in hists__add_dummy_entry() argument
1385 cmp = hist_entry__collapse(he, pair); in hists__add_dummy_entry()
1396 he = hist_entry__new(pair, true); in hists__add_dummy_entry()
1441 struct hist_entry *pos, *pair; in hists__match() local
1450 pair = hists__find_entry(other, pos); in hists__match()
1452 if (pair) in hists__match()
1453 hist_entry__add_pair(pair, pos); in hists__match()
1466 struct hist_entry *pos, *pair; in hists__link() local
1477 pair = hists__add_dummy_entry(leader, pos); in hists__link()
1478 if (pair == NULL) in hists__link()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dbase.c287 struct nvkm_output *outp, *outt, *pair; in nvkm_disp_ctor() local
376 list_for_each_entry(pair, &disp->outp, head) { in nvkm_disp_ctor()
377 if (pair->info.i2c_index == ccb_index) { in nvkm_disp_ctor()
378 outp->conn = pair->conn; in nvkm_disp_ctor()
/linux-4.4.14/Documentation/devicetree/bindings/rng/
Dsamsung,exynos-rng4.txt7 - clocks : Phandle to clock-controller plus clock-specifier pair.
Dapm,rng.txt7 - clocks : phandle to clock-controller plus clock-specifier pair
Dqcom,prng.txt7 - clocks : phandle to clock-controller plus clock-specifier pair
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/
Dkeystone-reset.txt16 - ti,syscon-pll: phandle/offset pair. The phandle to syscon used to
20 - ti,syscon-dev: phandle/offset pair. The phandle to syscon used to
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dcirrus,clps711x-pwm.txt6 - clocks: phandle + clock specifier pair of the PWM reference clock.
Dbrcm,kona-pwm.txt8 - clocks: phandle + clock specifier pair for the external clock
Drenesas,pwm-rcar.txt13 - clocks: clock phandle and specifier pair.
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dclock-bindings.txt6 nodes use a phandle and clock specifier pair to connect clock provider
66 clocks: List of phandle and clock specifier pairs, one pair
69 only the phandle portion of the pair will appear.
141 clocks in the form of a phandle and clock specifier pair and the
Dsilabs,si5351.txt26 - silabs,pll-source: pair of (number, source) for each pll. Allows
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dwidgets.txt5 Each entry is a pair of strings in DT:
Datmel-sam9x5-wm8731-audio.txt9 Each entry is a pair of strings, the first being the connection's sink,
Dsamsung,odroidx2-max98090.txt10 components; each entry is a pair of strings, the first being the
Dnvidia,tegra-audio-wm9712.txt13 Each entry is a pair of strings, the first being the connection's sink,
Datmel-wm8904.txt7 Each entry is a pair of strings, the first being the connection's sink,
Dimx-audio-wm8962.txt14 Each entry is a pair of strings, the first being the
Domap-twl4030.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dnvidia,tegra-audio-wm8753.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dnvidia,tegra-audio-alc5632.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dimx-audio-sgtl5000.txt14 Each entry is a pair of strings, the first being the
Dimx-audio-es8328.txt11 Each entry is a pair of strings, the first being the
Dnvidia,tegra-audio-max98090.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dnvidia,tegra-audio-rt5640.txt13 Each entry is a pair of strings, the first being the connection's sink,
Ddavinci-evm-audio.txt9 Each entry is a pair of strings, the first being the connection's sink,
Domap-abe-twl6040.txt10 Each entry is a pair of strings, the first being the connection's sink,
Drenesas,rsrc-card.txt35 Each entry is a pair of strings, the first being the connection's sink,
Dnvidia,tegra-audio-wm8903.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dnvidia,tegra-audio-rt5677.txt13 Each entry is a pair of strings, the first being the connection's sink,
Dfsl-asoc-card.txt44 Each entry is a pair of strings, the first being the
Dsimple-card.txt15 Each entry is a pair of strings, the first being the
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dbrcm,kona-sdhci.txt9 - clocks: phandle + clock specifier pair of the external clock
Dsunxi-mmc.txt18 - resets : phandle + reset specifier pair
Dsdhci-st.txt45 - resets: Phandle and reset specifier pair to softreset line of HC IP.
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dsun4i-ss.txt13 - resets : phandle + reset specifier pair
Dqcom-qce.txt7 - clocks : phandle to clock-controller plus clock-specifier pair
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dhix5hd2-ir.txt10 - clocks: clock phandle and specifier pair.
Dsunxi-ir.txt13 - resets : phandle + reset specifier pair
Drenesas,jpu.txt16 - clocks: A phandle + clock-specifier pair for the JPU functional clock.
Dst-rc.txt20 - clocks : phandle with clock-specifier pair for IRB.
Drenesas,vsp1.txt13 - clocks: A phandle + clock-specifier pair for the VSP1 functional clock.
/linux-4.4.14/scripts/kconfig/lxdialog/
Dutil.c181 static int pair = 0; in init_one_color() local
183 pair++; in init_one_color()
184 init_pair(pair, color->fg, color->bg); in init_one_color()
186 color->atr = A_BOLD | COLOR_PAIR(pair); in init_one_color()
188 color->atr = COLOR_PAIR(pair); in init_one_color()
/linux-4.4.14/Documentation/hwmon/
Dsmsc47b39730 (HWM). The information is accessed through an index/data pair. The index/data
31 pair is located at the HWM Base Address + 0 and the HWM Base Address + 1. The
34 0x480 and 0x481 for the index/data pair.
/linux-4.4.14/drivers/ntb/
DKconfig23 messages over the ntb hardware. The transport exposes a queue pair api
/linux-4.4.14/drivers/gpio/
Dgpio-cs5535.c164 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme) in cs5535_gpio_setup_event() argument
187 val |= ((pair & 7) << shift); in cs5535_gpio_setup_event()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dhisilicon-hix5hd2-gmac.txt14 - clocks: clock phandle and specifier pair.
Dsti-dwmac.txt12 - st,syscon : Should be phandle/offset pair. The phandle to the syscon node which
Dsh_eth.txt22 - clocks: clock phandle and specifier pair.
Dmdio-mux-gpio.txt24 pair of GPIO lines. Child busses 2 and 3 populated with 4
Dmdio-mux.txt33 pair of GPIO lines. Child busses 2 and 3 populated with 4
Drenesas,ravb.txt19 - clocks: clock phandle and specifier pair.
/linux-4.4.14/tools/perf/Documentation/
Dperf-diff.txt116 the command line are searched for the baseline sample pair. If the pair
129 x - computation takes place for pair
Dintel-bts.txt13 code is still needed to pair up calls and returns correctly, consequently much
Dperf-script-perl.txt208 nsecs($secs, $nsecs) - returns total nsecs given secs/nsecs pair
Dperf-record.txt73 - a group of events surrounded by a pair of brace ("{event1,event2,...}").
Dperf-script-python.txt612 nsecs(secs, nsecs) - returns total nsecs given secs/nsecs pair
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-input.c166 unsigned int pair; in bttv_rc5_decode() local
171 pair = code & 0x3; in bttv_rc5_decode()
175 switch (pair) { in bttv_rc5_decode()
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dreset.txt48 resets: List of phandle and reset specifier pairs, one pair
51 #reset-cells, then only the phandle portion of the pair will
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio.txt69 transactions then a pair of LIODNs are represented in the
70 property. Within the pair, the first element represents the
Dsrio-rmu.txt64 A pair of IRQs are specified in this property. The first
94 A pair of IRQs are specified in this property. The first
Dfman.txt93 Definition: A pair of IRQs are specified in this property.
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Defm32-spi.txt8 - interrupts: pair specifying rx and tx irq
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra30-actmon.txt12 - clocks: Must contain a phandle and clock specifier pair for each entry in
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dcirrus,clps711x-fb.txt7 - clocks : phandle + clock specifier pair of the FB reference clock.
/linux-4.4.14/Documentation/networking/
Dsmc9.txt30 1 for twisted pair
Drds.txt325 post send to connection's queue pair
Darcnet-hardware.txt90 types of cabling: coax and twisted pair. The other ARCnet-type networks
560 modular RJ11-type jacks for connection to twisted pair wiring.
769 to twisted pair wiring.
1159 - If using bus topology with twisted pair wiring move the J3
1164 - If using star topology with twisted pair wiring move the J3
Dfilter.txt649 so 32-bit eBPF registers would otherwise require to define register-pair
1114 - create or update key/value pair in a given map
Dppp_generic.txt362 pointer/length pair which should describe a block of memory
/linux-4.4.14/Documentation/devicetree/bindings/spmi/
Dspmi.txt15 pair. The address must be in the range 0-15 (4 bits). The type must be one of
/linux-4.4.14/drivers/tty/
Dpty.c474 struct tty_struct *pair = tty->link; in pty_remove() local
476 if (pair) in pty_remove()
477 pair->driver->ttys[pair->index] = NULL; in pty_remove()
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt18 - ti,syscon-dev: phandle/offset pair. The phandle to syscon used to
Dgpio-vf610.txt4 functionality. Each pair serves 32 GPIOs. The VF610 has 5 instances of
/linux-4.4.14/include/linux/
Dcs5535.h180 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme);
/linux-4.4.14/Documentation/trace/
Dstm.txt7 which is assigned a unique pair of master and channel. While some of
58 automatically allocated a master/channel pair upon first write to this
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Drcar-gen2-phy.txt14 - clocks: clock phandle and specifier pair.
Dapm-xgene-phy.txt4 PHY (pair of lanes) has its own node.
/linux-4.4.14/arch/m68k/lib/
Dudivsi3.S144 L1: addl d0,d0 | shift reg pair (p,a) one bit left
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Dti,omap-iommu.txt23 - ti,syscon-mmuconfig : Should be a pair of the phandle to the DSP_SYSTEM
/linux-4.4.14/drivers/net/ethernet/apple/
DKconfig37 instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/
Dnvmem.txt29 bits: Is pair of bit location and number of bits, which specifies offset
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dapm-xgene.txt4 controllers. Each SATA controller (pair of ports) have its own node.
/linux-4.4.14/Documentation/devicetree/bindings/serial/
D8250.txt51 pair of NS16550A), albeit with some nonstandard behavior such as
Drenesas,sci-serial.txt43 - clocks: Must contain a phandle and clock-specifier pair for each entry
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DUSB-Host.txt56 The `struct s3c2410_hcd_info` contains a pair of functions
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-mux-reg.txt14 - reg: this pair of <offset size> specifies the register to control the mux.
/linux-4.4.14/Documentation/
Dntb.txt36 Transport queue pair. Network data is copied between socket buffers and the
37 Transport queue pair buffer. The Transport client may be used for other things
Dmemory-barriers.txt457 pair is -not- guaranteed to act as a full memory barrier. However, after
625 Control dependencies pair normally with other types of barriers. That
819 (*) Control dependencies pair normally with other types of barriers.
831 General barriers pair with each other, though they also pair with most
833 pairs with a release barrier, but both may also pair with other barriers,
1301 The key point is that although CPU 2's read barrier orders its pair
1609 implement these three assignment statements as a pair of 32-bit
1610 loads followed by a pair of 32-bit stores. This would result in
2103 Consider the following: the system has a pair of spinlocks (M) and (Q), and
2661 Consider dealing with a system that has a pair of CPUs (1 & 2), each of which
[all …]
Dcircular-buffers.txt191 pair between consecutive invocations of the consumer provides the necessary
Ddynamic-debug-howto.txt124 with implicit ANDs between each pair. Note that an empty list of
DDMA-API-HOWTO.txt585 map/unmap interface pair akin to dma_{map,unmap}_single(). These
Dpinctrl.txt1276 Usually the pin control core handled the get/put pair and call out to the
Dkernel-parameters.txt2842 any pair of devices, possibly at the cost of
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dxilinx-xadc.txt33 - xlnx,external-mux-channel: Configures which pair of pins is used to
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c1137 &rule_entry->pair.header); in bnx2x_set_one_vlan_mac_e2()
1140 rule_entry->pair.vlan = cpu_to_le16(vlan); in bnx2x_set_one_vlan_mac_e2()
1141 bnx2x_set_fw_mac_addr(&rule_entry->pair.mac_msb, in bnx2x_set_one_vlan_mac_e2()
1142 &rule_entry->pair.mac_mid, in bnx2x_set_one_vlan_mac_e2()
1143 &rule_entry->pair.mac_lsb, mac); in bnx2x_set_one_vlan_mac_e2()
1145 rule_entry->pair.inner_mac = cpu_to_le16(inner_mac); in bnx2x_set_one_vlan_mac_e2()
1157 &rule_entry->pair.header); in bnx2x_set_one_vlan_mac_e2()
1160 rule_entry->pair.vlan = cpu_to_le16(vlan); in bnx2x_set_one_vlan_mac_e2()
1161 bnx2x_set_fw_mac_addr(&rule_entry->pair.mac_msb, in bnx2x_set_one_vlan_mac_e2()
1162 &rule_entry->pair.mac_mid, in bnx2x_set_one_vlan_mac_e2()
[all …]
Dbnx2x_hsi.h3887 struct eth_classify_pair_cmd pair; member
/linux-4.4.14/Documentation/arm/
DSetup44 major/minor number pair of device to mount as the root filesystem.
/linux-4.4.14/Documentation/fb/
Dintelfb.txt84 Separate each option/option-pair by commas (,) and the option from its value
Dintel810.txt174 Separate each option/option-pair by commas (,) and the option from its value
/linux-4.4.14/Documentation/cpu-freq/
Dcpufreq-stats.txt54 this CPU. The cat output will have "<frequency> <time>" pair in each line, which
/linux-4.4.14/Documentation/phy/
Dsamsung-usb2.txt52 and device on a single pair of pins. If so, a special register has to
/linux-4.4.14/sound/pci/ymfpci/
Dymfpci_main.c220 enum snd_ymfpci_voice_type type, int pair, in voice_alloc() argument
227 for (idx = 0; idx < YDSXG_PLAYBACK_VOICES; idx += pair ? 2 : 1) { in voice_alloc()
229 voice2 = pair ? &chip->voices[idx+1] : NULL; in voice_alloc()
258 enum snd_ymfpci_voice_type type, int pair, in snd_ymfpci_voice_alloc() argument
266 if (snd_BUG_ON(pair && type != YMFPCI_PCM)) in snd_ymfpci_voice_alloc()
271 result = voice_alloc(chip, type, pair, rvoice); in snd_ymfpci_voice_alloc()
/linux-4.4.14/drivers/net/ethernet/ti/
Dnetcp_ethss.c1805 int et_entry, j, pair; in gbe_update_stats_ver14() local
1807 for (pair = 0; pair < 2; pair++) { in gbe_update_stats_ver14()
1808 gbe_stats_mod_visible_ver14(gbe_dev, (pair ? in gbe_update_stats_ver14()
1813 et_entry = pair * half_num_et_stats + j; in gbe_update_stats_ver14()
/linux-4.4.14/Documentation/DocBook/
Dlibata.xml.db23 API-ata-dev-pair
Dkernel-api.xml.db580 API---audit-fd-pair
/linux-4.4.14/Documentation/sound/alsa/
DChannel-Mapping-API.txt67 type is where pair-wise channels are swappable. For example, when you
/linux-4.4.14/arch/alpha/
DKconfig168 slots, 4 PCI slots (one pair are on a shared slot), uses plug-in
359 5 ISA slots and 3 PCI slots (one pair are a shared slot). There are
384 2 PCI, one pair are on a shared slot). Supports 36-bit DRAM SIMs.
/linux-4.4.14/drivers/net/
DKconfig276 tristate "Virtual ethernet pair device"
279 When one end receives the packet it appears on its pair and vice
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dcom.fuc73 // fetch first cmd/data pair
/linux-4.4.14/drivers/staging/most/Documentation/
Ddriver_usage.txt11 fiber optics, unshielded twisted pair cables (UTP) and coax cables. MOST
/linux-4.4.14/Documentation/filesystems/
Ddirectory-locking109 Since the only new (parent, child) pair added by rename() is (new parent,
Dseq_file.txt195 There are also a pair of functions for printing filenames:
Drelay.txt75 pair of .c files containing boilerplate code for each of the user and
Dproc.txt1700 of a task pointed by <pid>/<tid> pair. The format is a space separated
1735 pair provide additional information particular to the objects they represent.
Dvfs.txt469 Extended attribute is a name:value pair associated with an
Dcoda.txt1512 DDeessccrriippttiioonn Remove all entries which have the (dir vnode, name) pair.
/linux-4.4.14/fs/jffs2/
DREADME.Locking165 after release read-semaphore, if it's necessary to load name/value pair
/linux-4.4.14/Documentation/metag/
Dkernel-ABI.txt140 two halves would go in a matching pair of data registers).
/linux-4.4.14/Documentation/x86/
Dexception-tables.txt254 becomes the value pair
/linux-4.4.14/include/sound/
Demu10k1.h1887 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice *…
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt607 pair and (0x80|DEV_bit|LBA_bit) for the second pair.
/linux-4.4.14/arch/x86/crypto/
Dsha512-ssse3-asm.S165 # the first of a pair of QWORDS.
Dsha512-avx-asm.S171 # the first of a pair of QWORDS.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-etm3x15 Description: Select which address comparator or pair (of comparators) to
Dsysfs-bus-coresight-devices-etm4x162 Description: (RW) Select which address comparator or pair (of comparators) to
/linux-4.4.14/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt20 There is thus, in HW, a table of PE states that contains a pair of "frozen"
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt406 If neither side of a letter pair is given, then both are implied. For example:
Dnetfs-api.txt240 (8) A pair of functions to manage contexts for the completion callback
/linux-4.4.14/arch/m68k/ifpsp060/src/
Disp.S923 # jump to the corresponding function for each {MODE,REG} pair.
Dpfpsp.S4583 # jump to the corresponding function for each {MODE,REG} pair.
Dfpsp.S18534 # jump to the corresponding function for each {MODE,REG} pair.
/linux-4.4.14/lib/
DKconfig.debug1280 tree) for a few jiffies between initializing each pair of
1305 jiffies between initializing each pair of consecutive
1330 between cleaning up each pair of consecutive rcu_node
/linux-4.4.14/drivers/net/usb/
DKconfig560 to pair your device with your system and that understand the iPhone
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt119 pair gives the type and bits 0-1 map to input 0, bits 2-3 map to input 1,
120 30-31 map to input 15. Each pair of bits has the following meaning:
/linux-4.4.14/Documentation/RCU/
Dtrace.txt205 otherwise. The character between the first pair of slashes is
DRTFP.txt515 Describes use of RCU to synchronize data between a pair of
2457 Use a pair of list_head structures to support RCU-protected
/linux-4.4.14/Documentation/scsi/
Dscsi_mid_low_api.txt165 respond, a slave_alloc(), slave_destroy() pair is called.
279 respond, a slave_alloc(), slave_destroy() pair is called.
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt414 category endpoint for the last pair in the tag MAY be omitted and SHOULD be
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt125 IBM pSeries/iSeries pair, it was decided to enforce some strict rules
410 bit integers. Each pair is a physical address and a size. The
/linux-4.4.14/Documentation/security/
DSmack.txt518 immediately. For any pair of subject and object labels there can be only
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt668 you specify is the slave end of a tty/pty pair, something else must
1576 arguments will make it listen on a default pair of unix domain
1580 If you want it to listen on a different pair of sockets, use
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt113 The Linux kernel already has a pair of mechanisms to specify on which
/linux-4.4.14/Documentation/power/
Dpci.txt458 the pci_pm_suspend() callback may be executed in parallel for any pair of PCI
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS115 Acer, Inc. a pair of AcerMagic S23 cards.