Searched refs:w1_family_ops (Results 1 – 22 of 22) sorted by relevance
254 struct w1_family_ops { struct273 const struct w1_family_ops *fops; argument
364 static const struct w1_family_ops w1_f23_fops = {370 static const struct w1_family_ops w1_f43_fops = {
120 static const struct w1_family_ops w1_f1d_fops = {
148 static const struct w1_family_ops w1_f3a_fops = {
142 static const struct w1_family_ops w1_f12_fops = {
142 static const struct w1_family_ops w1_ds2781_fops = {
145 static const struct w1_family_ops w1_ds2780_fops = {
209 static const struct w1_family_ops w1_ds2405_fops = {
282 static const struct w1_family_ops w1_f14_fops = {
281 static const struct w1_family_ops w1_f2d_fops = {
284 static const struct w1_family_ops w1_f0d_fops = {
219 static const struct w1_family_ops w1_eprom_fops = {
402 static const struct w1_family_ops w1_f1C_fops = {
339 static const struct w1_family_ops w1_f29_fops = {
503 static const struct w1_family_ops w1_ds2438_fops = {
478 static const struct w1_family_ops w1_therm_fops = {485 static const struct w1_family_ops w1_ds18s20_fops = {492 static const struct w1_family_ops w1_ds28ea00_fops = {
744 static const struct w1_family_ops w1_f19_fops = {
100 static const struct w1_family_ops bq27xxx_battery_hdq_fops = {
434 static const struct w1_family_ops w1_max1721x_fops = {
788 static const struct w1_family_ops w1_ds2760_fops = {
54 A family driver populates a struct w1_family_ops (see w1_family.h) and62 of the above w1_family_ops structure.
160 static const struct w1_family_ops w1_default_fops = {608 const struct w1_family_ops *fops; in w1_family_notify()