Searched defs:intel_th_driver (Results 1 – 1 of 1) sorted by relevance
159 struct intel_th_driver { struct160 struct device_driver driver;161 int (*probe)(struct intel_th_device *thdev);162 void (*remove)(struct intel_th_device *thdev);164 int (*assign)(struct intel_th_device *thdev,166 void (*unassign)(struct intel_th_device *thdev,191 #define to_intel_th_driver(_d) \ argument192 container_of((_d), struct intel_th_driver, driver) argument