Lines Matching refs:bt_cmd
411 struct iwl_bt_coex_cmd *bt_cmd; in iwl_send_bt_init_conf() local
414 .len = { sizeof(*bt_cmd), }, in iwl_send_bt_init_conf()
423 bt_cmd = kzalloc(sizeof(*bt_cmd), GFP_KERNEL); in iwl_send_bt_init_conf()
424 if (!bt_cmd) in iwl_send_bt_init_conf()
426 cmd.data[0] = bt_cmd; in iwl_send_bt_init_conf()
443 bt_cmd->mode = cpu_to_le32(mode); in iwl_send_bt_init_conf()
448 bt_cmd->mode = cpu_to_le32(mode); in iwl_send_bt_init_conf()
451 bt_cmd->enabled_modules |= in iwl_send_bt_init_conf()
455 bt_cmd->enabled_modules |= cpu_to_le32(BT_COEX_CORUN_ENABLED); in iwl_send_bt_init_conf()
458 bt_cmd->enabled_modules |= cpu_to_le32(BT_COEX_MPLUT_ENABLED); in iwl_send_bt_init_conf()
459 bt_cmd->enabled_modules |= in iwl_send_bt_init_conf()
463 bt_cmd->enabled_modules |= cpu_to_le32(BT_COEX_HIGH_BAND_RET); in iwl_send_bt_init_conf()
471 kfree(bt_cmd); in iwl_send_bt_init_conf()