Searched refs:phy_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/dev/extres/phy/
H A Dphy.h37 typedef struct phy *phy_t; typedef in typeref:struct:phy
51 phy_t *phy);
52 void phy_release(phy_t phy);
53 int phy_get_by_ofw_name(device_t consumer, char *name, phy_t *phy);
54 int phy_get_by_ofw_idx(device_t consumer, int idx, phy_t *phy);
55 int phy_get_by_ofw_property(device_t consumer, char *name, phy_t *phy);
57 int phy_init(device_t consumer, phy_t phy);
58 int phy_deinit(device_t consumer, phy_t phy);
59 int phy_enable(device_t consumer, phy_t phy);
60 int phy_disable(device_t consumer, phy_t ph
[all...]
H A Dphy.c53 phy_init(device_t consumer, phy_t phy)
60 phy_deinit(device_t consumer, phy_t phy)
68 phy_enable(device_t consumer, phy_t phy)
75 phy_disable(device_t consumer, phy_t phy)
82 phy_status(device_t consumer, phy_t phy, int *value)
90 phy_t *phy_out)
92 phy_t phy;
105 phy_release(phy_t phy)
127 phy_get_by_ofw_idx(device_t consumer_dev, int idx, phy_t *phy)
162 phy_get_by_ofw_name(device_t consumer_dev, char *name, phy_t *ph
[all...]
/freebsd-11.0-release/sys/dev/usb/controller/
H A Dgeneric_ohci.c80 phy_t phy;
/freebsd-11.0-release/sys/arm/allwinner/
H A Da10_ehci.c98 phy_t phy;
/freebsd-11.0-release/sys/arm/nvidia/
H A Dtegra_ehci.c80 phy_t phy;
H A Dtegra_ahci.c87 phy_t phy;
H A Dtegra_pcie.c379 phy_t phy;

Completed in 188 milliseconds