/linux-4.4.14/mm/ |
D | slob.c | 91 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.4.14/sound/synth/ |
D | util_mem.c | 76 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.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-light | 34 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.4.14/net/wireless/ |
D | genregdb.awk | 64 units = $7 69 sub(/\),/, "", units) 70 sub(/\)/, "", units) 72 if (units == "mW") {
|
/linux-4.4.14/lib/ |
D | string_helpers.c | 29 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()
|
D | test-string_helpers.c | 339 static __init void test_string_get_size_check(const char *units, in test_string_get_size_check() argument 352 size, blk_size, units); in test_string_get_size_check()
|
/linux-4.4.14/drivers/watchdog/ |
D | it8712f_wdt.c | 156 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.4.14/drivers/iio/common/hid-sensors/ |
D | hid-sensor-attributes.c | 162 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.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | g84.c | 94 const struct nvkm_bitfield *units, u32 status) in nvkm_gr_vstatus_print() argument 102 for (i = 0; units[i].name && status; i++) { in nvkm_gr_vstatus_print() 108 nvkm_snprintbf(msg, sizeof(msg), units, mask); in nvkm_gr_vstatus_print() 181 .units = nv50_gr_units,
|
D | nv50.c | 284 u32 units = nvkm_rd32(device, 0x1540); in nv50_gr_mp_trap() local 290 if (!(units & 1 << (i+24))) in nv50_gr_mp_trap() 328 u32 units = nvkm_rd32(device, 0x1540); in nv50_gr_tp_trap() local 334 if (!(units & (1 << i))) in nv50_gr_tp_trap() 681 int ret, units, i; in nv50_gr_init() local 694 units = nvkm_rd32(device, 0x001540); in nv50_gr_init() 696 if (!(units & (1 << i))) in nv50_gr_init() 779 .units = nv50_gr_units,
|
D | ctxnv50.c | 301 u32 units = nvkm_rd32(device, 0x1540); in nv50_gr_construct_mmio() local 498 if (units & (1<<(i+16))) { in nv50_gr_construct_mmio() 582 if (units & (1<<i)) { in nv50_gr_construct_mmio() 597 if (!(units & (1 << (j+24)))) continue; in nv50_gr_construct_mmio() 1194 u32 units = nvkm_rd32(device, 0x1540); in nv50_gr_construct_xfer1() local 1234 if (units & (1 << (i + 16))) in nv50_gr_construct_xfer1() 1242 if (units & (1 << (2 * i))) in nv50_gr_construct_xfer1() 1244 if (units & (1 << (2 * i + 1))) in nv50_gr_construct_xfer1() 1293 if (units & (1<<(i+16))) in nv50_gr_construct_xfer1() 1303 if (units & (1 << 0)) in nv50_gr_construct_xfer1() [all …]
|
D | base.c | 39 if (gr->func->units) in nvkm_gr_units() 40 return gr->func->units(gr); in nvkm_gr_units()
|
D | mcp79.c | 31 .units = nv50_gr_units,
|
D | gt200.c | 32 .units = nv50_gr_units,
|
D | mcp89.c | 32 .units = nv50_gr_units,
|
D | gt215.c | 32 .units = nv50_gr_units,
|
D | priv.h | 27 u64 (*units)(struct nvkm_gr *); member
|
D | nv44.c | 81 .units = nv40_gr_units,
|
D | nv40.c | 449 .units = nv40_gr_units,
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio-rmu.txt | 22 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.4.14/drivers/char/ |
D | apm-emulation.c | 445 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.4.14/tools/testing/selftests/size/ |
D | get_size.c | 57 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.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | cpm.txt | 16 - 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.4.14/drivers/s390/scsi/ |
D | zfcp_unit.c | 107 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()
|
D | zfcp_def.h | 205 atomic_t units; /* zfcp_unit count */ member
|
D | zfcp_sysfs.c | 263 if (atomic_read(&port->units) > 0) { in zfcp_sysfs_port_remove_store() 269 atomic_set(&port->units, -1); in zfcp_sysfs_port_remove_store()
|
D | zfcp_aux.c | 503 atomic_set(&port->units, 0); in zfcp_port_enqueue()
|
/linux-4.4.14/arch/tile/include/uapi/arch/ |
D | sim_def.h | 462 #define SIM_SHAPING_SPR_ARG(shim, type, units, rate) \ argument 466 ((units) << (SIM_CONTROL_SHAPING_SHIM_ID_BITS + \
|
D | sim.h | 430 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.4.14/drivers/block/paride/ |
D | pf.c | 243 static struct pf_unit units[PF_UNITS]; variable 286 for (unit = 0, pf = units; unit < PF_UNITS; unit++, pf++) { in pf_init_units() 701 struct pf_unit *pf = units; in pf_detect() 742 for (pf = units, unit = 0; unit < PF_UNITS; pf++, unit++) in pf_detect() 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() 985 for (pf = units, unit = 0; unit < PF_UNITS; pf++, unit++) { in pf_init() 1002 for (pf = units, unit = 0; unit < PF_UNITS; pf++, unit++) { in pf_exit()
|
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 617 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.4.14/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 15 - fsl,exec-units-mask : The bitmask representing what execution units 68 fsl,exec-units-mask = <0xfe>;
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1222 unsigned conf, const char *name, const char *units) in lprocfs_counter_init() argument 1234 index, name, units); in lprocfs_counter_init() 1238 header->lc_units = units; in lprocfs_counter_init() 1323 __u64 whole, frac = 0, units; in lprocfs_write_frac_u64_helper() local 1359 units = 1; in lprocfs_write_frac_u64_helper() 1362 units <<= 10; in lprocfs_write_frac_u64_helper() 1364 units <<= 10; in lprocfs_write_frac_u64_helper() 1366 units <<= 10; in lprocfs_write_frac_u64_helper() 1368 units <<= 10; in lprocfs_write_frac_u64_helper() 1370 units <<= 10; in lprocfs_write_frac_u64_helper() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 49 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.
|
D | sysfs-class-rtc-rtc0-device-rtc_calibration | 9 The range of the attribute is -127 to +127 in units of
|
D | sysfs-i2c-bmp085 | 14 the ambient temperature in units of 0.1 degree celsius.
|
D | sysfs-block | 166 internally allocate space in units that are bigger than 177 internally allocate space in units that are bigger than 188 internally allocate space using units that are bigger
|
D | sysfs-platform-dell-laptop | 57 with any the above units. If no unit is specified, the value
|
D | sysfs-bus-event_source-devices-events | 70 Description: Perf event units
|
D | sysfs-bus-iio | 278 <type> units as specified in <type>[Y]_raw documentation. 330 measured value in <type> units as specified in 710 value is in raw device units or in processed units (as _raw 727 Specifies the conversion factor from the standard units 728 to device specific units used to set the event trigger 841 value is in raw device units or in processed units (as _raw 971 Confidence value (in units as percentage) to be used 1181 expressed in units as percentage. 1236 to SI units is not possible. Higher proximity measurements 1249 Illuminance measurement, units after application of scale
|
/linux-4.4.14/drivers/char/hw_random/ |
D | n2-drv.c | 337 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()
|
D | n2rng.h | 78 struct n2rng_unit *units; member
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-st.txt | 18 allowed through the deglitch circuit. In units of us. 20 allowed through the deglitch circuit. In units of us.
|
/linux-4.4.14/Documentation/video4linux/ |
D | si476x.txt | 55 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
|
D | sh_mobile_ceu_camera.txt | 115 "...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
|
D | uvcvideo.txt | 17 units (XUs). The Linux UVC driver supports extension unit controls (XU controls)
|
D | README.pvrusb2 | 78 defined functional units within the pvrusb2 driver and bears no
|
/linux-4.4.14/drivers/acpi/ |
D | osl.c | 1283 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore() argument 1293 if (!sem || (units < 1)) in acpi_os_wait_semaphore() 1296 if (units > 1) in acpi_os_wait_semaphore() 1300 handle, units, timeout)); in acpi_os_wait_semaphore() 1314 handle, units, timeout, in acpi_os_wait_semaphore() 1319 units, timeout)); in acpi_os_wait_semaphore() 1328 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore() argument 1335 if (!sem || (units < 1)) in acpi_os_signal_semaphore() 1338 if (units > 1) in acpi_os_signal_semaphore() 1342 units)); in acpi_os_signal_semaphore()
|
/linux-4.4.14/include/linux/ |
D | apm-emulation.h | 45 int units; member
|
D | string_helpers.h | 13 void string_get_size(u64 size, u64 blk_size, enum string_size_units units,
|
D | hid-sensor-hub.h | 44 s32 units; member
|
D | mm_types.h | 106 int units; /* SLOB */ member
|
/linux-4.4.14/Documentation/usb/ |
D | mass-storage.txt | 5 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
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 20 What: /sys/bus/firewire/devices/fw[0-9]+/units 29 units 30 Summary of all units present in an IEEE 1394 node.
|
D | sysfs-devices-node | 63 The node's hit/miss statistics, in units of pages.
|
/linux-4.4.14/include/sound/ |
D | util_mem.h | 61 unsigned int units,
|
/linux-4.4.14/drivers/clk/bcm/ |
D | Kconfig | 8 using "Kona" style clock control units, including those
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | Kconfig | 38 interface units of the Marvell EBU SoCs (Kirkwood, Orion5x, 49 This driver supports the network interface units in the 61 This driver supports the network interface units in the
|
/linux-4.4.14/arch/s390/mm/ |
D | dump_pagetables.c | 59 static const char units[] = "KMGTPE"; in note_page() local 61 const char *unit = units; in note_page()
|
/linux-4.4.14/arch/sh/ |
D | Kconfig.cpu | 25 have FPU units (ie, SH77xx). 48 have DSP units (ie, SH2-DSP, SH3-DSP, and SH4AL-DSP).
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_sysfs.c | 42 u64 units = 128ULL, div = 100000ULL; in calc_residency() local 52 units = 1; in calc_residency() 56 units <<= 8; in calc_residency() 58 units = 1; in calc_residency() 62 raw_time = I915_READ(reg) * units; in calc_residency()
|
/linux-4.4.14/Documentation/hid/ |
D | hid-sensor.txt | 171 ??????? ????????? 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.4.14/drivers/scsi/ |
D | BusLogic.h | 221 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()
|
D | BusLogic.c | 3512 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.4.14/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-exynos5440.txt | 10 in the decreasing order. Frequency should be in KHz units and voltage
|
/linux-4.4.14/drivers/md/bcache/ |
D | util.c | 78 static const char units[] = "?kMGTPEZY"; in STRTO_H() local 93 return sprintf(buf, "%lli%s%c", v, dec, units[u]); in STRTO_H()
|
D | util.h | 402 #define __print_time_stat(stats, name, stat, units) \ argument 403 sysfs_print(name ## _ ## stat ## _ ## units, \ 404 div_u64((stats)->stat >> 8, NSEC_PER_ ## units))
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | max8997-regulator.txt | 14 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
|
D | s5m8767-regulator.txt | 14 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.4.14/include/acpi/ |
D | acpiosxf.h | 149 acpi_os_wait_semaphore(acpi_semaphore handle, u32 units, u16 timeout); 153 acpi_status acpi_os_signal_semaphore(acpi_semaphore handle, u32 units);
|
D | actbl2.h | 1460 u8 units; member
|
/linux-4.4.14/arch/sh/boards/mach-hp6xx/ |
D | hp6xx_apm.c | 48 info->units = 0; in hp6x0_apm_get_power_status()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | itrace.txt | 14 can be specified in units of:
|
D | perf-bench.txt | 144 Available units are B, KB, MB, GB and TB (case insensitive). 168 Available units are B, KB, MB, GB and TB (case insensitive).
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-hid-sensor-time.c | 180 if (time_state->info[i].units != in hid_time_parse_report() 185 time_state->info[i].units == in hid_time_parse_report()
|
/linux-4.4.14/Documentation/power/ |
D | swsusp-and-swap-files.txt | 20 units. 32 offset, in <PAGE_SIZE> units, from the beginning of the partition which
|
D | power_supply_class.txt | 35 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
|
D | userland-swsusp.txt | 75 units) from the beginning of the partition at which the swap header is
|
/linux-4.4.14/Documentation/ |
D | numastat.txt | 6 All units are pages. Hugepages have separate counters.
|
D | bus-virt-phys-mapping.txt | 123 be remapped as measured in units of pages, a.k.a. the pfn (the memory
|
/linux-4.4.14/drivers/macintosh/ |
D | apm_emu.c | 42 info->units = APM_UNITS_MINS; in pmu_apm_get_power_status()
|
/linux-4.4.14/Documentation/hwmon/ |
D | twl4030-madc-hwmon | 42 The Sysfs nodes will represent the voltage in the units of mV,
|
D | smsc47m192 | 38 show voltages in mV and temperatures in units of 0.001 degC. 89 units of 0.001 degC.
|
/linux-4.4.14/arch/arm64/mm/ |
D | dump.c | 203 static const char units[] = "KMGTPE"; in note_page() local 213 const char *unit = units; in note_page()
|
/linux-4.4.14/arch/arm/mm/ |
D | dump.c | 220 static const char units[] = "KMGTPE"; in note_page() local 229 const char *unit = units; in note_page()
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | cpufreq-stats.txt | 55 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.4.14/drivers/power/ |
D | wm831x_power.c | 203 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()
|
D | apm_power.c | 339 info->units = APM_UNITS_MINS; in apm_battery_apm_get_power_status()
|
/linux-4.4.14/drivers/powercap/ |
D | intel_rapl.c | 668 u64 units = 1; in rapl_unit_xlate() local 678 units = rp->power_unit; in rapl_unit_xlate() 684 units = rd->domain_energy_unit; in rapl_unit_xlate() 686 units = rp->energy_unit; in rapl_unit_xlate() 696 return div64_u64(value, units) * scale; in rapl_unit_xlate() 698 value *= units; in rapl_unit_xlate()
|
/linux-4.4.14/drivers/iio/imu/ |
D | Kconfig | 6 menu "Inertial measurement units"
|
/linux-4.4.14/Documentation/thermal/ |
D | x86_pkg_temperature_thermal | 35 User can set any temperature between 0 to TJ-Max temperature. Temperature units
|
D | cpu-cooling-api.txt | 102 result has a units of Watts/Hz/Volt^2 (this often expressed in 117 running time dynamic power coefficient in fundamental units of
|
/linux-4.4.14/Documentation/isdn/ |
D | README.audio | 56 y = 0 ... 255 range of interval in units 67 y = 0 ... 255 tone duration in units of 5ms.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-xp-mv78460.dtsi | 103 * MV78460 has 4 PCIe units Gen2.0: Two units can be 104 * configured as x4 or quad x1 lanes. Two units are
|
D | armada-388-gp.dts | 246 * One PCIe units is accessible through 255 * The two other PCIe units are accessible
|
D | armada-xp-mv78260.dtsi | 86 * MV78260 has 3 PCIe units Gen2.0: Two units can be
|
D | armada-388-rd.dts | 135 * One PCIe units is accessible through
|
D | armada-388-db.dts | 175 * The two PCIe units are accessible through
|
D | armada-375-db.dts | 193 * The two PCIe units are accessible through
|
D | armada-385-db-ap.dts | 185 * The three PCIe units are accessible through
|
D | armada-xp-mv78230.dtsi | 85 * MV78230 has 2 PCIe units Gen2.0: One unit can be
|
D | armada-370-db.dts | 176 * The two PCIe units are accessible through
|
/linux-4.4.14/Documentation/input/ |
D | multi-touch-protocol.txt | 228 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
|
D | event-codes.txt | 35 - 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.4.14/drivers/platform/x86/ |
D | dell-laptop.c | 1296 u8 units; in kbd_get_info() local 1313 units = (buffer->output[2] >> 8) & 0xFF; in kbd_get_info() 1316 if (units & BIT(0)) in kbd_get_info() 1318 if (units & BIT(1)) in kbd_get_info() 1320 if (units & BIT(2)) in kbd_get_info() 1322 if (units & BIT(3)) in kbd_get_info()
|
/linux-4.4.14/Documentation/networking/ |
D | radiotap-headers.txt | 82 0x6c, // <-- rate (in 500kHz units) 122 * 500kbps units, eg, 0x02=1Mbps
|
D | e1000e.txt | 131 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
|
D | e1000.txt | 192 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
|
D | z8530drv.txt | 450 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.
|
D | xfrm_sync.txt | 113 units of time of 100ms. The default is 10 (1 second)
|
D | lapb-module.txt | 71 T1 and T2 are protocol timing parameters and are given in units of 100ms. N2
|
/linux-4.4.14/arch/x86/mm/ |
D | dump_pagetables.c | 196 static const char units[] = "BKMGTPE"; in note_page() local 216 const char *unit = units; in note_page()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 629 u32 units; /* offset 0x00fc */ member
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | pq3-sec3.1-0.dtsi | 43 fsl,exec-units-mask = <0xbfe>;
|
D | pq3-sec3.3-0.dtsi | 43 fsl,exec-units-mask = <0x97c>;
|
D | pq3-sec3.0-0.dtsi | 43 fsl,exec-units-mask = <0x9fe>;
|
D | pq3-sec2.1-0.dtsi | 41 fsl,exec-units-mask = <0xfe>;
|
D | mpc8541cds.dts | 236 fsl,exec-units-mask = <0x7e>;
|
D | mpc8555cds.dts | 236 fsl,exec-units-mask = <0x7e>;
|
/linux-4.4.14/drivers/staging/android/ |
D | Kconfig | 15 because it can discard shared memory units when under memory pressure.
|
/linux-4.4.14/arch/sh/drivers/dma/ |
D | Kconfig | 46 The DMABRG does data transfers from main memory to Audio/USB units
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 5 ir-kbd-i2c to ignore Z8 IR units.
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | omap_pm | 19 - specify PM parameters in terms of fundamental units, such as 20 latency and throughput, rather than units which are specific to OMAP
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 224 char *units; in ptlrpc_ldebugfs_register() local 229 units = "bytes"; in ptlrpc_ldebugfs_register() 232 units = "reqs"; in ptlrpc_ldebugfs_register() 237 ll_eopcode2str(i), units); in ptlrpc_ldebugfs_register()
|
/linux-4.4.14/drivers/hwmon/ |
D | acpi_power_meter.c | 76 u64 units; member 780 if (resource->caps.units) { in read_capabilities() 783 resource->caps.units); in read_capabilities()
|
/linux-4.4.14/drivers/net/phy/ |
D | Kconfig | 200 interface units of the Allwinner SoC that have an EMAC (A10, 208 interface units of the MOXA ART SoC
|
/linux-4.4.14/tools/testing/selftests/futex/ |
D | README | 43 Arguments: arg1=val1 #units specified for clarity where appropriate
|
/linux-4.4.14/fs/reiserfs/ |
D | item_ops.c | 322 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()
|
D | fix_node.c | 380 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.4.14/Documentation/block/ |
D | deadline-iosched.txt | 23 a deadline that is the current time + the read_expire value in units of
|
D | stat.txt | 21 Name units description
|
D | biodoc.txt | 63 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.4.14/drivers/ptp/ |
D | Kconfig | 18 time stamping units, it can be possible to achieve
|
/linux-4.4.14/arch/ia64/kernel/ |
D | palinfo.c | 129 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.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 19 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.4.14/drivers/iio/light/ |
D | hid-sensor-prox.c | 108 *val = prox_state->prox_attr.units; in prox_read_raw()
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | mpc8349emitxgp.dts | 215 fsl,exec-units-mask = <0x7e>;
|
D | tqm8541.dts | 248 fsl,exec-units-mask = <0x7e>;
|
D | mpc8272ads.dts | 259 fsl,exec-units-mask = <0x7e>;
|
D | asp834x-redboot.dts | 284 exec-units-mask = <0x0000007e>;
|
D | tqm8555.dts | 248 fsl,exec-units-mask = <0x7e>;
|
D | sbc8548-post.dtsi | 214 fsl,exec-units-mask = <0xfe>;
|
D | sbc8349.dts | 247 fsl,exec-units-mask = <0x7e>;
|
D | mpc832x_rdb.dts | 149 fsl,exec-units-mask = <0x4c>;
|
D | obs600.dts | 93 unused-units = <0x00000000>;
|
D | mpc8313erdb.dts | 142 fsl,exec-units-mask = <0x4c>;
|
D | mpc8349emitx.dts | 309 fsl,exec-units-mask = <0x7e>;
|
D | stxssa8555.dts | 235 fsl,exec-units-mask = <0x7e>;
|
D | mpc8377_wlan.dts | 330 fsl,exec-units-mask = <0x9fe>;
|
D | mpc8379_rdb.dts | 346 fsl,exec-units-mask = <0x9fe>;
|
D | mpc834x_mds.dts | 267 fsl,exec-units-mask = <0x7e>;
|
D | mpc8315erdb.dts | 292 fsl,exec-units-mask = <0x97c>;
|
D | mpc8377_rdb.dts | 348 fsl,exec-units-mask = <0x9fe>;
|
D | mpc836x_rdk.dts | 169 fsl,exec-units-mask = <0x7e>;
|
D | mpc8379_mds.dts | 339 fsl,exec-units-mask = <0x9fe>;
|
D | mpc8378_rdb.dts | 348 fsl,exec-units-mask = <0x9fe>;
|
D | mpc836x_mds.dts | 202 fsl,exec-units-mask = <0x7e>;
|
D | mpc832x_mds.dts | 171 fsl,exec-units-mask = <0x4c>;
|
D | mpc8378_mds.dts | 341 fsl,exec-units-mask = <0x9fe>;
|
D | mpc8377_mds.dts | 341 fsl,exec-units-mask = <0x9fe>;
|
D | kilauea.dts | 89 unused-units = <0x00000000>;
|
D | xpedite5301.dts | 492 fsl,exec-units-mask = <0x9fe>;
|
D | xpedite5370.dts | 490 fsl,exec-units-mask = <0x9fe>;
|
D | xpedite5330.dts | 528 fsl,exec-units-mask = <0x9fe>;
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | brcm,kona-ccu.txt | 4 clock control units (CCUs). A CCU is a clock provider that manages
|
/linux-4.4.14/arch/mips/lib/ |
D | memcpy.S | 309 SRL t0, len, LOG_NBYTES+3 # +3 for 8 units/iter 432 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
|
D | csum_partial.S | 490 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.4.14/drivers/hid/ |
D | hid-sensor-custom.c | 363 value = sensor_inst->fields[field_index].attribute.units; in show_value() 507 sensor_field->attribute.units = field->unit; in hid_sensor_custom_add_field()
|
D | hid-debug.c | 566 static const char *units[5][8] = { in hid_dump_field() local 596 seq_printf(f, "%s", units[sys][i]); in hid_dump_field()
|
D | hid-sensor-hub.c | 103 info->units = field->unit; in sensor_hub_fill_attr_info() 377 info->units = -1; in sensor_hub_input_get_attribute_info()
|
/linux-4.4.14/arch/x86/kernel/ |
D | apm_32.c | 1645 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.4.14/Documentation/filesystems/ |
D | dax.txt | 32 (expressed in units of 512-byte sectors) to a page frame number (pfn)
|
D | spufs.txt | 72 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
|
D | gfs2-glocks.txt | 145 not scaled, but are in units of integer nanoseconds.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | serial-u16550.txt | 81 but no units to experiment with. The MS-124W support is tested with a real unit.
|
D | timestamping.txt | 110 The accuracy is reported in nanosecond units (using an unsigned 32-bit
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-bwc.txt | 17 A group's unused runtime is globally tracked, being refreshed with quota units
|
D | sched-nice-design.txt | 10 units were driven by the HZ tick, so the smallest timeslice was 1/HZ.
|
/linux-4.4.14/Documentation/dvb/ |
D | cards.txt | 5 frontends (i.e. tuner / demodulator units) used, usually without
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 66 unsigned int units = 1000000; /* MHz etc */ variable 505 1.0 / units * t->aperf / interval_float); in format_counters() 518 outp += sprintf(outp, "%8.0f", base_hz / units * t->aperf / t->mperf); in format_counters() 521 1.0 * t->tsc / units * t->aperf / t->mperf / interval_float); in format_counters() 525 outp += sprintf(outp, "%8.0f", 1.0 * t->tsc/units/interval_float); in format_counters()
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs.txt | 95 units of seconds).
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 1111 int i, units = 10; in ll_display_extents_info() local 1128 end = 1 << (i + LL_HIST_START - units); in ll_display_extents_info() 1137 units += 10; in ll_display_extents_info()
|
/linux-4.4.14/Documentation/scsi/ |
D | sym53c8xx_2.txt | 28 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
|
D | osd.txt | 4 to provide efficient operation of input/output logical units that manage the
|
D | ncr53c8xx.txt | 28 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.
|
D | st.txt | 238 block mode, the minimum buffer size is defined (in 1024 byte units) by 344 aa is the buffer size for fixed block mode in 1024 byte units 345 bb is the write threshold in 1024 byte units
|
/linux-4.4.14/Documentation/device-mapper/ |
D | switch.txt | 88 The offset of the start of data on the specific <dev_path> (in units
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_mode_neon.txt | 97 units at any optimization level.
|
/linux-4.4.14/Documentation/cris/ |
D | README | 64 The ARTPEC-3 is a variant of the ETRAX FS with additional IO-units
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 527 Length of link list (wtf: what units ???) 618 Rate at which to insert data, in units of frames (for private packet)
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 1727 struct vmw_display_unit *units[VMWGFX_NUM_DISPLAY_UNITS]; in vmw_kms_helper_dirty() local 1737 units[num_units++] = vmw_crtc_to_du(crtc); in vmw_kms_helper_dirty() 1741 struct vmw_display_unit *unit = units[k]; in vmw_kms_helper_dirty()
|
/linux-4.4.14/drivers/parisc/ |
D | Kconfig | 168 fans or power units.
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 319 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
|
/linux-4.4.14/Documentation/fb/ |
D | viafb.txt | 219 independent units that produce the screen image. Those images can be
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 544 unsigned conf, const char *name, const char *units);
|
/linux-4.4.14/Documentation/s390/ |
D | monreader.txt | 29 (the values BEGPAG and ENDPAG are given in units of 4K pages).
|
/linux-4.4.14/Documentation/timers/ |
D | hrtimers.txt | 111 expiry time in absolute time units removes all this complex and poorly
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | Overview.txt | 234 various clock units
|
/linux-4.4.14/Documentation/blockdev/ |
D | floppy.txt | 58 Sets the bit mask to allow only units 0 and 1. (default)
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-parameters.txt | 318 timeout: range is 1-255 units, default is 60
|