Home
last modified time | relevance | path

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

/drivers/usb/chipidea/
A Dhost.c97 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 Dci_hdrc_npcm.c63 ci->pdata.notify_event = npcm_udc_notify_event; in npcm_udc_probe()
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()
A Dci_hdrc_msm.c193 ci->pdata.notify_event = ci_hdrc_msm_notify_event; in ci_hdrc_msm_probe()
A Dci_hdrc_tegra.c339 usb->data.notify_event = tegra_usb_notify_event; in tegra_usb_probe()
A Dcore.c494 if (ci->platdata->notify_event) { in hw_device_reset()
495 ret = ci->platdata->notify_event(ci, in hw_device_reset()
A Dci_hdrc_imx.c376 .notify_event = ci_hdrc_imx_notify_event, in ci_hdrc_imx_probe()
/drivers/thermal/
A Dgov_user_space.c46 thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", tz->notify_event); in user_space_trip_crossed()
A Dthermal_core.h146 enum thermal_notify_event notify_event; member
A Dthermal_core.c642 tz->notify_event = event; in __thermal_zone_device_update()
/drivers/infiniband/core/
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()
/drivers/net/wireless/rsi/
A Drsi_mgmt.h728 u8 notify_event, const unsigned char *bssid,
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()

Completed in 35 milliseconds