Searched refs:phy_handle (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | amp.c | 246 amp_read_loc_assoc_frag(hdev, rp->phy_handle); in read_local_amp_assoc_complete() 261 void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle) in amp_read_loc_assoc_frag() argument 268 BT_DBG("%s handle %d", hdev->name, phy_handle); in amp_read_loc_assoc_frag() 270 cp.phy_handle = phy_handle; in amp_read_loc_assoc_frag() 308 cp.phy_handle = hcon->handle; in amp_read_loc_assoc_final_data() 328 hdev->name, rp->status, rp->phy_handle); in write_remote_amp_assoc_complete() 333 amp_write_rem_assoc_continue(hdev, rp->phy_handle); in write_remote_amp_assoc_complete() 371 cp->phy_handle = hcon->handle; in amp_write_rem_assoc_frag() 436 hcon = hci_conn_hash_lookup_handle(hdev, cp->phy_handle); in create_phylink_complete() 440 amp_write_remote_assoc(hdev, cp->phy_handle); in create_phylink_complete() [all …]
|
D | amp.h | 39 void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle);
|
D | hci_request.c | 585 cp.phy_handle = HCI_PHY_HANDLE(conn->handle); in __hci_abort_conn()
|
D | hci_event.c | 4311 BT_DBG("%s handle 0x%2.2x", hdev->name, ev->phy_handle); in hci_chan_selected_evt() 4315 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_chan_selected_evt() 4328 BT_DBG("%s handle 0x%2.2x status 0x%2.2x", hdev->name, ev->phy_handle, in hci_phy_link_complete_evt() 4333 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt() 4370 hdev->name, le16_to_cpu(ev->handle), ev->phy_handle, in hci_loglink_complete_evt() 4373 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt() 4437 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_disconn_phylink_complete_evt()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 716 __u8 phy_handle; member 724 __u8 phy_handle; member 732 __u8 phy_handle; member 748 __u8 phy_handle; member 760 __u8 phy_handle; member 766 __u8 phy_handle; member 1246 __u8 phy_handle; member 1252 __u8 phy_handle; member 1259 __u8 phy_handle; member 1266 __u8 phy_handle; member [all …]
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 446 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()
|