Searched refs:phy_t (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13-stable/sys/dev/extres/phy/ |
| HD | phy.h | 38 typedef struct phy *phy_t; typedef 77 phy_t *phy); 78 void phy_release(phy_t phy); 79 int phy_enable(phy_t phy); 80 int phy_disable(phy_t phy); 81 int phy_status(phy_t phy, int *value); 85 phy_t *phy); 86 int phy_get_by_ofw_idx(device_t consumer, phandle_t node, int idx, phy_t *phy); 88 phy_t *phy);
|
| HD | phy.c | 294 static phy_t 315 phy_enable(phy_t phy) in phy_enable() 333 phy_disable(phy_t phy) in phy_disable() 353 phy_status(phy_t phy, int *status) in phy_status() 370 phy_t *phy) in phy_get_by_id() 388 phy_release(phy_t phy) in phy_release() 445 phy_get_by_ofw_idx(device_t consumer_dev, phandle_t cnode, int idx, phy_t *phy) in phy_get_by_ofw_idx() 482 phy_t *phy) in phy_get_by_ofw_name() 501 phy_t *phy) in phy_get_by_ofw_property()
|
| HD | phy_usb.h | 80 int phy_usb_set_mode(phy_t phy, int usb_mode); 81 int phy_usb_get_mode(phy_t phy, int *usb_mode);
|
| HD | phy_usb.c | 120 int phy_usb_set_mode(phy_t phy, int usb_mode) in phy_usb_set_mode() 135 int phy_usb_get_mode(phy_t phy, int *usb_mode) in phy_usb_get_mode()
|
| /freebsd-13-stable/sys/dev/usb/controller/ |
| HD | generic_xhci_fdt.c | 90 phy_t phy; in generic_xhci_fdt_attach() 109 phy_t phy; in generic_xhci_fdt_detach()
|
| HD | generic_ehci_fdt.c | 76 phy_t phy; 115 phy_t phy; in generic_ehci_fdt_attach()
|
| HD | generic_ohci.c | 70 phy_t phy; 112 phy_t phy; in generic_ohci_attach()
|
| HD | musb_otg_allwinner.c | 123 phy_t phy;
|
| HD | dwc3.c | 395 phy_t usb2_phy, usb3_phy; in snps_dwc3_common_attach()
|
| /freebsd-13-stable/sys/dev/pci/ |
| HD | pci_dw_mv.c | 93 phy_t phy[MV_MAX_LANES];
|
| /freebsd-13-stable/sys/arm/nvidia/ |
| HD | tegra_ehci.c | 80 phy_t phy;
|
| HD | tegra_ahci.c | 241 phy_t phy;
|
| HD | tegra_xhci.c | 286 phy_t phys[8]; /* Safe maximum */
|
| HD | tegra_pcie.c | 320 phy_t phy; /* port phy */
|
| /freebsd-13-stable/sys/dev/sdhci/ |
| HD | sdhci_fdt.c | 117 phy_t phy; /* phy to be used */
|
| /freebsd-13-stable/sys/arm64/rockchip/ |
| HD | rk_pcie.c | 235 phy_t phys[MAX_LANES];
|