• Home
  • Raw
  • Download

Lines Matching refs:buffer

132 	u8 *buffer = data;  in set_def_system_config()  local
142 const u8 len = TO_TLV(buffer)->length; in set_def_system_config()
146 const u16 type = le16_to_cpu(TO_TLV(buffer)->type); in set_def_system_config()
210 buffer += exp_len; in set_def_system_config()
214 buffer = data; in set_def_system_config()
216 const u8 len = TO_TLV(buffer)->length; in set_def_system_config()
219 const u16 type = le16_to_cpu(TO_TLV(buffer)->type); in set_def_system_config()
223 hdev->def_page_scan_type = TLV_GET_LE16(buffer); in set_def_system_config()
226 hdev->def_page_scan_int = TLV_GET_LE16(buffer); in set_def_system_config()
229 hdev->def_page_scan_window = TLV_GET_LE16(buffer); in set_def_system_config()
232 hdev->def_inq_scan_type = TLV_GET_LE16(buffer); in set_def_system_config()
235 hdev->def_inq_scan_int = TLV_GET_LE16(buffer); in set_def_system_config()
238 hdev->def_inq_scan_window = TLV_GET_LE16(buffer); in set_def_system_config()
241 hdev->def_br_lsto = TLV_GET_LE16(buffer); in set_def_system_config()
244 hdev->def_page_timeout = TLV_GET_LE16(buffer); in set_def_system_config()
247 hdev->sniff_min_interval = TLV_GET_LE16(buffer); in set_def_system_config()
250 hdev->sniff_max_interval = TLV_GET_LE16(buffer); in set_def_system_config()
253 hdev->le_adv_min_interval = TLV_GET_LE16(buffer); in set_def_system_config()
256 hdev->le_adv_max_interval = TLV_GET_LE16(buffer); in set_def_system_config()
260 TLV_GET_LE16(buffer); in set_def_system_config()
263 hdev->le_scan_interval = TLV_GET_LE16(buffer); in set_def_system_config()
266 hdev->le_scan_window = TLV_GET_LE16(buffer); in set_def_system_config()
269 hdev->le_scan_int_suspend = TLV_GET_LE16(buffer); in set_def_system_config()
272 hdev->le_scan_window_suspend = TLV_GET_LE16(buffer); in set_def_system_config()
275 hdev->le_scan_int_discovery = TLV_GET_LE16(buffer); in set_def_system_config()
278 hdev->le_scan_window_discovery = TLV_GET_LE16(buffer); in set_def_system_config()
281 hdev->le_scan_int_adv_monitor = TLV_GET_LE16(buffer); in set_def_system_config()
284 hdev->le_scan_window_adv_monitor = TLV_GET_LE16(buffer); in set_def_system_config()
287 hdev->le_scan_int_connect = TLV_GET_LE16(buffer); in set_def_system_config()
290 hdev->le_scan_window_connect = TLV_GET_LE16(buffer); in set_def_system_config()
293 hdev->le_conn_min_interval = TLV_GET_LE16(buffer); in set_def_system_config()
296 hdev->le_conn_max_interval = TLV_GET_LE16(buffer); in set_def_system_config()
299 hdev->le_conn_latency = TLV_GET_LE16(buffer); in set_def_system_config()
302 hdev->le_supv_timeout = TLV_GET_LE16(buffer); in set_def_system_config()
306 msecs_to_jiffies(TLV_GET_LE16(buffer)); in set_def_system_config()
309 hdev->advmon_allowlist_duration = TLV_GET_LE16(buffer); in set_def_system_config()
312 hdev->advmon_no_filter_duration = TLV_GET_LE16(buffer); in set_def_system_config()
315 hdev->enable_advmon_interleave_scan = TLV_GET_U8(buffer); in set_def_system_config()
323 buffer += exp_len; in set_def_system_config()