notify_event
struct ps3_notify_event *notify_event;
notify_event = (struct ps3_notify_event *)&local->buf;
memset(notify_event, 0, sizeof(*notify_event));
notify_event->event_type, notify_event->bus_id,
notify_event->dev_id, notify_event->dev_type,
notify_event->dev_port);
if (notify_event->event_type != notify_region_probe ||
notify_event->bus_id != local->dev.sbd.bus_id) {
__func__, __LINE__, notify_event->event_type,
notify_event->dev_id, notify_event->dev_type);
notify_event->dev_id);
int ret = 0, notify_event = 0;
notify_event = 1;
if (notify_event)
u8 notify_event, const unsigned char *bssid,
switch (notify_event) {
u8 notify_event, const unsigned char *bssid,
thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", tz->notify_event);
tz->notify_event = event;
enum thermal_notify_event notify_event;
.notify_event = ci_hdrc_imx_notify_event,
ci->pdata.notify_event = ci_hdrc_msm_notify_event;
ci->pdata.notify_event = npcm_udc_notify_event;
usb->data.notify_event = tegra_usb_notify_event;
if (ci->platdata->notify_event) {
ret = ci->platdata->notify_event(ci,
if (ci->platdata->notify_event &&
ci->platdata->notify_event
if (ci->platdata->notify_event)
ci->platdata->notify_event(ci,
if (ci->platdata->notify_event)
ci->platdata->notify_event(ci,
if (ci->platdata->notify_event) {
ret = ci->platdata->notify_event(ci,
if (ci->platdata->notify_event)
ci->platdata->notify_event(ci,
if (ci->platdata->notify_event)
ret = ci->platdata->notify_event(ci,
if (ci->platdata->notify_event) {
ci->platdata->notify_event(ci, CI_HDRC_CONTROLLER_PULLUP_EVENT);
if (ci->platdata->notify_event)
ci->platdata->notify_event(ci,
int (*notify_event) (struct ci_hdrc *ci, unsigned event);
#define snd_seq_system_client_ev_client_start(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIENT_START)
#define snd_seq_system_client_ev_client_exit(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIENT_EXIT)
#define snd_seq_system_client_ev_client_change(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIENT_CHANGE)
#define snd_seq_system_client_ev_port_start(client, port) notify_event(client, port, SNDRV_SEQ_EVENT_PORT_START)
#define snd_seq_system_client_ev_port_exit(client, port) notify_event(client, port, SNDRV_SEQ_EVENT_PORT_EXIT)
#define snd_seq_system_client_ev_port_change(client, port) notify_event(client, port, SNDRV_SEQ_EVENT_PORT_CHANGE)