notify_event      780 arch/powerpc/platforms/ps3/device-init.c 	struct ps3_notify_event *notify_event;
notify_event      790 arch/powerpc/platforms/ps3/device-init.c 	notify_event = buf;
notify_event      834 arch/powerpc/platforms/ps3/device-init.c 		memset(notify_event, 0, sizeof(*notify_event));
notify_event      842 arch/powerpc/platforms/ps3/device-init.c 			 notify_event->event_type, notify_event->bus_id,
notify_event      843 arch/powerpc/platforms/ps3/device-init.c 			 notify_event->dev_id, notify_event->dev_type,
notify_event      844 arch/powerpc/platforms/ps3/device-init.c 			 notify_event->dev_port);
notify_event      846 arch/powerpc/platforms/ps3/device-init.c 		if (notify_event->event_type != notify_region_probe ||
notify_event      847 arch/powerpc/platforms/ps3/device-init.c 		    notify_event->bus_id != dev.sbd.bus_id) {
notify_event      849 arch/powerpc/platforms/ps3/device-init.c 				__func__, __LINE__, notify_event->event_type,
notify_event      850 arch/powerpc/platforms/ps3/device-init.c 				notify_event->dev_id, notify_event->dev_type);
notify_event      854 arch/powerpc/platforms/ps3/device-init.c 		ps3_find_and_add_device(dev.sbd.bus_id, notify_event->dev_id);
notify_event      954 drivers/infiniband/core/iwcm.c 	int ret = 0, notify_event = 0;
notify_event      963 drivers/infiniband/core/iwcm.c 		notify_event = 1;
notify_event      974 drivers/infiniband/core/iwcm.c 	if (notify_event)
notify_event      535 drivers/net/wireless/rsi/rsi_91x_mgmt.c 				  u8 notify_event, const unsigned char *bssid,
notify_event      563 drivers/net/wireless/rsi/rsi_91x_mgmt.c 	switch (notify_event) {
notify_event      728 drivers/net/wireless/rsi/rsi_mgmt.h 				  u8 notify_event, const unsigned char *bssid,
notify_event      489 drivers/thermal/thermal_core.c 	tz->notify_event = event;
notify_event       34 drivers/thermal/user_space.c 	thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", tz->notify_event);
notify_event      302 drivers/usb/chipidea/ci_hdrc_imx.c 		.notify_event	= ci_hdrc_imx_notify_event,
notify_event      193 drivers/usb/chipidea/ci_hdrc_msm.c 	ci->pdata.notify_event = ci_hdrc_msm_notify_event;
notify_event      512 drivers/usb/chipidea/core.c 	if (ci->platdata->notify_event) {
notify_event      513 drivers/usb/chipidea/core.c 		ret = ci->platdata->notify_event(ci,
notify_event       84 drivers/usb/chipidea/host.c 	if (ci->platdata->notify_event) {
notify_event       85 drivers/usb/chipidea/host.c 		ret = ci->platdata->notify_event(ci,
notify_event      176 drivers/usb/chipidea/host.c 		if (ci->platdata->notify_event &&
notify_event      178 drivers/usb/chipidea/host.c 			ci->platdata->notify_event
notify_event      199 drivers/usb/chipidea/host.c 		if (ci->platdata->notify_event)
notify_event      200 drivers/usb/chipidea/host.c 			ci->platdata->notify_event(ci,
notify_event      267 drivers/usb/chipidea/host.c 			if (ci->platdata->notify_event)
notify_event      268 drivers/usb/chipidea/host.c 				ci->platdata->notify_event(ci,
notify_event     1555 drivers/usb/chipidea/udc.c 			if (ci->platdata->notify_event)
notify_event     1556 drivers/usb/chipidea/udc.c 				ci->platdata->notify_event(ci,
notify_event     1833 drivers/usb/chipidea/udc.c 		if (ci->platdata->notify_event)
notify_event     1834 drivers/usb/chipidea/udc.c 			ci->platdata->notify_event(ci,
notify_event      221 include/linux/thermal.h 	enum thermal_notify_event notify_event;
notify_event       70 include/linux/usb/chipidea.h 	int	(*notify_event) (struct ci_hdrc *ci, unsigned event);