Searched refs:phy_handle (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/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 | 31 void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle);
|
| D | hci_event.c | 5677 bt_dev_dbg(hdev, "handle 0x%2.2x", ev->phy_handle); in hci_chan_selected_evt() 5679 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_chan_selected_evt() 5692 bt_dev_dbg(hdev, "handle 0x%2.2x status 0x%2.2x", ev->phy_handle, in hci_phy_link_complete_evt() 5697 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt() 5736 le16_to_cpu(ev->handle), ev->phy_handle, ev->status); in hci_loglink_complete_evt() 5738 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt() 5803 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_disconn_phylink_complete_evt()
|
| D | hci_sync.c | 5220 cp.phy_handle = HCI_PHY_HANDLE(handle); in hci_disconnect_phy_link_sync()
|
| /Linux-v6.6/arch/mips/cavium-octeon/ |
| D | octeon-platform.c | 484 const __be32 *phy_handle; in octeon_fdt_set_phy() local 494 phy_handle = fdt_getprop(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy() 495 if (!phy_handle) in octeon_fdt_set_phy() 498 phandle = be32_to_cpup(phy_handle); in octeon_fdt_set_phy() 597 const __be32 *phy_handle; in octeon_fdt_rm_ethernet() local 599 phy_handle = fdt_getprop(initial_boot_params, node, "phy-handle", NULL); in octeon_fdt_rm_ethernet() 600 if (phy_handle) { in octeon_fdt_rm_ethernet() 601 u32 ph = be32_to_cpup(phy_handle); in octeon_fdt_rm_ethernet()
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci.h | 927 __u8 phy_handle; member 935 __u8 phy_handle; member 943 __u8 phy_handle; member 959 __u8 phy_handle; member 971 __u8 phy_handle; member 1011 __u8 phy_handle; member 1613 __u8 phy_handle; member 1619 __u8 phy_handle; member 1626 __u8 phy_handle; member 1633 __u8 phy_handle; member [all …]
|
| /Linux-v6.6/drivers/net/ethernet/ibm/emac/ |
| D | core.c | 2634 struct device_node *phy_handle) in emac_dt_phy_connect() argument 2641 dev->phy_dev = of_phy_connect(dev->ndev, phy_handle, &emac_adjust_link, in emac_dt_phy_connect() 2662 struct device_node *phy_handle; in emac_dt_phy_probe() local 2665 phy_handle = of_parse_phandle(np, "phy-handle", 0); in emac_dt_phy_probe() 2667 if (phy_handle) { in emac_dt_phy_probe() 2670 res = emac_dt_phy_connect(dev, phy_handle); in emac_dt_phy_probe() 2676 of_node_put(phy_handle); in emac_dt_phy_probe()
|
| /Linux-v6.6/drivers/net/dsa/mv88e6xxx/ |
| D | chip.c | 3155 struct device_node *phy_handle = NULL; in mv88e6xxx_setup_port() local 3346 phy_handle = of_parse_phandle(dp->dn, "phy-handle", 0); in mv88e6xxx_setup_port() 3348 if (phy_handle && !of_property_read_u32(phy_handle, in mv88e6xxx_setup_port() 3353 if (phy_handle) { in mv88e6xxx_setup_port() 3354 of_node_put(phy_handle); in mv88e6xxx_setup_port()
|