Home
last modified time | relevance | path

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

/freebsd/sys/dev/phy/
H A Dphy.h95 typedef struct phy *phy_t; typedef
138 phy_t *phy);
139 void phy_release(phy_t phy);
140 int phy_enable(phy_t phy);
141 int phy_disable(phy_t phy);
142 int phy_set_mode(phy_t phy, phy_mode_t mode, phy_submode_t submode);
143 int phy_status(phy_t phy, int *value);
146 phy_t *phy);
147 int phy_get_by_ofw_idx(device_t consumer, phandle_t node, int idx, phy_t *phy);
149 phy_t *phy);
H A Dphy.c312 static phy_t
333 phy_enable(phy_t phy) in phy_enable()
351 phy_disable(phy_t phy) in phy_disable()
371 phy_set_mode(phy_t phy, phy_mode_t mode, phy_submode_t submode) in phy_set_mode()
387 phy_status(phy_t phy, int *status) in phy_status()
404 phy_t *phy) in phy_get_by_id()
422 phy_release(phy_t phy) in phy_release()
479 phy_get_by_ofw_idx(device_t consumer_dev, phandle_t cnode, int idx, phy_t *phy) in phy_get_by_ofw_idx()
516 phy_t *phy) in phy_get_by_ofw_name()
535 phy_t *phy) in phy_get_by_ofw_property()
H A Dphy_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);
H A Dphy_usb.c117 int phy_usb_set_mode(phy_t phy, int usb_mode) in phy_usb_set_mode()
132 int phy_usb_get_mode(phy_t phy, int *usb_mode) in phy_usb_get_mode()
/freebsd/sys/dev/usb/controller/
H A Dgeneric_xhci_fdt.c90 phy_t phy; in generic_xhci_fdt_attach()
109 phy_t phy; in generic_xhci_fdt_detach()
H A Dgeneric_ehci_fdt.c76 phy_t phy;
115 phy_t phy; in generic_ehci_fdt_attach()
H A Dgeneric_ohci.c69 phy_t phy;
111 phy_t phy; in generic_ohci_attach()
H A Dmusb_otg_allwinner.c122 phy_t phy;
/freebsd/sys/dev/pci/
H A Dpci_dw_mv.c92 phy_t phy[MV_MAX_LANES];
/freebsd/sys/arm64/rockchip/
H A Drk3568_pcie.c102 phy_t phy;
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c394 phy_t usb2_phy, usb3_phy; in snps_dwc3_common_attach()
/freebsd/sys/dev/sdhci/
H A Dsdhci_fdt.c145 phy_t phy; /* phy to be used */