Home
last modified time | relevance | path

Searched refs:notify_event (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/platforms/ps3/
H A Ddevice-init.c779 struct ps3_notify_event *notify_event; in ps3_probe_thread() local
792 notify_event = (struct ps3_notify_event *)&local->buf; in ps3_probe_thread()
838 memset(notify_event, 0, sizeof(*notify_event)); in ps3_probe_thread()
846 notify_event->event_type, notify_event->bus_id, in ps3_probe_thread()
847 notify_event->dev_id, notify_event->dev_type, in ps3_probe_thread()
848 notify_event->dev_port); in ps3_probe_thread()
850 if (notify_event->event_type != notify_region_probe || in ps3_probe_thread()
851 notify_event->bus_id != local->dev.sbd.bus_id) { in ps3_probe_thread()
853 __func__, __LINE__, notify_event->event_type, in ps3_probe_thread()
854 notify_event->dev_id, notify_event->dev_type); in ps3_probe_thread()
[all …]
/linux/drivers/usb/chipidea/
H A Dcore.c495 if (ci->platdata->notify_event) { in hw_device_reset()
496 ret = ci->platdata->notify_event(ci, in hw_device_reset()
/linux/drivers/net/wireless/rsi/
H A Drsi_mgmt.h728 u8 notify_event, const unsigned char *bssid,
H A Drsi_91x_mgmt.c536 u8 notify_event, const unsigned char *bssid, in rsi_hal_send_sta_notify_frame() argument
564 switch (notify_event) { in rsi_hal_send_sta_notify_frame()
/linux/drivers/thermal/
H A Dthermal_core.c584 tz->notify_event = event; in __thermal_zone_device_update()