Symbol: notify_event
arch/powerpc/platforms/ps3/device-init.c
779
struct ps3_notify_event *notify_event;
arch/powerpc/platforms/ps3/device-init.c
792
notify_event = (struct ps3_notify_event *)&local->buf;
arch/powerpc/platforms/ps3/device-init.c
838
memset(notify_event, 0, sizeof(*notify_event));
arch/powerpc/platforms/ps3/device-init.c
846
notify_event->event_type, notify_event->bus_id,
arch/powerpc/platforms/ps3/device-init.c
847
notify_event->dev_id, notify_event->dev_type,
arch/powerpc/platforms/ps3/device-init.c
848
notify_event->dev_port);
arch/powerpc/platforms/ps3/device-init.c
850
if (notify_event->event_type != notify_region_probe ||
arch/powerpc/platforms/ps3/device-init.c
851
notify_event->bus_id != local->dev.sbd.bus_id) {
arch/powerpc/platforms/ps3/device-init.c
853
__func__, __LINE__, notify_event->event_type,
arch/powerpc/platforms/ps3/device-init.c
854
notify_event->dev_id, notify_event->dev_type);
arch/powerpc/platforms/ps3/device-init.c
859
notify_event->dev_id);
drivers/infiniband/core/iwcm.c
952
int ret = 0, notify_event = 0;
drivers/infiniband/core/iwcm.c
961
notify_event = 1;
drivers/infiniband/core/iwcm.c
972
if (notify_event)
drivers/net/wireless/rsi/rsi_91x_mgmt.c
536
u8 notify_event, const unsigned char *bssid,
drivers/net/wireless/rsi/rsi_91x_mgmt.c
564
switch (notify_event) {
drivers/net/wireless/rsi/rsi_mgmt.h
728
u8 notify_event, const unsigned char *bssid,
drivers/thermal/gov_user_space.c
46
thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", tz->notify_event);
drivers/thermal/thermal_core.c
644
tz->notify_event = event;
drivers/thermal/thermal_core.h
149
enum thermal_notify_event notify_event;
drivers/usb/chipidea/ci_hdrc_imx.c
382
.notify_event = ci_hdrc_imx_notify_event,
drivers/usb/chipidea/ci_hdrc_msm.c
193
ci->pdata.notify_event = ci_hdrc_msm_notify_event;
drivers/usb/chipidea/ci_hdrc_npcm.c
63
ci->pdata.notify_event = npcm_udc_notify_event;
drivers/usb/chipidea/ci_hdrc_tegra.c
339
usb->data.notify_event = tegra_usb_notify_event;
drivers/usb/chipidea/core.c
495
if (ci->platdata->notify_event) {
drivers/usb/chipidea/core.c
496
ret = ci->platdata->notify_event(ci,
drivers/usb/chipidea/host.c
191
if (ci->platdata->notify_event &&
drivers/usb/chipidea/host.c
193
ci->platdata->notify_event
drivers/usb/chipidea/host.c
214
if (ci->platdata->notify_event)
drivers/usb/chipidea/host.c
215
ci->platdata->notify_event(ci,
drivers/usb/chipidea/host.c
304
if (ci->platdata->notify_event)
drivers/usb/chipidea/host.c
305
ci->platdata->notify_event(ci,
drivers/usb/chipidea/host.c
97
if (ci->platdata->notify_event) {
drivers/usb/chipidea/host.c
98
ret = ci->platdata->notify_event(ci,
drivers/usb/chipidea/udc.c
1874
if (ci->platdata->notify_event)
drivers/usb/chipidea/udc.c
1875
ci->platdata->notify_event(ci,
drivers/usb/chipidea/udc.c
1897
if (ci->platdata->notify_event)
drivers/usb/chipidea/udc.c
1898
ret = ci->platdata->notify_event(ci,
drivers/usb/chipidea/udc.c
1981
if (ci->platdata->notify_event) {
drivers/usb/chipidea/udc.c
1983
ci->platdata->notify_event(ci, CI_HDRC_CONTROLLER_PULLUP_EVENT);
drivers/usb/chipidea/udc.c
2179
if (ci->platdata->notify_event)
drivers/usb/chipidea/udc.c
2180
ci->platdata->notify_event(ci,
include/linux/usb/chipidea.h
77
int (*notify_event) (struct ci_hdrc *ci, unsigned event);
sound/core/seq/seq_system.h
29
#define snd_seq_system_client_ev_client_start(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIENT_START)
sound/core/seq/seq_system.h
30
#define snd_seq_system_client_ev_client_exit(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIENT_EXIT)
sound/core/seq/seq_system.h
31
#define snd_seq_system_client_ev_client_change(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIENT_CHANGE)
sound/core/seq/seq_system.h
32
#define snd_seq_system_client_ev_port_start(client, port) notify_event(client, port, SNDRV_SEQ_EVENT_PORT_START)
sound/core/seq/seq_system.h
33
#define snd_seq_system_client_ev_port_exit(client, port) notify_event(client, port, SNDRV_SEQ_EVENT_PORT_EXIT)
sound/core/seq/seq_system.h
34
#define snd_seq_system_client_ev_port_change(client, port) notify_event(client, port, SNDRV_SEQ_EVENT_PORT_CHANGE)