Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/intel_th/
Dcore.c32 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_match()
51 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_probe()
59 hub = to_intel_th_device(dev->parent); in intel_th_probe()
70 ret = thdrv->probe(to_intel_th_device(dev)); in intel_th_probe()
101 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_remove()
180 intel_th_device_free(to_intel_th_device(dev)); in intel_th_device_release()
191 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_output_devnode()
208 struct intel_th_device *thdev = to_intel_th_device(dev); in port_show()
283 struct intel_th_device *thdev = to_intel_th_device(dev); in active_show()
291 struct intel_th_device *thdev = to_intel_th_device(dev); in active_store()
[all …]
Dintel_th.h90 #define to_intel_th_device(_d) \ macro
210 return to_intel_th_device(parent); in to_intel_th_parent()
Dsth.c164 intel_th_set_output(to_intel_th_device(sth->dev), master); in sth_stm_link()