Home
last modified time | relevance | path

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

1234

/linux-4.1.27/drivers/gpu/drm/radeon/
Drs690.c80 tmp.full = dfixed_const(100); in rs690_pm_info()
81 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock)); in rs690_pm_info()
82 rdev->pm.igp_sideport_mclk.full = dfixed_div(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info()
84 rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock)); in rs690_pm_info()
86 rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk); in rs690_pm_info()
87 rdev->pm.igp_system_mclk.full = dfixed_div(rdev->pm.igp_system_mclk, tmp); in rs690_pm_info()
89 rdev->pm.igp_system_mclk.full = dfixed_const(400); in rs690_pm_info()
90 rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock)); in rs690_pm_info()
91 rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth); in rs690_pm_info()
94 tmp.full = dfixed_const(100); in rs690_pm_info()
[all …]
Drv515.c979 a.full = dfixed_const(100); in rv515_crtc_bandwidth_compute()
980 sclk.full = dfixed_const(selected_sclk); in rv515_crtc_bandwidth_compute()
981 sclk.full = dfixed_div(sclk, a); in rv515_crtc_bandwidth_compute()
983 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute()
984 wm->num_line_pair.full = dfixed_const(2); in rv515_crtc_bandwidth_compute()
986 wm->num_line_pair.full = dfixed_const(1); in rv515_crtc_bandwidth_compute()
988 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute()
989 c.full = dfixed_const(256); in rv515_crtc_bandwidth_compute()
990 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
991 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute()
[all …]
Dr100.c3236 min_mem_eff.full = dfixed_const_8(0); in r100_bandwidth_update()
3257 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3258 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3260 pix_clk.full = 0; in r100_bandwidth_update()
3261 pix_clk2.full = 0; in r100_bandwidth_update()
3262 peak_disp_bw.full = 0; in r100_bandwidth_update()
3264 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3265 pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */ in r100_bandwidth_update()
3266 pix_clk.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update()
3267 temp_ff.full = dfixed_const(pixel_bytes1); in r100_bandwidth_update()
[all …]
Dsi.c2020 a.full = dfixed_const(1000); in dce6_dram_bandwidth()
2021 yclk.full = dfixed_const(wm->yclk); in dce6_dram_bandwidth()
2022 yclk.full = dfixed_div(yclk, a); in dce6_dram_bandwidth()
2023 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce6_dram_bandwidth()
2024 a.full = dfixed_const(10); in dce6_dram_bandwidth()
2025 dram_efficiency.full = dfixed_const(7); in dce6_dram_bandwidth()
2026 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce6_dram_bandwidth()
2027 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce6_dram_bandwidth()
2028 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce6_dram_bandwidth()
2040 a.full = dfixed_const(1000); in dce6_dram_bandwidth_for_display()
[all …]
Devergreen.c2003 a.full = dfixed_const(1000); in evergreen_dram_bandwidth()
2004 yclk.full = dfixed_const(wm->yclk); in evergreen_dram_bandwidth()
2005 yclk.full = dfixed_div(yclk, a); in evergreen_dram_bandwidth()
2006 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth()
2007 a.full = dfixed_const(10); in evergreen_dram_bandwidth()
2008 dram_efficiency.full = dfixed_const(7); in evergreen_dram_bandwidth()
2009 dram_efficiency.full = dfixed_div(dram_efficiency, a); in evergreen_dram_bandwidth()
2010 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
2011 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth()
2023 a.full = dfixed_const(1000); in evergreen_dram_bandwidth_for_display()
[all …]
Dcik.c9202 a.full = dfixed_const(1000); in dce8_dram_bandwidth()
9203 yclk.full = dfixed_const(wm->yclk); in dce8_dram_bandwidth()
9204 yclk.full = dfixed_div(yclk, a); in dce8_dram_bandwidth()
9205 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce8_dram_bandwidth()
9206 a.full = dfixed_const(10); in dce8_dram_bandwidth()
9207 dram_efficiency.full = dfixed_const(7); in dce8_dram_bandwidth()
9208 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce8_dram_bandwidth()
9209 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce8_dram_bandwidth()
9210 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce8_dram_bandwidth()
9231 a.full = dfixed_const(1000); in dce8_dram_bandwidth_for_display()
[all …]
DKconfig7 selected to enabled full userptr support.
Dradeon_device.c712 a.full = dfixed_const(100); in radeon_update_bandwidth_info()
713 rdev->pm.sclk.full = dfixed_const(sclk); in radeon_update_bandwidth_info()
714 rdev->pm.sclk.full = dfixed_div(rdev->pm.sclk, a); in radeon_update_bandwidth_info()
715 rdev->pm.mclk.full = dfixed_const(mclk); in radeon_update_bandwidth_info()
716 rdev->pm.mclk.full = dfixed_div(rdev->pm.mclk, a); in radeon_update_bandwidth_info()
719 a.full = dfixed_const(16); in radeon_update_bandwidth_info()
721 rdev->pm.core_bandwidth.full = dfixed_div(rdev->pm.sclk, a); in radeon_update_bandwidth_info()
Dradeon_display.c1750 a.full = dfixed_const(src_v); in radeon_crtc_scaling_mode_fixup()
1751 b.full = dfixed_const(dst_v); in radeon_crtc_scaling_mode_fixup()
1752 radeon_crtc->vsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup()
1753 a.full = dfixed_const(src_h); in radeon_crtc_scaling_mode_fixup()
1754 b.full = dfixed_const(dst_h); in radeon_crtc_scaling_mode_fixup()
1755 radeon_crtc->hsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup()
1757 radeon_crtc->vsc.full = dfixed_const(1); in radeon_crtc_scaling_mode_fixup()
1758 radeon_crtc->hsc.full = dfixed_const(1); in radeon_crtc_scaling_mode_fixup()
/linux-4.1.27/kernel/trace/
Dtrace_seq.c88 if (s->full) in trace_seq_printf()
100 s->full = 1; in trace_seq_printf()
118 if (s->full) in trace_seq_bitmask()
127 s->full = 1; in trace_seq_bitmask()
147 if (s->full) in trace_seq_vprintf()
157 s->full = 1; in trace_seq_vprintf()
181 if (s->full) in trace_seq_bprintf()
191 s->full = 1; in trace_seq_bprintf()
211 if (s->full) in trace_seq_puts()
217 s->full = 1; in trace_seq_puts()
[all …]
/linux-4.1.27/drivers/acpi/acpica/
Dutmath.c67 u64 full; member
106 dividend_ovl.full = dividend; in acpi_ut_short_divide()
120 *out_quotient = quotient.full; in acpi_ut_short_divide()
167 divisor.full = in_divisor; in acpi_ut_divide()
168 dividend.full = in_dividend; in acpi_ut_divide()
217 partial2.full = (u64) quotient.part.lo * divisor.part.lo; in acpi_ut_divide()
218 partial3.full = (u64) partial2.part.hi + partial1; in acpi_ut_divide()
228 remainder.full -= divisor.full; in acpi_ut_divide()
232 remainder.full -= divisor.full; in acpi_ut_divide()
236 remainder.full = remainder.full - dividend.full; in acpi_ut_divide()
[all …]
/linux-4.1.27/drivers/power/
Dapm_power.c40 union power_supply_propval full; member
57 if (!PSY_PROP(bp->bat, CHARGE_FULL_DESIGN, &bp->full) || in __find_main_battery()
58 !PSY_PROP(bp->bat, CHARGE_FULL, &bp->full)) { in __find_main_battery()
59 if (bp->full.intval > bp->max_charge) { in __find_main_battery()
61 bp->max_charge = bp->full.intval; in __find_main_battery()
63 } else if (!PSY_PROP(bp->bat, ENERGY_FULL_DESIGN, &bp->full) || in __find_main_battery()
64 !PSY_PROP(bp->bat, ENERGY_FULL, &bp->full)) { in __find_main_battery()
65 if (bp->full.intval > bp->max_energy) { in __find_main_battery()
67 bp->max_energy = bp->full.intval; in __find_main_battery()
93 &bp.full)) { in find_main_battery()
[all …]
Dolpc_battery.c256 union power_supply_propval full; in olpc_bat_get_charge_now() local
263 ret = olpc_bat_get_charge_full_design(&full); in olpc_bat_get_charge_now()
267 val->intval = soc * (full.intval / 100); in olpc_bat_get_charge_now()
/linux-4.1.27/sound/soc/intel/atom/sst/
Dsst_loader.c68 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld()
70 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
72 csr.full |= 0x7; in intel_sst_reset_dsp_mrfld()
73 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld()
74 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld()
76 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
78 csr.full &= ~(0x1); in intel_sst_reset_dsp_mrfld()
79 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld()
81 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld()
82 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
[all …]
Dsst_ipc.c135 header.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCX); in sst_post_message_mrfld()
146 header.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCX); in sst_post_message_mrfld()
169 msg->mrfld_header.p.header_high.full); in sst_post_message_mrfld()
178 sst_shim_write64(sst_drv_ctx->shim, SST_IPCX, msg->mrfld_header.full); in sst_post_message_mrfld()
195 imr.full = sst_shim_read64(sst_drv_ctx->shim, SST_IMRX); in intel_sst_clear_intr_mrfld()
196 isr.full = sst_shim_read64(sst_drv_ctx->shim, SST_ISRX); in intel_sst_clear_intr_mrfld()
200 sst_shim_write64(sst_drv_ctx->shim, SST_ISRX, isr.full); in intel_sst_clear_intr_mrfld()
203 clear_ipc.full = sst_shim_read64(sst_drv_ctx->shim, SST_IPCD); in intel_sst_clear_intr_mrfld()
208 sst_shim_write64(sst_drv_ctx->shim, SST_IPCD, clear_ipc.full); in intel_sst_clear_intr_mrfld()
211 sst_shim_write64(sst_drv_ctx->shim, SST_IMRX, imr.full); in intel_sst_clear_intr_mrfld()
[all …]
Dsst.h87 u64 full; member
98 u32 full; member
114 u32 full; member
134 u64 full; member
143 u64 full; member
152 u64 full; member
Dsst.c63 isr.full = sst_shim_read64(drv->shim, SST_ISRX); in intel_sst_interrupt_mrfld()
68 header.full = sst_shim_read64(drv->shim, in intel_sst_interrupt_mrfld()
71 sst_shim_write64(drv->shim, drv->ipc_reg.ipcx, header.full); in intel_sst_interrupt_mrfld()
75 sst_shim_write64(drv->shim, SST_ISRX, isr.full); in intel_sst_interrupt_mrfld()
86 imr.full = sst_shim_read64(drv->shim, SST_IMRX); in intel_sst_interrupt_mrfld()
88 sst_shim_write64(drv->shim, SST_IMRX, imr.full); in intel_sst_interrupt_mrfld()
90 header.full = sst_shim_read64(drv->shim, drv->ipc_reg.ipcd); in intel_sst_interrupt_mrfld()
Dsst_pvt.c261 msg->mrfld_header.p.header_high.full); in sst_prepare_and_post_msg()
316 header->full = 0; in sst_fill_header_mrfld()
/linux-4.1.27/include/drm/
Ddrm_fixed.h31 u32 full; member
39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12)
40 #define dfixed_init(A) { .full = dfixed_const((A)) }
41 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
42 #define dfixed_trunc(A) ((A).full >> 12)
43 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1))
56 if (A.full > dfixed_const(non_frac)) in dfixed_ceil()
64 u64 tmp = ((u64)A.full << 13); in dfixed_div()
66 do_div(tmp, B.full); in dfixed_div()
/linux-4.1.27/Documentation/networking/
D3c509.txt25 3c509B (later revision of the ISA card; supports full-duplex)
27 3c589B (later revision of the 3c589; supports full-duplex)
42 needed except to enable full-duplex mode (see below). An example of the syntax
59 The v1.18c driver added support for the 3c509B's full-duplex capabilities.
60 In order to enable and successfully use full-duplex mode, three conditions
63 (a) You must have a Etherlink III card model whose hardware supports full-
65 positively known to support full-duplex are the 3c509B (ISA bus) and 3c589B
67 full-duplex mode; these include the original 3c509 (no "B"), the original
72 AUI and 10base2 network cabling is physically incapable of full-duplex
76 itself full-duplex capable. This is almost certainly one of two things: a full-
[all …]
Dspider_net.txt27 "full" and "not-in-use". An "empty" or "ready" descriptor is ready
28 to receive data from the hardware. A "full" descriptor has data in it,
30 descriptor is neither empty or full; it is simply not ready. It may
37 buffers, and marks them "full". The OS follows up, taking the full
44 marks it full, and advances the GDACTDPA by one. Thus, when there is
45 flowing RX traffic, every descr behind it should be marked "full",
51 hardware is ahead, the tail pointer will be pointing at a "full"
54 all of the descrs in front of the tail pointer should be "full", and
100 The status x4... corresponds to "full" and status xa... corresponds
107 "full" == SPIDER_NET_DESCR_FRAME_END == 0x4
[all …]
Dvortex.txt118 0x0200 Force full duplex mode.
125 will force full-duplex 100base-TX, rather than allowing the usual
137 full-duplex mode. Please use this in preference to the `options'
145 Sets full duplex mode for all 3c59x NICs in the machine. Entries
155 full duplex mode.
166 The driver preallocates 32 full-sized (1536 byte) network buffers
168 whether to leave the packet in its full-sized buffer, or to allocate
265 the same network being in full-duplex mode, while this host is in
267 half-duplex mode or fix this host to run in full-duplex mode.
269 As a last resort, you can force the 3c59x driver into full-duplex mode
[all …]
Dde4x5.txt146 Where SROM media detection is used and full duplex is specified in the
149 below]). This is because there is no way to automatically detect full
155 through LILO. This will allow a per adapter board set up of full duplex
161 fdx for full duplex
174 Yes, I know full duplex isn't permissible on BNC or AUI; they're just
175 examples. By default, full duplex is turned off and AUTO is the default
176 autosense setting. In reality, I expect only the full duplex option to
Ddl2k.txt189 10mbps_fd 10Mbps full duplex.
191 100mbps_fd 100Mbps full duplex.
192 1000mbps_fd 1000Mbps full duplex.
196 2 10Mbps full duplex.
198 4 100Mbps full duplex.
200 6 1000Mbps full duplex.
Dfib_trie.txt37 children of a full child (see "full_children") up one level, so that
53 (The word "full" here is used more in the sense of "complete" than
98 This walks the full trie (using nextleaf()) and searches for empty
Dtlan.txt64 force full duplex.
89 0x04 = use full duplex
Ddctcp.txt35 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp_analysis-full.pdf
Dtcp.txt99 If the window is full we queue full sized frames. On the first timeout in
Dz8530drv.txt2 full package from:
254 # divider = use full duplex divider if
488 full:
489 The full-duplex mode switch. This can be one of the following
507 the first slot in CSMA mode. In full duplex modes it is
534 This parameter specifies the maximum idle time in full duplex
566 you are using CSMA mode (parameter full = 0).
/linux-4.1.27/sound/usb/line6/
Dmidibuf.c43 return (this->pos_read == this->pos_write) && !this->full; in midibuf_is_empty()
48 return this->full; in midibuf_is_full()
53 this->pos_read = this->pos_write = this->full = 0; in line6_midibuf_reset()
125 this->full = 1; in line6_midibuf_write()
232 this->full = 0; in line6_midibuf_read()
244 this->full = 0; in line6_midibuf_ignore()
Dmidibuf.h20 int full; member
/linux-4.1.27/net/dccp/
Dqpolicy.c74 bool (*full) (struct sock *sk); member
81 .full = qpolicy_simple_full,
87 .full = qpolicy_prio_full,
103 return qpol_table[dccp_sk(sk)->dccps_qpolicy].full(sk); in dccp_qpolicy_full()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-pci-drivers-ehci_hcd9 "companion" full/low-speed USB-1.1 controllers. When a
11 to the EHCI controller; when a full- or low-speed device
16 at full speed, which can be accomplished by forcing the
24 port 4 on bus 2 to run at full speed:
40 connect at full speed.
Dsysfs-fs-nilfs2121 Show index number of the latest full segment.
127 Show index number of the full segment index
135 full segment.
Dsysfs-module22 microseconds (full microframe).
Dsysfs-bus-acpi5 This attribute indicates the full path of ACPI namespace
Dsysfs-block-bcache28 For backing devices: integer number of full cache hits,
74 used to buffer writes until it is mostly full, at which point
Dsysfs-class-power19 battery 'full level'. As batteries age, this value has to be
/linux-4.1.27/drivers/hwmon/
Dmax197.c127 int full = data->limit; in max197_store_range() local
133 if (value <= -full) in max197_store_range()
134 value = -full; in max197_store_range()
140 if (value >= full) in max197_store_range()
141 value = full; in max197_store_range()
155 } else if (value == -full) { in max197_store_range()
161 } else if (value == full) { in max197_store_range()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dfixed-link.txt14 * 'full-duplex' (boolean, optional), to indicate that full duplex is
27 - b: duplex configuration: 0 for half duplex, 1 for full duplex
39 full-duplex;
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/
Diop_dmc_in_defs.h148 unsigned int full : 1; member
232 unsigned int full : 1; member
245 unsigned int full : 1; member
258 unsigned int full : 1; member
270 unsigned int full : 1; member
/linux-4.1.27/include/linux/
Dtrace_seq.h16 int full; member
23 s->full = 0; in trace_seq_init()
68 return s->full || seq_buf_has_overflowed(&s->seq); in trace_seq_has_overflowed()
Dring_buffer.h100 int ring_buffer_wait(struct ring_buffer *buffer, int cpu, bool full);
190 size_t len, int cpu, int full);
Dti_wilink_st.h228 unsigned short full; member
/linux-4.1.27/arch/x86/kernel/cpu/
Dintel_cacheinfo.c133 u32 full; member
142 u32 full; member
149 u32 full; member
235 eax->full = 0; in amd_cpuid4()
236 ebx->full = 0; in amd_cpuid4()
237 ecx->full = 0; in amd_cpuid4()
595 cpuid_count(0x8000001d, index, &eax.full, in cpuid4_cache_lookup_regs()
596 &ebx.full, &ecx.full, &edx); in cpuid4_cache_lookup_regs()
601 cpuid_count(4, index, &eax.full, &ebx.full, &ecx.full, &edx); in cpuid4_cache_lookup_regs()
632 cache_eax.full = eax; in find_num_cache_leaves()
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dcirrus,clps711x-intc.txt25 13: URXINT1 UART1 receive FIFO half full
29 17: SS2RX SSI2 receive FIFO half or greater full
32 29: URXINT2 UART2 receive FIFO half full
/linux-4.1.27/Documentation/isdn/
DREADME.fax25 - full support with both B-channels.
28 - full support with all B-channels.
31 - full support on amount of B-channels
/linux-4.1.27/net/sctp/
Dprobe.c58 static int full __read_mostly = 1;
59 MODULE_PARM_DESC(full, "Full log (1=every ack packet received, 0=only cwnd changes)");
60 module_param(full, int, 0);
149 (full || sp->cwnd != lcwnd)) { in jsctp_sf_eat_sack()
/linux-4.1.27/drivers/usb/gadget/udc/
DKconfig38 full speed USB Device Port with support for five configurable
100 high speed or full speed USB device. This driver supppors
118 Many Texas Instruments OMAP processors have flexible full
133 an integrated full speed USB 1.1 device controller. The
158 supports both full and high speed USB 2.0 data transfers.
170 that supports both full and high speed USB 2.0 data transfers.
181 an integrated full speed USB 1.1 device controller.
195 full speed USB 1.1 device controller. It has 4 configurable
221 full speed USB peripheral.
238 supports both full and high speed USB 2.0 data transfers.
[all …]
/linux-4.1.27/arch/x86/include/asm/
Dperf_event.h92 unsigned int full; member
105 unsigned int full; member
114 unsigned int full; member
/linux-4.1.27/Documentation/input/
Dyealink.txt6 - keyboard full support, yealink.ko / input event API
7 - LCD full support, yealink.ko / sysfs API
8 - LED full support, yealink.ko / sysfs API
9 - dialtone full support, yealink.ko / sysfs API
10 - ringtone full support, yealink.ko / sysfs API
11 - audio playback full support, snd_usb_audio.ko / alsa API
12 - audio record full support, snd_usb_audio.ko / alsa API
Dappletouch.txt10 * appletouch is a full kernel driver, no userspace program is necessary
76 full tracing (each sample is being traced):
Djoystick-api.txt87 full range, you should recalibrate it (with, for example, jscal).
157 One reason for emptying the queue is that if it gets full you'll start
164 Why can get the queue full? Because you don't empty the queue as
188 sizeof(js_event) Again, if the buffer was full, it's a good idea to
/linux-4.1.27/Documentation/
Dlogo.txt1 This is the full-colour version of the currently unofficial Linux logo
9 you want to use it for: for the full range of logos take a look at
Dbinfmt_misc.txt42 argument (specify the full path)
47 the original argv[0] with the full path to the binary. When this
55 'O' - open-binary. Legacy behavior of binfmt_misc is to pass the full path
58 descriptor as an argument, instead of the full path, thus allowing
120 passes it the full filename (or the file descriptor) to use. Using $PATH can
Dkselftest.txt9 to run full range of hot-plug tests. In default mode, hot-plug tests run
45 Running the full range hotplug selftests
Dhsi.txt11 The HSI interface supports full duplex communication over multiple channels
DVGA-softcursor.txt18 8=full block) + 16 if you want the software cursor to be applied + 32 if you
/linux-4.1.27/Documentation/power/
Dpower_supply_class.txt75 STATUS - this attribute represents operating status (charging, full,
94 when battery considered "full"/"empty" at normal conditions. Yes, there is
109 battery considered full/empty.
114 of charge when battery became full/empty". It also could mean "value of
115 charge when battery considered full/empty at given conditions (temperature,
119 be negative; there is no empty or full value. It is only useful for
158 TIME_TO_FULL - seconds left for battery to be considered full (i.e.
200 in percents, but provides charge_{now,full,empty}. Should I calculate
211 voltage and so on. But full-fledged battery model is likely not subject
Dapm-acpi.txt18 would like to use both to get a full set of working features, but you
Dcharger-manager.txt47 * Support for premature full-battery event handling
49 "fullbatt_vchkdrop_ms" from the full-battery event, the framework
141 that the battery is full (capacity = 100) if the battery is not being
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_pd.c63 INIT_LIST_HEAD(&pd->full[i]); in ehca_alloc_pd()
92 list_splice(&my_pd->full[i], &my_pd->free[i]); in ehca_dealloc_pd()
/linux-4.1.27/net/ipv4/
Dtcp_probe.c53 static int full __read_mostly;
54 MODULE_PARM_DESC(full, "Full log (1=every ack packet received, 0=only cwnd changes)");
55 module_param(full, int, 0);
118 (full || tp->snd_cwnd != tcp_probe.lastcwnd)) { in jtcp_rcv_established()
/linux-4.1.27/Documentation/hwmon/
Dvt1211167 Each PWM has 4 associated distinct output duty-cycles: full, high, low and
181 pwm[1-2]_auto_point4_pwm full speed duty-cycle (hard-wired to 255)
188 pwm[1-2]_auto_point4_temp full speed temp
199 full speed duty-cycle full speed duty-cycle
200 full speed temp
201 high speed duty-cycle full speed duty-cycle
Ddme1737168 duty-cycles: full, low, and min. Full is internally hard-wired to 255 (100%)
174 pwm[1-3]_auto_point2_pwm full-speed duty-cycle (255, i.e., 100%)
178 zone[1-3]_auto_point3_temp full-speed temp (all outputs)
179 zone[1-3]_auto_point2_temp full-speed temp
198 full-speed full-speed full-speed
255 full-speed temp, and auto_point3 is the
257 to full-speed (100% duty-cycle).
308 full-speed duty-cycle which is hard-
Dthmc5055 A typical symptom of wrong setting is a fan forced to full speed.
66 pwm1 -- fan speed (0 = stop, 255 = full)
Dg76251 it run at full speed.
56 entry (0 stops the fan, 255 makes it run at full speed). In closed-loop mode
Dw83l786ng45 0 (stop) to 255 (full)
Dadm102662 dedicated inputs. There are several inputs scaled to 0-3V full-scale range
64 a 0-2.5V full-scale range. A 2.5V or 1.82V reference voltage is provided
Dads101545 - pga is the programmable gain amplifier (values are full scale)
Dasc7621199 255 Fan on full.
217 31 Fan on full.
222 i.e. when pwm = 0, the fan will be on full and
Dmax665036 pwm1_enable rw regulator mode, 0=full on, 1=open loop, 2=closed loop
Dw83792d89 of full speed rotation of corresponding fan.
161 0 (stop) to 255 (full)
Dsmsc47m136 The LPC47M15x, LPC47M192 and LPC47M292 chips contain a full 'hardware
Dadt746265 from 0 (off) to 255 (full speed). Fan speed will be set to maximum when the
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dci-hdrc-imx.txt21 - maximum-speed: limit the maximum connection speed to "full-speed".
33 maximum-speed = "full-speed";
Dgeneric.txt6 "full-speed" and "low-speed". In case this isn't passed
Dsamsung-hsotg.txt6 support for USB 2.0 high-speed (480Mbps) and full-speed (12 Mbps)
/linux-4.1.27/arch/arc/kernel/
Dtime.c82 cycle_t full; in arc_counter_read() member
95 return stamp.full; in arc_counter_read()
Dsetup.c110 cpu->bpu.full = bpu.fam ? 1 : 0; in read_arc_build_cfg_regs()
206 IS_AVAIL1(cpu->bpu.full, "full"), in arc_cpu_mumbojumbo()
207 IS_AVAIL1(!cpu->bpu.full, "partial"), in arc_cpu_mumbojumbo()
/linux-4.1.27/lib/xz/
Dxz_dec_lzma2.c58 size_t full; member
296 dict->full = 0; in dict_reset()
327 return dict->full > 0 ? dict->buf[offset] : 0; in dict_get()
337 if (dict->full < dict->pos) in dict_put()
338 dict->full = dict->pos; in dict_put()
351 if (dist >= dict->full || dist >= dict->size) in dict_repeat()
367 if (dict->full < dict->pos) in dict_repeat()
368 dict->full = dict->pos; in dict_repeat()
393 if (dict->full < dict->pos) in dict_uncompressed()
394 dict->full = dict->pos; in dict_uncompressed()
/linux-4.1.27/arch/ia64/kernel/
Dperfmon_default_smpl.c126 if ((last - cur) < PFM_DEFAULT_MAX_ENTRY_SIZE) goto full; in default_handler()
192 if ((last - cur) < PFM_DEFAULT_MAX_ENTRY_SIZE) goto full; in default_handler()
203 full: in default_handler()
/linux-4.1.27/drivers/md/
Ddm-snap-persistent.c449 int *full) in insert_exceptions() argument
456 *full = 1; in insert_exceptions()
469 *full = 0; in insert_exceptions()
495 int r, full = 1; in read_exceptions() local
515 for (ps->current_area = 0; full; ps->current_area++) { in read_exceptions()
542 &full); in read_exceptions()
544 if (!full) in read_exceptions()
/linux-4.1.27/Documentation/sound/oss/
DPSS-updates5 addition of two new module parameters that allow you to take full advantage of
33 setting of this parameter leaves the CDROM port disabled to maintain full
49 mpu401 && rmmod sound && rmmod soundcore" and retain the full functionality of
52 full behavioral compatibility with previous versions of this driver.
63 retain full behavioral compatibility with previous versions of this driver.
DSoundPro29 The chip is capable of doing full-duplex, but since the driver sees it as an
30 AD1848, it cannot take advantage of this. Moreover, the full-duplex mode is
33 says the user must use WSS Playback and SB16 Recording for full-duplex, so
100 - full-duplex
Dultrasound12 dma16 2nd DMA channel, only needed for full duplex operation
DESS186832 (for a full working isapnp.conf file, remember the
DVIBRA1613 A good starting point is that the vibra16x chip full-duplex facility
DSoundblaster48 This card is supported; see the separate file ALS007 for full details.
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dst,sta350.txt23 0: 2-channel (full-bridge) power, 2-channel data-out
24 1: 2 (half-bridge). 1 (full-bridge) on-board power
53 - "full-power-mode"
121 // (full-bridge) power,
Dst,sta32x.txt23 0: 2-channel (full-bridge) power, 2-channel data-out
24 1: 2 (half-bridge). 1 (full-bridge) on-board power
82 // (full-bridge) power,
Dfsl,esai.txt3 The Enhanced Serial Audio Interface (ESAI) provides a full-duplex serial port
/linux-4.1.27/kernel/time/
DKconfig126 define the range of full dynticks CPUs, consider that all
127 CPUs in the system are full dynticks by default.
132 bool "Detect full-system idle state for full dynticks system"
160 The full-system idle detection mechanism takes a lazy approach
/linux-4.1.27/net/ipx/
DKconfig46 The full internal IPX network enables you to allocate sockets on
52 kernel when the internal network was created. By enabling the full
56 daemons. A RIP/SAP daemon that works well with the full internal net
/linux-4.1.27/arch/powerpc/oprofile/cell/
Dspu_task_sync.c57 int full = 1; in spu_buff_add() local
62 full = 0; in spu_buff_add()
67 full = 0; in spu_buff_add()
70 if (!full) { in spu_buff_add()
/linux-4.1.27/arch/microblaze/kernel/cpu/
DMakefile12 obj-y += cache.o cpuinfo.o cpuinfo-pvr-full.o cpuinfo-static.o mb.o pvr.o
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dfsl-imx-sdma.txt19 - fsl,sdma-ram-script-name : Should contain the full path of SDMA RAM
23 The full ID of peripheral types can be found below.
/linux-4.1.27/arch/mips/kernel/
Dentry.S94 restore_all: # restore full frame
124 restore_all_from_r2_emul: # restore full frame
Dbranch.c41 inst_mips16e.full = inst; in __isa_exception_epc()
326 if (__get_user(inst.full, addr)) { in __MIPS16e_compute_return_epc()
345 fullinst = ((unsigned)inst.full << 16) | inst2; in __MIPS16e_compute_return_epc()
/linux-4.1.27/Documentation/x86/
Dtlb.txt21 damage we do with a full flush. So, the larger the TLB, the
46 guaranteed to flush a full 2MB [1], hugetlbfs always uses the full
/linux-4.1.27/sound/soc/intel/atom/
Dsst-mfld-dsp.h209 u32 full; member
217 u64 full; member
232 u32 full; member
/linux-4.1.27/Documentation/spi/
Dspidev3 full duplex transfers and device I/O configuration are also available.
92 which will return (RD) or assign (WR) the full SPI transfer mode,
136 full duplex programming interface. (Although it doesn't perform a full duplex
148 To make a full duplex request, provide both rx_buf and tx_buf for the
/linux-4.1.27/drivers/staging/unisys/
DTODO5 -add other drivers needed for full functionality:
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-usb-usbtmc7 by the device itself. The full description of the bitfields
21 by the device itself. The full description of the bitfields
/linux-4.1.27/arch/x86/oprofile/
Dop_model_ppro.c80 eax.full = cpuid_eax(0xa); in ppro_setup_ctrs()
212 eax.full = cpuid_eax(0xa); in arch_perfmon_setup_counters()
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dimx6sl-clock.txt10 for the full list of i.MX6 SoloLite clock IDs.
Dclps711x-clock.txt11 for the full list of CLPS711X clock IDs.
Dimx6sx-clock.txt13 for the full list of i.MX6 SoloX clock IDs.
Dimx27-clock.txt11 for the full list of i.MX27 clock IDs.
Dimx1-clock.txt10 for the full list of i.MX1 clock IDs.
Dimx21-clock.txt11 for the full list of i.MX21 clock IDs.
Dimx5-clock.txt11 for the full list of i.MX5 clock IDs.
Dimx6q-clock.txt11 for the full list of i.MX6 Quad and DualLite clock IDs.
Dimx23-clock.txt9 ID in its "clocks" phandle cell. The following is a full list of i.MX23
Dprima2-clock.txt10 ID in its "clocks" phandle cell. The following is a full list of prima2
Dimx31-clock.txt10 ID in its "clocks" phandle cell. The following is a full list of i.MX31
Dimx28-clock.txt9 ID in its "clocks" phandle cell. The following is a full list of i.MX28
Dvf610-clock.txt23 for the full list of VF610 clock IDs.
Dimx35-clock.txt10 ID in its "clocks" phandle cell. The following is a full list of i.MX35
Dimx25-clock.txt10 ID in its "clocks" phandle cell. The following is a full list of i.MX25
/linux-4.1.27/fs/hfs/
DKconfig7 floppy disks and hard drive partitions with full read-write access.
/linux-4.1.27/drivers/usb/renesas_usbhs/
DKconfig13 that supports both full and high speed USB 2.0 data transfers.
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dcache_sram.txt4 option of configuring a part of (or full) cache memory
/linux-4.1.27/arch/arm/include/debug/
Dzynq.S55 bne 1002b @ wait if FIFO is full
/linux-4.1.27/tools/perf/
DCREDITS30 The full history of the files can be found in the upstream Git commits.
Dcommand-list.txt19 perf-probe mainporcelain full
/linux-4.1.27/include/asm-generic/
Dpgtable.h116 int full) in pmdp_get_and_clear_full() argument
126 int full) in ptep_get_and_clear_full() argument
143 int full) in pte_clear_not_present_full() argument
/linux-4.1.27/net/openvswitch/
Dflow_table.h89 bool full, const struct sw_flow_mask *mask);
Dflow_table.c59 bool full, const struct sw_flow_mask *mask) in ovs_flow_mask_key() argument
61 int start = full ? 0 : mask->range.start; in ovs_flow_mask_key()
62 int len = full ? sizeof *dst : range_n_bytes(&mask->range); in ovs_flow_mask_key()
/linux-4.1.27/arch/alpha/lib/
Dstrncpy.S32 bne $18, $multiword # do we have full words left?
/linux-4.1.27/arch/ia64/scripts/
Dtoolchain-flags17 res=$($OBJDUMP --full --section .rodata $out | fgrep 000 | cut -f3 -d' ')
/linux-4.1.27/tools/perf/util/
Dparse-options.c560 static void print_option_help(const struct option *opts, int full) in print_option_help() argument
571 if (!full && (opts->flags & PARSE_OPT_HIDDEN)) in print_option_help()
646 const struct option *opts, int full) in usage_with_options_internal() argument
665 print_option_help(opts, full); in usage_with_options_internal()
Dsession.h105 void perf_session__fprintf_info(struct perf_session *s, FILE *fp, bool full);
Dheader.h123 int perf_header__fprintf_info(struct perf_session *s, FILE *fp, bool full);
/linux-4.1.27/Documentation/video4linux/bttv/
DPROBLEMS55 You will always get pixel errors when e.g. using more than 1 card in full
60 full resolution in 32-bit mode.
DREADME.WINVIEW24 on their server are the full data-sheets, but don't ask how I found it.
/linux-4.1.27/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c301 static void do_reset(struct net_device *dev, int full);
1471 do_reset(struct net_device *dev, int full) in do_reset() argument
1477 pr_debug("%s: do_reset(%p,%d)\n", dev? dev->name:"eth?", dev, full); in do_reset()
1548 if (full) in do_reset()
1567 if (full && local->mohawk && init_mii(dev)) { in do_reset()
1601 if (full) { in do_reset()
1618 if (full) in do_reset()
/linux-4.1.27/drivers/net/wireless/orinoco/
DKconfig75 adaptors are not a full PCMCIA controller but act as a more limited
86 adaptors are not a full PCMCIA controller but act as a more limited
96 adaptors are not full PCMCIA controllers, but act as a more limited
/linux-4.1.27/Documentation/devicetree/bindings/power/reset/
Dltc2952-poweroff.txt5 A full powerdown can be triggered via the kill signal.
/linux-4.1.27/drivers/net/wireless/libertas/
DKconfig36 bool "Enable full debugging output in the Libertas module."
/linux-4.1.27/Documentation/filesystems/
Defivarfs.txt8 removed before any full releases. Since variables can now be larger
Dceph.txt50 When the file system approaches full, new nodes can be easily added
74 full list when it connects. (However, if the monitor you specify
147 and the source for the full system is at
Docfs2.txt96 coherency=full (*) Disallow concurrent O_DIRECT writes, cluster inode
98 therefore full cluster coherency is guaranteed even
Dubifs.txt50 which requires full media scan. UBIFS maintains the FS indexing
51 information on the flash media and does not require full media scan,
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dvexpress-scc.txt16 where <model> is the full tile model name (as used
/linux-4.1.27/arch/x86/kernel/acpi/
Dwakeup_32.S20 # reload the gdt, as we need the full 32 bit address
/linux-4.1.27/Documentation/vm/
Dslub.txt6 slab caches. SLUB always includes full debugging but it is off by default.
12 to the kernel command line. That will enable full debugging for
30 Parameters may be given to slub_debug. If none is specified then full
182 If SLUB encounters a corrupted object (full detection requires the kernel
267 will be used (unlike full debugging).
/linux-4.1.27/drivers/net/cris/
Deth_v10.c92 full, enumerator
733 if (current_duplex == full) in e100_negotiate()
742 if (current_duplex == full) in e100_negotiate()
751 if (current_duplex == full) in e100_negotiate()
782 if (current_duplex != full) in e100_negotiate()
1398 e100_set_duplex(dev, full); in e100_ioctl()
1441 e100_set_duplex(dev, ecmd->duplex == DUPLEX_HALF ? half : full); in e100_set_settings()
/linux-4.1.27/fs/hfsplus/
DKconfig8 Macintosh-formatted hard drive partitions with full read-write access.
/linux-4.1.27/Documentation/devicetree/bindings/input/
Drotary-encoder.txt9 - rotary-encoder,steps: Number of steps in a full turnaround of the
/linux-4.1.27/Documentation/dvb/
Dfaq.txt132 For a dvb-ttpci av7110 based full-featured card the following
151 for full-featured cards.
156 - dvb-ttpci: The main driver for AV7110 based, full-featured
/linux-4.1.27/Documentation/kbuild/
Dkbuild.txt60 See make help for the full list.
100 CROSS_COMPILE can be a part of the filename or the full path.
224 The linker script with full path. Assigned by the top-level Makefile.
/linux-4.1.27/drivers/video/fbdev/
Dcontrolfb.c407 int full, sense, vmode, cmode, vyres; in init_control() local
413 full = p->total_vram == 0x400000; in init_control()
428 control_mac_modes[vmode - 1].m[full] < cmode) { in init_control()
432 if (control_mac_modes[vmode - 1].m[full] < cmode) in init_control()
439 if (control_mac_modes[vmode - 1].m[full] < cmode) { in init_control()
/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h1155 pte_t *ptep, int full) in ptep_get_and_clear_full() argument
1160 if (!full && mm_has_pgste(mm)) { in ptep_get_and_clear_full()
1166 if (!full) in ptep_get_and_clear_full()
1170 if (!full && mm_has_pgste(mm)) { in ptep_get_and_clear_full()
1515 pmd_t *pmdp, int full) in pmdp_get_and_clear_full() argument
1519 if (!full) in pmdp_get_and_clear_full()
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/
Dads1015.txt18 - pga is the programmable gain amplifier (values are full scale)
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Dusb.txt10 - fsl,fullspeed-clock : specifies the full speed USB clock source:
/linux-4.1.27/net/decnet/
DTODO31 the full scheme is still worth implementing, its not not top of my list
/linux-4.1.27/sound/drivers/
Dml403-ac97cr.c420 u32 full = 0; in snd_ml403_ac97cr_playback_ind2_zero() local
425 while ((full = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_playback_ind2_zero()
444 u32 full = 0; in snd_ml403_ac97cr_playback_ind2_copy() local
450 while (((full = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_playback_ind2_copy()
457 if (full != CR_PLAYFULL) in snd_ml403_ac97cr_playback_ind2_copy()
/linux-4.1.27/drivers/mailbox/
Domap-mailbox.c85 bool full; member
316 if (mq->full) { in mbox_rx_work()
317 mq->full = false; in mbox_rx_work()
343 mq->full = true; in __mbox_rx_interrupt()
/linux-4.1.27/drivers/staging/speakup/
Dspeakup_txprt.c99 .full = 40000,
Dspeakup_bns.c99 .full = 40000,
Dspeakup_dummy.c101 .full = 40000,
Dspeakup_spkout.c106 .full = 40000,
Dspeakup_acntsa.c102 .full = 40000,
Dspk_types.h161 int full; member
Dspeakup_ltlk.c114 .full = 40000,
Dspeakup_audptr.c107 .full = 18000,
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Datmel-hsmci.txt56 Example full MCI node:
Dmmc.txt36 - full-pwr-cycle: full power cycle of the card is supported
/linux-4.1.27/Documentation/sh/
Dregister-banks.txt9 may have more full-featured banking or simply no such capabilities at all.
/linux-4.1.27/arch/cris/arch-v10/drivers/
Dsync_serial.c145 int full; member
1134 while (start == end && !port->full) { in sync_serial_read()
1140 !(start == end && !port->full)); in sync_serial_read()
1151 if (port->full) in sync_serial_read()
1166 port->full = 0; in sync_serial_read()
1360 port->full = 1; in rx_interrupt()
/linux-4.1.27/Documentation/devicetree/
Dchangesets.txt2 in the live tree in such a way that either the full set of changes
/linux-4.1.27/drivers/scsi/osd/
DKconfig36 sense-buffer is retrieved, turning this on will dump a full
/linux-4.1.27/scripts/kconfig/
Dzconf.l1 %option nostdinit noyywrap never-interactive full ecs
/linux-4.1.27/arch/arm/mach-omap2/
DKconfig193 for full description please see the products webpage at
203 for full description please see the products webpage at
/linux-4.1.27/Documentation/sound/alsa/
Dserial-u16550.txt47 the same data to all four MIDI Out connectors at full MIDI speed.
62 at most one byte every 520 us, as compared with the full MIDI data rate of
/linux-4.1.27/Documentation/early-userspace/
Dbuffer-format.txt20 The full format of the initramfs buffer is defined by the following
49 full width of the field, for example, the integer 4780 is represented
/linux-4.1.27/fs/logfs/
Dreadwrite.c622 block->full = 0; in initialize_block_counters()
631 block->full = I0_BLOCKS; in initialize_block_counters()
639 block->full++; in initialize_block_counters()
694 block->full += !!(ptr & LOGFS_FULLY_POPULATED) in block_set_pointer()
1346 int full, err = 0; in logfs_write_i0() local
1364 full = 1; in logfs_write_i0()
1367 full = logfs_block(page)->full == LOGFS_BLOCK_FACTOR; in logfs_write_i0()
1371 if (wc->ofs && full) in logfs_write_i0()
1410 full1 = block->full == LOGFS_BLOCK_FACTOR; in ptr_change()
Ddir.c300 bool full; in logfs_readdir() local
315 full = !dir_emit(ctx, (char *)dd->name, in logfs_readdir()
320 if (full) in logfs_readdir()
/linux-4.1.27/Documentation/usb/
Dehci.txt11 USB 1.1 only addressed full speed and low speed. High speed devices
19 (TT) in the hub, which turns low or full speed transactions into
128 High speed devices can do things that full speed (or low speed) ones
188 need to keep the EHCI queue full. That means issuing large requests,
Dwusb-cbaf59 A full sequence:
/linux-4.1.27/drivers/memstick/core/
Dms_block.h275 static int msb_reset(struct msb_data *msb, bool full);
/linux-4.1.27/include/linux/mfd/
Dabx500.h206 int full; member
/linux-4.1.27/Documentation/video4linux/cx88/
Dhauppauge-wintv-cx88-ir.txt33 rate; you get an interrupt when a full DWORD is received.
/linux-4.1.27/Documentation/video4linux/
Dhauppauge-wintv-cx88-ir.txt33 rate; you get an interrupt when a full DWORD is received.
/linux-4.1.27/fs/jffs2/
DTODO29 the full dirent, we only need to go to the flash in lookup() when we think we've
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dcharger-manager.txt23 - cm-fullbatt-* : data for full battery checking
/linux-4.1.27/include/linux/mfd/abx500/
Dab8500-bm.h381 int full; member
/linux-4.1.27/Documentation/arm/SA1100/
DBrutus57 A full PCMCIA support is still missing, although it's possible to hack
/linux-4.1.27/arch/m68k/math-emu/
Dfp_decode.h139 | decode the index of the brief/full extension word
188 | get the extension word and test for brief or full extension type
/linux-4.1.27/drivers/char/tpm/
Dtpm2-cmd.c526 static int tpm2_start_selftest(struct tpm_chip *chip, bool full) in tpm2_start_selftest() argument
532 cmd.params.selftest_in.full_test = full; in tpm2_start_selftest()
/linux-4.1.27/arch/xtensa/
DKconfig130 Build a Conventional Kernel with full MMU support,
218 Linux can use the full amount of RAM in the system by
304 This hardware is capable of running a full Linux distribution.
314 This hardware is capable of running a full Linux distribution.
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.c487 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in color_to_ycbcr() local
488 unsigned y_offset = full ? 0 : 16; in color_to_ycbcr()
495 rgb2ycbcr(full ? bt601_full : bt601, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
521 rgb2ycbcr(full ? rec709_full : rec709, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr()
575 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in ycbcr_to_color() local
576 unsigned y_offset = full ? 0 : 16; in ycbcr_to_color()
583 ycbcr2rgb(full ? bt601_full : bt601, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()
618 ycbcr2rgb(full ? rec709_full : rec709, y, cb, cr, y_offset, r, g, b); in ycbcr_to_color()
/linux-4.1.27/Documentation/arm/Samsung/
DOverview.txt14 - S3C24XX: See Documentation/arm/Samsung-S3C24XX/Overview.txt for full list
/linux-4.1.27/arch/powerpc/boot/dts/
Diss4xx.dts86 /* Wish there was a nicer way of specifying a full 32-bit
/linux-4.1.27/tools/perf/Documentation/
Dperf-annotate.txt59 --full-paths::
/linux-4.1.27/arch/arc/include/asm/
Darcregs.h310 unsigned int ver, full, num_cache, num_pred; member
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt71 Note: to make reverse playback work you have to write full GOPs in
158 full, no more data will be accepted and data request IRQs will be
/linux-4.1.27/arch/arm/boot/dts/
Darmada-xp-linksys-mamba.dts120 full-duplex;
131 full-duplex;
/linux-4.1.27/tools/build/
DBuild.include39 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.

1234