Symbol: to_intel_th_device
drivers/hwtracing/intel_th/core.c
1003
struct intel_th_device *hub = to_intel_th_device(thdev->dev.parent);
drivers/hwtracing/intel_th/core.c
101
struct intel_th_device *thdev = to_intel_th_device(dev);
drivers/hwtracing/intel_th/core.c
1025
struct intel_th_device *hub = to_intel_th_device(thdev->dev.parent);
drivers/hwtracing/intel_th/core.c
1046
struct intel_th_device *hub = to_intel_th_device(thdev->dev.parent);
drivers/hwtracing/intel_th/core.c
180
intel_th_device_free(to_intel_th_device(dev));
drivers/hwtracing/intel_th/core.c
191
const struct intel_th_device *thdev = to_intel_th_device(dev);
drivers/hwtracing/intel_th/core.c
208
struct intel_th_device *thdev = to_intel_th_device(dev);
drivers/hwtracing/intel_th/core.c
300
struct intel_th_device *thdev = to_intel_th_device(dev);
drivers/hwtracing/intel_th/core.c
308
struct intel_th_device *thdev = to_intel_th_device(dev);
drivers/hwtracing/intel_th/core.c
32
struct intel_th_device *thdev = to_intel_th_device(dev);
drivers/hwtracing/intel_th/core.c
51
struct intel_th_device *thdev = to_intel_th_device(dev);
drivers/hwtracing/intel_th/core.c
59
hub = to_intel_th_device(dev->parent);
drivers/hwtracing/intel_th/core.c
70
ret = thdrv->probe(to_intel_th_device(dev));
drivers/hwtracing/intel_th/core.c
830
file->private_data = to_intel_th_device(dev);
drivers/hwtracing/intel_th/intel_th.h
215
return to_intel_th_device(parent);
drivers/hwtracing/intel_th/sth.c
164
return intel_th_set_output(to_intel_th_device(sth->dev), master);