Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/ !
Dw1.h254 struct w1_family_ops { struct
273 const struct w1_family_ops *fops; argument
/linux-6.12.1/drivers/w1/slaves/ !
Dw1_ds2433.c364 static const struct w1_family_ops w1_f23_fops = {
370 static const struct w1_family_ops w1_f43_fops = {
Dw1_ds2423.c120 static const struct w1_family_ops w1_f1d_fops = {
Dw1_ds2413.c148 static const struct w1_family_ops w1_f3a_fops = {
Dw1_ds2406.c142 static const struct w1_family_ops w1_f12_fops = {
Dw1_ds2781.c142 static const struct w1_family_ops w1_ds2781_fops = {
Dw1_ds2780.c145 static const struct w1_family_ops w1_ds2780_fops = {
Dw1_ds2405.c209 static const struct w1_family_ops w1_ds2405_fops = {
Dw1_ds2430.c282 static const struct w1_family_ops w1_f14_fops = {
Dw1_ds2431.c281 static const struct w1_family_ops w1_f2d_fops = {
Dw1_ds2805.c284 static const struct w1_family_ops w1_f0d_fops = {
Dw1_ds250x.c219 static const struct w1_family_ops w1_eprom_fops = {
Dw1_ds28e04.c402 static const struct w1_family_ops w1_f1C_fops = {
Dw1_ds2408.c339 static const struct w1_family_ops w1_f29_fops = {
Dw1_ds2438.c503 static const struct w1_family_ops w1_ds2438_fops = {
Dw1_therm.c478 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 = {
Dw1_ds28e17.c744 static const struct w1_family_ops w1_f19_fops = {
/linux-6.12.1/drivers/power/supply/ !
Dbq27xxx_battery_hdq.c100 static const struct w1_family_ops bq27xxx_battery_hdq_fops = {
Dmax1721x_battery.c434 static const struct w1_family_ops w1_max1721x_fops = {
Dds2760_battery.c788 static const struct w1_family_ops w1_ds2760_fops = {
/linux-6.12.1/Documentation/w1/ !
Dw1-generic.rst54 A family driver populates a struct w1_family_ops (see w1_family.h) and
62 of the above w1_family_ops structure.
/linux-6.12.1/drivers/w1/ !
Dw1.c160 static const struct w1_family_ops w1_default_fops = {
608 const struct w1_family_ops *fops; in w1_family_notify()