Lines Matching defs:dev

66 static struct cbe_pmd_regs __iomem *get_pmd_regs(struct device *dev)  in get_pmd_regs()
76 static u8 spu_read_register_value(struct device *dev, union spe_reg __iomem *reg) in spu_read_register_value()
87 static ssize_t spu_show_temp(struct device *dev, struct device_attribute *attr, in spu_show_temp()
137 static ssize_t spu_show_throttle_end(struct device *dev, in spu_show_throttle_end()
143 static ssize_t spu_show_throttle_begin(struct device *dev, in spu_show_throttle_begin()
149 static ssize_t spu_show_throttle_full_stop(struct device *dev, in spu_show_throttle_full_stop()
155 static ssize_t spu_store_throttle_end(struct device *dev, in spu_store_throttle_end()
161 static ssize_t spu_store_throttle_begin(struct device *dev, in spu_store_throttle_begin()
167 static ssize_t spu_store_throttle_full_stop(struct device *dev, in spu_store_throttle_full_stop()
173 static ssize_t ppe_show_temp(struct device *dev, char *buf, int pos) in ppe_show_temp()
189 static ssize_t ppe_show_temp0(struct device *dev, in ppe_show_temp0()
196 static ssize_t ppe_show_temp1(struct device *dev, in ppe_show_temp1()
202 static ssize_t ppe_show_throttle_end(struct device *dev, in ppe_show_throttle_end()
208 static ssize_t ppe_show_throttle_begin(struct device *dev, in ppe_show_throttle_begin()
214 static ssize_t ppe_show_throttle_full_stop(struct device *dev, in ppe_show_throttle_full_stop()
220 static ssize_t ppe_store_throttle_end(struct device *dev, in ppe_store_throttle_end()
226 static ssize_t ppe_store_throttle_begin(struct device *dev, in ppe_store_throttle_begin()
232 static ssize_t ppe_store_throttle_full_stop(struct device *dev, in ppe_store_throttle_full_stop()
297 struct device *dev; in init_default_values() local