Searched refs:notify_event (Results 1 – 13 of 13) sorted by relevance
| /drivers/usb/chipidea/ |
| A D | host.c | 97 if (ci->platdata->notify_event) { in ehci_ci_reset() 98 ret = ci->platdata->notify_event(ci, in ehci_ci_reset() 191 if (ci->platdata->notify_event && in host_start() 193 ci->platdata->notify_event in host_start() 214 if (ci->platdata->notify_event) in host_stop() 215 ci->platdata->notify_event(ci, in host_stop() 304 if (ci->platdata->notify_event) in ci_ehci_hub_control() 305 ci->platdata->notify_event(ci, in ci_ehci_hub_control()
|
| A D | ci_hdrc_npcm.c | 63 ci->pdata.notify_event = npcm_udc_notify_event; in npcm_udc_probe()
|
| 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()
|
| A D | ci_hdrc_msm.c | 193 ci->pdata.notify_event = ci_hdrc_msm_notify_event; in ci_hdrc_msm_probe()
|
| A D | ci_hdrc_tegra.c | 339 usb->data.notify_event = tegra_usb_notify_event; in tegra_usb_probe()
|
| A D | core.c | 494 if (ci->platdata->notify_event) { in hw_device_reset() 495 ret = ci->platdata->notify_event(ci, in hw_device_reset()
|
| A D | ci_hdrc_imx.c | 376 .notify_event = ci_hdrc_imx_notify_event, in ci_hdrc_imx_probe()
|
| /drivers/thermal/ |
| A D | gov_user_space.c | 46 thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", tz->notify_event); in user_space_trip_crossed()
|
| A D | thermal_core.h | 146 enum thermal_notify_event notify_event; member
|
| A D | thermal_core.c | 642 tz->notify_event = event; in __thermal_zone_device_update()
|
| /drivers/infiniband/core/ |
| 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()
|
| /drivers/net/wireless/rsi/ |
| A D | rsi_mgmt.h | 728 u8 notify_event, const unsigned char *bssid,
|
| 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()
|
Completed in 35 milliseconds