Home
last modified time | relevance | path

Searched refs:phy_handle (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/bluetooth/
Damp.c223 void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle) in amp_read_loc_assoc_frag() argument
228 BT_DBG("%s handle %d", hdev->name, phy_handle); in amp_read_loc_assoc_frag()
230 cp.phy_handle = phy_handle; in amp_read_loc_assoc_frag()
256 cp.phy_handle = hcon->handle; in amp_read_loc_assoc_final_data()
300 cp->phy_handle = hcon->handle; in amp_write_rem_assoc_frag()
352 cp.phy_handle = hcon->handle; in amp_create_phylink()
371 cp.phy_handle = hcon->handle; in amp_accept_phylink()
429 cp.phy_handle = hs_hcon->handle; in amp_create_logical_link()
Damp.h39 void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle);
Dhci_event.c865 amp_read_loc_assoc_frag(hdev, rp->phy_handle); in hci_cc_read_local_amp_assoc()
1418 hdev->name, rp->status, rp->phy_handle); in hci_cc_write_remote_amp_assoc()
1423 amp_write_rem_assoc_continue(hdev, rp->phy_handle); in hci_cc_write_remote_amp_assoc()
1962 hcon = hci_conn_hash_lookup_handle(hdev, cp->phy_handle); in hci_cs_create_phylink()
1966 amp_write_remote_assoc(hdev, cp->phy_handle); in hci_cs_create_phylink()
1985 amp_write_remote_assoc(hdev, cp->phy_handle); in hci_cs_accept_phylink()
4322 BT_DBG("%s handle 0x%2.2x status 0x%2.2x", hdev->name, ev->phy_handle, in hci_phy_link_complete_evt()
4327 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt()
4364 hdev->name, le16_to_cpu(ev->handle), ev->phy_handle, in hci_loglink_complete_evt()
4367 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt()
[all …]
Dhci_conn.c168 cp.phy_handle = HCI_PHY_HANDLE(conn->handle); in hci_amp_disconn()
/linux-4.1.27/include/net/bluetooth/
Dhci.h702 __u8 phy_handle; member
710 __u8 phy_handle; member
718 __u8 phy_handle; member
734 __u8 phy_handle; member
746 __u8 phy_handle; member
752 __u8 phy_handle; member
1222 __u8 phy_handle; member
1228 __u8 phy_handle; member
1235 __u8 phy_handle; member
1242 __u8 phy_handle; member
[all …]
/linux-4.1.27/arch/mips/cavium-octeon/
Docteon-platform.c446 const __be32 *phy_handle; in octeon_fdt_set_phy() local
456 phy_handle = fdt_getprop(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy()
457 if (!phy_handle) in octeon_fdt_set_phy()
460 phandle = be32_to_cpup(phy_handle); in octeon_fdt_set_phy()
551 const __be32 *phy_handle; in octeon_fdt_rm_ethernet() local
553 phy_handle = fdt_getprop(initial_boot_params, node, "phy-handle", NULL); in octeon_fdt_rm_ethernet()
554 if (phy_handle) { in octeon_fdt_rm_ethernet()
555 u32 ph = be32_to_cpup(phy_handle); in octeon_fdt_rm_ethernet()