Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/platforms/ps3/
Ddevice-init.c778 struct ps3_notify_event *notify_event; in ps3_probe_thread() local
791 notify_event = (struct ps3_notify_event *)&local->buf; in ps3_probe_thread()
837 memset(notify_event, 0, sizeof(*notify_event)); in ps3_probe_thread()
845 notify_event->event_type, notify_event->bus_id, in ps3_probe_thread()
846 notify_event->dev_id, notify_event->dev_type, in ps3_probe_thread()
847 notify_event->dev_port); in ps3_probe_thread()
849 if (notify_event->event_type != notify_region_probe || in ps3_probe_thread()
850 notify_event->bus_id != local->dev.sbd.bus_id) { in ps3_probe_thread()
852 __func__, __LINE__, notify_event->event_type, in ps3_probe_thread()
853 notify_event->dev_id, notify_event->dev_type); in ps3_probe_thread()
[all …]
/linux-6.12.1/drivers/usb/chipidea/
Dhost.c96 if (ci->platdata->notify_event) { in ehci_ci_reset()
97 ret = ci->platdata->notify_event(ci, in ehci_ci_reset()
190 if (ci->platdata->notify_event && in host_start()
192 ci->platdata->notify_event in host_start()
213 if (ci->platdata->notify_event) in host_stop()
214 ci->platdata->notify_event(ci, in host_stop()
297 if (ci->platdata->notify_event) in ci_ehci_hub_control()
298 ci->platdata->notify_event(ci, in ci_ehci_hub_control()
Dci_hdrc_npcm.c63 ci->pdata.notify_event = npcm_udc_notify_event; in npcm_udc_probe()
Dudc.c1701 if (ci->platdata->notify_event) in ci_hdrc_gadget_connect()
1702 ci->platdata->notify_event(ci, in ci_hdrc_gadget_connect()
1724 if (ci->platdata->notify_event) in ci_udc_vbus_session()
1725 ret = ci->platdata->notify_event(ci, in ci_udc_vbus_session()
2001 if (ci->platdata->notify_event) in ci_udc_stop()
2002 ci->platdata->notify_event(ci, in ci_udc_stop()
Dci_hdrc_msm.c193 ci->pdata.notify_event = ci_hdrc_msm_notify_event; in ci_hdrc_msm_probe()
Dci_hdrc_tegra.c339 usb->data.notify_event = tegra_usb_notify_event; in tegra_usb_probe()
Dcore.c494 if (ci->platdata->notify_event) { in hw_device_reset()
495 ret = ci->platdata->notify_event(ci, in hw_device_reset()
Dci_hdrc_imx.c345 .notify_event = ci_hdrc_imx_notify_event, in ci_hdrc_imx_probe()
/linux-6.12.1/drivers/thermal/
Dgov_user_space.c46 thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", tz->notify_event); in notify_user_space()
Dthermal_core.h136 enum thermal_notify_event notify_event; member
Dthermal_core.c576 tz->notify_event = event; in __thermal_zone_device_update()
/linux-6.12.1/include/linux/usb/
Dchipidea.h74 int (*notify_event) (struct ci_hdrc *ci, unsigned event); member
/linux-6.12.1/drivers/infiniband/core/
Diwcm.c955 int ret = 0, notify_event = 0; in cm_close_handler() local
964 notify_event = 1; in cm_close_handler()
975 if (notify_event) in cm_close_handler()
/linux-6.12.1/drivers/net/wireless/rsi/
Drsi_mgmt.h728 u8 notify_event, const unsigned char *bssid,
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()