Searched defs:intel_th_driver (Results 1 – 1 of 1) sorted by relevance
149 struct intel_th_driver { struct150 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