Searched refs:phy_handle (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | amp.c | 237 amp_read_loc_assoc_frag(hdev, rp->phy_handle); in read_local_amp_assoc_complete() 252 void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle) in amp_read_loc_assoc_frag() argument 259 BT_DBG("%s handle %u", hdev->name, phy_handle); in amp_read_loc_assoc_frag() 261 cp.phy_handle = phy_handle; in amp_read_loc_assoc_frag() 302 cp.phy_handle = hcon->handle; in amp_read_loc_assoc_final_data() 322 hdev->name, rp->status, rp->phy_handle); in write_remote_amp_assoc_complete() 327 amp_write_rem_assoc_continue(hdev, rp->phy_handle); in write_remote_amp_assoc_complete() 365 cp->phy_handle = hcon->handle; in amp_write_rem_assoc_frag() 430 hcon = hci_conn_hash_lookup_handle(hdev, cp->phy_handle); in create_phylink_complete() 434 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 | 5685 bt_dev_dbg(hdev, "handle 0x%2.2x", ev->phy_handle); in hci_chan_selected_evt() 5687 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_chan_selected_evt() 5700 bt_dev_dbg(hdev, "handle 0x%2.2x status 0x%2.2x", ev->phy_handle, in hci_phy_link_complete_evt() 5705 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt() 5744 le16_to_cpu(ev->handle), ev->phy_handle, ev->status); in hci_loglink_complete_evt() 5746 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt() 5811 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_disconn_phylink_complete_evt()
|
D | hci_sync.c | 5225 cp.phy_handle = HCI_PHY_HANDLE(handle); in hci_disconnect_phy_link_sync()
|
/linux-6.6.21/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-6.6.21/include/net/bluetooth/ |
D | hci.h | 930 __u8 phy_handle; member 938 __u8 phy_handle; member 946 __u8 phy_handle; member 962 __u8 phy_handle; member 974 __u8 phy_handle; member 1014 __u8 phy_handle; member 1616 __u8 phy_handle; member 1622 __u8 phy_handle; member 1629 __u8 phy_handle; member 1636 __u8 phy_handle; member [all …]
|
/linux-6.6.21/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-6.6.21/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 3167 struct device_node *phy_handle = NULL; in mv88e6xxx_setup_port() local 3358 phy_handle = of_parse_phandle(dp->dn, "phy-handle", 0); in mv88e6xxx_setup_port() 3360 if (phy_handle && !of_property_read_u32(phy_handle, in mv88e6xxx_setup_port() 3365 if (phy_handle) { in mv88e6xxx_setup_port() 3366 of_node_put(phy_handle); in mv88e6xxx_setup_port()
|