Searched refs:notify_event (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | device-init.c | 794 struct ps3_notify_event *notify_event; in ps3_probe_thread() local 804 notify_event = buf; in ps3_probe_thread() 848 memset(notify_event, 0, sizeof(*notify_event)); in ps3_probe_thread() 856 notify_event->event_type, notify_event->bus_id, in ps3_probe_thread() 857 notify_event->dev_id, notify_event->dev_type, in ps3_probe_thread() 858 notify_event->dev_port); in ps3_probe_thread() 860 if (notify_event->event_type != notify_region_probe || in ps3_probe_thread() 861 notify_event->bus_id != dev.sbd.bus_id) { in ps3_probe_thread() 864 __func__, __LINE__, notify_event->event_type, in ps3_probe_thread() 865 notify_event->dev_id, in ps3_probe_thread() [all …]
|
/linux-4.4.14/include/linux/usb/ |
D | chipidea.h | 61 void (*notify_event) (struct ci_hdrc *ci, unsigned event); member
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | ci_hdrc_msm.c | 51 .notify_event = ci_hdrc_msm_notify_event,
|
D | udc.c | 1526 if (ci->platdata->notify_event) in ci_udc_vbus_session() 1527 ci->platdata->notify_event(ci, in ci_udc_vbus_session() 1782 if (ci->platdata->notify_event) in ci_udc_stop() 1783 ci->platdata->notify_event(ci, in ci_udc_stop()
|
D | core.c | 500 if (ci->platdata->notify_event) in hw_device_reset() 501 ci->platdata->notify_event(ci, in hw_device_reset()
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 449 u8 notify_event, in rsi_hal_send_sta_notify_frame() argument 474 switch (notify_event) { in rsi_hal_send_sta_notify_frame()
|