Searched defs:bt_cmd (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/iwlwifi/mvm/
H A Dcoex_legacy.c554 struct iwl_bt_coex_cmd_old *bt_cmd; local
557 .len = { sizeof(*bt_cmd), },
567 bt_cmd = kzalloc(sizeof(*bt_cmd), GFP_KERNEL);
568 if (!bt_cmd)
570 cmd.data[0] = bt_cmd;
590 bt_cmd->flags = cpu_to_le32(flags);
591 bt_cmd->valid_bit_msk = cpu_to_le32(BT_VALID_ENABLE);
595 bt_cmd->max_kill = 5;
596 bt_cmd
670 struct iwl_bt_coex_cmd_old *bt_cmd; local
713 struct iwl_bt_coex_cmd_old *bt_cmd; local
1198 struct iwl_bt_coex_cmd_old *bt_cmd; local
[all...]
H A Dcoex.c570 struct iwl_bt_coex_cmd *bt_cmd; local
573 .len = { sizeof(*bt_cmd), },
582 bt_cmd = kzalloc(sizeof(*bt_cmd), GFP_KERNEL);
583 if (!bt_cmd)
585 cmd.data[0] = bt_cmd;
602 bt_cmd->mode = cpu_to_le32(mode);
606 bt_cmd->max_kill = cpu_to_le32(5);
607 bt_cmd->bt4_antenna_isolation_thr =
609 bt_cmd
[all...]
H A Ddebugfs.c1407 MVM_DEBUGFS_READ_FILE_OPS(bt_cmd); variable
1451 MVM_DEBUGFS_ADD_FILE(bt_cmd, dbgfs_dir, S_IRUSR);
/drivers/net/wireless/iwlwifi/dvm/
H A Dmain.c685 struct iwl_bt_cmd bt_cmd = { local
693 bt_cmd.flags = BT_COEX_DISABLE;
695 bt_cmd.flags = BT_COEX_ENABLE;
697 priv->bt_enable_flag = bt_cmd.flags;
699 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active");
702 0, sizeof(struct iwl_bt_cmd), &bt_cmd))
/drivers/net/wireless/iwlegacy/
H A Dcommon.c4419 struct il_bt_cmd bt_cmd = { local
4427 bt_cmd.flags = BT_COEX_DISABLE;
4429 bt_cmd.flags = BT_COEX_ENABLE;
4432 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active");
4434 if (il_send_cmd_pdu(il, C_BT_CONFIG, sizeof(struct il_bt_cmd), &bt_cmd))

Completed in 151 milliseconds