| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A 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 %d", 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 …]
|
| H A D | amp.h | 32 void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle);
|
| H A D | hci_event.c | 4931 BT_DBG("%s handle 0x%2.2x", hdev->name, ev->phy_handle); in hci_chan_selected_evt() 4935 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_chan_selected_evt() 4948 BT_DBG("%s handle 0x%2.2x status 0x%2.2x", hdev->name, ev->phy_handle, in hci_phy_link_complete_evt() 4953 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt() 4995 hdev->name, le16_to_cpu(ev->handle), ev->phy_handle, in hci_loglink_complete_evt() 4998 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt() 5063 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_disconn_phylink_complete_evt()
|
| H A D | hci_request.c | 2676 cp.phy_handle = HCI_PHY_HANDLE(conn->handle); in __hci_abort_conn()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci.h | 824 __u8 phy_handle; member 832 __u8 phy_handle; member 840 __u8 phy_handle; member 856 __u8 phy_handle; member 868 __u8 phy_handle; member 874 __u8 phy_handle; member 1399 __u8 phy_handle; member 1405 __u8 phy_handle; member 1412 __u8 phy_handle; member 1419 __u8 phy_handle; member [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/ |
| H A 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0001-use-uint32t-for-reply-queue-head-tail-values.patch | 58 @@ -42,18 +42,18 @@ mptsas_config_sas_phy(void *dev, int address, int port, int phy_handle, int dev_
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/ |
| H A D | core.c | 2629 struct device_node *phy_handle) in emac_dt_phy_connect() argument 2636 dev->phy_dev = of_phy_connect(dev->ndev, phy_handle, &emac_adjust_link, in emac_dt_phy_connect() 2657 struct device_node *phy_handle; in emac_dt_phy_probe() local 2660 phy_handle = of_parse_phandle(np, "phy-handle", 0); in emac_dt_phy_probe() 2662 if (phy_handle) { in emac_dt_phy_probe() 2665 res = emac_dt_phy_connect(dev, phy_handle); in emac_dt_phy_probe() 2671 of_node_put(phy_handle); in emac_dt_phy_probe()
|