Home
last modified time | relevance | path

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

123

/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.h199 struct snd_efw_phys_meters *meters,
/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.
/linux/sound/pci/echoaudio/
H A Dechoaudio_dsp.c597 /* set_meters_on turns the meters on or off. If meters are turned on, the DSP
617 Meters are written in the comm page by the DSP in this order:
623 Meters is an array [3][16][2] of long. */
624 static void get_audio_meters(struct echoaudio *chip, long *meters) in get_audio_meters() argument
629 meters[i] = 0; in get_audio_meters()
632 meters[n++] = chip->comm_page->vu_meter[m]; in get_audio_meters()
633 meters[n++] = chip->comm_page->peak_meter[m]; in get_audio_meters()
637 m = E3G_MAX_OUTPUTS; /* Skip unused meters */ in get_audio_meters()
641 meters[n++] = chip->comm_page->vu_meter[m]; in get_audio_meters()
642 meters[n++] = chip->comm_page->peak_meter[m]; in get_audio_meters()
[all …]
H A Dechoaudio_dsp.h645 /* VU meters 0x1e0 32*1 */
647 /* Peak meters 0x200 32*1 */
H A Dechoaudio.c1665 /******************* VU-meters switch *******************/
1680 .name = "VU-meters Switch",
1689 /***** Read VU-meters (input, output, analog and digital together) *****/
1711 .name = "VU-meters",
/linux/drivers/net/phy/
H A Dopen_alliance_helpers.h30 * of 1 meter, ranging from 0 to 31 meters. The exact interpretation of the
/linux/Documentation/hwmon/
H A Dibmaem.rst26 This driver implements sensor reading support for the energy and power meters
/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 -------------------- */
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.h40 #define MLX5E_DEFAULT_CABLE_LEN 7 /* 7 meters */
/linux/net/ethtool/
H A Dcabletest.c9 /* 802.3 standard allows 100 meters for BaseT cables. However longer
11 * PHY. So allow testing for up to 150 meters.
/linux/net/bluetooth/
H A DKconfig23 that typically extends up to 10 meters. More information about
/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.c1669 * 0 < 50 meters
1670 * 1 50 - 80 meters
1671 * 2 80 - 110 meters
1672 * 3 110 - 140 meters
1673 * 4 > 140 meters
1724 /* Check if the unit of cable length is meters or cm */ in igb_get_cable_length_m88_gen2()
1771 /* Populate the phy structure with cable length in meters */ in igb_get_cable_length_m88_gen2()
1887 /* Calculate cable length with the error range of +/- 10 meters. */ in igb_get_cable_length_igp_2()
/linux/Documentation/sound/cards/
H A Dmaya44.rst50 - The level meters ("multi track") in 'alsamixer' do not seem to react to signals in (if this is a …
H A Dhdspm.rst109 or peak-meters over ioctl, or also to do only copying and no
/linux/net/openvswitch/
H A Dmeter.c189 * Make sure there are no references of meters in array in detach_meter()
739 /* Allow meters in a datapath to use ~3.12% of physical memory. */ in ovs_meters_init()
H A Ddatapath.h108 /* Switch meters. */
/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.c1820 * 0 < 50 meters
1821 * 1 50 - 80 meters
1822 * 2 80 - 110 meters
1823 * 3 110 - 140 meters
1824 * 4 > 140 meters
1908 /* Calculate cable length with the error range of +/- 10 meters. */ in e1000e_get_cable_length_igp_2()
/linux/drivers/hwmon/
H A Dibmaem.c149 * Two energy meters
150 * Two power meters
/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.h92 /* clock meters addr */
/linux/include/uapi/linux/
H A Dopenvswitch.h1055 /* Meters. */
1079 OVS_METER_ATTR_MAX_METERS, /* u32 number of meters supported. */
/linux/Documentation/iio/
H A Dadis16475.rst170 | Acceleration on X, Y, and Z axis | Meters per Second squared |
174 | Delta velocity on X. Y, and Z axis | Meters per Second |
/linux/drivers/net/phy/qcom/
H A Dqcom-phy-lib.c455 * DELTA_TIME * 0.824 meters. in at803x_cdt_fault_length()

123