Home
last modified time | relevance | path

Searched refs:phy_handle (Results 1 – 7 of 7) sorted by relevance

/linux/net/bluetooth/
A Damp.c238 amp_read_loc_assoc_frag(hdev, rp->phy_handle); in read_local_amp_assoc_complete()
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()
366 cp->phy_handle = hcon->handle; in amp_write_rem_assoc_frag()
435 amp_write_remote_assoc(hdev, cp->phy_handle); in create_phylink_complete()
447 cp.phy_handle = hcon->handle; in amp_create_phylink()
477 amp_write_remote_assoc(hdev, cp->phy_handle); in accept_phylink_complete()
486 cp.phy_handle = hcon->handle; in amp_accept_phylink()
[all …]
A Damp.h32 void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle);
A Dhci_event.c5080 BT_DBG("%s handle 0x%2.2x", hdev->name, ev->phy_handle); in hci_chan_selected_evt()
5084 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_chan_selected_evt()
5097 BT_DBG("%s handle 0x%2.2x status 0x%2.2x", hdev->name, ev->phy_handle, in hci_phy_link_complete_evt()
5102 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt()
5140 hdev->name, le16_to_cpu(ev->handle), ev->phy_handle, in hci_loglink_complete_evt()
5143 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt()
5208 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_disconn_phylink_complete_evt()
A Dhci_request.c2467 cp.phy_handle = HCI_PHY_HANDLE(conn->handle); in __hci_abort_conn()
/linux/arch/mips/cavium-octeon/
A Docteon-platform.c480 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/include/net/bluetooth/
A Dhci.h828 __u8 phy_handle; member
836 __u8 phy_handle; member
844 __u8 phy_handle; member
872 __u8 phy_handle; member
912 __u8 phy_handle; member
1515 __u8 phy_handle; member
1521 __u8 phy_handle; member
1528 __u8 phy_handle; member
1535 __u8 phy_handle; member
2331 __u8 phy_handle; member
[all …]
/linux/drivers/net/ethernet/ibm/emac/
A Dcore.c2630 struct device_node *phy_handle) in emac_dt_phy_connect() argument
2637 dev->phy_dev = of_phy_connect(dev->ndev, phy_handle, &emac_adjust_link, in emac_dt_phy_connect()
2658 struct device_node *phy_handle; in emac_dt_phy_probe() local
2661 phy_handle = of_parse_phandle(np, "phy-handle", 0); in emac_dt_phy_probe()
2663 if (phy_handle) { in emac_dt_phy_probe()
2666 res = emac_dt_phy_connect(dev, phy_handle); in emac_dt_phy_probe()
2672 of_node_put(phy_handle); in emac_dt_phy_probe()

Completed in 46 milliseconds