Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/qcom/
H A 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 */ },
H A Dtsens.h535 unsigned int *hw_ids; member
H A Dtsens.c1290 if (data->hw_ids) in tsens_probe()
1291 priv->sensor[i].hw_id = data->hw_ids[i]; in tsens_probe()
/openbmc/qemu/qga/
H A Dcommands-win32.c2358 g_auto(GStrv) hw_ids = NULL; in qmp_guest_get_devices()
2375 hw_ids = ga_get_hardware_ids(dev_info_data.DevInst); in qmp_guest_get_devices()
2376 if (hw_ids == NULL) { in qmp_guest_get_devices()
2379 for (j = 0; hw_ids[j] != NULL; j++) { in qmp_guest_get_devices()
2382 if (!g_regex_match(device_pci_re, hw_ids[j], 0, &match_info)) { in qmp_guest_get_devices()