usb_notify         58 drivers/power/supply/sc2731_charger.c 	struct notifier_block usb_notify;
usb_notify        360 drivers/power/supply/sc2731_charger.c 		container_of(nb, struct sc2731_charger_info, usb_notify);
usb_notify        502 drivers/power/supply/sc2731_charger.c 	info->usb_notify.notifier_call = sc2731_charger_usb_change;
usb_notify        503 drivers/power/supply/sc2731_charger.c 	ret = usb_register_notifier(info->usb_phy, &info->usb_notify);
usb_notify        518 drivers/power/supply/sc2731_charger.c 	usb_unregister_notifier(info->usb_phy, &info->usb_notify);
usb_notify         33 drivers/power/supply/wm831x_power.c 	struct notifier_block usb_notify;
usb_notify        145 drivers/power/supply/wm831x_power.c 							 usb_notify);
usb_notify        652 drivers/power/supply/wm831x_power.c 		power->usb_notify.notifier_call = wm831x_usb_limit_change;
usb_notify        653 drivers/power/supply/wm831x_power.c 		ret = usb_register_notifier(power->usb_phy, &power->usb_notify);
usb_notify        706 drivers/power/supply/wm831x_power.c 					&wm831x_power->usb_notify);