Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thermal/qcom/
Dtsens-v0_1.c369 .hw_ids = (unsigned int []){0, 1, 2, 4, 5 },
384 .hw_ids = (unsigned int []){ 0, 1, 2, 3, 5, 6, 7, 8, 9, /* 10 */ },
Dtsens.h535 unsigned int *hw_ids; member
Dtsens.c1287 if (data->hw_ids) in tsens_probe()
1288 priv->sensor[i].hw_id = data->hw_ids[i]; in tsens_probe()