| /linux-6.15/sound/core/seq/ |
| H A D | seq_system.h | 16 #define notify_event(client, port, type) \ macro 29 #define snd_seq_system_client_ev_client_start(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIEN… 30 #define snd_seq_system_client_ev_client_exit(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIENT… 31 #define snd_seq_system_client_ev_client_change(client) notify_event(client, 0, SNDRV_SEQ_EVENT_CLIE… 32 #define snd_seq_system_client_ev_port_start(client, port) notify_event(client, port, SNDRV_SEQ_EVEN… 33 #define snd_seq_system_client_ev_port_exit(client, port) notify_event(client, port, SNDRV_SEQ_EVENT… 34 #define snd_seq_system_client_ev_port_change(client, port) notify_event(client, port, SNDRV_SEQ_EVE…
|
| /linux-6.15/arch/powerpc/platforms/ps3/ |
| H A D | device-init.c | 778 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.15/drivers/usb/chipidea/ |
| H A D | host.c | 97 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()
|
| H A D | ci_hdrc_npcm.c | 63 ci->pdata.notify_event = npcm_udc_notify_event; in npcm_udc_probe()
|
| H A D | udc.c | 1867 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() 2167 if (ci->platdata->notify_event) in ci_udc_stop() 2168 ci->platdata->notify_event(ci, in ci_udc_stop()
|
| H A D | ci_hdrc_msm.c | 193 ci->pdata.notify_event = ci_hdrc_msm_notify_event; in ci_hdrc_msm_probe()
|
| H A D | ci_hdrc_tegra.c | 339 usb->data.notify_event = tegra_usb_notify_event; in tegra_usb_probe()
|
| H A D | core.c | 494 if (ci->platdata->notify_event) { in hw_device_reset() 495 ret = ci->platdata->notify_event(ci, in hw_device_reset()
|
| H A D | ci_hdrc_imx.c | 353 .notify_event = ci_hdrc_imx_notify_event, in ci_hdrc_imx_probe()
|
| /linux-6.15/drivers/thermal/ |
| H A D | gov_user_space.c | 46 thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", tz->notify_event); in user_space_trip_crossed()
|
| H A D | thermal_core.h | 146 enum thermal_notify_event notify_event; member
|
| H A D | thermal_core.c | 642 tz->notify_event = event; in __thermal_zone_device_update()
|
| /linux-6.15/include/linux/usb/ |
| H A D | chipidea.h | 75 int (*notify_event) (struct ci_hdrc *ci, unsigned event); member
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | iwcm.c | 957 int ret = 0, notify_event = 0; in cm_close_handler() local 966 notify_event = 1; in cm_close_handler() 977 if (notify_event) in cm_close_handler()
|
| /linux-6.15/drivers/net/wireless/rsi/ |
| H A D | rsi_mgmt.h | 728 u8 notify_event, const unsigned char *bssid,
|
| H A D | rsi_91x_mgmt.c | 536 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()
|