Home
last modified time | relevance | path

Searched refs:ipc_msg_type (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/sof/
H A Dsof-client.c24 * @ipc_msg_type: IPC msg type of the event the client is interested
30 u32 ipc_msg_type; member
484 if (event->ipc_msg_type == msg_type) in sof_client_ipc_rx_dispatcher()
492 u32 ipc_msg_type, in sof_client_register_ipc_rx_handler() argument
502 if (!(ipc_msg_type & SOF_GLB_TYPE_MASK)) in sof_client_register_ipc_rx_handler()
505 if (!(ipc_msg_type & SOF_IPC4_NOTIFICATION_TYPE_MASK)) in sof_client_register_ipc_rx_handler()
517 event->ipc_msg_type = ipc_msg_type; in sof_client_register_ipc_rx_handler()
531 u32 ipc_msg_type) in sof_client_unregister_ipc_rx_handler() argument
539 if (event->cdev == cdev && event->ipc_msg_type in sof_client_unregister_ipc_rx_handler()
[all...]
H A Dsof-client.h65 u32 ipc_msg_type,
68 u32 ipc_msg_type);