Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dtsens-v0_1.c363 .hw_ids = (unsigned int []){0, 1, 2, 4, 5 },
378 .hw_ids = (unsigned int []){ 0, 1, 2, 3, 5, 6, 7, 8, 9, /* 10 */ },
H A Dtsens-v1.c255 .hw_ids = (unsigned int []){0, 1, 2, 3, 4},
H A Dtsens.h538 unsigned int *hw_ids; member
H A Dtsens.c1336 if (data->hw_ids) in tsens_probe()
1337 priv->sensor[i].hw_id = data->hw_ids[i]; in tsens_probe()