Searched refs:notify_event (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/powerpc/platforms/ps3/ |
| D | device-init.c | 780 struct ps3_notify_event *notify_event; in ps3_probe_thread() local 790 notify_event = buf; in ps3_probe_thread() 834 memset(notify_event, 0, sizeof(*notify_event)); in ps3_probe_thread() 842 notify_event->event_type, notify_event->bus_id, in ps3_probe_thread() 843 notify_event->dev_id, notify_event->dev_type, in ps3_probe_thread() 844 notify_event->dev_port); in ps3_probe_thread() 846 if (notify_event->event_type != notify_region_probe || in ps3_probe_thread() 847 notify_event->bus_id != dev.sbd.bus_id) { in ps3_probe_thread() 849 __func__, __LINE__, notify_event->event_type, in ps3_probe_thread() 850 notify_event->dev_id, notify_event->dev_type); in ps3_probe_thread() [all …]
|
| /Linux-v5.4/drivers/usb/chipidea/ |
| D | host.c | 82 if (ci->platdata->notify_event) { in ehci_ci_reset() 83 ret = ci->platdata->notify_event(ci, in ehci_ci_reset() 174 if (ci->platdata->notify_event && in host_start() 176 ci->platdata->notify_event in host_start() 197 if (ci->platdata->notify_event) in host_stop() 198 ci->platdata->notify_event(ci, in host_stop() 265 if (ci->platdata->notify_event) in ci_ehci_hub_control() 266 ci->platdata->notify_event(ci, in ci_ehci_hub_control()
|
| D | ci_hdrc_msm.c | 193 ci->pdata.notify_event = ci_hdrc_msm_notify_event; in ci_hdrc_msm_probe()
|
| D | udc.c | 1555 if (ci->platdata->notify_event) in ci_udc_vbus_session() 1556 ci->platdata->notify_event(ci, in ci_udc_vbus_session() 1833 if (ci->platdata->notify_event) in ci_udc_stop() 1834 ci->platdata->notify_event(ci, in ci_udc_stop()
|
| D | ci_hdrc_imx.c | 302 .notify_event = ci_hdrc_imx_notify_event, in ci_hdrc_imx_probe()
|
| D | core.c | 512 if (ci->platdata->notify_event) { in hw_device_reset() 513 ret = ci->platdata->notify_event(ci, in hw_device_reset()
|
| /Linux-v5.4/drivers/thermal/ |
| D | user_space.c | 34 thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", tz->notify_event); in notify_user_space()
|
| D | thermal_core.c | 489 tz->notify_event = event; in thermal_zone_device_update()
|
| /Linux-v5.4/include/linux/usb/ |
| D | chipidea.h | 70 int (*notify_event) (struct ci_hdrc *ci, unsigned event); member
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | iwcm.c | 952 int ret = 0, notify_event = 0; in cm_close_handler() local 961 notify_event = 1; in cm_close_handler() 972 if (notify_event) in cm_close_handler()
|
| /Linux-v5.4/include/linux/ |
| D | thermal.h | 221 enum thermal_notify_event notify_event; member
|
| /Linux-v5.4/drivers/net/wireless/rsi/ |
| D | rsi_mgmt.h | 728 u8 notify_event, const unsigned char *bssid,
|
| D | rsi_91x_mgmt.c | 535 u8 notify_event, const unsigned char *bssid, in rsi_hal_send_sta_notify_frame() argument 563 switch (notify_event) { in rsi_hal_send_sta_notify_frame()
|