Home
last modified time | relevance | path

Searched refs:family_data (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/w1/slaves/ !
Dw1_therm.c102 (((struct w1_therm_family_data *)(sl->family_data))->specific_functions)
109 (((struct w1_therm_family_data *)(sl->family_data))->external_powered)
116 (((struct w1_therm_family_data *)(sl->family_data))->resolution)
123 (((struct w1_therm_family_data *)(sl->family_data))->conv_time_override)
130 (((struct w1_therm_family_data *)(sl->family_data))->features)
139 (((struct w1_therm_family_data *)(sl->family_data))->convert_triggered)
142 #define THERM_REFCNT(family_data) \ argument
143 (&((struct w1_therm_family_data *)family_data)->refcnt)
532 if (!sl->family_data) in w1_DS18B20_convert_time()
568 if (!sl->family_data) in w1_DS18S20_convert_time()
[all …]
Dw1_ds28e17.c88 struct w1_f19_data *data = sl->family_data; in w1_f19_i2c_busy_wait()
502 struct w1_f19_data *data = sl->family_data; in w1_f19_get_i2c_speed()
534 struct w1_f19_data *data = sl->family_data; in __w1_f19_set_i2c_speed()
633 struct w1_f19_data *data = sl->family_data; in stretch_show()
643 struct w1_f19_data *data = sl->family_data; in stretch_store()
689 sl->family_data = data; in w1_f19_add_slave()
732 struct w1_f19_data *family_data = sl->family_data; in w1_f19_remove_slave() local
735 i2c_del_adapter(&family_data->adapter); in w1_f19_remove_slave()
738 devm_kfree(&sl->dev, family_data); in w1_f19_remove_slave()
739 sl->family_data = NULL; in w1_f19_remove_slave()
Dw1_ds2433.c95 struct w1_f23_data *data = sl->family_data; in eeprom_read()
155 struct w1_f23_data *f23 = sl->family_data; in w1_f23_write()
277 sl->family_data = data; in w1_f23_add_slave()
286 kfree(sl->family_data); in w1_f23_remove_slave()
287 sl->family_data = NULL; in w1_f23_remove_slave()
Dw1_ds28e04.c119 struct w1_f1C_data *data = sl->family_data; in eeprom_read()
167 struct w1_f1C_data *f1C = sl->family_data; in w1_f1C_write()
387 sl->family_data = data; in w1_f1C_add_slave()
395 kfree(sl->family_data); in w1_f1C_remove_slave()
396 sl->family_data = NULL; in w1_f1C_remove_slave()
Dw1_ds250x.c48 struct w1_eprom_data *data = sl->family_data; in w1_ds2502_read_page()
86 struct w1_eprom_data *data = sl->family_data; in w1_ds2505_read_page()
143 struct w1_eprom_data *data = sl->family_data; in w1_nvmem_read()
183 sl->family_data = data; in w1_eprom_add_slave()
/linux-5.19.10/tools/power/x86/intel-speed-select/ !
Dhfi-events.c117 struct family_data { struct
124 struct family_data *res = arg; in family_handler() argument
157 struct family_data res = { group, -ENOENT }; in nl_get_multicast_id()
/linux-5.19.10/include/linux/ !
Dw1.h76 void *family_data; member
/linux-5.19.10/drivers/power/supply/ !
Dds2760_battery.c729 sl->family_data = di; in w1_ds2760_add_slave()
782 struct ds2760_device_info *di = sl->family_data; in w1_ds2760_remove_slave()
Dmax1721x_battery.c332 sl->family_data = (void *)info; in devm_w1_max1721x_add_device()