Searched refs:w1_family (Results 1 – 16 of 16) sorted by relevance
34 int w1_register_family(struct w1_family *newf) in w1_register_family()37 struct w1_family *f; in w1_register_family()42 f = list_entry(ent, struct w1_family, family_entry); in w1_register_family()62 void w1_unregister_family(struct w1_family *fent) in w1_unregister_family()65 struct w1_family *f; in w1_unregister_family()69 f = list_entry(ent, struct w1_family, family_entry); in w1_unregister_family()93 struct w1_family * w1_family_registered(u8 fid) in w1_family_registered()96 struct w1_family *f = NULL; in w1_family_registered()100 f = list_entry(ent, struct w1_family, family_entry); in w1_family_registered()111 static void __w1_family_put(struct w1_family *f) in __w1_family_put()[all …]
54 struct w1_family struct66 void w1_family_put(struct w1_family *); argument67 void __w1_family_get(struct w1_family *);68 struct w1_family * w1_family_registered(u8);69 void w1_unregister_family(struct w1_family *);70 int w1_register_family(struct w1_family *);
74 struct w1_family *family;207 void w1_reconnect_slaves(struct w1_family *f, int attach);
6 wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
179 static struct w1_family w1_default_family = {670 struct w1_family *f; in w1_attach_slave_device()796 void w1_reconnect_slaves(struct w1_family *f, int attach) in w1_reconnect_slaves()
74 static struct w1_family w1_therm_family_DS18S20 = {79 static struct w1_family w1_therm_family_DS18B20 = {84 static struct w1_family w1_therm_family_DS1822 = {89 static struct w1_family w1_therm_family_DS28EA00 = {98 struct w1_family *f;
38 static struct w1_family w1_smem_family_01 = {42 static struct w1_family w1_smem_family_81 = {
88 static struct w1_family w1_bq27000_family = {
146 static struct w1_family w1_family_1d = {
175 static struct w1_family w1_ds2760_family = {
181 static struct w1_family w1_ds2780_family = {
179 static struct w1_family w1_ds2781_family = {
292 static struct w1_family w1_family_2d = {
306 static struct w1_family w1_family_23 = {
386 static struct w1_family w1_family_29 = {
49 A family driver populates a struct w1_family_ops (see w1_family.h) and