Home
last modified time | relevance | path

Searched refs:MSG_TYPE (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/hwmon/
H A Dxgene-hwmon.c34 #define MSG_TYPE(v) (((v) & 0xF0000000) >> 28) macro
143 cpu_to_le16(MSG_TYPE(msg[0]) | PCC_CMD_GENERATE_DB_INTR)); in xgene_hwmon_pcc_rd()
168 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_pcc_rd()
206 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_rd()
452 if (MSG_TYPE(amsg.msg) == MSG_TYPE_PWRMGMT) in xgene_hwmon_evt_work()
497 ((MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_ERR) || in xgene_hwmon_rx_cb()
498 (MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_DBG && in xgene_hwmon_rx_cb()
500 (MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_PWRMGMT && in xgene_hwmon_rx_cb()
555 ((MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_ERR) || in xgene_hwmon_pcc_rx_cb()
556 (MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_DBG && in xgene_hwmon_pcc_rx_cb()
[all …]
/linux-6.15/tools/testing/selftests/ipc/
H A Dmsgque.c21 #define MSG_TYPE 1 macro
177 msgbuf.mtype = MSG_TYPE; in fill_msgque()
/linux-6.15/drivers/media/platform/amphion/
H A Dvpu_defs.h9 enum MSG_TYPE { enum
/linux-6.15/drivers/usb/typec/
H A Danx7411.c60 #define MSG_TYPE 0x01 macro