Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/w1/
Dw1_family.c30 int w1_register_family(struct w1_family *newf) in w1_register_family()
33 struct w1_family *f; in w1_register_family()
38 f = list_entry(ent, struct w1_family, family_entry); in w1_register_family()
63 void w1_unregister_family(struct w1_family *fent) in w1_unregister_family()
66 struct w1_family *f; in w1_unregister_family()
70 f = list_entry(ent, struct w1_family, family_entry); in w1_unregister_family()
95 struct w1_family * w1_family_registered(u8 fid) in w1_family_registered()
98 struct w1_family *f = NULL; in w1_family_registered()
102 f = list_entry(ent, struct w1_family, family_entry); in w1_family_registered()
113 static void __w1_family_put(struct w1_family *f) in __w1_family_put()
[all …]
Dw1_internal.h65 void w1_reconnect_slaves(struct w1_family *f, int attach);
72 void w1_family_put(struct w1_family *f);
73 void __w1_family_get(struct w1_family *f);
74 struct w1_family *w1_family_registered(u8 fid);
DMakefile6 wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
Dw1.c176 static struct w1_family w1_default_family = {
730 struct w1_family *f; in w1_attach_slave_device()
885 void w1_reconnect_slaves(struct w1_family *f, int attach) in w1_reconnect_slaves()
/Linux-v4.19/include/linux/
Dw1.h84 struct w1_family *family;
271 struct w1_family { struct
282 int w1_register_family(struct w1_family *family); argument
283 void w1_unregister_family(struct w1_family *family);
/Linux-v4.19/drivers/w1/slaves/
Dw1_smem.c35 static struct w1_family w1_smem_family_01 = {
39 static struct w1_family w1_smem_family_81 = {
Dw1_therm.c185 static struct w1_family w1_therm_family_DS18S20 = {
190 static struct w1_family w1_therm_family_DS18B20 = {
195 static struct w1_family w1_therm_family_DS1822 = {
200 static struct w1_family w1_therm_family_DS28EA00 = {
205 static struct w1_family w1_therm_family_DS1825 = {
213 struct w1_family *f;
Dw1_ds2423.c137 static struct w1_family w1_family_1d = {
Dw1_ds2413.c129 static struct w1_family w1_family_3a = {
Dw1_ds2406.c148 static struct w1_family w1_family_12 = {
Dw1_ds2780.c154 static struct w1_family w1_ds2780_family = {
Dw1_ds2781.c151 static struct w1_family w1_ds2781_family = {
Dw1_ds2405.c223 static struct w1_family w1_family_ds2405 = {
Dw1_ds2431.c287 static struct w1_family w1_family_2d = {
Dw1_ds2805.c291 static struct w1_family w1_family_2d = {
Dw1_ds2433.c299 static struct w1_family w1_family_23 = {
Dw1_ds2438.c383 static struct w1_family w1_ds2438_family = {
Dw1_ds2408.c344 static struct w1_family w1_family_29 = {
Dw1_ds28e04.c421 static struct w1_family w1_family_1C = {
Dw1_ds28e17.c752 static struct w1_family w1_family_19 = {
/Linux-v4.19/Documentation/driver-api/
Dw1.rst29 drivers/w1/w1_family.c
34 .. kernel-doc:: drivers/w1/w1_family.c
/Linux-v4.19/drivers/power/supply/
Dbq27xxx_battery_hdq.c112 static struct w1_family bq27xxx_battery_hdq_family = {
Dmax1721x_battery.c438 static struct w1_family w1_max1721x_family = {
Dds2760_battery.c804 static struct w1_family w1_ds2760_family = {
/Linux-v4.19/Documentation/w1/
Dw1.generic49 A family driver populates a struct w1_family_ops (see w1_family.h) and