Searched refs:notify_event (Results 1 – 7 of 7) sorted by relevance
| /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 | 1867 if (ci->platdata->notify_event) in ci_hdrc_gadget_connect() 1868 ci->platdata->notify_event(ci, in ci_hdrc_gadget_connect() 1890 if (ci->platdata->notify_event) in ci_udc_vbus_session() 1891 ret = ci->platdata->notify_event(ci, in ci_udc_vbus_session() 1974 if (ci->platdata->notify_event) { in ci_udc_pullup() 1976 ci->platdata->notify_event(ci, CI_HDRC_CONTROLLER_PULLUP_EVENT); in ci_udc_pullup() 2172 if (ci->platdata->notify_event) in ci_udc_stop() 2173 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 | 956 int ret = 0, notify_event = 0; in cm_close_handler() local 965 notify_event = 1; in cm_close_handler() 976 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()
|