Home
last modified time | relevance | path

Searched refs:phy_t (Results 1 – 16 of 16) sorted by relevance

/freebsd-13-stable/sys/dev/extres/phy/
HDphy.h38 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);
HDphy.c294 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()
HDphy_usb.h80 int phy_usb_set_mode(phy_t phy, int usb_mode);
81 int phy_usb_get_mode(phy_t phy, int *usb_mode);
HDphy_usb.c120 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/
HDgeneric_xhci_fdt.c90 phy_t phy; in generic_xhci_fdt_attach()
109 phy_t phy; in generic_xhci_fdt_detach()
HDgeneric_ehci_fdt.c76 phy_t phy;
115 phy_t phy; in generic_ehci_fdt_attach()
HDgeneric_ohci.c70 phy_t phy;
112 phy_t phy; in generic_ohci_attach()
HDmusb_otg_allwinner.c123 phy_t phy;
HDdwc3.c395 phy_t usb2_phy, usb3_phy; in snps_dwc3_common_attach()
/freebsd-13-stable/sys/dev/pci/
HDpci_dw_mv.c93 phy_t phy[MV_MAX_LANES];
/freebsd-13-stable/sys/arm/nvidia/
HDtegra_ehci.c80 phy_t phy;
HDtegra_ahci.c241 phy_t phy;
HDtegra_xhci.c286 phy_t phys[8]; /* Safe maximum */
HDtegra_pcie.c320 phy_t phy; /* port phy */
/freebsd-13-stable/sys/dev/sdhci/
HDsdhci_fdt.c117 phy_t phy; /* phy to be used */
/freebsd-13-stable/sys/arm64/rockchip/
HDrk_pcie.c235 phy_t phys[MAX_LANES];