Home
last modified time | relevance | path

Searched defs:intel_th_driver (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/hwtracing/intel_th/
Dintel_th.h149 struct intel_th_driver { struct
150 struct device_driver driver;
151 int (*probe)(struct intel_th_device *thdev);
152 void (*remove)(struct intel_th_device *thdev);
177 container_of((_d), struct intel_th_driver, driver) argument