wmi.h (b3e5ced63e051e8f911b795ac5b06229a5328f7b) | wmi.h (dc16427bbe65aeec416f490df73cdeeef5ab62c0) |
---|---|
1/* 2 * Copyright (c) 2012-2014 Qualcomm Atheros, Inc. 3 * Copyright (c) 2006-2012 Wilocity . 4 * 5 * Permission to use, copy, modify, and/or distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 822 unchanged lines hidden (view full) --- 831 832struct wmi_temp_sense_cmd { 833 __le32 measure_baseband_en; 834 __le32 measure_rf_en; 835 __le32 measure_mode; 836} __packed; 837 838/* | 1/* 2 * Copyright (c) 2012-2014 Qualcomm Atheros, Inc. 3 * Copyright (c) 2006-2012 Wilocity . 4 * 5 * Permission to use, copy, modify, and/or distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 822 unchanged lines hidden (view full) --- 831 832struct wmi_temp_sense_cmd { 833 __le32 measure_baseband_en; 834 __le32 measure_rf_en; 835 __le32 measure_mode; 836} __packed; 837 838/* |
839 * WMI_PMC_CMDID 840 */ 841enum wmi_pmc_op_e { 842 WMI_PMC_ALLOCATE = 0, 843 WMI_PMC_RELEASE = 1, 844}; 845 846struct wmi_pmc_cmd { 847 u8 op; /* enum wmi_pmc_cmd_op_type */ 848 u8 reserved; 849 __le16 ring_size; 850 __le64 mem_base; 851} __packed; 852 853/* |
|
839 * WMI Events 840 */ 841 842/* 843 * List of Events (target to host) 844 */ 845enum wmi_event_id { 846 WMI_READY_EVENTID = 0x1001, --- 506 unchanged lines hidden --- | 854 * WMI Events 855 */ 856 857/* 858 * List of Events (target to host) 859 */ 860enum wmi_event_id { 861 WMI_READY_EVENTID = 0x1001, --- 506 unchanged lines hidden --- |