Searched refs:phy_handle (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/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 | 5604 bt_dev_dbg(hdev, "handle 0x%2.2x", ev->phy_handle); in hci_chan_selected_evt() 5606 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_chan_selected_evt() 5619 bt_dev_dbg(hdev, "handle 0x%2.2x status 0x%2.2x", ev->phy_handle, in hci_phy_link_complete_evt() 5624 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt() 5663 le16_to_cpu(ev->handle), ev->phy_handle, ev->status); in hci_loglink_complete_evt() 5665 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt() 5730 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_disconn_phylink_complete_evt()
|
D | hci_conn.c | 2790 cp.phy_handle = HCI_PHY_HANDLE(conn->handle); in hci_abort_conn()
|
D | hci_sync.c | 5030 cp.phy_handle = HCI_PHY_HANDLE(handle); in hci_disconnect_phy_link_sync()
|
/linux-6.1.9/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 483 const __be32 *phy_handle; in octeon_fdt_set_phy() local 493 phy_handle = fdt_getprop(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy() 494 if (!phy_handle) in octeon_fdt_set_phy() 497 phandle = be32_to_cpup(phy_handle); in octeon_fdt_set_phy() 596 const __be32 *phy_handle; in octeon_fdt_rm_ethernet() local 598 phy_handle = fdt_getprop(initial_boot_params, node, "phy-handle", NULL); in octeon_fdt_rm_ethernet() 599 if (phy_handle) { in octeon_fdt_rm_ethernet() 600 u32 ph = be32_to_cpup(phy_handle); in octeon_fdt_rm_ethernet()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci.h | 890 __u8 phy_handle; member 898 __u8 phy_handle; member 906 __u8 phy_handle; member 922 __u8 phy_handle; member 934 __u8 phy_handle; member 974 __u8 phy_handle; member 1576 __u8 phy_handle; member 1582 __u8 phy_handle; member 1589 __u8 phy_handle; member 1596 __u8 phy_handle; member [all …]
|
/linux-6.1.9/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2633 struct device_node *phy_handle) in emac_dt_phy_connect() argument 2640 dev->phy_dev = of_phy_connect(dev->ndev, phy_handle, &emac_adjust_link, in emac_dt_phy_connect() 2661 struct device_node *phy_handle; in emac_dt_phy_probe() local 2664 phy_handle = of_parse_phandle(np, "phy-handle", 0); in emac_dt_phy_probe() 2666 if (phy_handle) { in emac_dt_phy_probe() 2669 res = emac_dt_phy_connect(dev, phy_handle); in emac_dt_phy_probe() 2675 of_node_put(phy_handle); in emac_dt_phy_probe()
|
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 3288 struct device_node *phy_handle = NULL; in mv88e6xxx_setup_port() local 3512 phy_handle = of_parse_phandle(dp->dn, "phy-handle", 0); in mv88e6xxx_setup_port() 3514 if (phy_handle && !of_property_read_u32(phy_handle, in mv88e6xxx_setup_port() 3519 if (phy_handle) { in mv88e6xxx_setup_port() 3520 of_node_put(phy_handle); in mv88e6xxx_setup_port()
|