Lines Matching +defs:val +defs:device

437 		   u32 attr, int channel, long *val)  in w1_read()
625 static inline int w1_DS18B20_set_resolution(struct w1_slave *sl, int val) in w1_DS18B20_set_resolution()
1588 static ssize_t w1_slave_show(struct device *device, in w1_slave_show()
1640 static ssize_t w1_slave_store(struct device *device, in w1_slave_store()
1644 int val, ret = 0; in w1_slave_store() local
1680 static ssize_t temperature_show(struct device *device, in temperature_show()
1718 static ssize_t ext_power_show(struct device *device, in ext_power_show()
1740 static ssize_t resolution_show(struct device *device, in resolution_show()
1762 static ssize_t resolution_store(struct device *device, in resolution_store()
1766 int val; in resolution_store() local
1801 static ssize_t eeprom_cmd_store(struct device *device, in eeprom_cmd_store()
1821 static ssize_t alarms_show(struct device *device, in alarms_show()
1843 static ssize_t alarms_store(struct device *device, in alarms_store()
1942 static ssize_t therm_bulk_read_store(struct device *device, in therm_bulk_read_store()
1961 static ssize_t therm_bulk_read_show(struct device *device, in therm_bulk_read_show()
1985 static ssize_t conv_time_show(struct device *device, in conv_time_show()
1998 static ssize_t conv_time_store(struct device *device, in conv_time_store()
2001 int val, ret = 0; in conv_time_store() local
2027 static ssize_t features_show(struct device *device, in features_show()
2040 static ssize_t features_store(struct device *device, in features_store()
2043 int val, ret = 0; in features_store() local
2076 static int w1_read_temp(struct device *device, u32 attr, int channel, in w1_read_temp()
2077 long *val) in w1_read_temp()
2116 static ssize_t w1_seq_show(struct device *device, in w1_seq_show()