Home
last modified time | relevance | path

Searched full:meters (Results 1 – 25 of 90) sorted by relevance

1234

/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_proc.c131 struct snd_efw_phys_meters *meters; in proc_read_phys_meters() local
139 meters = kzalloc(size, GFP_KERNEL); in proc_read_phys_meters()
140 if (meters == NULL) in proc_read_phys_meters()
143 err = snd_efw_command_get_phys_meters(efw, meters, size); in proc_read_phys_meters()
147 snd_iprintf(buffer, "Physical Meters:\n"); in proc_read_phys_meters()
150 max = min(efw->phys_out, meters->out_meters); in proc_read_phys_meters()
151 linear = meters->values; in proc_read_phys_meters()
163 max = min(efw->phys_in, meters->in_meters); in proc_read_phys_meters()
164 linear = meters->values + meters->out_meters; in proc_read_phys_meters()
174 kfree(meters); in proc_read_phys_meters()
[all …]
H A Dfireworks_command.c256 struct snd_efw_phys_meters *meters, in snd_efw_command_get_phys_meters() argument
259 u32 *buf = (u32 *)meters; in snd_efw_command_get_phys_meters()
265 NULL, 0, (__be32 *)meters, len); in snd_efw_command_get_phys_meters()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/
H A DDimension.interface.yaml8 The height in meters.
12 The width in meters.
16 The depth in meters.
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/
H A DAverage.interface.yaml20 namespace, Unit must be "Meters". For objects in the current
46 - name: Meters
48 Length as meters.
H A DMaximum.interface.yaml20 namespace, Unit must be "Meters". For objects in the current
46 - name: Meters
48 Length as meters.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-proximity-as39356 Get the current distance in meters of storm (1km steps)
7 1000-40000 = distance in meters
H A Dsysfs-bus-iio-distance-srf087 first object echoed in meters. Default value is 6.020.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DValue.interface.yaml43 altitude namespace, Unit must be "Meters". For objects in the current
74 - name: Meters
76 Length as meters.
/openbmc/pldm/host-bmc/dbus/
H A Dcable.hpp36 /** Get length of the cable in meters */
39 /** Set length of the cable in meters */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/
H A D0001-htop-Change-dependency-order-of-header-and-sourcefil.patch23 @@ -186,8 +186,8 @@ CFGMETERS = $(patsubst %,pcp/meters/%,$(METERS))
/openbmc/linux/Documentation/hwmon/
H A Dacpi_power_meter.rst4 This driver talks to ACPI 4.0 power meters.
19 This driver implements sensor reading support for the power meters exposed in
H A Dibmaem.rst26 This driver implements sensor reading support for the energy and power meters
/openbmc/linux/sound/pci/echoaudio/
H A Dechoaudio_dsp.c612 /* set_meters_on turns the meters on or off. If meters are turned on, the DSP
632 Meters are written in the comm page by the DSP in this order:
638 Meters is an array [3][16][2] of long. */
639 static void get_audio_meters(struct echoaudio *chip, long *meters) in get_audio_meters() argument
644 meters[i] = 0; in get_audio_meters()
647 meters[n++] = chip->comm_page->vu_meter[m]; in get_audio_meters()
648 meters[n++] = chip->comm_page->peak_meter[m]; in get_audio_meters()
652 m = E3G_MAX_OUTPUTS; /* Skip unused meters */ in get_audio_meters()
656 meters[n++] = chip->comm_page->vu_meter[m]; in get_audio_meters()
657 meters[n++] = chip->comm_page->peak_meter[m]; in get_audio_meters()
[all …]
/openbmc/linux/drivers/iio/proximity/
H A Dping.c65 .timeout_ns = 18500000, /* 3 meters */
71 .timeout_ns = 15500000, /* 2 meters plus error codes */
210 * because we limit to 3 meters the multiplication with 232 just in ping_read()
H A Dsrf04.c151 * measuring more than 6,45 meters is beyond the capabilities of in srf04_read()
185 * because we limit to 6,45 meters the multiplication with 106 just in srf04_read()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DCable.interface.yaml9 The length of the cable in meters. The default value of NaN
/openbmc/dbus-sensors/src/
H A DSensorPaths.cpp27 if (units == "Meters" || units == unitMeters) in getPathForUnits()
H A DSensorPaths.hpp18 "xyz.openbmc_project.Sensor.Value.Unit.Meters";
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.h40 #define MLX5E_DEFAULT_CABLE_LEN 7 /* 7 meters */
/openbmc/bmcweb/scripts/
H A Dwebsocket_test.py32 "altitude": "Meters",
/openbmc/linux/include/uapi/sound/
H A Dfirewire.h178 * @data: Signal level meters. The mapping between position and input/output channel is
273 * @data: Signal level meters. The mapping between position and signal channel is model-dependent.
H A Dhdspm.h30 /* -------------------- IOCTL Peak/RMS Meters -------------------- */
/openbmc/phosphor-webui/app/common/services/
H A Dconstants.js74 'xyz.openbmc_project.Sensor.Value.Unit.Meters': 'meters',
92 'xyz.openbmc_project.Sensor.Value.Unit.Meters'
/openbmc/linux/net/ethtool/
H A Dcabletest.c8 /* 802.3 standard allows 100 meters for BaseT cables. However longer
10 * PHY. So allow testing for up to 150 meters.
/openbmc/linux/net/bluetooth/
H A DKconfig23 that typically extends up to 10 meters. More information about

1234