selected_phys 618 include/net/bluetooth/mgmt.h __le32 selected_phys; selected_phys 653 include/net/bluetooth/mgmt.h __le32 selected_phys; selected_phys 880 include/net/bluetooth/mgmt.h __le32 selected_phys; selected_phys 674 net/bluetooth/mgmt.c u32 selected_phys = 0; selected_phys 677 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_BR_1M_1SLOT; selected_phys 680 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_BR_1M_3SLOT; selected_phys 683 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_BR_1M_5SLOT; selected_phys 687 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_EDR_2M_1SLOT; selected_phys 691 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_EDR_2M_3SLOT; selected_phys 695 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_EDR_2M_5SLOT; selected_phys 699 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_EDR_3M_1SLOT; selected_phys 703 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_EDR_3M_3SLOT; selected_phys 707 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_EDR_3M_5SLOT; selected_phys 714 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_LE_1M_TX; selected_phys 717 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_LE_1M_RX; selected_phys 720 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_LE_2M_TX; selected_phys 723 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_LE_2M_RX; selected_phys 726 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_LE_CODED_TX; selected_phys 729 net/bluetooth/mgmt.c selected_phys |= MGMT_PHY_LE_CODED_RX; selected_phys 732 net/bluetooth/mgmt.c return selected_phys; selected_phys 3327 net/bluetooth/mgmt.c rp.selected_phys = cpu_to_le32(get_selected_phys(hdev)); selected_phys 3342 net/bluetooth/mgmt.c ev.selected_phys = cpu_to_le32(get_selected_phys(hdev)); selected_phys 3386 net/bluetooth/mgmt.c u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; selected_phys 3395 net/bluetooth/mgmt.c selected_phys = __le32_to_cpu(cp->selected_phys); selected_phys 3397 net/bluetooth/mgmt.c if (selected_phys & ~supported_phys) selected_phys 3404 net/bluetooth/mgmt.c if ((selected_phys & unconfigure_phys) != unconfigure_phys) selected_phys 3409 net/bluetooth/mgmt.c if (selected_phys == get_selected_phys(hdev)) selected_phys 3430 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_BR_1M_3SLOT) selected_phys 3435 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_BR_1M_5SLOT) selected_phys 3440 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_EDR_2M_1SLOT) selected_phys 3445 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_EDR_2M_3SLOT) selected_phys 3450 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_EDR_2M_5SLOT) selected_phys 3455 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_EDR_3M_1SLOT) selected_phys 3460 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_EDR_3M_3SLOT) selected_phys 3465 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_EDR_3M_5SLOT) selected_phys 3475 net/bluetooth/mgmt.c if ((selected_phys & MGMT_PHY_LE_MASK) == selected_phys 3498 net/bluetooth/mgmt.c if (!(selected_phys & MGMT_PHY_LE_TX_MASK)) selected_phys 3501 net/bluetooth/mgmt.c if (!(selected_phys & MGMT_PHY_LE_RX_MASK)) selected_phys 3504 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_LE_1M_TX) selected_phys 3507 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_LE_2M_TX) selected_phys 3510 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_LE_CODED_TX) selected_phys 3513 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_LE_1M_RX) selected_phys 3516 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_LE_2M_RX) selected_phys 3519 net/bluetooth/mgmt.c if (selected_phys & MGMT_PHY_LE_CODED_RX)