/openbmc/linux/include/linux/ |
H A D | timekeeper_internal.h | 15 * struct tk_read_base - base structure for timekeeping readout 21 * @xtime_nsec: Shifted (fractional) nano seconds offset for readout 22 * @base: ktime_t (nanoseconds) base time for readout 23 * @base_real: Nanoseconds base value for clock REALTIME readout 47 * @tkr_mono: The readout base structure for CLOCK_MONOTONIC 48 * @tkr_raw: The readout base structure for CLOCK_MONOTONIC_RAW
|
/openbmc/linux/drivers/media/i2c/ccs/ |
H A D | ccs-data.h | 80 * struct ccs_pdaf_readout - CCS PDAF data readout descriptor 81 * @pdaf_readout_info_order: PDAF readout order 98 * @pdaf_readout: PDAF readout
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-d4xx.rst | 98 * - __u32 Readout time 136 - GPIO readout, see [4_] below (Supported from FW 5.12.7.0) 166 0x00000004 Readout time
|
/openbmc/linux/kernel/sched/ |
H A D | clock.c | 333 * cmpxchg64 below only protects one readout. in sched_clock_remote() 337 * tracer and hit between the readout of in sched_clock_remote() 342 * We must enforce atomic readout on 32-bit, otherwise the in sched_clock_remote() 343 * update on the remote CPU can hit inbetween the readout of in sched_clock_remote()
|
/openbmc/linux/sound/drivers/ |
H A D | mts64.c | 99 #define MTS64_STAT_BIT_SET 0x20 /* readout process, bit is set */ 103 #define MTS64_CTL_READOUT 0x08 /* enable readout */ 146 /* Enables the readout procedure 160 /* Disables readout 162 * Readout is disabled by clearing bit 3 of control 315 * Note, that readout mode has to be enabled. 316 * readout procedure is as follows:
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-ina2xx-adc | 9 in-driver readout rate at the cost of an additional register read.
|
/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/ |
H A D | hoperf,hp03.yaml | 25 HI before the conversion and readout of the value from the ADC
|
/openbmc/linux/drivers/staging/fieldbus/anybuss/ |
H A D | Kconfig | 22 There is also a CAN power readout, unrelated to the Anybus,
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_histo.h | 51 bool readout; member
|
H A D | vsp1_histo.c | 48 histo->readout = true; in vsp1_histogram_buffer_get() 72 histo->readout = false; in vsp1_histogram_buffer_complete() 149 wait_event_lock_irq(histo->wait_queue, !histo->readout, histo->irqlock); in histo_stop_streaming()
|
/openbmc/linux/drivers/clocksource/ |
H A D | mmio.c | 42 * @base: Virtual address of the clock readout register
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_modeset_setup.c | 662 "[PLANE:%d:%s] hw state readout: %s, pipe %c\n", in readout_plane_state() 709 "[CRTC:%d:%s] hw state readout: %s\n", in intel_modeset_readout_hw_state() 762 "[ENCODER:%d:%s] hw state readout: %s, pipe %c\n", in intel_modeset_readout_hw_state() 786 * This has to be done during hardware readout in intel_modeset_readout_hw_state() 800 "[CONNECTOR:%d:%s] hw state readout: %s\n", in intel_modeset_readout_hw_state()
|
H A D | hsw_ips.c | 51 * the HW state readout code will complain that the expected in hsw_ips_enable() 269 * We cannot readout IPS state on broadwell, set to in hsw_ips_get_config()
|
H A D | intel_display_types.h | 228 * hardware state readout. 666 * Current watermarks can't be trusted during hardware readout, so 684 * During initial hw readout, they need to be copied from uapi. 1052 * During initial hw readout, they need to be copied to uapi. 1075 * quirks - bitfield with hw state readout quirks 1077 * For various reasons the hw state readout code might not be able to
|
/openbmc/linux/Documentation/input/devices/ |
H A D | edt-ft5x06.rst | 49 files triggers a new readout. It is recommended to provide a buffer
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-max3191x.c | 12 * of the inputs is clocked out to achieve high readout speeds; 17 * readout of non-faulting chips in the same daisy-chain. 58 * @mesg: SPI message to perform a readout
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-mc146818-lib.c | 34 * readout is unspecified. The maximum update time is ~2ms. Poll in mc146818_avoid_UIP() 49 /* Revalidate the above readout */ in mc146818_avoid_UIP()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | mp2856.rst | 30 - Can configured VOUT readout in direct or VID format and allows
|
H A D | mp2975.rst | 30 - Can configured VOUT readout in direct or VID format and allows
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | ti,am3359-tsc.yaml | 28 step is used to read a single coordinate. A single readout is enough but
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_spl_loaders.c | 62 * this would spare quite some time to readout e.g. the VID header of
|
/openbmc/linux/kernel/time/ |
H A D | timekeeping.c | 47 * The most important data for readout fits into a single 64 byte 403 * @tkr: Timekeeping readout base from which we take the update 612 * real time does not. On the next readout both are in sync again. 646 * suspended, so take a snapshot of the readout base of @tk and use it as the 647 * fast timekeeper's readout base while suspended. It will return the same 649 * proper readout base for the fast timekeeper will be restored automatically. 732 * The xtime based monotonic readout is: in tk_update_ktime_data() 734 * The ktime based monotonic readout is: in tk_update_ktime_data() 997 * works on both 32 and 64 bit systems. On 32 bit systems the readout 1576 * @ts: Pointer to the storage for the readout value
|
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/ |
H A D | ccs-regs.asc | 249 # monochrome readout registers 452 # optical black pixel readout registers 983 # optical black readout capability registers
|
/openbmc/linux/drivers/iio/magnetometer/ |
H A D | yamaha-yas530.c | 551 /* Calculate temperature readout */ in yas530_get_measure() 595 /* Calculate temperature readout */ in yas537_get_measure() 831 /* Actual calibration readout */ in yas530_get_calibration_data() 882 /* Actual calibration readout */ in yas532_get_calibration_data() 938 /* Calibration readout, YAS537 needs one readout only */ in yas537_get_calibration_data()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | nv40.c | 58 /* enable ADC readout and disable the ALARM threshold */ in nv40_sensor_setup()
|