Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/w1/
Dw1_family.h48 struct w1_family_ops struct
59 struct w1_family_ops *fops; argument
Dw1.c174 static struct w1_family_ops w1_default_fops = {
/linux-3.4.99/drivers/w1/slaves/
Dw1_bq27000.c83 static struct w1_family_ops w1_bq27000_fops = {
Dw1_ds2423.c141 static struct w1_family_ops w1_f1d_fops = {
Dw1_ds2760.c170 static struct w1_family_ops w1_ds2760_fops = {
Dw1_ds2780.c176 static struct w1_family_ops w1_ds2780_fops = {
Dw1_ds2781.c174 static struct w1_family_ops w1_ds2781_fops = {
Dw1_ds2431.c287 static struct w1_family_ops w1_f2d_fops = {
Dw1_therm.c69 static struct w1_family_ops w1_therm_fops = {
Dw1_ds2433.c301 static struct w1_family_ops w1_f23_fops = {
Dw1_ds2408.c381 static struct w1_family_ops w1_f29_fops = {
/linux-3.4.99/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.