diff options
| author | Bjorn Andersson <andersson@kernel.org> | 2026-03-16 04:53:35 +0300 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2026-03-16 04:53:35 +0300 |
| commit | 6fc1aa70bc1bb67f22c68c990e0540d82db492bf (patch) | |
| tree | c07b5d9fd7c015036fb6499bef36fc70418c1b32 /include/linux | |
| parent | eda32f68ce7a3d16071870c7af0803fdfae40401 (diff) | |
| parent | e4ee7621d732162ea2ec714ae76dac2f70519417 (diff) | |
| download | linux-6fc1aa70bc1bb67f22c68c990e0540d82db492bf.tar.xz | |
Merge branch '20260309230346.3584252-2-daniel.lezcano@oss.qualcomm.com' into drivers-for-7.1
Merge the relocated constants through a topic branch, to allow this
change being shared with other trees.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/soc/qcom/qmi.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/soc/qcom/qmi.h b/include/linux/soc/qcom/qmi.h index 291cdc7ef49c..b9dcb437a0be 100644 --- a/include/linux/soc/qcom/qmi.h +++ b/include/linux/soc/qcom/qmi.h @@ -92,6 +92,18 @@ struct qmi_elem_info { #define QMI_ERR_INCOMPATIBLE_STATE_V01 90 #define QMI_ERR_NOT_SUPPORTED_V01 94 +/* + * Enumerate the IDs of the QMI services + */ +#define QMI_SERVICE_ID_TEST 0x0f /* 15 */ +#define QMI_SERVICE_ID_SSCTL 0x2b /* 43 */ +#define QMI_SERVICE_ID_IPA 0x31 /* 49 */ +#define QMI_SERVICE_ID_SERVREG_LOC 0x40 /* 64 */ +#define QMI_SERVICE_ID_SERVREG_NOTIF 0x42 /* 66 */ +#define QMI_SERVICE_ID_WLFW 0x45 /* 69 */ +#define QMI_SERVICE_ID_SLIMBUS 0x301 /* 769 */ +#define QMI_SERVICE_ID_USB_AUDIO_STREAM 0x41d /* 1053 */ + /** * struct qmi_response_type_v01 - common response header (decoded) * @result: result of the transaction |
