Home
last modified time | relevance | path

Searched refs:thdrv (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwtracing/intel_th/
H A Dcore.c35 (!thdrv->enable || !thdrv->disable)) in intel_th_match()
74 if (thdrv->attr_group) { in intel_th_probe()
87 thdrv->remove(thdev); in intel_th_probe()
148 if (thdrv->attr_group) in intel_th_remove()
153 thdrv->remove(thdev); in intel_th_remove()
241 if (!thdrv) in intel_th_output_activate()
255 if (thdrv->activate) in intel_th_output_activate()
282 if (!thdrv) in intel_th_output_deactivate()
285 if (thdrv->deactivate) in intel_th_output_deactivate()
286 thdrv->deactivate(thdev); in intel_th_output_deactivate()
[all …]
H A Dintel_th.h234 int intel_th_driver_register(struct intel_th_driver *thdrv);
235 void intel_th_driver_unregister(struct intel_th_driver *thdrv);