Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/w1/
Dw1_family.h59 struct w1_family_ops struct
78 struct w1_family_ops *fops; argument
Dw1.c176 static struct w1_family_ops w1_default_fops = {
619 struct w1_family_ops *fops; in w1_family_notify()
/linux-4.1.27/drivers/w1/slaves/
Dw1_bq27000.c85 static struct w1_family_ops w1_bq27000_fops = {
Dw1_ds2423.c133 static struct w1_family_ops w1_f1d_fops = {
Dw1_ds2413.c130 static struct w1_family_ops w1_f3a_fops = {
Dw1_ds2406.c147 static struct w1_family_ops w1_f12_fops = {
Dw1_ds2780.c162 static struct w1_family_ops w1_ds2780_fops = {
Dw1_ds2781.c160 static struct w1_family_ops w1_ds2781_fops = {
Dw1_ds2760.c171 static struct w1_family_ops w1_ds2760_fops = {
Dw1_ds2431.c283 static struct w1_family_ops w1_f2d_fops = {
Dw1_therm.c103 static struct w1_family_ops w1_therm_fops = {
Dw1_ds2433.c298 static struct w1_family_ops w1_f23_fops = {
Dw1_ds28e04.c420 static struct w1_family_ops w1_f1C_fops = {
Dw1_ds2408.c345 static struct w1_family_ops w1_f29_fops = {
/linux-4.1.27/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.