Searched refs:phy_handle (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/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 %u", hdev->name, phy_handle); in amp_read_loc_assoc_frag() 262 cp.phy_handle = phy_handle; in amp_read_loc_assoc_frag() 303 cp.phy_handle = hcon->handle; in amp_read_loc_assoc_final_data() 323 hdev->name, rp->status, rp->phy_handle); in write_remote_amp_assoc_complete() 328 amp_write_rem_assoc_continue(hdev, rp->phy_handle); in write_remote_amp_assoc_complete() 366 cp->phy_handle = hcon->handle; in amp_write_rem_assoc_frag() 431 hcon = hci_conn_hash_lookup_handle(hdev, cp->phy_handle); in create_phylink_complete() 435 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 | 5025 BT_DBG("%s handle 0x%2.2x", hdev->name, ev->phy_handle); in hci_chan_selected_evt() 5029 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_chan_selected_evt() 5042 BT_DBG("%s handle 0x%2.2x status 0x%2.2x", hdev->name, ev->phy_handle, in hci_phy_link_complete_evt() 5047 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt() 5085 hdev->name, le16_to_cpu(ev->handle), ev->phy_handle, in hci_loglink_complete_evt() 5088 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt() 5153 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_disconn_phylink_complete_evt()
|
| D | hci_request.c | 2850 cp.phy_handle = HCI_PHY_HANDLE(conn->handle); in __hci_abort_conn()
|
| /Linux-v5.15/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.15/include/net/bluetooth/ |
| D | hci.h | 826 __u8 phy_handle; member 834 __u8 phy_handle; member 842 __u8 phy_handle; member 858 __u8 phy_handle; member 870 __u8 phy_handle; member 876 __u8 phy_handle; member 1401 __u8 phy_handle; member 1407 __u8 phy_handle; member 1414 __u8 phy_handle; member 1421 __u8 phy_handle; member [all …]
|
| /Linux-v5.15/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()
|