Lines Matching refs:thdev
476 static void intel_th_gth_disable(struct intel_th_device *thdev, in intel_th_gth_disable() argument
479 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_disable()
507 dev_dbg(&thdev->dev, "timeout waiting for GTH[%d] PLE\n", in intel_th_gth_disable()
519 static void intel_th_gth_enable(struct intel_th_device *thdev, in intel_th_gth_enable() argument
522 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_enable()
553 static int intel_th_gth_assign(struct intel_th_device *thdev, in intel_th_gth_assign() argument
556 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_assign()
589 static void intel_th_gth_unassign(struct intel_th_device *thdev, in intel_th_gth_unassign() argument
592 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_unassign()
603 intel_th_gth_set_output(struct intel_th_device *thdev, unsigned int master) in intel_th_gth_set_output() argument
605 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_set_output()
625 static int intel_th_gth_probe(struct intel_th_device *thdev) in intel_th_gth_probe() argument
627 struct device *dev = &thdev->dev; in intel_th_gth_probe()
633 res = intel_th_device_get_resource(thdev, IORESOURCE_MEM, 0); in intel_th_gth_probe()
677 static void intel_th_gth_remove(struct intel_th_device *thdev) in intel_th_gth_remove() argument
679 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_remove()