Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/power/supply/
Dbq27xxx_battery_hdq.c102 .remove_slave = bq27xxx_battery_hdq_remove_slave,
Dds2760_battery.c800 .remove_slave = w1_ds2760_remove_slave,
/linux-5.19.10/drivers/w1/slaves/
Dw1_ds2406.c143 .remove_slave = w1_f12_remove_slave,
Dw1_ds2780.c146 .remove_slave = w1_ds2780_remove_slave,
Dw1_ds2781.c143 .remove_slave = w1_ds2781_remove_slave,
Dw1_ds2805.c286 .remove_slave = w1_f0d_remove_slave,
Dw1_ds2433.c293 .remove_slave = w1_f23_remove_slave,
Dw1_ds28e04.c401 .remove_slave = w1_f1C_remove_slave,
Dw1_therm.c480 .remove_slave = w1_therm_remove_slave,
487 .remove_slave = w1_therm_remove_slave,
494 .remove_slave = w1_therm_remove_slave,
Dw1_ds28e17.c746 .remove_slave = w1_f19_remove_slave,
/linux-5.19.10/include/linux/
Dw1.h255 void (*remove_slave)(struct w1_slave *sl); member
/linux-5.19.10/drivers/w1/
Dw1.c665 if (fops->remove_slave) in w1_family_notify()
666 sl->family->fops->remove_slave(sl); in w1_family_notify()