Searched refs:notify_event (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/powerpc/platforms/ps3/ |
| H A D | device-init.c | 779 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/include/linux/usb/ |
| H A D | chipidea.h | 77 int (*notify_event) (struct ci_hdrc *ci, unsigned event); 76 int (*notify_event) (struct ci_hdrc *ci, unsigned event); global() member
|
| /linux/drivers/usb/chipidea/ |
| H A D | udc.c | 1874 if (ci->platdata->notify_event) in ci_hdrc_gadget_connect() 1875 ci->platdata->notify_event(ci, in ci_hdrc_gadget_connect() 1897 if (ci->platdata->notify_event) in ci_udc_vbus_session() 1898 ret = ci->platdata->notify_event(ci, in ci_udc_vbus_session() 1981 if (ci->platdata->notify_event) { in ci_udc_pullup() 1983 ci->platdata->notify_event(ci, CI_HDRC_CONTROLLER_PULLUP_EVENT); in ci_udc_pullup() 2179 if (ci->platdata->notify_event) in ci_udc_stop() 2180 ci->platdata->notify_event(ci, in ci_udc_stop()
|
| H A D | core.c | 495 if (ci->platdata->notify_event) { in hw_device_reset() 496 ret = ci->platdata->notify_event(ci, in hw_device_reset()
|
| /linux/drivers/infiniband/core/ |
| H A D | iwcm.c | 952 int ret = 0, notify_event = 0; in cm_close_handler() local 961 notify_event = 1; in cm_close_handler() 972 if (notify_event) in cm_close_handler()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_mgmt.h | 728 u8 notify_event, const unsigned char *bssid,
|
| H A D | rsi_91x_mgmt.c | 536 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 D | thermal_core.c | 642 tz->notify_event = event; in __thermal_zone_device_update()
|