Symbol: adc_tm5_chip
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
162
struct adc_tm5_chip;
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
172
int (*init)(struct adc_tm5_chip *chip);
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
207
struct adc_tm5_chip *chip;
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
241
static int adc_tm5_read(struct adc_tm5_chip *adc_tm, u16 offset, u8 *data, int len)
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
246
static int adc_tm5_write(struct adc_tm5_chip *adc_tm, u16 offset, u8 *data, int len)
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
251
static int adc_tm5_reg_update(struct adc_tm5_chip *adc_tm, u16 offset, u8 mask, u8 val)
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
258
struct adc_tm5_chip *chip = data;
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
307
struct adc_tm5_chip *chip = data;
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
380
struct adc_tm5_chip *chip = channel->chip;
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
394
static int32_t adc_tm5_gen2_conv_req(struct adc_tm5_chip *chip)
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
446
struct adc_tm5_chip *chip = channel->chip;
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
488
static int adc_tm5_enable(struct adc_tm5_chip *chip)
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
512
struct adc_tm5_chip *chip = channel->chip;
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
568
struct adc_tm5_chip *chip = channel->chip;
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
645
struct adc_tm5_chip *chip;
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
668
static int adc_tm5_register_tzd(struct adc_tm5_chip *adc_tm)
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
697
static int adc_tm_hc_init(struct adc_tm5_chip *chip)
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
720
static int adc_tm5_init(struct adc_tm5_chip *chip)
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
755
static int adc_tm5_gen2_init(struct adc_tm5_chip *chip)
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
780
static int adc_tm5_get_dt_channel_data(struct adc_tm5_chip *adc_tm,
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
938
static int adc_tm5_get_dt_data(struct adc_tm5_chip *adc_tm, struct device_node *node)
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
999
struct adc_tm5_chip *adc_tm;