Home
last modified time | relevance | path

Searched refs:reading (Results 151 – 175 of 923) sorted by relevance

12345678910>>...37

/openbmc/linux/Documentation/devicetree/bindings/display/exynos/
H A Dexynos_dp.txt67 -samsung,link-rate: deprecated prop that can reading from monitor by dpcd method.
68 -samsung,lane-count: deprecated prop that can reading from monitor by dpcd method.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DDevice.errors.yaml3 # This can be used by any application that gets a failure reading from a
/openbmc/qemu/tests/qemu-iotests/
H A D003.out4 == reading whole image ==
/openbmc/openpower-dbus-interfaces/xyz/openbmc_project/Common/FactoryReset/
H A DREADME.md11 More reading for OpenBMC services [here](https://github.com/openbmc/phosphor-dbus-interfaces/blob/m…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Debug/Pid/
H A DThermalPower.interface.yaml33 The "Leader" sensor reading.
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/
H A Dlibsndfile1_1.2.2.bb2 DESCRIPTION = "Library for reading and writing files containing sampled \
/openbmc/linux/Documentation/hwmon/
H A Dsmsc47b397.rst35 Methods for detecting the HP SIO and reading the thermal data on a dc7100
86 How to convert the tach reading to RPM
89 The tach reading (TCount) is given by: (Tach MSB * 256) + (Tach LSB)
H A Dmax1619.rst32 other second; reading them more often will do no harm, but will return
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst17 provided: total time spent reading and writing. When the histogram
36 memory is used by reading:
159 4. the number of milliseconds spent reading
170 12. the total time spent reading in milliseconds
/openbmc/u-boot/drivers/mmc/
H A Dsunxi_mmc.c308 const int reading = !!(data->flags & MMC_DATA_READ); in mmc_trans_data_by_cpu() local
309 const uint32_t status_bit = reading ? SUNXI_MMC_STATUS_FIFO_EMPTY : in mmc_trans_data_by_cpu()
312 unsigned *buff = (unsigned int *)(reading ? data->dest : data->src); in mmc_trans_data_by_cpu()
331 if (reading) in mmc_trans_data_by_cpu()
/openbmc/linux/drivers/media/dvb-frontends/
H A Drtl2832.c148 u8 msb, lsb, reading[4], len; in rtl2832_rd_demod_reg() local
157 ret = regmap_bulk_read(dev->regmap, reg_start_addr, reading, len); in rtl2832_rd_demod_reg()
163 reading_tmp |= reading[i] << ((len - 1 - i) * 8); in rtl2832_rd_demod_reg()
178 u8 msb, lsb, reading[4], writing[4], len; in rtl2832_wr_demod_reg() local
187 ret = regmap_bulk_read(dev->regmap, reg_start_addr, reading, len); in rtl2832_wr_demod_reg()
193 reading_tmp |= reading[i] << ((len - 1 - i) * 8); in rtl2832_wr_demod_reg()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Darmada3700-xtal-clock.txt4 reading the gpio latch register.
/openbmc/u-boot/fs/fat/
H A DKconfig4 This provides support for reading images from File Allocation Table
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/
H A Dgnome-desktop_44.0.bb1 SUMMARY = "GNOME library for reading .desktop files"
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dx-powers,axp20x-battery-power-supply.yaml11 currents of the battery by reading ADC channels from the ADC.
/openbmc/linux/Documentation/devicetree/bindings/nvmem/layouts/
H A Dnvmem-layout.yaml17 define and might require dynamic reading of the NVMEM device in order to
/openbmc/linux/drivers/bus/mhi/host/
H A DKconfig21 reading and/or modifying some values within the MHI controller
/openbmc/linux/Documentation/ABI/testing/
H A Dprocfs-diskstats16 7 time spent reading (ms)
H A Ddebugfs-hisi-zip19 disable counters clear after reading of these registers.
36 1/1000~1000/1000 of total QoS. The driver reading alg_qos to
59 disable counters clear after reading of these registers.
/openbmc/ipmitool/control/
H A Dipmitool.spec.in21 It provides commands for reading the Sensor Data Repository (SDR) and
23 Log (SEL), printing Field Replaceable Unit (FRU) information, reading and
127 - Fix bug in ipmb sensor reading
276 - Fix FRU reading for large (>255 bytes) areas.
307 - Improved event generator, now supports reading events from text file
334 - Support prompting for password or reading from environment
337 - Fix reading of large FRU data
361 - Fix sdr handling of sensors that do not return a reading
/openbmc/linux/sound/soc/codecs/
H A Darizona-jack.c461 static int arizona_hpdet_do_id(struct arizona_priv *info, int *reading, in arizona_hpdet_do_id() argument
474 info->hpdet_res[info->num_hpdet_res++] = *reading; in arizona_hpdet_do_id()
499 *reading = info->hpdet_res[0]; in arizona_hpdet_do_id()
502 if (*reading >= ARIZONA_HPDET_MAX && !info->hpdet_retried) { in arizona_hpdet_do_id()
534 int ret, reading, state, report; in arizona_hpdet_irq() local
558 reading = ret; in arizona_hpdet_irq()
566 ret = arizona_hpdet_do_id(info, &reading, &mic); in arizona_hpdet_irq()
573 if (reading >= 5000) in arizona_hpdet_irq()
/openbmc/linux/Documentation/w1/slaves/
H A Dw1_ds2438.rst66 Opening and reading this file initiates the CONVERT_T (temperature conversion)
75 Opening and reading this file initiates the CONVERT_V (voltage conversion)
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dsprd,spi-adi.yaml34 one system is reading/writing data by ADI software channels, that should be under
35 one hardware spinlock protection to prevent other systems from reading/writing
/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/
H A D0001-Make-the-code-C-17-compliant.patch26 always (unless we get an error while reading the first char)
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch4 Subject: [PATCH 2/3] At image reading, compare data size of some tags / data

12345678910>>...37