Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/ps3/
Ddevice-init.c794 struct ps3_notify_event *notify_event; in ps3_probe_thread() local
804 notify_event = buf; in ps3_probe_thread()
848 memset(notify_event, 0, sizeof(*notify_event)); in ps3_probe_thread()
856 notify_event->event_type, notify_event->bus_id, in ps3_probe_thread()
857 notify_event->dev_id, notify_event->dev_type, in ps3_probe_thread()
858 notify_event->dev_port); in ps3_probe_thread()
860 if (notify_event->event_type != notify_region_probe || in ps3_probe_thread()
861 notify_event->bus_id != dev.sbd.bus_id) { in ps3_probe_thread()
863 __func__, __LINE__, notify_event->event_type, in ps3_probe_thread()
864 notify_event->dev_id, notify_event->dev_type); in ps3_probe_thread()
[all …]
/Linux-v4.19/drivers/usb/chipidea/
Dhost.c81 if (ci->platdata->notify_event) { in ehci_ci_reset()
82 ret = ci->platdata->notify_event(ci, in ehci_ci_reset()
187 if (ci->platdata->notify_event) in host_stop()
188 ci->platdata->notify_event(ci, in host_stop()
Dci_hdrc_msm.c194 ci->pdata.notify_event = ci_hdrc_msm_notify_event; in ci_hdrc_msm_probe()
Dudc.c1542 if (ci->platdata->notify_event) in ci_udc_vbus_session()
1543 ci->platdata->notify_event(ci, in ci_udc_vbus_session()
1797 if (ci->platdata->notify_event) in ci_udc_stop()
1798 ci->platdata->notify_event(ci, in ci_udc_stop()
Dcore.c511 if (ci->platdata->notify_event) { in hw_device_reset()
512 ret = ci->platdata->notify_event(ci, in hw_device_reset()
/Linux-v4.19/drivers/thermal/
Duser_space.c46 thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", tz->notify_event); in notify_user_space()
Dthermal_core.c479 tz->notify_event = event; in thermal_zone_device_update()
/Linux-v4.19/include/linux/usb/
Dchipidea.h66 int (*notify_event) (struct ci_hdrc *ci, unsigned event); member
/Linux-v4.19/include/linux/
Dthermal.h221 enum thermal_notify_event notify_event; member
/Linux-v4.19/drivers/net/wireless/rsi/
Drsi_mgmt.h671 u8 notify_event, const unsigned char *bssid,
Drsi_91x_mgmt.c455 u8 notify_event, const unsigned char *bssid, in rsi_hal_send_sta_notify_frame() argument
483 switch (notify_event) { in rsi_hal_send_sta_notify_frame()