Searched refs:w1_family (Results 1 – 25 of 27) sorted by relevance
12
21 int w1_register_family(struct w1_family *newf) in w1_register_family()24 struct w1_family *f; in w1_register_family()29 f = list_entry(ent, struct w1_family, family_entry); in w1_register_family()54 void w1_unregister_family(struct w1_family *fent) in w1_unregister_family()57 struct w1_family *f; in w1_unregister_family()61 f = list_entry(ent, struct w1_family, family_entry); in w1_unregister_family()86 struct w1_family * w1_family_registered(u8 fid) in w1_family_registered()89 struct w1_family *f = NULL; in w1_family_registered()93 f = list_entry(ent, struct w1_family, family_entry); in w1_family_registered()104 static void __w1_family_put(struct w1_family *f) in __w1_family_put()[all …]
56 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);
7 wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
169 static struct w1_family w1_default_family = {723 struct w1_family *f; in w1_attach_slave_device()878 void w1_reconnect_slaves(struct w1_family *f, int attach) in w1_reconnect_slaves()
75 struct w1_family *family;268 struct w1_family { struct279 int w1_register_family(struct w1_family *family); argument280 void w1_unregister_family(struct w1_family *family);
21 static struct w1_family w1_smem_family_01 = {25 static struct w1_family w1_smem_family_81 = {
222 static struct w1_family w1_family_09 = {227 static struct w1_family w1_family_0b = {232 static struct w1_family w1_family_89 = {237 static struct w1_family w1_family_91 = {
124 static struct w1_family w1_family_1d = {
146 static struct w1_family w1_family_12 = {
150 static struct w1_family w1_family_3a = {
150 static struct w1_family w1_ds2780_family = {
147 static struct w1_family w1_ds2781_family = {
162 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 = {
213 static struct w1_family w1_family_ds2405 = {
286 static struct w1_family w1_family_14 = {
285 static struct w1_family w1_family_2d = {
289 static struct w1_family w1_family_0d = {
297 static struct w1_family w1_family_23 = {
344 static struct w1_family w1_family_29 = {
405 static struct w1_family w1_family_1C = {
509 static struct w1_family w1_ds2438_family = {
26 drivers/w1/w1_family.c31 .. kernel-doc:: drivers/w1/w1_family.c
105 static struct w1_family bq27xxx_battery_hdq_family = {
438 static struct w1_family w1_max1721x_family = {
54 A family driver populates a struct w1_family_ops (see w1_family.h) and