Searched refs:to_intel_th_device (Results 1 – 2 of 2) sorted by relevance
32 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_match() 51 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_probe() 59 hub = to_intel_th_device(dev->parent); in intel_th_probe() 70 ret = thdrv->probe(to_intel_th_device(dev)); in intel_th_probe() 101 struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_remove() 180 intel_th_device_free(to_intel_th_device(dev)); in intel_th_device_release() 191 const struct intel_th_device *thdev = to_intel_th_device(dev); in intel_th_output_devnode() 208 struct intel_th_device *thdev = to_intel_th_device(dev); in port_show() 300 struct intel_th_device *thdev = to_intel_th_device(dev); in active_show() 308 struct intel_th_device *thdev = to_intel_th_device(de in active_store() [all...]
92 #define to_intel_th_device(_d) \ macro215 return to_intel_th_device(parent); in to_intel_th_parent()