Searched refs:w1_family (Results 1 - 25 of 25) sorted by relevance

/linux-master/drivers/w1/
H A Dw1_family.c21 int w1_register_family(struct w1_family *newf)
24 struct w1_family *f;
29 f = list_entry(ent, struct w1_family, family_entry);
54 void w1_unregister_family(struct w1_family *fent)
57 struct w1_family *f;
61 f = list_entry(ent, struct w1_family, family_entry);
86 struct w1_family * w1_family_registered(u8 fid)
89 struct w1_family *f = NULL;
93 f = list_entry(ent, struct w1_family, family_entry);
104 static void __w1_family_put(struct w1_family *
[all...]
H A DMakefile7 wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
H A Dw1_internal.h56 void w1_reconnect_slaves(struct w1_family *f, int attach);
63 void w1_family_put(struct w1_family *f);
64 void __w1_family_get(struct w1_family *f);
65 struct w1_family *w1_family_registered(u8 fid);
H A Dw1.c164 static struct w1_family w1_default_family = {
714 struct w1_family *f;
867 void w1_reconnect_slaves(struct w1_family *f, int attach)
/linux-master/drivers/w1/slaves/
H A Dw1_smem.c21 static struct w1_family w1_smem_family_01 = {
25 static struct w1_family w1_smem_family_81 = {
H A Dw1_ds250x.c223 static struct w1_family w1_family_09 = {
228 static struct w1_family w1_family_0b = {
233 static struct w1_family w1_family_89 = {
238 static struct w1_family w1_family_91 = {
H A Dw1_ds2423.c124 static struct w1_family w1_family_1d = {
H A Dw1_ds2405.c213 static struct w1_family w1_family_ds2405 = {
H A Dw1_ds2781.c148 static struct w1_family w1_ds2781_family = {
H A Dw1_ds2780.c151 static struct w1_family w1_ds2780_family = {
H A Dw1_ds2413.c152 static struct w1_family w1_family_3a = {
H A Dw1_ds2406.c147 static struct w1_family w1_family_12 = {
H A Dw1_ds2433.c376 static struct w1_family w1_family_23 = {
381 static struct w1_family w1_family_43 = {
H A Dw1_ds2431.c285 static struct w1_family w1_family_2d = {
H A Dw1_ds2430.c286 static struct w1_family w1_family_14 = {
H A Dw1_ds2805.c289 static struct w1_family w1_family_0d = {
H A Dw1_therm.c162 struct w1_family *f;
501 static struct w1_family w1_therm_family_DS18S20 = {
506 static struct w1_family w1_therm_family_DS18B20 = {
511 static struct w1_family w1_therm_family_DS1822 = {
516 static struct w1_family w1_therm_family_DS28EA00 = {
521 static struct w1_family w1_therm_family_DS1825 = {
H A Dw1_ds28e04.c408 static struct w1_family w1_family_1C = {
H A Dw1_ds2408.c344 static struct w1_family w1_family_29 = {
H A Dw1_ds2438.c507 static struct w1_family w1_ds2438_family = {
H A Dw1_ds28e17.c750 static struct w1_family w1_family_19 = {
/linux-master/include/linux/
H A Dw1.h75 struct w1_family *family;
261 * struct w1_family - reference counted family structure.
268 struct w1_family { struct
279 int w1_register_family(struct w1_family *family);
280 void w1_unregister_family(struct w1_family *family);
284 * @__w1_family: w1_family struct
/linux-master/drivers/power/supply/
H A Dbq27xxx_battery_hdq.c105 static struct w1_family bq27xxx_battery_hdq_family = {
H A Dmax1721x_battery.c438 static struct w1_family w1_max1721x_family = {
H A Dds2760_battery.c794 static struct w1_family w1_ds2760_family = {

Completed in 179 milliseconds