Lines Matching full:to

41 /* IDs of different messages posted from Coexistence Driver to Coexistence Manager */
43 /* To insturct Coexistence Manager to collect and post SR traffic information */
45 /* To insturct Coexistence Manager to allocate a priority window to SR */
47 /* To do configuration of hardware related to coexistence */
49 /* To start allocating periodic priority windows to Wi-Fi and SR */
51 /* To start allocating virtual priority windows to Wi-Fi */
53 /* To configure CM SW parameters */
55 /* To control sheliak side switch */
59 /* ID(s) of different messages posted from Coexistence Manager to Coexistence Driver */
61 /* To post SR traffic information */
66 * struct coex_collect_sr_traffic_info - Message from CD to CM to request SR traffic info.
67 * @message_id: Indicates message ID. This is to be set to COLLECT_SR_TRAFFIC_INFO.
68 * @num_sets_requested: Indicates the number of sets of duration and periodicity to be collected.
70 * Message from CD to CM to request SR traffic information.
78 * struct coex_ch_configuration -Message from CD to CM to configure CH.
79 * @message_id: Indicates message ID. This is to be set to HW_CONFIGURATION.
80 * @num_reg_to_config: Indicates the number of registers to be configured.
81 * @hw_to_config: Indicates the hardware block that is to be configured.
82 * @hw_block_base_addr: Base address of the hardware block to be configured.
85 * Message from CD to CM to configure CH
96 * struct coex_allocate_pti_window - Message to CM to request a priority window.
97 * @message_id: Indicates message ID. This is to be set to ALLOCATE_PTI_WINDOW.
99 * @window_start_or_end: Indicates if request is posted to START or END a priority window.
103 * Message to CM to request a priority window
114 * struct coex_allocate_ppw - Message from CD to CM to allocate Periodic Priority Windows.
115 * @message_id: Indicates message ID. This is to be set to ALLOCATE_PPW.
122 * Message from CD to CM to allocate Periodic Priority Windows.
134 * struct coex_allocate_vpw - Message from CD to CM to allocate Virtual Priority Windows.
135 * @message_id: Indicates message ID. This is to be set to ALLOCATE_VPW.
140 * Message from CD to CM to allocate Virtual Priority Windows.
150 * struct coex_config_cm_params - Message from CD to CM to configure CM parameters
151 * @message_id: Indicates message ID. This is to be set to SW_CONFIGURATION.
152 * @first_isr_trigger_period: microseconds . used to trigger the ISR mechanism.
153 * @sr_window_poll_periodicity_vpw: microseconds. This is used to poll through SR window.
156 * (to inform AP that Wi-Fi is entering powersave) in the case of PPW and VPW generation.
157 * @sr_window_poll_count_threshold: This is equal to "Wi-Fi contention timeout.
160 * Message from CD to CM to configure CM parameters.
171 * struct coex_sr_traffic_info - Message from CM to CD to post SR traffic information.
172 * @message_id: Indicates message ID. This is to be set to SR_TRAFFIC_INFO.
175 * Message from CM to CD to post SR traffic inforamtion