Home
last modified time | relevance | path

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

12

/linux-4.1.27/mm/
Dslob.c91 slobidx_t units; member
151 s[0].units = size; in set_slob()
152 s[1].units = offset; in set_slob()
154 s[0].units = -offset; in set_slob()
162 if (s->units > 0) in slob_units()
163 return s->units; in slob_units()
175 if (s[0].units < 0) in slob_next()
176 next = -s[0].units; in slob_next()
178 next = s[1].units; in slob_next()
220 int delta = 0, units = SLOB_UNITS(size); in slob_page_alloc() local
[all …]
/linux-4.1.27/sound/synth/
Dutil_mem.c76 unsigned int units, prev_offset; in __snd_util_mem_alloc() local
83 units = size; in __snd_util_mem_alloc()
84 if (units & 1) in __snd_util_mem_alloc()
85 units++; in __snd_util_mem_alloc()
86 if (units > hdr->size) in __snd_util_mem_alloc()
93 if (blk->offset - prev_offset >= units) in __snd_util_mem_alloc()
97 if (hdr->size - prev_offset < units) in __snd_util_mem_alloc()
101 return __snd_util_memblk_new(hdr, units, p->prev); in __snd_util_mem_alloc()
110 __snd_util_memblk_new(struct snd_util_memhdr *hdr, unsigned int units, in __snd_util_memblk_new() argument
126 blk->size = units; in __snd_util_memblk_new()
[all …]
/linux-4.1.27/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-light34 it comes back in SI units, it should also include _input else it
35 should include _raw to signify it is not in SI units.
54 value is returned in SI units, it should also include _input
63 and if expressed in SI units, should include _input. If this
64 value is not in SI units, then it should include _raw.
95 and if expressed in SI units, should include _input. If this
96 value is not in SI units (irradiance, uW/mm^2), then it should
104 light sensor. If it comes back in SI units, it should also
106 in SI units.
/linux-4.1.27/net/wireless/
Dgenregdb.awk64 units = $7
69 sub(/\),/, "", units)
70 sub(/\)/, "", units)
72 if (units == "mW") {
/linux-4.1.27/lib/
Dstring_helpers.c29 void string_get_size(u64 size, u64 blk_size, const enum string_size_units units, in string_get_size() argument
71 do_div(blk_size, divisor[units]); in string_get_size()
76 do_div(size, divisor[units]); in string_get_size()
85 while (size >= divisor[units]) { in string_get_size()
86 remainder = do_div(size, divisor[units]); in string_get_size()
96 if (units == STRING_UNITS_2) { in string_get_size()
121 unit = units_str[units][i]; in string_get_size()
/linux-4.1.27/drivers/watchdog/
Dit8712f_wdt.c156 int units = margin; in it8712f_wdt_update_margin() local
161 if (units <= max_units) { in it8712f_wdt_update_margin()
163 pr_info("timer margin %d seconds\n", units); in it8712f_wdt_update_margin()
165 units /= 60; in it8712f_wdt_update_margin()
166 pr_info("timer margin %d minutes\n", units); in it8712f_wdt_update_margin()
171 superio_outb(units >> 8, WDT_TIMEOUT + 1); in it8712f_wdt_update_margin()
172 superio_outb(units, WDT_TIMEOUT); in it8712f_wdt_update_margin()
/linux-4.1.27/drivers/iio/common/hid-sensors/
Dhid-sensor-attributes.c162 if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_poll_value()
183 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_read_samp_freq_value()
185 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_samp_freq_value()
208 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_write_samp_freq_value()
210 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_write_samp_freq_value()
332 unit_conversion[i].unit == attr_info->units) { in hid_sensor_format_scale()
356 if (st->poll.units == 0) in hid_sensor_get_reporting_interval()
357 st->poll.units = HID_USAGE_SENSOR_UNITS_MILLISECOND; in hid_sensor_get_reporting_interval()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio-rmu.txt22 length of the SRIO configuration registers for message units
23 and doorbell units.
53 length of the SRIO configuration registers for message units
54 and doorbell units.
83 length of the SRIO configuration registers for message units
84 and doorbell units.
113 length of the SRIO configuration registers for message units
114 and doorbell units.
/linux-4.1.27/drivers/char/
Dapm-emulation.c445 char *units; in proc_apm_show() local
452 info.units = -1; in proc_apm_show()
457 switch (info.units) { in proc_apm_show()
458 default: units = "?"; break; in proc_apm_show()
459 case 0: units = "min"; break; in proc_apm_show()
460 case 1: units = "sec"; break; in proc_apm_show()
467 info.time, units); in proc_apm_show()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv50.c222 const char *const units[], u32 status) in nvkm_pgr_vstatus_print() argument
228 for (i = 0; units[i] && status; i++) { in nvkm_pgr_vstatus_print()
230 pr_cont(" %s", units[i]); in nvkm_pgr_vstatus_print()
471 u32 units = nv_rd32(priv, 0x1540); in nv50_priv_mp_trap() local
476 if (!(units & 1 << (i+24))) in nv50_priv_mp_trap()
512 u32 units = nv_rd32(priv, 0x1540); in nv50_priv_tp_trap() local
516 if (!(units & (1 << i))) in nv50_priv_tp_trap()
865 priv->base.units = nv50_gr_units; in nv50_gr_ctor()
908 int ret, units, i; in nv50_gr_init() local
925 units = nv_rd32(priv, 0x001540); in nv50_gr_init()
[all …]
Dctxnv50.c302 u32 units = nv_rd32 (ctx->device, 0x1540); in nv50_gr_construct_mmio() local
499 if (units & (1<<(i+16))) { in nv50_gr_construct_mmio()
583 if (units & (1<<i)) { in nv50_gr_construct_mmio()
598 if (!(units & (1 << (j+24)))) continue; in nv50_gr_construct_mmio()
1193 u32 units = nv_rd32 (ctx->device, 0x1540); in nv50_gr_construct_xfer1() local
1233 if (units & (1 << (i + 16))) in nv50_gr_construct_xfer1()
1241 if (units & (1 << (2 * i))) in nv50_gr_construct_xfer1()
1243 if (units & (1 << (2 * i + 1))) in nv50_gr_construct_xfer1()
1292 if (units & (1<<(i+16))) in nv50_gr_construct_xfer1()
1302 if (units & (1 << 0)) in nv50_gr_construct_xfer1()
[all …]
Dnv40.c361 priv->base.units = nv40_gr_units; in nv40_gr_ctor()
/linux-4.1.27/tools/testing/selftests/size/
Dget_size.c57 static int print_k_value(const char *s, unsigned long num, unsigned long units) in print_k_value() argument
65 temp = (temp * units)/1024; in print_k_value()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/
Dcpm.txt16 - unused-units : specifier consist of one cell. For each
34 standby only class 2 and 3 units are set.
48 unused-units = <0x00000100>;
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_unit.c107 atomic_dec(&unit->port->units); in zfcp_unit_release()
125 if (atomic_read(&port->units) == -1) { in zfcp_unit_add()
164 atomic_inc(&port->units); /* under zfcp_sysfs_port_units_mutex ! */ in zfcp_unit_add()
Dzfcp_def.h205 atomic_t units; /* zfcp_unit count */ member
Dzfcp_sysfs.c263 if (atomic_read(&port->units) > 0) { in zfcp_sysfs_port_remove_store()
269 atomic_set(&port->units, -1); in zfcp_sysfs_port_remove_store()
Dzfcp_aux.c503 atomic_set(&port->units, 0); in zfcp_port_enqueue()
/linux-4.1.27/arch/tile/include/uapi/arch/
Dsim_def.h462 #define SIM_SHAPING_SPR_ARG(shim, type, units, rate) \ argument
466 ((units) << (SIM_CONTROL_SHAPING_SHIM_ID_BITS + \
Dsim.h430 unsigned units, in sim_set_shaping() argument
436 __insn_mtspr(SPR_SIM_CONTROL, SIM_SHAPING_SPR_ARG(shim, type, units, rate)); in sim_set_shaping()
/linux-4.1.27/drivers/block/paride/
Dpf.c243 static struct pf_unit units[PF_UNITS]; variable
285 for (unit = 0, pf = units; unit < PF_UNITS; unit++, pf++) { in pf_init_units()
700 struct pf_unit *pf = units; in pf_detect()
736 for (pf = units, unit = 0; unit < PF_UNITS; pf++, unit++) in pf_detect()
964 for (pf = units, unit = 0; unit < PF_UNITS; pf++, unit++) in pf_init()
971 for (pf = units, unit = 0; unit < PF_UNITS; pf++, unit++) in pf_init()
978 for (pf = units, unit = 0; unit < PF_UNITS; pf++, unit++) { in pf_init()
995 for (pf = units, unit = 0; unit < PF_UNITS; pf++, unit++) { in pf_exit()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c453 struct vmw_display_unit *units[VMWGFX_NUM_DISPLAY_UNITS]; in do_surface_dirty_sou() local
473 units[num_units++] = vmw_crtc_to_du(crtc); in do_surface_dirty_sou()
529 struct vmw_display_unit *unit = units[i]; in do_surface_dirty_sou()
861 struct vmw_display_unit *units[VMWGFX_NUM_DISPLAY_UNITS]; in do_dmabuf_dirty_sou() local
887 units[num_units++] = vmw_crtc_to_du(crtc); in do_dmabuf_dirty_sou()
891 struct vmw_display_unit *unit = units[k]; in do_dmabuf_dirty_sou()
1230 struct vmw_display_unit *units[VMWGFX_NUM_DISPLAY_UNITS]; in vmw_kms_present() local
1248 units[num_units++] = vmw_crtc_to_du(crtc); in vmw_kms_present()
1299 struct vmw_display_unit *unit = units[k]; in vmw_kms_present()
1367 struct vmw_display_unit *units[VMWGFX_NUM_DISPLAY_UNITS]; in vmw_kms_readback() local
[all …]
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_sysfs.c42 u64 units = 128ULL, div = 100000ULL, bias = 100ULL; in calc_residency() local
67 units = 0; in calc_residency()
74 units = 3125ULL; in calc_residency()
81 if (units == 0) in calc_residency()
82 units = DIV_ROUND_UP_ULL(30ULL * bias, in calc_residency()
86 units <<= 8; in calc_residency()
91 raw_time = I915_READ(reg) * units; in calc_residency()
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c617 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore() argument
622 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore() argument
721 acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 msec_timeout) in acpi_os_wait_semaphore() argument
835 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore() argument
/linux-4.1.27/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt13 - fsl,exec-units-mask : The bitmask representing what execution units
66 fsl,exec-units-mask = <0xfe>;
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-block-bcache49 units (i.e. echo 10M > sequntial_cutoff).
57 readable units.
120 For a cache, bucket size in human readable units, as set at
149 For a cache, total amount of data in human readable units
156 For a cache, sum of all btree writes in human readable units.
Dsysfs-class-rtc-rtc0-device-rtc_calibration9 The range of the attribute is -127 to +127 in units of
Dsysfs-i2c-bmp08514 the ambient temperature in units of 0.1 degree celsius.
Dsysfs-block159 internally allocate space in units that are bigger than
170 internally allocate space in units that are bigger than
181 internally allocate space using units that are bigger
Dsysfs-platform-dell-laptop57 with any the above units. If no unit is specified, the value
Dsysfs-bus-iio263 <type> units as specified in <type>[Y]_raw documentation.
307 measured value in <type> units as specified in
667 value is in raw device units or in processed units (as _raw
684 Specifies the conversion factor from the standard units
685 to device specific units used to set the event trigger
798 value is in raw device units or in processed units (as _raw
908 Confidence value (in units as percentage) to be used
1113 expressed in units as percentage.
1168 to SI units is not possible. Higher proximity measurements
1181 Illuminance measurement, units after application of scale
Dsysfs-bus-event_source-devices-events70 Description: Perf event units
/linux-4.1.27/drivers/char/hw_random/
Dn2-drv.c337 struct n2rng_unit *up = &np->units[i]; in n2rng_control_swstate_init()
528 &np->units[unit].control[0], in n2rng_control_selftest()
557 struct n2rng_unit *up = &np->units[unit]; in n2rng_control_configure_units()
679 np->units = devm_kzalloc(&op->dev, in n2rng_probe()
683 if (!np->units) in n2rng_probe()
Dn2rng.h78 struct n2rng_unit *units; member
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-st.txt18 allowed through the deglitch circuit. In units of us.
20 allowed through the deglitch circuit. In units of us.
/linux-4.1.27/Documentation/video4linux/
Dsi476x.txt55 0x08 | hicut | HiCut cutoff frequency in units of
58 0x09 | hiblend | HiBlend cutoff frequency in units
150 0x14 | freqoff | Signed frequency offset in units of
173 0x26 | pilotdev | Pilot deviation in units of 100 Hz
Dsh_mobile_ceu_camera.txt115 "...specification does not define an origin or units. However by convention
118 We choose to follow the advise and interpret cropping units as client input
Duvcvideo.txt17 units (XUs). The Linux UVC driver supports extension unit controls (XU controls)
DREADME.pvrusb278 defined functional units within the pvrusb2 driver and bears no
/linux-4.1.27/drivers/acpi/
Dosl.c1294 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore() argument
1301 if (!sem || (units < 1)) in acpi_os_wait_semaphore()
1304 if (units > 1) in acpi_os_wait_semaphore()
1308 handle, units, timeout)); in acpi_os_wait_semaphore()
1322 handle, units, timeout, in acpi_os_wait_semaphore()
1327 units, timeout)); in acpi_os_wait_semaphore()
1336 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore() argument
1340 if (!sem || (units < 1)) in acpi_os_signal_semaphore()
1343 if (units > 1) in acpi_os_signal_semaphore()
1347 units)); in acpi_os_signal_semaphore()
/linux-4.1.27/include/linux/
Dapm-emulation.h45 int units; member
Dstring_helpers.h13 void string_get_size(u64 size, u64 blk_size, enum string_size_units units,
Dhid-sensor-hub.h44 s32 units; member
Dmm_types.h108 int units; /* SLOB */ member
/linux-4.1.27/Documentation/usb/
Dmass-storage.txt5 multiple logical units (LUNs). Backing storage for each LUN is
96 The default value for non-CD-ROM logical units is false; for
97 logical units simulating CD-ROM it is forced to true.
102 Write10 and Write12 commands sent to given logical units.
119 This parameter specifies number of logical units the gadget will
127 If this parameter is not present, the number of logical units will
212 for all logical units whereas in MSG they accept a list of y/n
DURB.txt253 in intervals that are powers of two (1, 2, 4 etc) units. Units are frames
/linux-4.1.27/drivers/clk/bcm/
DKconfig8 using "Kona" style clock control units, including those
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-firewire20 What: /sys/bus/firewire/devices/fw[0-9]+/units
29 units
30 Summary of all units present in an IEEE 1394 node.
Dsysfs-devices-node63 The node's hit/miss statistics, in units of pages.
/linux-4.1.27/include/sound/
Dutil_mem.h61 unsigned int units,
/linux-4.1.27/arch/sh/
DKconfig.cpu25 have FPU units (ie, SH77xx).
48 have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP).
/linux-4.1.27/arch/s390/mm/
Ddump_pagetables.c59 static const char units[] = "KMGTPE"; in note_page() local
61 const char *unit = units; in note_page()
/linux-4.1.27/Documentation/hid/
Dhid-sensor.txt171 ??????? ????????? feature-0-200316-units
179 ??????? ????????? feature-1-200201-units
187 ??????? ????????? input-0-200201-units
195 ??????? ????????? input-1-200202-units
208 feature-0-200316-units:25
/linux-4.1.27/drivers/scsi/
DBusLogic.h221 unsigned int units; member
1243 bytecount->units += amount; in blogic_addcount()
1244 if (bytecount->units > 999999999) { in blogic_addcount()
1245 bytecount->units -= 1000000000; in blogic_addcount()
DBusLogic.c3512 seq_printf(m, " %9u%09u", tgt_stats[tgt].bytesread.billions, tgt_stats[tgt].bytesread.units); in blogic_show_info()
3514 seq_printf(m, " %9u", tgt_stats[tgt].bytesread.units); in blogic_show_info()
3516 …printf(m, " %9u%09u\n", tgt_stats[tgt].byteswritten.billions, tgt_stats[tgt].byteswritten.units); in blogic_show_info()
3518 seq_printf(m, " %9u\n", tgt_stats[tgt].byteswritten.units); in blogic_show_info()
/linux-4.1.27/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-exynos5440.txt10 in the decreasing order. Frequency should be in KHz units and voltage
/linux-4.1.27/include/acpi/
Dacpiosxf.h148 acpi_os_wait_semaphore(acpi_semaphore handle, u32 units, u16 timeout);
152 acpi_status acpi_os_signal_semaphore(acpi_semaphore handle, u32 units);
Dactbl2.h1275 u8 units; member
/linux-4.1.27/drivers/md/bcache/
Dutil.c78 static const char units[] = "?kMGTPEZY"; in STRTO_H() local
93 return sprintf(buf, "%lli%s%c", v, dec, units[u]); in STRTO_H()
Dutil.h407 #define __print_time_stat(stats, name, stat, units) \ argument
408 sysfs_print(name ## _ ## stat ## _ ## units, \
409 div_u64((stats)->stat >> 8, NSEC_PER_ ## units))
/linux-4.1.27/drivers/net/ethernet/marvell/
DKconfig40 interface units of the Marvell EBU SoCs (Kirkwood, Orion5x,
50 This driver supports the network interface units in the
62 This driver supports the network interface units in the
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dmax8997-regulator.txt14 units for buck1 when changing voltage using gpio dvs. Refer to [1] below
18 units for buck2 when changing voltage using gpio dvs. Refer to [1] below
22 units for buck5 when changing voltage using gpio dvs. Refer to [1] below
Ds5m8767-regulator.txt14 units for buck2 when changing voltage using gpio dvs. Refer to [1] below
18 units for buck3 when changing voltage using gpio dvs. Refer to [1] below
22 units for buck4 when changing voltage using gpio dvs. Refer to [1] below
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1290 unsigned conf, const char *name, const char *units) in lprocfs_counter_init() argument
1302 index, name, units); in lprocfs_counter_init()
1306 header->lc_units = units; in lprocfs_counter_init()
1870 __u64 whole, frac = 0, units; in lprocfs_write_frac_u64_helper() local
1905 units = 1; in lprocfs_write_frac_u64_helper()
1908 units <<= 10; in lprocfs_write_frac_u64_helper()
1910 units <<= 10; in lprocfs_write_frac_u64_helper()
1912 units <<= 10; in lprocfs_write_frac_u64_helper()
1914 units <<= 10; in lprocfs_write_frac_u64_helper()
1916 units <<= 10; in lprocfs_write_frac_u64_helper()
[all …]
/linux-4.1.27/arch/sh/boards/mach-hp6xx/
Dhp6xx_apm.c48 info->units = 0; in hp6x0_apm_get_power_status()
/linux-4.1.27/drivers/rtc/
Drtc-hid-sensor-time.c180 if (time_state->info[i].units != in hid_time_parse_report()
185 time_state->info[i].units == in hid_time_parse_report()
/linux-4.1.27/Documentation/power/
Dswsusp-and-swap-files.txt20 units.
32 offset, in <PAGE_SIZE> units, from the beginning of the partition which
Dpower_supply_class.txt35 predefined attributes *and* their units.
37 So, userspace gets predictable set of attributes and their units for any
52 stated. It's driver's job to convert its raw values to units in which
Duserland-swsusp.txt75 units) from the beginning of the partition at which the swap header is
Dpm_qos_interface.txt13 Each parameters have defined units:
/linux-4.1.27/drivers/macintosh/
Dapm_emu.c42 info->units = APM_UNITS_MINS; in pmu_apm_get_power_status()
/linux-4.1.27/Documentation/
Dnumastat.txt6 All units are pages. Hugepages have separate counters.
Dbus-virt-phys-mapping.txt123 be remapped as measured in units of pages, a.k.a. the pfn (the memory
/linux-4.1.27/Documentation/hwmon/
Dtwl4030-madc-hwmon42 The Sysfs nodes will represent the voltage in the units of mV,
Dsmsc47m19238 show voltages in mV and temperatures in units of 0.001 degC.
89 units of 0.001 degC.
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dgr.h31 u64 (*units)(struct nvkm_gr *); member
/linux-4.1.27/arch/arm64/mm/
Ddump.c187 static const char units[] = "KMGTPE"; in note_page() local
197 const char *unit = units; in note_page()
/linux-4.1.27/arch/arm/mm/
Ddump.c220 static const char units[] = "KMGTPE"; in note_page() local
229 const char *unit = units; in note_page()
/linux-4.1.27/Documentation/cpu-freq/
Dcpufreq-stats.txt55 will mean this CPU spent <time> usertime units of time at <frequency>. Output
56 will have one line for each of the supported frequencies. usertime units here
/linux-4.1.27/tools/perf/Documentation/
Dperf-bench.txt144 Available units are B, KB, MB, GB and TB (case insensitive).
176 Available units are B, KB, MB, GB and TB (case insensitive).
/linux-4.1.27/drivers/power/
Dwm831x_power.c203 const char *units) in wm831x_battey_apply_config() argument
212 name, val, units); in wm831x_battey_apply_config()
215 dev_dbg(wm831x->dev, "Set %s of %d%s\n", name, val, units); in wm831x_battey_apply_config()
Dapm_power.c339 info->units = APM_UNITS_MINS; in apm_battery_apm_get_power_status()
/linux-4.1.27/drivers/platform/x86/
Ddell-laptop.c1047 u8 units; in kbd_get_info() local
1064 units = (buffer->output[2] >> 8) & 0xFF; in kbd_get_info()
1067 if (units & BIT(0)) in kbd_get_info()
1069 if (units & BIT(1)) in kbd_get_info()
1071 if (units & BIT(2)) in kbd_get_info()
1073 if (units & BIT(3)) in kbd_get_info()
/linux-4.1.27/drivers/powercap/
Dintel_rapl.c665 u64 units = 1; in rapl_unit_xlate() local
675 units = rp->power_unit; in rapl_unit_xlate()
681 units = rd->domain_energy_unit; in rapl_unit_xlate()
683 units = rp->energy_unit; in rapl_unit_xlate()
693 return div64_u64(value, units) * scale; in rapl_unit_xlate()
695 value *= units; in rapl_unit_xlate()
/linux-4.1.27/drivers/iio/imu/
DKconfig6 menu "Inertial measurement units"
/linux-4.1.27/Documentation/thermal/
Dx86_pkg_temperature_thermal35 User can set any temperature between 0 to TJ-Max temperature. Temperature units
/linux-4.1.27/Documentation/isdn/
DREADME.audio56 y = 0 ... 255 range of interval in units
67 y = 0 ... 255 tone duration in units of 5ms.
/linux-4.1.27/arch/x86/mm/
Ddump_pagetables.c194 static const char units[] = "BKMGTPE"; in note_page() local
214 const char *unit = units; in note_page()
/linux-4.1.27/drivers/staging/android/
DKconfig15 because it can discard shared memory units when under memory pressure.
/linux-4.1.27/arch/arm/boot/dts/
Darmada-xp-mv78460.dtsi103 * MV78460 has 4 PCIe units Gen2.0: Two units can be
104 * configured as x4 or quad x1 lanes. Two units are
Darmada-388-gp.dts231 * One PCIe units is accessible through
240 * The two other PCIe units are accessible
Darmada-xp-mv78260.dtsi86 * MV78260 has 3 PCIe units Gen2.0: Two units can be
Darmada-388-rd.dts133 * One PCIe units is accessible through
Darmada-388-db.dts173 * The two PCIe units are accessible through
Darmada-375-db.dts191 * The two PCIe units are accessible through
Darmada-385-db-ap.dts183 * The three PCIe units are accessible through
Darmada-xp-mv78230.dtsi85 * MV78230 has 2 PCIe units Gen2.0: One unit can be
Darmada-370-db.dts175 * The two PCIe units are accessible through
/linux-4.1.27/Documentation/input/
Dmulti-touch-protocol.txt228 surface units. If the surface has an X times Y resolution, the largest
233 The length, in surface units, of the minor axis of the contact. If the
238 The length, in surface units, of the major axis of the approaching
245 The length, in surface units, of the minor axis of the approaching
255 The pressure, in arbitrary units, on the contact area. May be used instead
261 The distance, in surface units, between the contact and the surface. Zero
Devent-codes.txt35 - Used to describe relative axis value changes, e.g. moving the mouse 5 units
153 move to the left by a certain number of units, but its absolute position in
/linux-4.1.27/Documentation/networking/
Dradiotap-headers.txt82 0x6c, // <-- rate (in 500kHz units)
122 * 500kbps units, eg, 0x02=1Mbps
De1000e.txt131 This value delays the generation of receive interrupts in units of 1.024
151 This value, in units of 1.024 microseconds, limits the delay in which a
163 This value delays the generation of transmit interrupts in units of
174 This value, in units of 1.024 microseconds, limits the delay in which a
De1000.txt192 This value delays the generation of receive interrupts in units of 1.024
213 This value, in units of 1.024 microseconds, limits the delay in which a
281 This value delays the generation of transmit interrupts in units of
293 This value, in units of 1.024 microseconds, limits the delay in which a
Dz8530drv.txt450 The delay (in units of 10 ms) after keying of the
472 expressed in units of 10 ms. About 200-300 ms (value 20-30)
484 The value of this parameter is in 10 ms units.
509 The value of this parameter is in 10 ms units.
Dxfrm_sync.txt113 units of time of 100ms. The default is 10 (1 second)
Dlapb-module.txt71 T1 and T2 are protocol timing parameters and are given in units of 100ms. N2
/linux-4.1.27/drivers/staging/comedi/drivers/
Djr3_pci.h629 u32 units; /* offset 0x00fc */ member
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dpq3-sec3.0-0.dtsi43 fsl,exec-units-mask = <0x9fe>;
Dpq3-sec3.1-0.dtsi43 fsl,exec-units-mask = <0xbfe>;
Dpq3-sec3.3-0.dtsi43 fsl,exec-units-mask = <0x97c>;
Dpq3-sec2.1-0.dtsi41 fsl,exec-units-mask = <0xfe>;
/linux-4.1.27/arch/sh/drivers/dma/
DKconfig46 The DMABRG does data transfers from main memory to Audio/USB units
/linux-4.1.27/drivers/staging/media/lirc/
DTODO.lirc_zilog5 ir-kbd-i2c to ignore Z8 IR units.
/linux-4.1.27/drivers/net/phy/
DKconfig165 interface units of the Allwinner SoC that have an EMAC (A10,
173 interface units of the MOXA ART SoC
/linux-4.1.27/Documentation/arm/OMAP/
Domap_pm19 - specify PM parameters in terms of fundamental units, such as
20 latency and throughput, rather than units which are specific to OMAP
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c225 char *units; in ptlrpc_lprocfs_register() local
230 units = "bytes"; in ptlrpc_lprocfs_register()
233 units = "reqs"; in ptlrpc_lprocfs_register()
238 ll_eopcode2str(i), units); in ptlrpc_lprocfs_register()
/linux-4.1.27/drivers/hwmon/
Dacpi_power_meter.c76 u64 units; member
780 if (resource->caps.units) { in read_capabilities()
783 resource->caps.units); in read_capabilities()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c218 getparam->value = gr->units ? gr->units(gr) : 0; in nouveau_abi16_ioctl_getparam()
/linux-4.1.27/fs/reiserfs/
Ditem_ops.c322 static int indirect_part_size(struct virtual_item *vi, int first, int units) in indirect_part_size() argument
325 return units; in indirect_part_size()
Dfix_node.c380 int units; in get_num_ver() local
516 units = in get_num_ver()
523 if (units == -1) { in get_num_ver()
530 start_bytes += units; in get_num_ver()
531 snum012[needed_nodes - 1 + 3] = units; in get_num_ver()
/linux-4.1.27/Documentation/block/
Ddeadline-iosched.txt23 a deadline that is the current time + the read_expire value in units of
Dstat.txt21 Name units description
Dbiodoc.txt63 3.2.1 Traversing segments and completion units in a request
137 units of 512 byte sectors, and could be dynamically varied
142 in units of 512 byte sectors.
392 different sources or i/o units requiring individual completion (e.g. for
642 3.2.1 Traversing segments and completion units in a request
655 which don't make a distinction between segments and completion units would
/linux-4.1.27/drivers/ptp/
DKconfig18 time stamping units, it can be possible to achieve
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt19 The main Meta core registers are arranged in units:
191 register number in both D0 and D1 units), with the least significant half in D0
/linux-4.1.27/arch/ia64/kernel/
Dpalinfo.c129 static const char *units[]={ "", "K", "M", "G", "T" }; in bitvector_process() local
133 seq_printf(m, "%d%s ", 1 << (i-j*10), units[j]); in bitvector_process()
/linux-4.1.27/drivers/iio/light/
Dhid-sensor-prox.c108 *val = prox_state->prox_attr.units; in prox_read_raw()
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dbrcm,kona-ccu.txt4 clock control units (CCUs). A CCU is a clock provider that manages
/linux-4.1.27/arch/powerpc/boot/dts/
Dmpc8349emitxgp.dts215 fsl,exec-units-mask = <0x7e>;
Dtqm8555.dts248 fsl,exec-units-mask = <0x7e>;
Dasp834x-redboot.dts284 exec-units-mask = <0x0000007e>;
Dtqm8541.dts248 fsl,exec-units-mask = <0x7e>;
Dmpc8272ads.dts259 fsl,exec-units-mask = <0x7e>;
Dsbc8349.dts247 fsl,exec-units-mask = <0x7e>;
Dsbc8548-post.dtsi214 fsl,exec-units-mask = <0xfe>;
Dmpc832x_rdb.dts149 fsl,exec-units-mask = <0x4c>;
Dobs600.dts93 unused-units = <0x00000000>;
Dmpc8349emitx.dts309 fsl,exec-units-mask = <0x7e>;
Dmpc8313erdb.dts142 fsl,exec-units-mask = <0x4c>;
Dmpc8555cds.dts236 fsl,exec-units-mask = <0x7e>;
Dmpc8379_rdb.dts346 fsl,exec-units-mask = <0x9fe>;
Dstxssa8555.dts235 fsl,exec-units-mask = <0x7e>;
Dmpc8377_wlan.dts330 fsl,exec-units-mask = <0x9fe>;
Dmpc8541cds.dts236 fsl,exec-units-mask = <0x7e>;
Dmpc8379_mds.dts339 fsl,exec-units-mask = <0x9fe>;
Dmpc8378_mds.dts341 fsl,exec-units-mask = <0x9fe>;
Dmpc8377_rdb.dts348 fsl,exec-units-mask = <0x9fe>;
Dmpc834x_mds.dts267 fsl,exec-units-mask = <0x7e>;
Dmpc836x_rdk.dts169 fsl,exec-units-mask = <0x7e>;
Dmpc8378_rdb.dts348 fsl,exec-units-mask = <0x9fe>;
Dmpc8315erdb.dts292 fsl,exec-units-mask = <0x97c>;
Dmpc832x_mds.dts171 fsl,exec-units-mask = <0x4c>;
Dmpc836x_mds.dts202 fsl,exec-units-mask = <0x7e>;
Dmpc8377_mds.dts341 fsl,exec-units-mask = <0x9fe>;
Dkilauea.dts89 unused-units = <0x00000000>;
Dxpedite5370.dts490 fsl,exec-units-mask = <0x9fe>;
Dxpedite5301.dts492 fsl,exec-units-mask = <0x9fe>;
Dxpedite5330.dts528 fsl,exec-units-mask = <0x9fe>;
Dxcalibur1501.dts582 fsl,exec-units-mask = <0x9fe>;
Dcanyonlands.dts112 unused-units = <0x00000100>;
/linux-4.1.27/arch/mips/lib/
Dmemcpy.S309 SRL t0, len, LOG_NBYTES+3 # +3 for 8 units/iter
432 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
Dcsum_partial.S490 SRL t0, len, LOG_NBYTES+3 # +3 for 8 units/iter
628 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
/linux-4.1.27/drivers/hid/
Dhid-sensor-custom.c363 value = sensor_inst->fields[field_index].attribute.units; in show_value()
507 sensor_field->attribute.units = field->unit; in hid_sensor_custom_add_field()
Dhid-debug.c566 static const char *units[5][8] = { in hid_dump_field() local
596 seq_printf(f, "%s", units[sys][i]); in hid_dump_field()
Dhid-sensor-hub.c103 info->units = field->unit; in sensor_hub_fill_attr_info()
377 info->units = -1; in sensor_hub_input_get_attribute_info()
/linux-4.1.27/arch/x86/kernel/
Dapm_32.c1645 char *units = "?"; in proc_apm_show() local
1657 units = (dx & 0x8000) ? "min" : "sec"; in proc_apm_show()
1710 units); in proc_apm_show()
/linux-4.1.27/Documentation/filesystems/
Ddax.txt30 (expressed in units of 512-byte sectors) to a page frame number (pfn)
Dspufs.txt72 can be read in units of 32 bits. The file can only be used in non-
109 in units of 32 bits. If the mailbox is full, write() will block and
134 units and return a big-endian binary integer number. The possible
Dsquashfs.txt258 units this may introduce additional complexity in terms of locking and
Dgfs2-glocks.txt145 not scaled, but are in units of integer nanoseconds.
/linux-4.1.27/Documentation/sound/alsa/
Dserial-u16550.txt81 but no units to experiment with. The MS-124W support is tested with a real unit.
Dtimestamping.txt110 The accuracy is reported in nanosecond units (using an unsigned 32-bit
/linux-4.1.27/Documentation/dvb/
Dcards.txt5 frontends (i.e. tuner / demodulator units) used, usually without
/linux-4.1.27/Documentation/scheduler/
Dsched-bwc.txt17 A group's unused runtime is globally tracked, being refreshed with quota units
Dsched-nice-design.txt10 units were driven by the HZ tick, so the smallest timeslice was 1/HZ.
Dsched-deadline.txt51 task actually receives "runtime" time units within "deadline" if a proper
214 effective and useful (that is, to be able to provide "runtime" time units
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h555 const char *units);
832 const char *name, const char *units) in lprocfs_counter_init() argument
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfs.txt95 units of seconds).
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c1141 int i, units = 10; in ll_display_extents_info() local
1158 end = 1 << (i + LL_HIST_START - units); in ll_display_extents_info()
1167 units += 10; in ll_display_extents_info()
/linux-4.1.27/Documentation/scsi/
Dsym53c8xx_2.txt28 8.7 Reset all logical units of a target
29 8.8 Abort all tasks of all logical units of a target
380 8.7 Reset all logical units of a target
387 8.8 Abort all tasks of all logical units of a target
392 The driver will try to send a ABORT message to all the logical units
Dosd.txt4 to provide efficient operation of input/output logical units that manage the
Dst.txt179 block mode, the minimum buffer size is defined (in 1024 byte units) by
285 aa is the buffer size for fixed block mode in 1024 byte units
286 bb is the write threshold in 1024 byte units
Dncr53c8xx.txt28 8.9 Reset all logical units of a target
29 8.10 Abort all tasks of all logical units of a target
539 8.9 Reset all logical units of a target
547 8.10 Abort all tasks of all logical units of a target
552 The driver will try to send a ABORT message to all the logical units
709 - all other logical units (all targets, all controllers) -> 10 commands.
/linux-4.1.27/Documentation/device-mapper/
Dswitch.txt88 The offset of the start of data on the specific <dev_path> (in units
/linux-4.1.27/Documentation/cris/
DREADME64 The ARTPEC-3 is a variant of the ETRAX FS with additional IO-units
/linux-4.1.27/Documentation/arm/
Dkernel_mode_neon.txt97 units at any optimization level.
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt527 Length of link list (wtf: what units ???)
618 Rate at which to insert data, in units of frames (for private packet)
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c66 unsigned int units = 1000000; /* MHz etc */ variable
500 1.0 / units * t->aperf / interval_float); in format_counters()
513 1.0 * t->tsc / units * t->aperf / t->mperf / interval_float); in format_counters()
516 outp += sprintf(outp, "%8.0f", 1.0 * t->tsc/units/interval_float); in format_counters()
/linux-4.1.27/drivers/parisc/
DKconfig168 fans or power units.
/linux-4.1.27/arch/mips/cavium-octeon/
Docteon-memcpy.S319 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
/linux-4.1.27/Documentation/fb/
Dviafb.txt219 independent units that produce the screen image. Those images can be
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DOverview.txt234 various clock units
/linux-4.1.27/Documentation/blockdev/
Dfloppy.txt58 Sets the bit mask to allow only units 0 and 1. (default)
/linux-4.1.27/Documentation/s390/
Dmonreader.txt29 (the values BEGPAG and ENDPAG are given in units of 4K pages).
/linux-4.1.27/Documentation/timers/
Dhrtimers.txt111 expiry time in absolute time units removes all this complex and poorly
/linux-4.1.27/Documentation/ide/
Dide.txt109 for both units, though success is more likely when the drive is jumpered
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-parameters.txt315 timeout: range is 1-255 units, default is 60
/linux-4.1.27/drivers/crypto/
DKconfig184 sub-units. One set provides the Modular Arithmetic Unit,
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex307 drive, measured in units of normal audio speed (176\,kB/sec raw data or
439 drive, measured in units of standard cdrom speed (176\,kB/sec raw data
559 CDC_SELECT_SPEED& can select speed, in units of $\sim$150\,kB/s\cr
873 by $arg$ in units of standard cdrom speed (176\,kB/sec raw data or
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt9 trying to come up with a unified interface to manage the execution units and

12