/linux-4.4.14/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 52 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 …]
|
D | fsl_asrc.c | 93 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 …]
|
D | fsl_asrc.h | 338 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/ |
D | vmlinux-kallsyms.c | 112 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/ |
D | builtin-diff.c | 227 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/ |
D | alim15x3.c | 104 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()
|
D | cmd64x.c | 98 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()
|
D | opti621.c | 67 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()
|
D | ide-pm.c | 8 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()
|
D | tx4938ide.c | 63 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()
|
D | cs5535.c | 83 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()
|
D | it821x.c | 173 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()
|
D | cs5536.c | 147 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()
|
D | tx4939ide.c | 113 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()
|
D | siimage.c | 245 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/ |
D | pata_ali.c | 209 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()
|
D | pata_cs5535.c | 106 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()
|
D | pata_opti.c | 108 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()
|
D | pata_cmd640.c | 60 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()
|
D | pata_optidma.c | 117 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()
|
D | pata_cs5536.c | 175 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()
|
D | pata_sil680.c | 125 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()
|
D | pata_cmd64x.c | 123 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()
|
D | pata_legacy.c | 463 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()
|
D | pata_pdc2027x.c | 270 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()
|
D | pata_it821x.c | 190 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()
|
D | pata_ep93xx.c | 333 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()
|
D | libata-core.c | 2738 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/ |
D | tracex4_kern.c | 12 struct pair { struct 20 .value_size = sizeof(struct pair), argument 45 struct pair v = { in bpf_prog2()
|
D | sockex2_user.c | 9 struct pair { struct 37 struct pair value; in main()
|
D | tracex4_user.c | 18 struct pair { struct 35 struct pair v; in print_old_objects() argument
|
D | sockex2_kern.c | 186 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()
|
D | sockex3_user.c | 19 struct pair { struct 50 struct pair value; in main()
|
D | sockex3_kern.c | 110 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/ |
D | coherency-fabric.txt | 21 * 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
|
D | cci.txt | 40 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
|
D | vexpress-sysreg.txt | 87 are using more than one function/device number pair
|
/linux-4.4.14/tools/perf/ui/ |
D | hist.c | 41 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/ |
D | mdp5_ctl.c | 66 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/ |
D | compaction-times.py | 54 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/ |
D | marvell,armada-370-xp-mpic.txt | 12 - 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
|
D | ti,keystone-irq.txt | 11 - ti,syscon-dev : phandle and offset pair. The phandle to syscon used to
|
D | brcm,bcm7120-l2-intc.txt | 77 parent. This should have one 32-bit word per enable/status pair.
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | usb-ohci.txt | 15 - phys : phandle + phy specifier pair 17 - resets : phandle + reset specifier pair
|
D | usb-ehci.txt | 19 - phys : phandle + phy specifier pair 21 - resets : phandle + reset specifier pair
|
D | renesas_usbhs.txt | 17 - phys: phandle + phy specifier pair
|
D | msm-hsusb.txt | 55 - switch-gpio: A phandle + gpio-specifier pair. Some boards are using Dual
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-ismt | 29 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/ |
D | marvell,armada-370-xp-timer.txt | 12 pair for the Global Timer registers, second pair for the
|
D | brcm,kona-timer.txt | 11 - clocks: phandle + clock specifier pair of the external clock
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | phy.c | 1290 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/ |
D | iio-bindings.txt | 6 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/ |
D | amijoy.txt | 101 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.
|
D | atarikbd.txt | 95 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
|
D | elantech.txt | 482 two fingers, but only the pair of the lower-left and upper-right coordinates.
|
/linux-4.4.14/tools/perf/util/ |
D | sort.h | 140 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()
|
D | hist.c | 1366 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/ |
D | base.c | 287 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/ |
D | samsung,exynos-rng4.txt | 7 - clocks : Phandle to clock-controller plus clock-specifier pair.
|
D | apm,rng.txt | 7 - clocks : phandle to clock-controller plus clock-specifier pair
|
D | qcom,prng.txt | 7 - clocks : phandle to clock-controller plus clock-specifier pair
|
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/ |
D | keystone-reset.txt | 16 - 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/ |
D | cirrus,clps711x-pwm.txt | 6 - clocks: phandle + clock specifier pair of the PWM reference clock.
|
D | brcm,kona-pwm.txt | 8 - clocks: phandle + clock specifier pair for the external clock
|
D | renesas,pwm-rcar.txt | 13 - clocks: clock phandle and specifier pair.
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | clock-bindings.txt | 6 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
|
D | silabs,si5351.txt | 26 - silabs,pll-source: pair of (number, source) for each pll. Allows
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | widgets.txt | 5 Each entry is a pair of strings in DT:
|
D | atmel-sam9x5-wm8731-audio.txt | 9 Each entry is a pair of strings, the first being the connection's sink,
|
D | samsung,odroidx2-max98090.txt | 10 components; each entry is a pair of strings, the first being the
|
D | nvidia,tegra-audio-wm9712.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | atmel-wm8904.txt | 7 Each entry is a pair of strings, the first being the connection's sink,
|
D | imx-audio-wm8962.txt | 14 Each entry is a pair of strings, the first being the
|
D | omap-twl4030.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | nvidia,tegra-audio-wm8753.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | nvidia,tegra-audio-alc5632.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | imx-audio-sgtl5000.txt | 14 Each entry is a pair of strings, the first being the
|
D | imx-audio-es8328.txt | 11 Each entry is a pair of strings, the first being the
|
D | nvidia,tegra-audio-max98090.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | nvidia,tegra-audio-rt5640.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | davinci-evm-audio.txt | 9 Each entry is a pair of strings, the first being the connection's sink,
|
D | omap-abe-twl6040.txt | 10 Each entry is a pair of strings, the first being the connection's sink,
|
D | renesas,rsrc-card.txt | 35 Each entry is a pair of strings, the first being the connection's sink,
|
D | nvidia,tegra-audio-wm8903.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | nvidia,tegra-audio-rt5677.txt | 13 Each entry is a pair of strings, the first being the connection's sink,
|
D | fsl-asoc-card.txt | 44 Each entry is a pair of strings, the first being the
|
D | simple-card.txt | 15 Each entry is a pair of strings, the first being the
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | brcm,kona-sdhci.txt | 9 - clocks: phandle + clock specifier pair of the external clock
|
D | sunxi-mmc.txt | 18 - resets : phandle + reset specifier pair
|
D | sdhci-st.txt | 45 - resets: Phandle and reset specifier pair to softreset line of HC IP.
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | sun4i-ss.txt | 13 - resets : phandle + reset specifier pair
|
D | qcom-qce.txt | 7 - clocks : phandle to clock-controller plus clock-specifier pair
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | hix5hd2-ir.txt | 10 - clocks: clock phandle and specifier pair.
|
D | sunxi-ir.txt | 13 - resets : phandle + reset specifier pair
|
D | renesas,jpu.txt | 16 - clocks: A phandle + clock-specifier pair for the JPU functional clock.
|
D | st-rc.txt | 20 - clocks : phandle with clock-specifier pair for IRB.
|
D | renesas,vsp1.txt | 13 - clocks: A phandle + clock-specifier pair for the VSP1 functional clock.
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
D | util.c | 181 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/ |
D | smsc47b397 | 30 (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/ |
D | Kconfig | 23 messages over the ntb hardware. The transport exposes a queue pair api
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-cs5535.c | 164 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/ |
D | hisilicon-hix5hd2-gmac.txt | 14 - clocks: clock phandle and specifier pair.
|
D | sti-dwmac.txt | 12 - st,syscon : Should be phandle/offset pair. The phandle to the syscon node which
|
D | sh_eth.txt | 22 - clocks: clock phandle and specifier pair.
|
D | mdio-mux-gpio.txt | 24 pair of GPIO lines. Child busses 2 and 3 populated with 4
|
D | mdio-mux.txt | 33 pair of GPIO lines. Child busses 2 and 3 populated with 4
|
D | renesas,ravb.txt | 19 - clocks: clock phandle and specifier pair.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-diff.txt | 116 the command line are searched for the baseline sample pair. If the pair 129 x - computation takes place for pair
|
D | intel-bts.txt | 13 code is still needed to pair up calls and returns correctly, consequently much
|
D | perf-script-perl.txt | 208 nsecs($secs, $nsecs) - returns total nsecs given secs/nsecs pair
|
D | perf-record.txt | 73 - a group of events surrounded by a pair of brace ("{event1,event2,...}").
|
D | perf-script-python.txt | 612 nsecs(secs, nsecs) - returns total nsecs given secs/nsecs pair
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 166 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/ |
D | reset.txt | 48 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/ |
D | srio.txt | 69 transactions then a pair of LIODNs are represented in the 70 property. Within the pair, the first element represents the
|
D | srio-rmu.txt | 64 A pair of IRQs are specified in this property. The first 94 A pair of IRQs are specified in this property. The first
|
D | fman.txt | 93 Definition: A pair of IRQs are specified in this property.
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | efm32-spi.txt | 8 - interrupts: pair specifying rx and tx irq
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra30-actmon.txt | 12 - clocks: Must contain a phandle and clock specifier pair for each entry in
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | cirrus,clps711x-fb.txt | 7 - clocks : phandle + clock specifier pair of the FB reference clock.
|
/linux-4.4.14/Documentation/networking/ |
D | smc9.txt | 30 1 for twisted pair
|
D | rds.txt | 325 post send to connection's queue pair
|
D | arcnet-hardware.txt | 90 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
|
D | filter.txt | 649 so 32-bit eBPF registers would otherwise require to define register-pair 1114 - create or update key/value pair in a given map
|
D | ppp_generic.txt | 362 pointer/length pair which should describe a block of memory
|
/linux-4.4.14/Documentation/devicetree/bindings/spmi/ |
D | spmi.txt | 15 pair. The address must be in the range 0-15 (4 bits). The type must be one of
|
/linux-4.4.14/drivers/tty/ |
D | pty.c | 474 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/ |
D | gpio-dsp-keystone.txt | 18 - ti,syscon-dev: phandle/offset pair. The phandle to syscon used to
|
D | gpio-vf610.txt | 4 functionality. Each pair serves 32 GPIOs. The VF610 has 5 instances of
|
/linux-4.4.14/include/linux/ |
D | cs5535.h | 180 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme);
|
/linux-4.4.14/Documentation/trace/ |
D | stm.txt | 7 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/ |
D | rcar-gen2-phy.txt | 14 - clocks: clock phandle and specifier pair.
|
D | apm-xgene-phy.txt | 4 PHY (pair of lanes) has its own node.
|
/linux-4.4.14/arch/m68k/lib/ |
D | udivsi3.S | 144 L1: addl d0,d0 | shift reg pair (p,a) one bit left
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | ti,omap-iommu.txt | 23 - ti,syscon-mmuconfig : Should be a pair of the phandle to the DSP_SYSTEM
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | Kconfig | 37 instead of an 8-pin RJ45 connector for twisted-pair ethernet. Say
|
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/ |
D | nvmem.txt | 29 bits: Is pair of bit location and number of bits, which specifies offset
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | apm-xgene.txt | 4 controllers. Each SATA controller (pair of ports) have its own node.
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | 8250.txt | 51 pair of NS16550A), albeit with some nonstandard behavior such as
|
D | renesas,sci-serial.txt | 43 - clocks: Must contain a phandle and clock-specifier pair for each entry
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 56 The `struct s3c2410_hcd_info` contains a pair of functions
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-reg.txt | 14 - reg: this pair of <offset size> specifies the register to control the mux.
|
/linux-4.4.14/Documentation/ |
D | ntb.txt | 36 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
|
D | memory-barriers.txt | 457 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 …]
|
D | circular-buffers.txt | 191 pair between consecutive invocations of the consumer provides the necessary
|
D | dynamic-debug-howto.txt | 124 with implicit ANDs between each pair. Note that an empty list of
|
D | DMA-API-HOWTO.txt | 585 map/unmap interface pair akin to dma_{map,unmap}_single(). These
|
D | pinctrl.txt | 1276 Usually the pin control core handled the get/put pair and call out to the
|
D | kernel-parameters.txt | 2842 any pair of devices, possibly at the cost of
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | xilinx-xadc.txt | 33 - xlnx,external-mux-channel: Configures which pair of pins is used to
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 1137 &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 …]
|
D | bnx2x_hsi.h | 3887 struct eth_classify_pair_cmd pair; member
|
/linux-4.4.14/Documentation/arm/ |
D | Setup | 44 major/minor number pair of device to mount as the root filesystem.
|
/linux-4.4.14/Documentation/fb/ |
D | intelfb.txt | 84 Separate each option/option-pair by commas (,) and the option from its value
|
D | intel810.txt | 174 Separate each option/option-pair by commas (,) and the option from its value
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | cpufreq-stats.txt | 54 this CPU. The cat output will have "<frequency> <time>" pair in each line, which
|
/linux-4.4.14/Documentation/phy/ |
D | samsung-usb2.txt | 52 and device on a single pair of pins. If so, a special register has to
|
/linux-4.4.14/sound/pci/ymfpci/ |
D | ymfpci_main.c | 220 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/ |
D | netcp_ethss.c | 1805 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/ |
D | libata.xml.db | 23 API-ata-dev-pair
|
D | kernel-api.xml.db | 580 API---audit-fd-pair
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 67 type is where pair-wise channels are swappable. For example, when you
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 168 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/ |
D | Kconfig | 276 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/ |
D | com.fuc | 73 // fetch first cmd/data pair
|
/linux-4.4.14/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 11 fiber optics, unshielded twisted pair cables (UTP) and coax cables. MOST
|
/linux-4.4.14/Documentation/filesystems/ |
D | directory-locking | 109 Since the only new (parent, child) pair added by rename() is (new parent,
|
D | seq_file.txt | 195 There are also a pair of functions for printing filenames:
|
D | relay.txt | 75 pair of .c files containing boilerplate code for each of the user and
|
D | proc.txt | 1700 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.
|
D | vfs.txt | 469 Extended attribute is a name:value pair associated with an
|
D | coda.txt | 1512 DDeessccrriippttiioonn Remove all entries which have the (dir vnode, name) pair.
|
/linux-4.4.14/fs/jffs2/ |
D | README.Locking | 165 after release read-semaphore, if it's necessary to load name/value pair
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 140 two halves would go in a matching pair of data registers).
|
/linux-4.4.14/Documentation/x86/ |
D | exception-tables.txt | 254 becomes the value pair
|
/linux-4.4.14/include/sound/ |
D | emu10k1.h | 1887 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice *…
|
/linux-4.4.14/Documentation/ioctl/ |
D | hdio.txt | 607 pair and (0x80|DEV_bit|LBA_bit) for the second pair.
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 165 # the first of a pair of QWORDS.
|
D | sha512-avx-asm.S | 171 # the first of a pair of QWORDS.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etm3x | 15 Description: Select which address comparator or pair (of comparators) to
|
D | sysfs-bus-coresight-devices-etm4x | 162 Description: (RW) Select which address comparator or pair (of comparators) to
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 20 There is thus, in HW, a table of PE states that contains a pair of "frozen"
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 406 If neither side of a letter pair is given, then both are implied. For example:
|
D | netfs-api.txt | 240 (8) A pair of functions to manage contexts for the completion callback
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | isp.S | 923 # jump to the corresponding function for each {MODE,REG} pair.
|
D | pfpsp.S | 4583 # jump to the corresponding function for each {MODE,REG} pair.
|
D | fpsp.S | 18534 # jump to the corresponding function for each {MODE,REG} pair.
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 1280 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/ |
D | Kconfig | 560 to pair your device with your system and that understand the iPhone
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 119 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/ |
D | trace.txt | 205 otherwise. The character between the first pair of slashes is
|
D | RTFP.txt | 515 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/ |
D | scsi_mid_low_api.txt | 165 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/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 414 category endpoint for the last pair in the tag MAY be omitted and SHOULD be
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 125 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/ |
D | Smack.txt | 518 immediately. For any pair of subject and object labels there can be only
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 668 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/ |
D | cpusets.txt | 113 The Linux kernel already has a pair of mechanisms to specify on which
|
/linux-4.4.14/Documentation/power/ |
D | pci.txt | 458 the pci_pm_suspend() callback may be executed in parallel for any pair of PCI
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 115 Acer, Inc. a pair of AcerMagic S23 cards.
|