Searched refs:notify_event (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/ps3/ |
D | device-init.c | 794 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/ |
D | host.c | 81 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()
|
D | ci_hdrc_msm.c | 194 ci->pdata.notify_event = ci_hdrc_msm_notify_event; in ci_hdrc_msm_probe()
|
D | udc.c | 1542 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()
|
D | core.c | 511 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/ |
D | user_space.c | 46 thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", tz->notify_event); in notify_user_space()
|
D | thermal_core.c | 479 tz->notify_event = event; in thermal_zone_device_update()
|
/Linux-v4.19/include/linux/usb/ |
D | chipidea.h | 66 int (*notify_event) (struct ci_hdrc *ci, unsigned event); member
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 221 enum thermal_notify_event notify_event; member
|
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_mgmt.h | 671 u8 notify_event, const unsigned char *bssid,
|
D | rsi_91x_mgmt.c | 455 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()
|