Home
last modified time | relevance | path

Searched refs:da903x_unregister_notifier (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/mfd/
Dda903x.h205 extern int da903x_unregister_notifier(struct device *dev,
/linux-2.6.39/drivers/power/
Dda9030_battery.c552 da903x_unregister_notifier(charger->master, &charger->nb, in da9030_battery_probe()
570 da903x_unregister_notifier(charger->master, &charger->nb, in da9030_battery_remove()
/linux-2.6.39/drivers/mfd/
Dda903x.c139 int da903x_unregister_notifier(struct device *dev, struct notifier_block *nb, in da903x_unregister_notifier() function
147 EXPORT_SYMBOL_GPL(da903x_unregister_notifier);
/linux-2.6.39/drivers/input/touchscreen/
Dda9034-ts.c285 da903x_unregister_notifier(touch->da9034_dev, &touch->notifier, in da9034_touch_close()