Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwtracing/intel_th/
Dcore.c36 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_match()
55 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_probe()
63 hub = to_intel_th_device(dev->parent); in intel_th_probe()
70 ret = thdrv->probe(to_intel_th_device(dev)); in intel_th_probe()
84 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_remove()
85 struct intel_th_device *hub = to_intel_th_device(dev->parent); in intel_th_remove()
119 intel_th_device_free(to_intel_th_device(dev)); in intel_th_device_release()
130 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_output_devnode()
145 struct intel_th_device *thdev = to_intel_th_device(dev); in port_show()
180 struct intel_th_device *thdev = to_intel_th_device(dev); in active_show()
[all …]
Dintel_th.h71 #define to_intel_th_device(_d) \ macro
157 return to_intel_th_device(parent); in to_intel_th_hub()
Dsth.c160 intel_th_set_output(to_intel_th_device(sth->dev), master); in sth_stm_link()