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

/linux-master/drivers/hwtracing/intel_th/
H A Dcore.c31 struct intel_th_driver *thdrv = to_intel_th_driver(driver); local
35 (!thdrv->enable || !thdrv->disable))
50 struct intel_th_driver *thdrv = to_intel_th_driver(dev->driver); local
70 ret = thdrv->probe(to_intel_th_device(dev));
74 if (thdrv->attr_group) {
75 ret = sysfs_create_group(&thdev->dev.kobj, thdrv->attr_group);
87 thdrv->remove(thdev);
100 struct intel_th_driver *thdrv = to_intel_th_driver(dev->driver); local
148 if (thdrv
236 struct intel_th_driver *thdrv = local
278 struct intel_th_driver *thdrv = local
354 intel_th_driver_register(struct intel_th_driver *thdrv) argument
365 intel_th_driver_unregister(struct intel_th_driver *thdrv) argument
808 struct intel_th_driver *thdrv; local
[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);

Completed in 112 milliseconds