Searched refs:w1_family (Results 1 – 20 of 20) sorted by relevance
38 int w1_register_family(struct w1_family *newf) in w1_register_family()41 struct w1_family *f; in w1_register_family()46 f = list_entry(ent, struct w1_family, family_entry); in w1_register_family()70 void w1_unregister_family(struct w1_family *fent) in w1_unregister_family()73 struct w1_family *f; in w1_unregister_family()77 f = list_entry(ent, struct w1_family, family_entry); in w1_unregister_family()101 struct w1_family * w1_family_registered(u8 fid) in w1_family_registered()104 struct w1_family *f = NULL; in w1_family_registered()108 f = list_entry(ent, struct w1_family, family_entry); in w1_family_registered()119 static void __w1_family_put(struct w1_family *f) in __w1_family_put()[all …]
73 struct w1_family struct85 void w1_family_put(struct w1_family *); argument86 void __w1_family_get(struct w1_family *);87 struct w1_family * w1_family_registered(u8);88 void w1_unregister_family(struct w1_family *);89 int w1_register_family(struct w1_family *);
6 wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
97 struct w1_family *family;297 void w1_reconnect_slaves(struct w1_family *f, int attach);
180 static struct w1_family w1_default_family = {706 struct w1_family *f; in w1_attach_slave_device()858 void w1_reconnect_slaves(struct w1_family *f, int attach) in w1_reconnect_slaves()
109 static struct w1_family w1_therm_family_DS18S20 = {114 static struct w1_family w1_therm_family_DS18B20 = {119 static struct w1_family w1_therm_family_DS1822 = {124 static struct w1_family w1_therm_family_DS28EA00 = {129 static struct w1_family w1_therm_family_DS1825 = {138 struct w1_family *f;
40 static struct w1_family w1_smem_family_01 = {44 static struct w1_family w1_smem_family_81 = {
90 static struct w1_family w1_bq27000_family = {
137 static struct w1_family w1_family_1d = {
134 static struct w1_family w1_family_3a = {
152 static struct w1_family w1_family_12 = {
168 static struct w1_family w1_ds2780_family = {
166 static struct w1_family w1_ds2781_family = {
177 static struct w1_family w1_ds2760_family = {
287 static struct w1_family w1_family_2d = {
304 static struct w1_family w1_family_23 = {
426 static struct w1_family w1_family_1C = {
350 static struct w1_family w1_family_29 = {
2 …/DocBook/w1.tmpl drivers/w1/w1.h drivers/w1/w1.c drivers/w1/w1_family.h drivers/w1/w1_family.c dri…
49 A family driver populates a struct w1_family_ops (see w1_family.h) and