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