Lines Matching defs:dev
1711 void intel_th_msc_window_unlock(struct device *dev, struct sg_table *sgt) in intel_th_msc_window_unlock()
1796 wrap_show(struct device *dev, struct device_attribute *attr, char *buf) in wrap_show()
1804 wrap_store(struct device *dev, struct device_attribute *attr, const char *buf, in wrap_store()
1836 mode_show(struct device *dev, struct device_attribute *attr, char *buf) in mode_show()
1852 mode_store(struct device *dev, struct device_attribute *attr, const char *buf, in mode_store()
1937 nr_pages_show(struct device *dev, struct device_attribute *attr, char *buf) in nr_pages_show()
1963 nr_pages_store(struct device *dev, struct device_attribute *attr, in nr_pages_store()
2035 win_switch_store(struct device *dev, struct device_attribute *attr, in win_switch_store()
2065 static ssize_t stop_on_full_show(struct device *dev, in stop_on_full_show()
2073 static ssize_t stop_on_full_store(struct device *dev, in stop_on_full_store()
2104 struct device *dev = &thdev->dev; in intel_th_msc_probe() local