Searched refs:phy_handle (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/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 | 4916 BT_DBG("%s handle 0x%2.2x", hdev->name, ev->phy_handle); in hci_chan_selected_evt() 4920 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_chan_selected_evt() 4933 BT_DBG("%s handle 0x%2.2x status 0x%2.2x", hdev->name, ev->phy_handle, in hci_phy_link_complete_evt() 4938 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt() 4975 hdev->name, le16_to_cpu(ev->handle), ev->phy_handle, in hci_loglink_complete_evt() 4978 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt() 5042 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_disconn_phylink_complete_evt()
|
D | hci_request.c | 2666 cp.phy_handle = HCI_PHY_HANDLE(conn->handle); in __hci_abort_conn()
|
/Linux-v5.10/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.10/include/net/bluetooth/ |
D | hci.h | 816 __u8 phy_handle; member 824 __u8 phy_handle; member 832 __u8 phy_handle; member 848 __u8 phy_handle; member 860 __u8 phy_handle; member 866 __u8 phy_handle; member 1391 __u8 phy_handle; member 1397 __u8 phy_handle; member 1404 __u8 phy_handle; member 1411 __u8 phy_handle; member [all …]
|
/Linux-v5.10/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2629 struct device_node *phy_handle) in emac_dt_phy_connect() argument 2636 dev->phy_dev = of_phy_connect(dev->ndev, phy_handle, &emac_adjust_link, in emac_dt_phy_connect() 2657 struct device_node *phy_handle; in emac_dt_phy_probe() local 2660 phy_handle = of_parse_phandle(np, "phy-handle", 0); in emac_dt_phy_probe() 2662 if (phy_handle) { in emac_dt_phy_probe() 2665 res = emac_dt_phy_connect(dev, phy_handle); in emac_dt_phy_probe() 2671 of_node_put(phy_handle); in emac_dt_phy_probe()
|