Lines Matching refs:thdev
32 struct intel_th_device *thdev; member
155 static int intel_th_pti_activate(struct intel_th_device *thdev) in intel_th_pti_activate() argument
157 struct pti_device *pti = dev_get_drvdata(&thdev->dev); in intel_th_pti_activate()
169 intel_th_trace_enable(thdev); in intel_th_pti_activate()
174 static void intel_th_pti_deactivate(struct intel_th_device *thdev) in intel_th_pti_deactivate() argument
176 struct pti_device *pti = dev_get_drvdata(&thdev->dev); in intel_th_pti_deactivate()
178 intel_th_trace_disable(thdev); in intel_th_pti_deactivate()
197 static int intel_th_pti_probe(struct intel_th_device *thdev) in intel_th_pti_probe() argument
199 struct device *dev = &thdev->dev; in intel_th_pti_probe()
205 res = intel_th_device_get_resource(thdev, IORESOURCE_MEM, 0); in intel_th_pti_probe()
217 pti->thdev = thdev; in intel_th_pti_probe()
231 static void intel_th_pti_remove(struct intel_th_device *thdev) in intel_th_pti_remove() argument