Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dchipidea.h77 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 Dudc.c1867 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 Dcore.c495 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 Diwcm.c956 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 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.c642 tz->notify_event = event; in __thermal_zone_device_update()