/Linux-v6.1/include/linux/ |
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
|
/Linux-v6.1/drivers/media/i2c/ccs/ |
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
|
D | ccs.h | 63 * corrected by giving a default H-FLIP and V-FLIP in the sensor readout.
|
/Linux-v6.1/kernel/sched/ |
D | clock.c | 308 * cmpxchg64 below only protects one readout. in sched_clock_remote() 312 * tracer and hit between the readout of in sched_clock_remote() 317 * We must enforce atomic readout on 32-bit, otherwise the in sched_clock_remote() 318 * update on the remote CPU can hit inbetween the readout of in sched_clock_remote()
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_modeset_setup.c | 403 "[PLANE:%d:%s] hw state readout: %s, pipe %c\n", in readout_plane_state() 448 "[CRTC:%d:%s] hw state readout: %s\n", in intel_modeset_readout_hw_state() 493 "[ENCODER:%d:%s] hw state readout: %s, pipe %c\n", in intel_modeset_readout_hw_state() 517 * This has to be done during hardware readout in intel_modeset_readout_hw_state() 531 "[CONNECTOR:%d:%s] hw state readout: %s\n", in intel_modeset_readout_hw_state()
|
D | hsw_ips.c | 45 * the HW state readout code will complain that the expected in hsw_ips_enable() 265 * We cannot readout IPS state on broadwell, set to in hsw_ips_get_config()
|
D | intel_display_types.h | 232 * hardware state readout. 649 * Current watermarks can't be trusted during hardware readout, so 667 * During initial hw readout, they need to be copied from uapi. 993 * During initial hw readout, they need to be copied to uapi. 1010 * quirks - bitfield with hw state readout quirks 1012 * For various reasons the hw state readout code might not be able to
|
/Linux-v6.1/sound/drivers/ |
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:
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | pixfmt-meta-d4xx.rst | 92 * - __u32 Readout time 150 0x00000004 Readout time
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-ina2xx-adc | 9 in-driver readout rate at the cost of an additional register read.
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/pressure/ |
D | hoperf,hp03.yaml | 25 HI before the conversion and readout of the value from the ADC
|
/Linux-v6.1/drivers/staging/fieldbus/anybuss/ |
D | Kconfig | 22 There is also a CAN power readout, unrelated to the Anybus,
|
/Linux-v6.1/drivers/rtc/ |
D | rtc-mc146818-lib.c | 29 * readout is unspecified. The maximum update time is ~2ms. Poll in mc146818_avoid_UIP() 44 /* Revalidate the above readout */ in mc146818_avoid_UIP()
|
D | rtc-m41t93.c | 111 1. halt bit (HT) is set: the clock is running but update of readout in m41t93_get_time()
|
/Linux-v6.1/drivers/media/platform/renesas/vsp1/ |
D | vsp1_histo.h | 51 bool readout; member
|
D | vsp1_histo.c | 49 histo->readout = true; in vsp1_histogram_buffer_get() 74 histo->readout = false; in vsp1_histogram_buffer_complete() 153 wait_event_lock_irq(histo->wait_queue, !histo->readout, histo->irqlock); in histo_stop_streaming()
|
/Linux-v6.1/drivers/clocksource/ |
D | mmio.c | 42 * @base: Virtual address of the clock readout register
|
/Linux-v6.1/drivers/gpio/ |
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
|
/Linux-v6.1/Documentation/input/devices/ |
D | edt-ft5x06.rst | 49 files triggers a new readout. It is recommended to provide a buffer
|
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti,am3359-tsc.yaml | 28 step is used to read a single coordinate. A single readout is enough but
|
/Linux-v6.1/kernel/time/ |
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
|
/Linux-v6.1/Documentation/driver-api/media/drivers/ccs/ |
D | ccs-regs.asc | 249 # monochrome readout registers 452 # optical black pixel readout registers 983 # optical black readout capability registers
|
/Linux-v6.1/Documentation/hwmon/ |
D | mp2975.rst | 30 - Can configured VOUT readout in direct or VID format and allows
|
/Linux-v6.1/drivers/iio/magnetometer/ |
D | yamaha-yas530.c | 550 /* Calculate temperature readout */ in yas530_get_measure() 594 /* Calculate temperature readout */ in yas537_get_measure() 830 /* Actual calibration readout */ in yas530_get_calibration_data() 881 /* Actual calibration readout */ in yas532_get_calibration_data() 937 /* Calibration readout, YAS537 needs one readout only */ in yas537_get_calibration_data()
|
/Linux-v6.1/drivers/nvmem/ |
D | sunxi_sid.c | 20 /* Registers and special values for doing register-based SID readout on H3 */
|