Home
last modified time | relevance | path

Searched refs:dts0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dgpd-pocket-fan.c47 struct thermal_zone_device *dts0; member
80 if (thermal_zone_get_temp(fan->dts0, &t0) || in gpd_pocket_fan_worker()
162 fan->dts0 = thermal_zone_get_zone_by_name("soc_dts0"); in gpd_pocket_fan_probe()
163 if (IS_ERR(fan->dts0)) in gpd_pocket_fan_probe()
/openbmc/qemu/tests/qtest/
H A Dpnv-xscom-test.c70 uint64_t dts0; in test_xscom_core() local
78 dts0 = pnv_xscom_read(qts, chip, first_core_dts0); in test_xscom_core()
80 g_assert_cmphex(dts0, ==, 0x26f024f023f0000ull); in test_xscom_core()