Lines Matching defs:thdev
24 struct intel_th_device *thdev;
149 static int intel_th_pti_activate(struct intel_th_device *thdev)
151 struct pti_device *pti = dev_get_drvdata(&thdev->dev);
164 intel_th_trace_enable(thdev);
169 static void intel_th_pti_deactivate(struct intel_th_device *thdev)
171 struct pti_device *pti = dev_get_drvdata(&thdev->dev);
173 intel_th_trace_disable(thdev);
191 if (pti->thdev->output.type == GTH_LPP) {
201 static int intel_th_pti_probe(struct intel_th_device *thdev)
203 struct device *dev = &thdev->dev;
208 res = intel_th_device_get_resource(thdev, IORESOURCE_MEM, 0);
220 pti->thdev = thdev;
230 static void intel_th_pti_remove(struct intel_th_device *thdev)