Home
last modified time | relevance | path

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

12

/linux/drivers/w1/
A Dw1_family.c21 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()
86 struct w1_family * w1_family_registered(u8 fid) in w1_family_registered()
89 struct w1_family *f = NULL; in w1_family_registered()
104 static void __w1_family_put(struct w1_family *f) in __w1_family_put()
109 void w1_family_put(struct w1_family *f) in w1_family_put()
117 void w1_family_get(struct w1_family *f)
[all …]
A Dw1_internal.h56 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);
A DMakefile7 wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
A Dw1.c169 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()
/linux/include/linux/
A Dw1.h75 struct w1_family *family;
268 struct w1_family { struct
279 int w1_register_family(struct w1_family *family); argument
280 void w1_unregister_family(struct w1_family *family);
/linux/drivers/w1/slaves/
A Dw1_smem.c21 static struct w1_family w1_smem_family_01 = {
25 static struct w1_family w1_smem_family_81 = {
A Dw1_ds250x.c222 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 = {
A Dw1_ds2423.c124 static struct w1_family w1_family_1d = {
A Dw1_therm.c162 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 = {
A Dw1_ds2406.c146 static struct w1_family w1_family_12 = {
A Dw1_ds2413.c150 static struct w1_family w1_family_3a = {
A Dw1_ds2780.c150 static struct w1_family w1_ds2780_family = {
A Dw1_ds2781.c147 static struct w1_family w1_ds2781_family = {
A Dw1_ds2405.c213 static struct w1_family w1_family_ds2405 = {
A Dw1_ds2430.c286 static struct w1_family w1_family_14 = {
A Dw1_ds2431.c285 static struct w1_family w1_family_2d = {
A Dw1_ds2805.c289 static struct w1_family w1_family_0d = {
A Dw1_ds2433.c297 static struct w1_family w1_family_23 = {
A Dw1_ds28e04.c419 static struct w1_family w1_family_1C = {
A Dw1_ds2408.c344 static struct w1_family w1_family_29 = {
A Dw1_ds2438.c509 static struct w1_family w1_ds2438_family = {
/linux/Documentation/driver-api/
A Dw1.rst26 drivers/w1/w1_family.c
31 .. kernel-doc:: drivers/w1/w1_family.c
/linux/drivers/power/supply/
A Dbq27xxx_battery_hdq.c105 static struct w1_family bq27xxx_battery_hdq_family = {
A Dmax1721x_battery.c438 static struct w1_family w1_max1721x_family = {
/linux/Documentation/w1/
A Dw1-generic.rst54 A family driver populates a struct w1_family_ops (see w1_family.h) and

Completed in 37 milliseconds

12