Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dw1.h257 struct w1_family_ops { struct
275 struct w1_family_ops *fops; argument
/Linux-v4.19/drivers/power/supply/
Dbq27xxx_battery_hdq.c107 static struct w1_family_ops bq27xxx_battery_hdq_fops = {
Dmax1721x_battery.c434 static struct w1_family_ops w1_max1721x_fops = {
Dds2760_battery.c798 static struct w1_family_ops w1_ds2760_fops = {
/Linux-v4.19/drivers/w1/slaves/
Dw1_ds2423.c133 static struct w1_family_ops w1_f1d_fops = {
Dw1_ds2413.c125 static struct w1_family_ops w1_f3a_fops = {
Dw1_ds2406.c143 static struct w1_family_ops w1_f12_fops = {
Dw1_ds2780.c148 static struct w1_family_ops w1_ds2780_fops = {
Dw1_ds2781.c145 static struct w1_family_ops w1_ds2781_fops = {
Dw1_ds2405.c219 static struct w1_family_ops w1_ds2405_fops = {
Dw1_ds2431.c283 static struct w1_family_ops w1_f2d_fops = {
Dw1_ds2805.c286 static struct w1_family_ops w1_f0d_fops = {
Dw1_ds2433.c293 static struct w1_family_ops w1_f23_fops = {
Dw1_therm.c171 static struct w1_family_ops w1_therm_fops = {
178 static struct w1_family_ops w1_ds28ea00_fops = {
Dw1_ds2438.c379 static struct w1_family_ops w1_ds2438_fops = {
Dw1_ds2408.c339 static struct w1_family_ops w1_f29_fops = {
Dw1_ds28e04.c415 static struct w1_family_ops w1_f1C_fops = {
Dw1_ds28e17.c746 static struct w1_family_ops w1_f19_fops = {
/Linux-v4.19/Documentation/w1/
Dw1.generic49 A family driver populates a struct w1_family_ops (see w1_family.h) and
55 of the above w1_family_ops structure.
/Linux-v4.19/drivers/w1/
Dw1.c172 static struct w1_family_ops w1_default_fops = {
625 struct w1_family_ops *fops; in w1_family_notify()