phy_handle        480 arch/mips/cavium-octeon/octeon-platform.c 	const __be32 *phy_handle;
phy_handle        490 arch/mips/cavium-octeon/octeon-platform.c 	phy_handle = fdt_getprop(initial_boot_params, eth, "phy-handle", NULL);
phy_handle        491 arch/mips/cavium-octeon/octeon-platform.c 	if (!phy_handle)
phy_handle        494 arch/mips/cavium-octeon/octeon-platform.c 	phandle = be32_to_cpup(phy_handle);
phy_handle        593 arch/mips/cavium-octeon/octeon-platform.c 	const __be32 *phy_handle;
phy_handle        595 arch/mips/cavium-octeon/octeon-platform.c 	phy_handle = fdt_getprop(initial_boot_params, node, "phy-handle", NULL);
phy_handle        596 arch/mips/cavium-octeon/octeon-platform.c 	if (phy_handle) {
phy_handle        597 arch/mips/cavium-octeon/octeon-platform.c 		u32 ph = be32_to_cpup(phy_handle);
phy_handle       2630 drivers/net/ethernet/ibm/emac/core.c 			       struct device_node *phy_handle)
phy_handle       2637 drivers/net/ethernet/ibm/emac/core.c 	dev->phy_dev = of_phy_connect(dev->ndev, phy_handle, &emac_adjust_link,
phy_handle       2658 drivers/net/ethernet/ibm/emac/core.c 	struct device_node *phy_handle;
phy_handle       2661 drivers/net/ethernet/ibm/emac/core.c 	phy_handle = of_parse_phandle(np, "phy-handle", 0);
phy_handle       2663 drivers/net/ethernet/ibm/emac/core.c 	if (phy_handle) {
phy_handle       2666 drivers/net/ethernet/ibm/emac/core.c 			res = emac_dt_phy_connect(dev, phy_handle);
phy_handle       2672 drivers/net/ethernet/ibm/emac/core.c 	of_node_put(phy_handle);
phy_handle        766 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle        774 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle        782 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle        798 include/net/bluetooth/hci.h 	__u8                  phy_handle;
phy_handle        810 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle        816 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle       1316 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle       1322 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle       1329 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle       1336 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle       2039 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle       2044 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle       2050 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle       2058 include/net/bluetooth/hci.h 	__u8     phy_handle;
phy_handle        238 net/bluetooth/amp.c 		amp_read_loc_assoc_frag(hdev, rp->phy_handle);
phy_handle        253 net/bluetooth/amp.c void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle)
phy_handle        260 net/bluetooth/amp.c 	BT_DBG("%s handle %d", hdev->name, phy_handle);
phy_handle        262 net/bluetooth/amp.c 	cp.phy_handle = phy_handle;
phy_handle        300 net/bluetooth/amp.c 	cp.phy_handle = hcon->handle;
phy_handle        320 net/bluetooth/amp.c 	       hdev->name, rp->status, rp->phy_handle);
phy_handle        325 net/bluetooth/amp.c 	amp_write_rem_assoc_continue(hdev, rp->phy_handle);
phy_handle        363 net/bluetooth/amp.c 	cp->phy_handle = hcon->handle;
phy_handle        428 net/bluetooth/amp.c 		hcon = hci_conn_hash_lookup_handle(hdev, cp->phy_handle);
phy_handle        432 net/bluetooth/amp.c 		amp_write_remote_assoc(hdev, cp->phy_handle);
phy_handle        444 net/bluetooth/amp.c 	cp.phy_handle = hcon->handle;
phy_handle        474 net/bluetooth/amp.c 	amp_write_remote_assoc(hdev, cp->phy_handle);
phy_handle        483 net/bluetooth/amp.c 	cp.phy_handle = hcon->handle;
phy_handle        543 net/bluetooth/amp.c 	cp.phy_handle = hs_hcon->handle;
phy_handle         32 net/bluetooth/amp.h void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle);
phy_handle       4766 net/bluetooth/hci_event.c 	BT_DBG("%s handle 0x%2.2x", hdev->name, ev->phy_handle);
phy_handle       4770 net/bluetooth/hci_event.c 	hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle);
phy_handle       4783 net/bluetooth/hci_event.c 	BT_DBG("%s handle 0x%2.2x status 0x%2.2x", hdev->name, ev->phy_handle,
phy_handle       4788 net/bluetooth/hci_event.c 	hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle);
phy_handle       4825 net/bluetooth/hci_event.c 	       hdev->name, le16_to_cpu(ev->handle), ev->phy_handle,
phy_handle       4828 net/bluetooth/hci_event.c 	hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle);
phy_handle       4892 net/bluetooth/hci_event.c 	hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle);
phy_handle       2212 net/bluetooth/hci_request.c 			cp.phy_handle = HCI_PHY_HANDLE(conn->handle);