Searched refs:MSG_TYPE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | xgene-hwmon.c | 34 #define MSG_TYPE(v) (((v) & 0xF0000000) >> 28) macro 148 cpu_to_le16(MSG_TYPE(msg[0]) | PCCC_GENERATE_DB_INT)); in xgene_hwmon_pcc_rd() 173 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_pcc_rd() 211 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_rd() 457 if (MSG_TYPE(amsg.msg) == MSG_TYPE_PWRMGMT) in xgene_hwmon_evt_work() 502 ((MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_ERR) || in xgene_hwmon_rx_cb() 503 (MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_DBG && in xgene_hwmon_rx_cb() 505 (MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_PWRMGMT && in xgene_hwmon_rx_cb() 560 ((MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_ERR) || in xgene_hwmon_pcc_rx_cb() 561 (MSG_TYPE(((u3 in xgene_hwmon_pcc_rx_cb() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | xgene-hwmon.c | 34 #define MSG_TYPE(v) (((v) & 0xF0000000) >> 28) macro 149 cpu_to_le16(MSG_TYPE(msg[0]) | PCCC_GENERATE_DB_INT)); in xgene_hwmon_pcc_rd() 174 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_pcc_rd() 212 if (MSG_TYPE(ctx->sync_msg.msg) == MSG_TYPE_ERR) { in xgene_hwmon_rd() 458 if (MSG_TYPE(amsg.msg) == MSG_TYPE_PWRMGMT) in xgene_hwmon_evt_work() 503 ((MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_ERR) || in xgene_hwmon_rx_cb() 504 (MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_DBG && in xgene_hwmon_rx_cb() 506 (MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_PWRMGMT && in xgene_hwmon_rx_cb() 561 ((MSG_TYPE(((u32 *)msg)[0]) == MSG_TYPE_ERR) || in xgene_hwmon_pcc_rx_cb() 562 (MSG_TYPE(((u3 in xgene_hwmon_pcc_rx_cb() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/ipc/ |
H A D | msgque.c | 21 #define MSG_TYPE 1 macro 177 msgbuf.mtype = MSG_TYPE; in fill_msgque()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ipc/ |
H A D | msgque.c | 21 #define MSG_TYPE 1 macro 177 msgbuf.mtype = MSG_TYPE; in fill_msgque()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | coex.h | 159 BT_MBOX(1, MSG_TYPE, 16, 3),
|
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_defs.h | 9 enum MSG_TYPE { enum
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | coex.h | 102 BT_MBOX(1, MSG_TYPE, 16, 3),
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.c | 584 BT_MBOX_PRINT(1, MSG_TYPE, false); in iwl_mvm_coex_dump_mbox()
|
/kernel/linux/linux-6.6/drivers/usb/typec/ |
H A D | anx7411.c | 59 #define MSG_TYPE 0x01 macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.c | 557 BT_MBOX_PRINT(1, MSG_TYPE, false); in iwl_mvm_coex_dump_mbox()
|
Completed in 13 milliseconds