Searched refs:thdrv (Results 1 – 2 of 2) sorted by relevance
35 struct intel_th_driver *thdrv = to_intel_th_driver(driver); in intel_th_match() local39 (!thdrv->enable || !thdrv->disable)) in intel_th_match()54 struct intel_th_driver *thdrv = to_intel_th_driver(dev->driver); in intel_th_probe() local70 ret = thdrv->probe(to_intel_th_device(dev)); in intel_th_probe()83 struct intel_th_driver *thdrv = to_intel_th_driver(dev->driver); in intel_th_remove() local94 thdrv->remove(thdev); in intel_th_remove()157 struct intel_th_driver *thdrv = to_intel_th_driver(thdev->dev.driver); in intel_th_output_activate() local159 if (thdrv->activate) in intel_th_output_activate()160 return thdrv->activate(thdev); in intel_th_output_activate()169 struct intel_th_driver *thdrv = to_intel_th_driver(thdev->dev.driver); in intel_th_output_deactivate() local[all …]
165 int intel_th_driver_register(struct intel_th_driver *thdrv);166 void intel_th_driver_unregister(struct intel_th_driver *thdrv);