Searched refs:phy_handle (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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_event.c | 4635 BT_DBG("%s handle 0x%2.2x", hdev->name, ev->phy_handle); in hci_chan_selected_evt() 4639 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_chan_selected_evt() 4652 BT_DBG("%s handle 0x%2.2x status 0x%2.2x", hdev->name, ev->phy_handle, in hci_phy_link_complete_evt() 4657 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt() 4694 hdev->name, le16_to_cpu(ev->handle), ev->phy_handle, in hci_loglink_complete_evt() 4697 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt() 4761 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_disconn_phylink_complete_evt()
|
D | hci_request.c | 2158 cp.phy_handle = HCI_PHY_HANDLE(conn->handle); in __hci_abort_conn()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci.h | 753 __u8 phy_handle; member 761 __u8 phy_handle; member 769 __u8 phy_handle; member 785 __u8 phy_handle; member 797 __u8 phy_handle; member 803 __u8 phy_handle; member 1283 __u8 phy_handle; member 1289 __u8 phy_handle; member 1296 __u8 phy_handle; member 1303 __u8 phy_handle; member [all …]
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 463 const __be32 *phy_handle; in octeon_fdt_set_phy() local 473 phy_handle = fdt_getprop(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy() 474 if (!phy_handle) in octeon_fdt_set_phy() 477 phandle = be32_to_cpup(phy_handle); in octeon_fdt_set_phy() 576 const __be32 *phy_handle; in octeon_fdt_rm_ethernet() local 578 phy_handle = fdt_getprop(initial_boot_params, node, "phy-handle", NULL); in octeon_fdt_rm_ethernet() 579 if (phy_handle) { in octeon_fdt_rm_ethernet() 580 u32 ph = be32_to_cpup(phy_handle); in octeon_fdt_rm_ethernet()
|
/Linux-v4.19/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2608 struct device_node *phy_handle) in emac_dt_phy_connect() argument 2615 dev->phy_dev = of_phy_connect(dev->ndev, phy_handle, &emac_adjust_link, in emac_dt_phy_connect() 2635 struct device_node *phy_handle; in emac_dt_phy_probe() local 2638 phy_handle = of_parse_phandle(np, "phy-handle", 0); in emac_dt_phy_probe() 2640 if (phy_handle) { in emac_dt_phy_probe() 2643 res = emac_dt_phy_connect(dev, phy_handle); in emac_dt_phy_probe() 2649 of_node_put(phy_handle); in emac_dt_phy_probe()
|