/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | rs690.c | 80 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 …]
|
D | rv515.c | 979 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 …]
|
D | r100.c | 3239 min_mem_eff.full = dfixed_const_8(0); in r100_bandwidth_update() 3260 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update() 3261 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update() 3263 pix_clk.full = 0; in r100_bandwidth_update() 3264 pix_clk2.full = 0; in r100_bandwidth_update() 3265 peak_disp_bw.full = 0; in r100_bandwidth_update() 3267 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update() 3268 pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */ in r100_bandwidth_update() 3269 pix_clk.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update() 3270 temp_ff.full = dfixed_const(pixel_bytes1); in r100_bandwidth_update() [all …]
|
D | si.c | 2020 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 …]
|
D | evergreen.c | 2048 a.full = dfixed_const(1000); in evergreen_dram_bandwidth() 2049 yclk.full = dfixed_const(wm->yclk); in evergreen_dram_bandwidth() 2050 yclk.full = dfixed_div(yclk, a); in evergreen_dram_bandwidth() 2051 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth() 2052 a.full = dfixed_const(10); in evergreen_dram_bandwidth() 2053 dram_efficiency.full = dfixed_const(7); in evergreen_dram_bandwidth() 2054 dram_efficiency.full = dfixed_div(dram_efficiency, a); in evergreen_dram_bandwidth() 2055 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth() 2056 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth() 2068 a.full = dfixed_const(1000); in evergreen_dram_bandwidth_for_display() [all …]
|
D | cik.c | 9223 a.full = dfixed_const(1000); in dce8_dram_bandwidth() 9224 yclk.full = dfixed_const(wm->yclk); in dce8_dram_bandwidth() 9225 yclk.full = dfixed_div(yclk, a); in dce8_dram_bandwidth() 9226 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce8_dram_bandwidth() 9227 a.full = dfixed_const(10); in dce8_dram_bandwidth() 9228 dram_efficiency.full = dfixed_const(7); in dce8_dram_bandwidth() 9229 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce8_dram_bandwidth() 9230 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce8_dram_bandwidth() 9231 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce8_dram_bandwidth() 9252 a.full = dfixed_const(1000); in dce8_dram_bandwidth_for_display() [all …]
|
D | Kconfig | 7 selected to enabled full userptr support.
|
D | radeon_device.c | 712 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()
|
D | radeon_display.c | 1803 a.full = dfixed_const(src_v); in radeon_crtc_scaling_mode_fixup() 1804 b.full = dfixed_const(dst_v); in radeon_crtc_scaling_mode_fixup() 1805 radeon_crtc->vsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup() 1806 a.full = dfixed_const(src_h); in radeon_crtc_scaling_mode_fixup() 1807 b.full = dfixed_const(dst_h); in radeon_crtc_scaling_mode_fixup() 1808 radeon_crtc->hsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup() 1810 radeon_crtc->vsc.full = dfixed_const(1); in radeon_crtc_scaling_mode_fixup() 1811 radeon_crtc->hsc.full = dfixed_const(1); in radeon_crtc_scaling_mode_fixup()
|
/linux-4.4.14/kernel/trace/ |
D | trace_seq.c | 88 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.4.14/drivers/acpi/acpica/ |
D | utmath.c | 67 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.4.14/drivers/power/ |
D | apm_power.c | 40 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 …]
|
D | olpc_battery.c | 256 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.4.14/sound/soc/intel/atom/sst/ |
D | sst_loader.c | 68 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 …]
|
D | sst_ipc.c | 135 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 …]
|
D | sst.h | 87 u64 full; member 98 u32 full; member 114 u32 full; member 134 u64 full; member 143 u64 full; member 152 u64 full; member
|
D | sst.c | 63 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()
|
D | sst_pvt.c | 261 msg->mrfld_header.p.header_high.full); in sst_prepare_and_post_msg() 316 header->full = 0; in sst_fill_header_mrfld()
|
/linux-4.4.14/include/drm/ |
D | drm_fixed.h | 31 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.4.14/Documentation/networking/ |
D | 3c509.txt | 25 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 …]
|
D | spider_net.txt | 27 "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 …]
|
D | vortex.txt | 118 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 …]
|
D | de4x5.txt | 146 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
|
D | dl2k.txt | 189 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.
|
D | fib_trie.txt | 37 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
|
D | tlan.txt | 64 force full duplex. 89 0x04 = use full duplex
|
D | dctcp.txt | 36 http://simula.stanford.edu/~alizade/Site/DCTCP_files/dctcp_analysis-full.pdf
|
D | tcp.txt | 99 If the window is full we queue full sized frames. On the first timeout in
|
D | z8530drv.txt | 2 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.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v8_0.c | 875 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth() 876 yclk.full = dfixed_const(wm->yclk); in dce_v8_0_dram_bandwidth() 877 yclk.full = dfixed_div(yclk, a); in dce_v8_0_dram_bandwidth() 878 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v8_0_dram_bandwidth() 879 a.full = dfixed_const(10); in dce_v8_0_dram_bandwidth() 880 dram_efficiency.full = dfixed_const(7); in dce_v8_0_dram_bandwidth() 881 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v8_0_dram_bandwidth() 882 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v8_0_dram_bandwidth() 883 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v8_0_dram_bandwidth() 904 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth_for_display() [all …]
|
D | dce_v11_0.c | 920 a.full = dfixed_const(1000); in dce_v11_0_dram_bandwidth() 921 yclk.full = dfixed_const(wm->yclk); in dce_v11_0_dram_bandwidth() 922 yclk.full = dfixed_div(yclk, a); in dce_v11_0_dram_bandwidth() 923 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v11_0_dram_bandwidth() 924 a.full = dfixed_const(10); in dce_v11_0_dram_bandwidth() 925 dram_efficiency.full = dfixed_const(7); in dce_v11_0_dram_bandwidth() 926 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v11_0_dram_bandwidth() 927 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v11_0_dram_bandwidth() 928 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v11_0_dram_bandwidth() 949 a.full = dfixed_const(1000); in dce_v11_0_dram_bandwidth_for_display() [all …]
|
D | dce_v10_0.c | 932 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth() 933 yclk.full = dfixed_const(wm->yclk); in dce_v10_0_dram_bandwidth() 934 yclk.full = dfixed_div(yclk, a); in dce_v10_0_dram_bandwidth() 935 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v10_0_dram_bandwidth() 936 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth() 937 dram_efficiency.full = dfixed_const(7); in dce_v10_0_dram_bandwidth() 938 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v10_0_dram_bandwidth() 939 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v10_0_dram_bandwidth() 940 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v10_0_dram_bandwidth() 961 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth_for_display() [all …]
|
D | amdgpu_display.c | 744 a.full = dfixed_const(src_v); in amdgpu_crtc_scaling_mode_fixup() 745 b.full = dfixed_const(dst_v); in amdgpu_crtc_scaling_mode_fixup() 746 amdgpu_crtc->vsc.full = dfixed_div(a, b); in amdgpu_crtc_scaling_mode_fixup() 747 a.full = dfixed_const(src_h); in amdgpu_crtc_scaling_mode_fixup() 748 b.full = dfixed_const(dst_h); in amdgpu_crtc_scaling_mode_fixup() 749 amdgpu_crtc->hsc.full = dfixed_div(a, b); in amdgpu_crtc_scaling_mode_fixup() 751 amdgpu_crtc->vsc.full = dfixed_const(1); in amdgpu_crtc_scaling_mode_fixup() 752 amdgpu_crtc->hsc.full = dfixed_const(1); in amdgpu_crtc_scaling_mode_fixup()
|
D | Kconfig | 17 selected to enabled full userptr support.
|
/linux-4.4.14/sound/usb/line6/ |
D | midibuf.c | 43 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()
|
D | midibuf.h | 20 int full; member
|
/linux-4.4.14/net/dccp/ |
D | qpolicy.c | 74 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.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-pci-drivers-ehci_hcd | 9 "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.
|
D | sysfs-fs-nilfs2 | 121 Show index number of the latest full segment. 127 Show index number of the full segment index 135 full segment.
|
D | sysfs-module | 22 microseconds (full microframe).
|
D | sysfs-bus-acpi | 5 This attribute indicates the full path of ACPI namespace
|
/linux-4.4.14/drivers/hwmon/ |
D | max197.c | 127 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.4.14/arch/arc/kernel/ |
D | time.c | 81 cycle_t full; in arc_counter_read() member 94 return stamp.full; in arc_counter_read() 130 cycle_t full; in arc_counter_read() member 142 return stamp.full; in arc_counter_read()
|
D | setup.c | 118 cpu->bpu.full = bpu.fam ? 1 : 0; in read_arc_build_cfg_regs() 133 cpu->bpu.full = bpu.ft; in read_arc_build_cfg_regs() 251 IS_AVAIL1(cpu->bpu.full, "full"), in arc_cpu_mumbojumbo() 252 IS_AVAIL1(!cpu->bpu.full, "partial"), in arc_cpu_mumbojumbo()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | fixed-link.txt | 14 * 'full-duplex' (boolean, optional), to indicate that full duplex is 29 - b: duplex configuration: 0 for half duplex, 1 for full duplex 41 full-duplex;
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_dmc_in_defs.h | 148 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.4.14/include/linux/ |
D | trace_seq.h | 16 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()
|
D | ring_buffer.h | 100 int ring_buffer_wait(struct ring_buffer *buffer, int cpu, bool full); 190 size_t len, int cpu, int full);
|
D | ti_wilink_st.h | 228 unsigned short full; member
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | intel_cacheinfo.c | 133 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.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 25 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.4.14/Documentation/isdn/ |
D | README.fax | 25 - full support with both B-channels. 28 - full support with all B-channels. 31 - full support on amount of B-channels
|
/linux-4.4.14/net/sctp/ |
D | probe.c | 58 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.4.14/drivers/usb/gadget/udc/ |
D | Kconfig | 38 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.4.14/arch/x86/include/asm/ |
D | perf_event.h | 92 unsigned int full; member 105 unsigned int full; member 114 unsigned int full; member
|
/linux-4.4.14/Documentation/input/ |
D | yealink.txt | 6 - 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
|
D | appletouch.txt | 10 * appletouch is a full kernel driver, no userspace program is necessary 76 full tracing (each sample is being traced):
|
D | joystick-api.txt | 87 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.4.14/Documentation/ |
D | logo.txt | 1 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
|
D | binfmt_misc.txt | 42 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
|
D | kselftest.txt | 9 to run full range of hot-plug tests. In default mode, hot-plug tests run 45 Running the full range hotplug selftests
|
D | hsi.txt | 11 The HSI interface supports full duplex communication over multiple channels
|
D | VGA-softcursor.txt | 18 8=full block) + 16 if you want the software cursor to be applied + 32 if you
|
/linux-4.4.14/Documentation/power/ |
D | power_supply_class.txt | 75 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
|
D | apm-acpi.txt | 18 would like to use both to get a full set of working features, but you
|
D | charger-manager.txt | 47 * 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.4.14/drivers/staging/rdma/ehca/ |
D | ehca_pd.c | 63 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.4.14/net/ipv4/ |
D | tcp_probe.c | 53 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.4.14/Documentation/hwmon/ |
D | vt1211 | 167 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
|
D | dme1737 | 168 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-
|
D | thmc50 | 55 A typical symptom of wrong setting is a fan forced to full speed. 66 pwm1 -- fan speed (0 = stop, 255 = full)
|
D | g762 | 51 it run at full speed. 56 entry (0 stops the fan, 255 makes it run at full speed). In closed-loop mode
|
D | w83l786ng | 45 0 (stop) to 255 (full)
|
D | adm1026 | 62 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
|
D | ads1015 | 45 - pga is the programmable gain amplifier (values are full scale)
|
D | asc7621 | 199 255 Fan on full. 217 31 Fan on full. 222 i.e. when pwm = 0, the fan will be on full and
|
D | max6650 | 36 pwm1_enable rw regulator mode, 0=full on, 1=open loop, 2=closed loop
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 527 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in color_to_ycbcr() local 528 unsigned y_offset = full ? 0 : 16; in color_to_ycbcr() 534 rgb2ycbcr(full ? bt601_full : bt601, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 547 rgb2ycbcr(full ? bt2020_full : bt2020, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 554 *y = full ? yc : (yc * 219) / 255 + (16 << 4); in color_to_ycbcr() 556 *cb = (((b - yc) * (full ? bt2020c_full[0] : bt2020c[0])) >> 16) + (128 << 4); in color_to_ycbcr() 558 *cb = (((b - yc) * (full ? bt2020c_full[1] : bt2020c[1])) >> 16) + (128 << 4); in color_to_ycbcr() 560 *cr = (((r - yc) * (full ? bt2020c_full[2] : bt2020c[2])) >> 16) + (128 << 4); in color_to_ycbcr() 562 *cr = (((r - yc) * (full ? bt2020c_full[3] : bt2020c[3])) >> 16) + (128 << 4); in color_to_ycbcr() 565 rgb2ycbcr(full ? smpte240m_full : smpte240m, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() [all …]
|
/linux-4.4.14/lib/xz/ |
D | xz_dec_lzma2.c | 58 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.4.14/arch/ia64/kernel/ |
D | perfmon_default_smpl.c | 126 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.4.14/drivers/md/ |
D | dm-snap-persistent.c | 450 int *full) in insert_exceptions() argument 457 *full = 1; in insert_exceptions() 470 *full = 0; in insert_exceptions() 496 int r, full = 1; in read_exceptions() local 516 for (ps->current_area = 0; full; ps->current_area++) { in read_exceptions() 543 &full); in read_exceptions() 545 if (!full) in read_exceptions()
|
/linux-4.4.14/Documentation/sound/oss/ |
D | PSS-updates | 5 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.
|
D | SoundPro | 29 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
|
D | ultrasound | 12 dma16 2nd DMA channel, only needed for full duplex operation
|
D | ESS1868 | 32 (for a full working isapnp.conf file, remember the
|
D | VIBRA16 | 13 A good starting point is that the vibra16x chip full-duplex facility
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 23 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,
|
D | st,sta32x.txt | 23 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,
|
D | fsl,esai.txt | 3 The Enhanced Serial Audio Interface (ESAI) provides a full-duplex serial port
|
/linux-4.4.14/kernel/time/ |
D | Kconfig | 124 define the range of full dynticks CPUs, consider that all 125 CPUs in the system are full dynticks by default. 130 bool "Detect full-system idle state for full dynticks system" 158 The full-system idle detection mechanism takes a lazy approach
|
/linux-4.4.14/net/ipx/ |
D | Kconfig | 46 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.4.14/arch/powerpc/oprofile/cell/ |
D | spu_task_sync.c | 57 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.4.14/arch/microblaze/kernel/cpu/ |
D | Makefile | 12 obj-y += cache.o cpuinfo.o cpuinfo-pvr-full.o cpuinfo-static.o mb.o pvr.o
|
/linux-4.4.14/arch/mips/kernel/ |
D | entry.S | 94 restore_all: # restore full frame 124 restore_all_from_r2_emul: # restore full frame
|
D | branch.c | 41 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.4.14/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 19 - 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.4.14/Documentation/x86/ |
D | tlb.txt | 21 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.4.14/sound/soc/intel/atom/ |
D | sst-mfld-dsp.h | 209 u32 full; member 217 u64 full; member 232 u32 full; member
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 3 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.4.14/arch/x86/oprofile/ |
D | op_model_ppro.c | 80 eax.full = cpuid_eax(0xa); in ppro_setup_ctrs() 212 eax.full = cpuid_eax(0xa); in arch_perfmon_setup_counters()
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-driver-usb-usbtmc | 7 by the device itself. The full description of the bitfields 21 by the device itself. The full description of the bitfields
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | imx6sl-clock.txt | 10 for the full list of i.MX6 SoloLite clock IDs.
|
D | clps711x-clock.txt | 11 for the full list of CLPS711X clock IDs.
|
D | imx7d-clock.txt | 13 for the full list of i.MX7 Dual clock IDs.
|
D | imx6ul-clock.txt | 13 for the full list of i.MX6 UltraLite clock IDs.
|
D | imx6sx-clock.txt | 13 for the full list of i.MX6 SoloX clock IDs.
|
D | imx1-clock.txt | 10 for the full list of i.MX1 clock IDs.
|
D | imx27-clock.txt | 11 for the full list of i.MX27 clock IDs.
|
D | imx21-clock.txt | 11 for the full list of i.MX21 clock IDs.
|
D | imx5-clock.txt | 11 for the full list of i.MX5 clock IDs.
|
D | imx6q-clock.txt | 11 for the full list of i.MX6 Quad and DualLite clock IDs.
|
D | imx23-clock.txt | 9 ID in its "clocks" phandle cell. The following is a full list of i.MX23
|
D | zx296702-clk.txt | 20 for the full list of zx296702 clock IDs.
|
D | prima2-clock.txt | 10 ID in its "clocks" phandle cell. The following is a full list of prima2
|
D | imx31-clock.txt | 10 ID in its "clocks" phandle cell. The following is a full list of i.MX31
|
D | vf610-clock.txt | 23 for the full list of VF610 clock IDs.
|
D | imx28-clock.txt | 9 ID in its "clocks" phandle cell. The following is a full list of i.MX28
|
D | imx35-clock.txt | 10 ID in its "clocks" phandle cell. The following is a full list of i.MX35
|
D | imx25-clock.txt | 10 ID in its "clocks" phandle cell. The following is a full list of i.MX25
|
/linux-4.4.14/fs/hfs/ |
D | Kconfig | 7 floppy disks and hard drive partitions with full read-write access.
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | Kconfig | 42 WILC1000 chipset. The Atmel WILC1000 SDIO is a full speed interface. 59 full-duplex slave synchronous serial interface that is available
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | Kconfig | 13 that supports both full and high speed USB 2.0 data transfers.
|
/linux-4.4.14/arch/arm/include/debug/ |
D | zynq.S | 55 bne 1002b @ wait if FIFO is full
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | cache_sram.txt | 4 option of configuring a part of (or full) cache memory
|
/linux-4.4.14/tools/perf/ |
D | CREDITS | 30 The full history of the files can be found in the upstream Git commits.
|
D | command-list.txt | 19 perf-probe mainporcelain full
|
/linux-4.4.14/Documentation/fpga/ |
D | fpga-mgr.txt | 32 For both these functions, flags == 0 for normal full reconfiguration or 73 /* flags indicates whether to do full or partial reconfiguration */ 99 /* flags indicates whether to do full or partial reconfiguration */
|
/linux-4.4.14/net/openvswitch/ |
D | flow_table.h | 89 bool full, const struct sw_flow_mask *mask);
|
D | flow_table.c | 60 bool full, const struct sw_flow_mask *mask) in ovs_flow_mask_key() argument 62 int start = full ? 0 : mask->range.start; in ovs_flow_mask_key() 63 int len = full ? sizeof *dst : range_n_bytes(&mask->range); in ovs_flow_mask_key()
|
/linux-4.4.14/include/asm-generic/ |
D | pgtable.h | 139 int full) in pmdp_huge_get_and_clear_full() argument 149 int full) in ptep_get_and_clear_full() argument 166 int full) in pte_clear_not_present_full() argument
|
/linux-4.4.14/arch/alpha/lib/ |
D | strncpy.S | 32 bne $18, $multiword # do we have full words left?
|
/linux-4.4.14/arch/ia64/scripts/ |
D | toolchain-flags | 17 res=$($OBJDUMP --full --section .rodata $out | fgrep 000 | cut -f3 -d' ')
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | PROBLEMS | 55 You will always get pixel errors when e.g. using more than 1 card in full 60 full resolution in 32-bit mode.
|
D | README.WINVIEW | 24 on their server are the full data-sheets, but don't ask how I found it.
|
/linux-4.4.14/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 301 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.4.14/drivers/net/wireless/orinoco/ |
D | Kconfig | 75 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.4.14/Documentation/devicetree/bindings/power/reset/ |
D | ltc2952-poweroff.txt | 5 A full powerdown can be triggered via the kill signal.
|
/linux-4.4.14/drivers/dma/ioat/ |
D | dca.c | 282 u64 full; in ioat_dca_init() member 334 bit = tag_map.full >> (8 * i); in ioat_dca_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | samsung-hsotg.txt | 6 support for USB 2.0 high-speed (480Mbps) and full-speed (12 Mbps)
|
D | generic.txt | 6 "full-speed" and "low-speed". In case this isn't passed
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | Kconfig | 36 bool "Enable full debugging output in the Libertas module."
|
/linux-4.4.14/Documentation/filesystems/ |
D | efivarfs.txt | 8 removed before any full releases. Since variables can now be larger
|
D | ceph.txt | 50 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
|
D | ocfs2.txt | 96 coherency=full (*) Disallow concurrent O_DIRECT writes, cluster inode 98 therefore full cluster coherency is guaranteed even
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | vexpress-scc.txt | 16 where <model> is the full tile model name (as used
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 22 # reload the gdt, as we need the full 32 bit address
|
/linux-4.4.14/drivers/net/cris/ |
D | eth_v10.c | 92 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.4.14/fs/hfsplus/ |
D | Kconfig | 8 Macintosh-formatted hard drive partitions with full read-write access.
|
/linux-4.4.14/arch/x86/kvm/ |
D | pmu_intel.c | 274 eax.full = entry->eax; in intel_pmu_refresh() 275 edx.full = entry->edx; in intel_pmu_refresh()
|
/linux-4.4.14/Documentation/dvb/ |
D | faq.txt | 132 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.4.14/tools/perf/util/ |
D | parse-options.c | 567 static void print_option_help(const struct option *opts, int full) in print_option_help() argument 578 if (!full && (opts->flags & PARSE_OPT_HIDDEN)) in print_option_help() 723 const struct option *opts, int full, in usage_with_options_internal() argument 758 print_option_help(opts, full); in usage_with_options_internal()
|
D | header.h | 100 int perf_header__fprintf_info(struct perf_session *s, FILE *fp, bool full);
|
D | session.h | 113 void perf_session__fprintf_info(struct perf_session *s, FILE *fp, bool full);
|
/linux-4.4.14/drivers/video/fbdev/ |
D | controlfb.c | 407 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.4.14/Documentation/devicetree/bindings/hwmon/ |
D | ads1015.txt | 18 - pga is the programmable gain amplifier (values are full scale)
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | usb.txt | 10 - fsl,fullspeed-clock : specifies the full speed USB clock source:
|
/linux-4.4.14/Documentation/kbuild/ |
D | kbuild.txt | 60 See make help for the full list. 100 CROSS_COMPILE can be a part of the filename or the full path. 229 The linker script with full path. Assigned by the top-level Makefile.
|
/linux-4.4.14/net/decnet/ |
D | TODO | 31 the full scheme is still worth implementing, its not not top of my list
|
/linux-4.4.14/sound/drivers/ |
D | ml403-ac97cr.c | 420 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.4.14/drivers/staging/speakup/ |
D | speakup_bns.c | 99 .full = 40000,
|
D | speakup_dummy.c | 101 .full = 40000,
|
D | speakup_txprt.c | 99 .full = 40000,
|
D | speakup_spkout.c | 106 .full = 40000,
|
D | speakup_acntsa.c | 102 .full = 40000,
|
D | spk_types.h | 161 int full; member
|
D | speakup_ltlk.c | 114 .full = 40000,
|
D | speakup_audptr.c | 107 .full = 18000,
|
/linux-4.4.14/Documentation/sh/ |
D | register-banks.txt | 9 may have more full-featured banking or simply no such capabilities at all.
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | atmel-hsmci.txt | 56 Example full MCI node:
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | rotary-encoder.txt | 9 - rotary-encoder,steps: Number of steps in a full turnaround of the
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | sync_serial.c | 145 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.4.14/arch/s390/include/asm/ |
D | pgtable.h | 1217 pte_t *ptep, int full) in ptep_get_and_clear_full() argument 1222 if (!full && mm_has_pgste(mm)) { in ptep_get_and_clear_full() 1228 if (!full) in ptep_get_and_clear_full() 1232 if (!full && mm_has_pgste(mm)) { in ptep_get_and_clear_full() 1582 pmd_t *pmdp, int full) in pmdp_huge_get_and_clear_full() argument 1586 if (!full) in pmdp_huge_get_and_clear_full()
|
/linux-4.4.14/Documentation/vm/ |
D | slub.txt | 6 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).
|
D | zswap.txt | 50 the backing swap device in the case that the compressed pool is full. 64 means the compression ratio will always be 2:1 or worse (because of half-full
|
/linux-4.4.14/Documentation/devicetree/ |
D | changesets.txt | 2 in the live tree in such a way that either the full set of changes
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | atmel-flexcom.txt | 14 - ranges: Should be one range for the full I/O register region
|
/linux-4.4.14/drivers/scsi/osd/ |
D | Kconfig | 36 sense-buffer is retrieved, turning this on will dump a full
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | serial-u16550.txt | 47 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.4.14/Documentation/early-userspace/ |
D | buffer-format.txt | 20 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.4.14/fs/logfs/ |
D | readwrite.c | 622 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()
|
D | dir.c | 300 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.4.14/Documentation/usb/ |
D | ehci.txt | 11 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,
|
D | wusb-cbaf | 59 A full sequence:
|
/linux-4.4.14/drivers/mailbox/ |
D | omap-mailbox.c | 87 bool full; member 320 if (mq->full) { in mbox_rx_work() 321 mq->full = false; in mbox_rx_work() 347 mq->full = true; in __mbox_rx_interrupt()
|
/linux-4.4.14/drivers/memstick/core/ |
D | ms_block.h | 275 static int msb_reset(struct msb_data *msb, bool full);
|
/linux-4.4.14/Documentation/DocBook/ |
D | regulator.xml.db | 55 API-regulator-has-full-constraints
|
/linux-4.4.14/include/linux/mfd/ |
D | abx500.h | 206 int full; member
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.l | 1 %option nostdinit noyywrap never-interactive full ecs
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/uniphier/ |
D | cache-uniphier.txt | 3 UniPhier SoCs are integrated with a full-custom outer cache controller system.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-385-linksys.dtsi | 98 full-duplex; 107 full-duplex;
|
/linux-4.4.14/Documentation/video4linux/ |
D | hauppauge-wintv-cx88-ir.txt | 33 rate; you get an interrupt when a full DWORD is received.
|
/linux-4.4.14/fs/jffs2/ |
D | TODO | 29 the full dirent, we only need to go to the flash in lookup() when we think we've
|
/linux-4.4.14/include/linux/mfd/abx500/ |
D | ab8500-bm.h | 381 int full; member
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | charger-manager.txt | 23 - cm-fullbatt-* : data for full battery checking
|
/linux-4.4.14/Documentation/video4linux/cx88/ |
D | hauppauge-wintv-cx88-ir.txt | 33 rate; you get an interrupt when a full DWORD is received.
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | Brutus | 57 A full PCMCIA support is still missing, although it's possible to hack
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_decode.h | 139 | decode the index of the brief/full extension word 188 | get the extension word and test for brief or full extension type
|
/linux-4.4.14/Documentation/arm/Samsung/ |
D | Overview.txt | 14 - S3C24XX: See Documentation/arm/Samsung-S3C24XX/Overview.txt for full list
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | iss4xx.dts | 86 /* Wish there was a nicer way of specifying a full 32-bit
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-annotate.txt | 59 --full-paths::
|