Home
last modified time | relevance | path

Searched refs:w1_family (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/drivers/w1/
Dw1_family.c38 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 …]
Dw1_family.h73 struct w1_family struct
85 void w1_family_put(struct w1_family *); argument
86 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 *);
DMakefile6 wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
Dw1.h97 struct w1_family *family;
297 void w1_reconnect_slaves(struct w1_family *f, int attach);
Dw1.c180 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()
/linux-4.1.27/drivers/w1/slaves/
Dw1_therm.c109 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;
Dw1_smem.c40 static struct w1_family w1_smem_family_01 = {
44 static struct w1_family w1_smem_family_81 = {
Dw1_bq27000.c90 static struct w1_family w1_bq27000_family = {
Dw1_ds2423.c137 static struct w1_family w1_family_1d = {
Dw1_ds2413.c134 static struct w1_family w1_family_3a = {
Dw1_ds2406.c152 static struct w1_family w1_family_12 = {
Dw1_ds2780.c168 static struct w1_family w1_ds2780_family = {
Dw1_ds2781.c166 static struct w1_family w1_ds2781_family = {
Dw1_ds2760.c177 static struct w1_family w1_ds2760_family = {
Dw1_ds2431.c287 static struct w1_family w1_family_2d = {
Dw1_ds2433.c304 static struct w1_family w1_family_23 = {
Dw1_ds28e04.c426 static struct w1_family w1_family_1C = {
Dw1_ds2408.c350 static struct w1_family w1_family_29 = {
/linux-4.1.27/Documentation/DocBook/
D.w1.xml.cmd2 …/DocBook/w1.tmpl drivers/w1/w1.h drivers/w1/w1.c drivers/w1/w1_family.h drivers/w1/w1_family.c dri…
/linux-4.1.27/Documentation/w1/
Dw1.generic49 A family driver populates a struct w1_family_ops (see w1_family.h) and