Searched refs:hw_ids (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/thermal/qcom/ |
D | tsens-v0_1.c | 363 .hw_ids = (unsigned int []){0, 1, 2, 4, 5 }, 378 .hw_ids = (unsigned int []){ 0, 1, 2, 3, 5, 6, 7, 8, 9, /* 10 */ },
|
D | tsens.h | 535 unsigned int *hw_ids; member
|
D | tsens.c | 1318 if (data->hw_ids) in tsens_probe() 1319 priv->sensor[i].hw_id = data->hw_ids[i]; in tsens_probe()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | setup-common.c | 416 const __be32 *hw_ids) in assign_threads() argument 421 hwid = be32_to_cpu(hw_ids[i]); in assign_threads()
|