Searched refs:phy_handle (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | amp.c | 238 amp_read_loc_assoc_frag(hdev, rp->phy_handle); in read_local_amp_assoc_complete() 253 void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle) in amp_read_loc_assoc_frag() argument 260 BT_DBG("%s handle %d", hdev->name, phy_handle); in amp_read_loc_assoc_frag() 262 cp.phy_handle = phy_handle; in amp_read_loc_assoc_frag() 300 cp.phy_handle = hcon->handle; in amp_read_loc_assoc_final_data() 320 hdev->name, rp->status, rp->phy_handle); in write_remote_amp_assoc_complete() 325 amp_write_rem_assoc_continue(hdev, rp->phy_handle); in write_remote_amp_assoc_complete() 363 cp->phy_handle = hcon->handle; in amp_write_rem_assoc_frag() 428 hcon = hci_conn_hash_lookup_handle(hdev, cp->phy_handle); in create_phylink_complete() 432 amp_write_remote_assoc(hdev, cp->phy_handle); in create_phylink_complete() [all …]
|
| D | amp.h | 32 void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle);
|
| D | hci_event.c | 4766 BT_DBG("%s handle 0x%2.2x", hdev->name, ev->phy_handle); in hci_chan_selected_evt() 4770 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_chan_selected_evt() 4783 BT_DBG("%s handle 0x%2.2x status 0x%2.2x", hdev->name, ev->phy_handle, in hci_phy_link_complete_evt() 4788 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt() 4825 hdev->name, le16_to_cpu(ev->handle), ev->phy_handle, in hci_loglink_complete_evt() 4828 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt() 4892 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_disconn_phylink_complete_evt()
|
| D | hci_request.c | 2203 cp.phy_handle = HCI_PHY_HANDLE(conn->handle); in __hci_abort_conn()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci.h | 766 __u8 phy_handle; member 774 __u8 phy_handle; member 782 __u8 phy_handle; member 798 __u8 phy_handle; member 810 __u8 phy_handle; member 816 __u8 phy_handle; member 1316 __u8 phy_handle; member 1322 __u8 phy_handle; member 1329 __u8 phy_handle; member 1336 __u8 phy_handle; member [all …]
|
| /Linux-v5.4/arch/mips/cavium-octeon/ |
| D | octeon-platform.c | 480 const __be32 *phy_handle; in octeon_fdt_set_phy() local 490 phy_handle = fdt_getprop(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy() 491 if (!phy_handle) in octeon_fdt_set_phy() 494 phandle = be32_to_cpup(phy_handle); in octeon_fdt_set_phy() 593 const __be32 *phy_handle; in octeon_fdt_rm_ethernet() local 595 phy_handle = fdt_getprop(initial_boot_params, node, "phy-handle", NULL); in octeon_fdt_rm_ethernet() 596 if (phy_handle) { in octeon_fdt_rm_ethernet() 597 u32 ph = be32_to_cpup(phy_handle); in octeon_fdt_rm_ethernet()
|
| /Linux-v5.4/drivers/net/ethernet/ibm/emac/ |
| D | core.c | 2630 struct device_node *phy_handle) in emac_dt_phy_connect() argument 2637 dev->phy_dev = of_phy_connect(dev->ndev, phy_handle, &emac_adjust_link, in emac_dt_phy_connect() 2658 struct device_node *phy_handle; in emac_dt_phy_probe() local 2661 phy_handle = of_parse_phandle(np, "phy-handle", 0); in emac_dt_phy_probe() 2663 if (phy_handle) { in emac_dt_phy_probe() 2666 res = emac_dt_phy_connect(dev, phy_handle); in emac_dt_phy_probe() 2672 of_node_put(phy_handle); in emac_dt_phy_probe()
|