Home
last modified time | relevance | path

Searched refs:units (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/openbmc/dbus-sensors/src/
H A DSensorPaths.cpp13 std::string getPathForUnits(const std::string& units) in getPathForUnits() argument
15 if (units == "DegreesC" || units == unitDegreesC) in getPathForUnits()
19 if (units == "RPMS" || units == unitRPMs) in getPathForUnits()
23 if (units == "Volts" || units == unitVolts) in getPathForUnits()
27 if (units == "Meters" || units == unitMeters) in getPathForUnits()
31 if (units == "Amperes" || units == unitAmperes) in getPathForUnits()
35 if (units == "Watts" || units == unitWatts) in getPathForUnits()
39 if (units == "Joules" || units == unitJoules) in getPathForUnits()
43 if (units == "Percent" || units == unitPercent) in getPathForUnits()
47 if (units == "Pascals" || units == unitPascals) in getPathForUnits()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch22 units/meson.build | 2 --
23 units/proc-sys-fs-binfmt_misc.automount | 3 +++
24 units/systemd-binfmt.service.in | 4 ++++
27 diff --git a/units/meson.build b/units/meson.build
29 --- a/units/meson.build
30 +++ b/units/meson.build
31 @@ -154,7 +154,6 @@ units = [
39 @@ -251,7 +250,6 @@ units = [
47 diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount
49 --- a/units/proc-sys-fs-binfmt_misc.automount
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch22 units/meson.build | 2 --
23 units/proc-sys-fs-binfmt_misc.automount | 3 +++
24 units/systemd-binfmt.service.in | 4 ++++
27 diff --git a/units/meson.build b/units/meson.build
29 --- a/units/meson.build
30 +++ b/units/meson.build
31 @@ -156,7 +156,6 @@ units = [
39 @@ -258,7 +257,6 @@ units = [
47 diff --git a/units/proc-sys-fs-binfmt_misc.automount b/units/proc-sys-fs-binfmt_misc.automount
49 --- a/units/proc-sys-fs-binfmt_misc.automount
[all …]
/openbmc/linux/sound/synth/
H A Dutil_mem.c63 unsigned int units, prev_offset; in __snd_util_mem_alloc() local
70 units = size; in __snd_util_mem_alloc()
71 if (units & 1) in __snd_util_mem_alloc()
72 units++; in __snd_util_mem_alloc()
73 if (units > hdr->size) in __snd_util_mem_alloc()
80 if (blk->offset - prev_offset >= units) in __snd_util_mem_alloc()
84 if (hdr->size - prev_offset < units) in __snd_util_mem_alloc()
88 return __snd_util_memblk_new(hdr, units, p->prev); in __snd_util_mem_alloc()
97 __snd_util_memblk_new(struct snd_util_memhdr *hdr, unsigned int units, in __snd_util_memblk_new() argument
113 blk->size = units; in __snd_util_memblk_new()
[all …]
/openbmc/phosphor-mrw-tools/
H A DUtil.pm33 my @units;
39 push @units, $child;
43 return @units;
53 my @units;
57 push @units, $child;
60 my $size = @units;
H A Dhwmon.pl81 my ($units) = @_;
84 while ($i <= $#$units) {
86 my $hwmon = $g_targetObj->getAttributeField($$units[$i],
89 my $name = $g_targetObj->getAttributeField($$units[$i],
93 splice(@$units, $i, 1);
106 my ($units, $entry) = @_;
109 for my $unit (@$units) {
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drustdoc-repro-issue-fix-cargo-config-for-codegenunits.patch5 The 'codegen-units' option split the crate into multiple compilation units for parallel compilation…
6 To fix this the codegen-units & the lto options are disabled.
9 https://doc.rust-lang.org/cargo/reference/profiles.html#codegen-units
24 +codegen-units = 1
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dlibrapl.c23 u32 units; in librapl_energy_uJ() local
28 units = (power & 0x1f00) >> 8; in librapl_energy_uJ()
33 return (1000000 * power) >> units; /* convert to uJ */ in librapl_energy_uJ()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch16 systemd-units/meson.build | 2 +-
48 diff --git a/systemd-units/meson.build b/systemd-units/meson.build
50 --- a/systemd-units/meson.build
51 +++ b/systemd-units/meson.build
/openbmc/linux/drivers/watchdog/
H A Dit8712f_wdt.c151 int units = margin; in it8712f_wdt_update_margin() local
156 if (units <= max_units) { in it8712f_wdt_update_margin()
158 pr_info("timer margin %d seconds\n", units); in it8712f_wdt_update_margin()
160 units /= 60; in it8712f_wdt_update_margin()
161 pr_info("timer margin %d minutes\n", units); in it8712f_wdt_update_margin()
166 superio_outb(units >> 8, WDT_TIMEOUT + 1); in it8712f_wdt_update_margin()
167 superio_outb(units, WDT_TIMEOUT); in it8712f_wdt_update_margin()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dg84.c96 const struct nvkm_bitfield *units, u32 status) in nvkm_gr_vstatus_print() argument
104 for (i = 0; units[i].name && status; i++) { in nvkm_gr_vstatus_print()
110 nvkm_snprintbf(msg, sizeof(msg), units, mask); in nvkm_gr_vstatus_print()
183 .units = nv50_gr_units,
H A Dnv50.c286 u32 units = nvkm_rd32(device, 0x1540); in nv50_gr_mp_trap() local
292 if (!(units & 1 << (i+24))) in nv50_gr_mp_trap()
330 u32 units = nvkm_rd32(device, 0x1540); in nv50_gr_tp_trap() local
336 if (!(units & (1 << i))) in nv50_gr_tp_trap()
683 int ret, units, i; in nv50_gr_init() local
696 units = nvkm_rd32(device, 0x001540); in nv50_gr_init()
698 if (!(units & (1 << i))) in nv50_gr_init()
781 .units = nv50_gr_units,
H A Dctxnv50.c302 u32 units = nvkm_rd32(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()
1195 u32 units = nvkm_rd32(device, 0x1540); in nv50_gr_construct_xfer1() local
1235 if (units & (1 << (i + 16))) in nv50_gr_construct_xfer1()
1243 if (units & (1 << (2 * i))) in nv50_gr_construct_xfer1()
1245 if (units & (1 << (2 * i + 1))) in nv50_gr_construct_xfer1()
1294 if (units & (1<<(i+16))) in nv50_gr_construct_xfer1()
1304 if (units & (1 << 0)) in nv50_gr_construct_xfer1()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A 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.
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c77 log->sizes[i].units = SZ_1M; in _guc_log_init_sizes()
80 log->sizes[i].units = SZ_4K; in _guc_log_init_sizes()
84 if (!IS_ALIGNED(log->sizes[i].bytes, log->sizes[i].units)) in _guc_log_init_sizes()
86 sections[i].name, log->sizes[i].bytes, log->sizes[i].units); in _guc_log_init_sizes()
87 log->sizes[i].count = log->sizes[i].bytes / log->sizes[i].units; in _guc_log_init_sizes()
104 if (log->sizes[GUC_LOG_SECTIONS_CRASH].units != log->sizes[GUC_LOG_SECTIONS_DEBUG].units) { in _guc_log_init_sizes()
106 log->sizes[GUC_LOG_SECTIONS_CRASH].units, in _guc_log_init_sizes()
107 log->sizes[GUC_LOG_SECTIONS_DEBUG].units); in _guc_log_init_sizes()
108 log->sizes[GUC_LOG_SECTIONS_CRASH].units = log->sizes[GUC_LOG_SECTIONS_DEBUG].units; in _guc_log_init_sizes()
/openbmc/linux/drivers/char/
H A Dapm-emulation.c439 char *units; in proc_apm_show() local
446 info.units = -1; in proc_apm_show()
451 switch (info.units) { in proc_apm_show()
452 default: units = "?"; break; in proc_apm_show()
453 case 0: units = "min"; break; in proc_apm_show()
454 case 1: units = "sec"; break; in proc_apm_show()
461 info.time, units); in proc_apm_show()
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSensorsStore.js68 units: response.data.ReadingUnits, property in AnonymousClass41fa655b0501
89 units: sensor.ReadingUnits, property in AnonymousClass41fa655b0801
101 units: '℃', property in AnonymousClass41fa655b0901
121 units: 'V',
/openbmc/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c166 if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_poll_value()
187 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_read_samp_freq_value()
189 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_samp_freq_value()
212 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_write_samp_freq_value()
214 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_write_samp_freq_value()
414 unit_conversion[i].unit == attr_info->units) { in hid_sensor_format_scale()
445 if (st->poll.units == 0) in hid_sensor_get_reporting_interval()
446 st->poll.units = HID_USAGE_SENSOR_UNITS_MILLISECOND; in hid_sensor_get_reporting_interval()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-s-hw-freq-seek.rst97 units of 62.5 kHz, or if the struct
99 ``V4L2_TUNER_CAP_LOW`` flag set, in units of 62.5 Hz or if the
101 the ``V4L2_TUNER_CAP_1HZ`` flag set, in units of 1 Hz. If
106 in units of 62.5 kHz, or if the struct
108 ``V4L2_TUNER_CAP_LOW`` flag set, in units of 62.5 Hz or if the
110 the ``V4L2_TUNER_CAP_1HZ`` flag set, in units of 1 Hz. If
/openbmc/docs/designs/
H A Dguard-on-bmc.md5 On systems with multiple processor units and other redundant vital resources,
19 units.
25 units. This operation is helpful in isolating a suspected component without
46 limited set of units during the early boot time, after a severe fault, which
70 - The guard records on the units which are owned by the host will be applied
73 and isolates the units.
140 hardware units. The application which implements the common guard entry
219 created, an isolation procedure is needed to isolate the units from service.
220 Some of the units like which are controlled by the host can be isolated only
221 after a reboot, but the units controlled by BMC can be immediately taken out of
[all …]
/openbmc/linux/lib/
H A Dstring_helpers.c35 void string_get_size(u64 size, u64 blk_size, const enum string_size_units units, in string_get_size() argument
77 do_div(blk_size, divisor[units]); in string_get_size()
82 do_div(size, divisor[units]); in string_get_size()
91 while (size >= divisor[units]) { in string_get_size()
92 remainder = do_div(size, divisor[units]); in string_get_size()
102 if (units == STRING_UNITS_2) { in string_get_size()
127 unit = units_str[units][i]; in string_get_size()
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue83 {{ data.value }} {{ data.item.units }}
86 {{ data.value }} {{ data.item.units }}
89 {{ data.value }} {{ data.item.units }}
92 {{ data.value }} {{ data.item.units }}
95 {{ data.value }} {{ data.item.units }}
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/
H A 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>;
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp71 const char* units = nullptr; in IntelCPUSensor() local
75 units = sensor_paths::unitWatts; in IntelCPUSensor()
83 units = sensor_paths::unitDegreesC; in IntelCPUSensor()
100 setInitialProperties(units); in IntelCPUSensor()
/openbmc/linux/tools/testing/selftests/size/
H A Dget_size.c68 static int print_k_value(const char *s, unsigned long num, unsigned long units) in print_k_value() argument
76 temp = (temp * units)/1024; in print_k_value()

12345678910>>...18