Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c110 dev_info_t *pcht_dip; member
162 dev_err(pch->pcht_dip, CE_WARN, "failed to read temperature " in pchtemp_read()
197 ASSERT3P(pch->pcht_dip, !=, NULL); in pchtemp_cleanup()
198 inst = ddi_get_instance(pch->pcht_dip); in pchtemp_cleanup()
200 (void) ksensor_remove(pch->pcht_dip, KSENSOR_ALL_IDS); in pchtemp_cleanup()
207 ddi_fm_fini(pch->pcht_dip); in pchtemp_cleanup()
246 pch->pcht_dip = dip; in pchtemp_attach()
283 if ((ret = ksensor_create(pch->pcht_dip, &pchtemp_temp_ops, pch, name, in pchtemp_attach()