Searched refs:w1_family_ops (Results 1 – 20 of 20) sorted by relevance
257 struct w1_family_ops { struct275 struct w1_family_ops *fops; argument
107 static struct w1_family_ops bq27xxx_battery_hdq_fops = {
434 static struct w1_family_ops w1_max1721x_fops = {
798 static struct w1_family_ops w1_ds2760_fops = {
133 static struct w1_family_ops w1_f1d_fops = {
125 static struct w1_family_ops w1_f3a_fops = {
143 static struct w1_family_ops w1_f12_fops = {
148 static struct w1_family_ops w1_ds2780_fops = {
145 static struct w1_family_ops w1_ds2781_fops = {
219 static struct w1_family_ops w1_ds2405_fops = {
283 static struct w1_family_ops w1_f2d_fops = {
286 static struct w1_family_ops w1_f0d_fops = {
293 static struct w1_family_ops w1_f23_fops = {
171 static struct w1_family_ops w1_therm_fops = {178 static struct w1_family_ops w1_ds28ea00_fops = {
379 static struct w1_family_ops w1_ds2438_fops = {
339 static struct w1_family_ops w1_f29_fops = {
415 static struct w1_family_ops w1_f1C_fops = {
746 static struct w1_family_ops w1_f19_fops = {
49 A family driver populates a struct w1_family_ops (see w1_family.h) and55 of the above w1_family_ops structure.
172 static struct w1_family_ops w1_default_fops = {625 struct w1_family_ops *fops; in w1_family_notify()