Home
last modified time | relevance | path

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

/linux-6.15/drivers/power/supply/
H A Dbq27xxx_battery_hdq.c102 .remove_slave = bq27xxx_battery_hdq_remove_slave,
H A Dds2760_battery.c740 .remove_slave = w1_ds2760_remove_slave,
/linux-6.15/drivers/w1/slaves/
H A Dw1_ds2433.c366 .remove_slave = w1_f23_remove_slave,
372 .remove_slave = w1_f23_remove_slave,
H A Dw1_ds2406.c144 .remove_slave = w1_f12_remove_slave,
H A Dw1_ds2780.c147 .remove_slave = w1_ds2780_remove_slave,
H A Dw1_ds2781.c144 .remove_slave = w1_ds2781_remove_slave,
H A Dw1_ds2805.c286 .remove_slave = w1_f0d_remove_slave,
H A Dw1_ds28e04.c404 .remove_slave = w1_f1C_remove_slave,
H A Dw1_therm.c470 .remove_slave = w1_therm_remove_slave,
477 .remove_slave = w1_therm_remove_slave,
484 .remove_slave = w1_therm_remove_slave,
H A Dw1_ds28e17.c746 .remove_slave = w1_f19_remove_slave,
/linux-6.15/drivers/soundwire/
H A Dintel_ace2x.c87 goto remove_slave; in intel_ace2x_bpt_open_stream()
99 goto remove_slave; in intel_ace2x_bpt_open_stream()
118 goto remove_slave; in intel_ace2x_bpt_open_stream()
131 goto remove_slave; in intel_ace2x_bpt_open_stream()
204 remove_slave: in intel_ace2x_bpt_open_stream()
/linux-6.15/include/linux/
H A Dw1.h256 void (*remove_slave)(struct w1_slave *sl); member
/linux-6.15/drivers/w1/
H A Dw1.c655 if (fops->remove_slave) in w1_family_notify()
656 sl->family->fops->remove_slave(sl); in w1_family_notify()