Home
last modified time | relevance | path

Searched defs:msg_id (Results 76 – 79 of 79) sorted by relevance

1234

/Linux-v6.6/sound/soc/sof/
Dsof-priv.h734 static inline void snd_sof_ipc_process_reply(struct snd_sof_dev *sdev, u32 msg_id) in snd_sof_ipc_process_reply()
/Linux-v6.6/drivers/i2c/busses/
Di2c-stm32f7.c338 unsigned int msg_id; member
/Linux-v6.6/drivers/net/ethernet/qlogic/qed/
Dqed_mfw_hsi.h1579 #define MFW_DRV_MSG_DWORD(msg_id) ((msg_id) >> 2) argument
1580 #define MFW_DRV_MSG_OFFSET(msg_id) (((msg_id) & 0x3) << 3) argument
1581 #define MFW_DRV_MSG_MASK(msg_id) (0xff << MFW_DRV_MSG_OFFSET(msg_id)) argument
/Linux-v6.6/drivers/hid/
Dwacom_wac.c3136 int msg_id = data[offset]; in wacom_bpt3_touch() local

1234