Lines Matching defs:dev
102 static ssize_t uboot_ver_show(struct device *dev, struct device_attribute *attr, in uboot_ver_show()
110 static ssize_t armcp_kernel_ver_show(struct device *dev, in armcp_kernel_ver_show()
118 static ssize_t armcp_ver_show(struct device *dev, struct device_attribute *attr, in armcp_ver_show()
126 static ssize_t cpld_ver_show(struct device *dev, struct device_attribute *attr, in cpld_ver_show()
135 static ssize_t cpucp_kernel_ver_show(struct device *dev, in cpucp_kernel_ver_show()
143 static ssize_t cpucp_ver_show(struct device *dev, struct device_attribute *attr, in cpucp_ver_show()
151 static ssize_t infineon_ver_show(struct device *dev, in infineon_ver_show()
160 static ssize_t fuse_ver_show(struct device *dev, struct device_attribute *attr, in fuse_ver_show()
168 static ssize_t thermal_ver_show(struct device *dev, in thermal_ver_show()
176 static ssize_t preboot_btl_ver_show(struct device *dev, in preboot_btl_ver_show()
184 static ssize_t soft_reset_store(struct device *dev, in soft_reset_store()
212 static ssize_t hard_reset_store(struct device *dev, in hard_reset_store()
235 static ssize_t device_type_show(struct device *dev, in device_type_show()
257 static ssize_t pci_addr_show(struct device *dev, struct device_attribute *attr, in pci_addr_show()
269 static ssize_t status_show(struct device *dev, struct device_attribute *attr, in status_show()
285 static ssize_t soft_reset_cnt_show(struct device *dev, in soft_reset_cnt_show()
293 static ssize_t hard_reset_cnt_show(struct device *dev, in hard_reset_cnt_show()
301 static ssize_t max_power_show(struct device *dev, struct device_attribute *attr, in max_power_show()
315 static ssize_t max_power_store(struct device *dev, in max_power_store()
345 struct device *dev = container_of(kobj, struct device, kobj); in eeprom_read_handler() local