Lines Matching +full:tsens +full:- +full:v1
1 /* SPDX-License-Identifier: GPL-2.0 */
47 * struct tsens_sensor - data for each sensor connected to the tsens device
48 * @priv: tsens device instance that this sensor is connected to
51 * @hw_id: HW ID can be used in case of platform-specific IDs
53 * @status: 8960-specific variable to track 8960 and 8660 status register offset
67 * struct tsens_ops - operations as supported by the tsens device
68 * @init: Function to initialize the tsens device
69 * @calibrate: Function to calibrate the tsens device
71 * @enable: Function to enable (clocks/power) tsens device
72 * @disable: Function to disable the tsens device
73 * @suspend: Function to suspend the tsens device
74 * @resume: Function to resume the tsens device
161 /* ----- SROT ------ */
172 /* ----- TM ------ */
500 * struct tsens_features - Features supported by the IP
525 * struct tsens_plat_data - tsens compile-time platform data
527 * @ops: operations the tsens instance supports
541 * struct tsens_context - Registers to be saved/restored across a context loss
551 * struct tsens_priv - private data for each instance of the tsens IP
565 * @debug_root: pointer to debugfs dentry for all tsens
566 * @debug: pointer to debugfs dentry for tsens controller
592 …* struct tsens_single_value - internal representation of a single field inside nvmem calibration d…
604 …* struct tsens_legacy_calibration_format - description of calibration data used when parsing the l…
638 /* TSENS target */
641 /* TSENS v0.1 targets */
644 /* TSENS v1 targets */
647 /* TSENS v2 targets */