rcnb              221 drivers/mfd/rave-sp.c 	struct notifier_block **rcnb;
rcnb              224 drivers/mfd/rave-sp.c 	rcnb = devres_alloc(rave_sp_unregister_event_notifier,
rcnb              225 drivers/mfd/rave-sp.c 			    sizeof(*rcnb), GFP_KERNEL);
rcnb              226 drivers/mfd/rave-sp.c 	if (!rcnb)
rcnb              231 drivers/mfd/rave-sp.c 		*rcnb = nb;
rcnb              232 drivers/mfd/rave-sp.c 		devres_add(dev, rcnb);
rcnb              234 drivers/mfd/rave-sp.c 		devres_free(rcnb);
rcnb              117 kernel/reboot.c 	struct notifier_block **rcnb;
rcnb              120 kernel/reboot.c 	rcnb = devres_alloc(devm_unregister_reboot_notifier,
rcnb              121 kernel/reboot.c 			    sizeof(*rcnb), GFP_KERNEL);
rcnb              122 kernel/reboot.c 	if (!rcnb)
rcnb              127 kernel/reboot.c 		*rcnb = nb;
rcnb              128 kernel/reboot.c 		devres_add(dev, rcnb);
rcnb              130 kernel/reboot.c 		devres_free(rcnb);