Home
last modified time | relevance | path

Searched refs:hw_ids (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/thermal/qcom/
Dtsens-v0_1.c592 .hw_ids = (unsigned int []){0, 1, 2, 4, 5 },
607 .hw_ids = (unsigned int []){ 0, 1, 2, 4, 5, 6, 7, 8, 9, 10 },
635 .hw_ids = (unsigned int []){ 0, 1, 2, 3, 4 },
Dtsens-v1.c387 .hw_ids = (unsigned int[]){0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10},
Dtsens.h524 unsigned int *hw_ids; member
Dtsens.c1133 if (data->hw_ids) in tsens_probe()
1134 priv->sensor[i].hw_id = data->hw_ids[i]; in tsens_probe()