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

/linux-master/drivers/w1/slaves/
H A 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) \
143 (&((struct w1_therm_family_data *)family_data)->refcnt)
532 if (!sl->family_data)
568 if (!sl->family_data)
1593 u8 *family_data = sl->family_data; local
[all...]
H A Dw1_ds28e17.c88 struct w1_f19_data *data = sl->family_data;
502 struct w1_f19_data *data = sl->family_data;
534 struct w1_f19_data *data = sl->family_data;
633 struct w1_f19_data *data = sl->family_data;
643 struct w1_f19_data *data = sl->family_data;
689 sl->family_data = data;
732 struct w1_f19_data *family_data = sl->family_data; local
735 i2c_del_adapter(&family_data->adapter);
738 devm_kfree(&sl->dev, family_data);
[all...]
H A Dw1_ds250x.c48 struct w1_eprom_data *data = sl->family_data;
86 struct w1_eprom_data *data = sl->family_data;
143 struct w1_eprom_data *data = sl->family_data;
184 sl->family_data = data;
H A Dw1_ds28e04.c119 struct w1_f1C_data *data = sl->family_data;
168 struct w1_f1C_data *f1C = sl->family_data;
390 sl->family_data = data;
398 kfree(sl->family_data);
399 sl->family_data = NULL;
H A Dw1_ds2433.c118 struct w1_f23_data *data = sl->family_data;
179 struct w1_f23_data *f23 = sl->family_data;
349 sl->family_data = data;
356 struct w1_f23_data *data = sl->family_data;
357 sl->family_data = NULL;
/linux-master/tools/power/x86/intel-speed-select/
H A Dhfi-events.c117 struct family_data { struct
124 struct family_data *res = arg;
157 struct family_data res = { group, -ENOENT };
/linux-master/include/linux/
H A Dw1.h60 * @family_data: pointer for use by the family module
76 void *family_data; member in struct:w1_slave
/linux-master/drivers/power/supply/
H A Dds2760_battery.c721 sl->family_data = di;
773 struct ds2760_device_info *di = sl->family_data;
H A Dmax1721x_battery.c332 sl->family_data = (void *)info;

Completed in 146 milliseconds