Home
last modified time | relevance | path

Searched refs:phys (Results 1 – 8 of 8) sorted by relevance

/net/caif/
Dcfcnfg.c59 struct list_head phys; member
100 INIT_LIST_HEAD(&this->phys); in cfcnfg_create()
138 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_phyinfo_rcu()
154 list_for_each_entry_rcu(phy, &cnfg->phys, node) { in cfcnfg_get_phyid()
162 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_phyid()
173 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_id_from_ifi()
516 list_add_rcu(&phyinfo->node, &cnfg->phys); in cfcnfg_add_phy_layer()
588 list_add_rcu(&phyinfo->node, &cnfg->phys); in cfcnfg_del_phy_layer()
/net/bluetooth/
Dhci_conn.c2847 u32 phys = 0; in hci_conn_get_phy() local
2858 phys |= BT_PHY_BR_1M_1SLOT; in hci_conn_get_phy()
2866 phys |= BT_PHY_BR_1M_1SLOT; in hci_conn_get_phy()
2869 phys |= BT_PHY_BR_1M_3SLOT; in hci_conn_get_phy()
2872 phys |= BT_PHY_BR_1M_5SLOT; in hci_conn_get_phy()
2878 phys |= BT_PHY_EDR_2M_1SLOT; in hci_conn_get_phy()
2881 phys |= BT_PHY_EDR_2M_3SLOT; in hci_conn_get_phy()
2884 phys |= BT_PHY_EDR_2M_5SLOT; in hci_conn_get_phy()
2890 phys |= BT_PHY_EDR_3M_1SLOT; in hci_conn_get_phy()
2893 phys |= BT_PHY_EDR_3M_3SLOT; in hci_conn_get_phy()
[all …]
Dsco.c1032 u32 phys; in sco_sock_getsockopt() local
1079 phys = hci_conn_get_phy(sco_pi(sk)->conn->hcon); in sco_sock_getsockopt()
1081 if (put_user(phys, (u32 __user *) optval)) in sco_sock_getsockopt()
Dl2cap_sock.c561 u32 phys; in l2cap_sock_getsockopt() local
672 phys = hci_conn_get_phy(chan->conn->hcon); in l2cap_sock_getsockopt()
674 if (put_user(phys, (u32 __user *) optval)) in l2cap_sock_getsockopt()
Dhci_sync.c6229 cp->phys |= LE_SCAN_PHY_1M; in hci_le_ext_create_conn_sync()
6237 cp->phys |= LE_SCAN_PHY_2M; in hci_le_ext_create_conn_sync()
6245 cp->phys |= LE_SCAN_PHY_CODED; in hci_le_ext_create_conn_sync()
/net/devlink/
Dport.c249 attrs->phys.port_number)) in devlink_nl_port_attrs_put()
254 attrs->phys.port_number)) in devlink_nl_port_attrs_put()
257 attrs->phys.split_subport_number)) in devlink_nl_port_attrs_put()
1426 attrs->phys.port_number); in __devlink_port_phys_port_name_get()
1429 attrs->phys.split_subport_number); in __devlink_port_phys_port_name_get()
/net/dsa/
Ddevlink.c314 attrs.phys.port_number = dp->index; in dsa_port_devlink_setup()
/net/bluetooth/hidp/
Dcore.c784 snprintf(hid->phys, sizeof(hid->phys), "%pMR", in hidp_setup_hid()