Searched refs:notify_event (Results 1 – 11 of 11) sorted by relevance
/drivers/usb/chipidea/ |
D | host.c | 96 if (ci->platdata->notify_event) { in ehci_ci_reset() 97 ret = ci->platdata->notify_event(ci, in ehci_ci_reset() 190 if (ci->platdata->notify_event && in host_start() 192 ci->platdata->notify_event in host_start() 213 if (ci->platdata->notify_event) in host_stop() 214 ci->platdata->notify_event(ci, in host_stop() 297 if (ci->platdata->notify_event) in ci_ehci_hub_control() 298 ci->platdata->notify_event(ci, in ci_ehci_hub_control()
|
D | udc.c | 1694 if (ci->platdata->notify_event) in ci_hdrc_gadget_connect() 1695 ci->platdata->notify_event(ci, in ci_hdrc_gadget_connect() 1717 if (ci->platdata->notify_event) in ci_udc_vbus_session() 1718 ret = ci->platdata->notify_event(ci, in ci_udc_vbus_session() 1994 if (ci->platdata->notify_event) in ci_udc_stop() 1995 ci->platdata->notify_event(ci, in ci_udc_stop()
|
D | ci_hdrc_msm.c | 193 ci->pdata.notify_event = ci_hdrc_msm_notify_event; in ci_hdrc_msm_probe()
|
D | ci_hdrc_tegra.c | 341 usb->data.notify_event = tegra_usb_notify_event; in tegra_usb_probe()
|
D | core.c | 494 if (ci->platdata->notify_event) { in hw_device_reset() 495 ret = ci->platdata->notify_event(ci, in hw_device_reset()
|
D | ci_hdrc_imx.c | 337 .notify_event = ci_hdrc_imx_notify_event, in ci_hdrc_imx_probe()
|
/drivers/thermal/ |
D | gov_user_space.c | 42 thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", tz->notify_event); in notify_user_space()
|
D | thermal_core.c | 427 tz->notify_event = event; in __thermal_zone_device_update()
|
/drivers/infiniband/core/ |
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()
|
/drivers/net/wireless/rsi/ |
D | rsi_mgmt.h | 728 u8 notify_event, const unsigned char *bssid,
|
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()
|