Home
last modified time | relevance | path

Searched defs:phynode (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/phy/
H A Dphy_internal.h39 struct phynode { struct
62 struct phynode *phynode; argument
H A Dphy.c81 phynode_method_init(struct phynode *phynode) in phynode_method_init()
88 phynode_method_enable(struct phynode *phynode, bool enable) in phynode_method_enable()
98 phynode_method_status(struct phynode *phynode, int *status) in phynode_method_status()
116 struct phynode *phynode; in phynode_create() local
143 phynode_register(struct phynode *phynode) in phynode_register()
192 phynode_get_softc(struct phynode *phynode) in phynode_get_softc()
199 phynode_get_device(struct phynode *phynode) in phynode_get_device()
205 intptr_t phynode_get_id(struct phynode *phynode) in phynode_get_id()
213 phynode_get_ofw_node(struct phynode *phynode) in phynode_get_ofw_node()
230 phynode_enable(struct phynode *phynode) in phynode_enable()
[all …]
H A Dphy_usb.c56 struct phynode *phynode; in phynode_usb_create() local
68 *phynode_usb_register(struct phynode *phynode) in phynode_usb_register()
84 phynode_usb_set_mode(struct phynode *phynode, int usb_mode) in phynode_usb_set_mode()
100 phynode_usb_get_mode(struct phynode *phynode, int *usb_mode) in phynode_usb_get_mode()
120 struct phynode *phynode; in phy_usb_set_mode() local
135 struct phynode *phynode; in phy_usb_get_mode() local
/freebsd/sys/arm/allwinner/
H A Daw_usb3phy.c110 awusb3phy_phy_enable(struct phynode *phynode, bool enable) in awusb3phy_phy_enable()
176 awusb3phy_get_mode(struct phynode *phynode, int *mode) in awusb3phy_get_mode()
190 awusb3phy_set_mode(struct phynode *phynode, int mode) in awusb3phy_set_mode()
222 struct phynode *phynode; in awusb3phy_attach() local
H A Daw_usbphy.c342 awusbphy_phy_enable(struct phynode *phynode, bool enable) in awusbphy_phy_enable()
397 awusbphy_get_mode(struct phynode *phynode, int *mode) in awusbphy_get_mode()
411 awusbphy_set_mode(struct phynode *phynode, int mode) in awusbphy_set_mode()
483 struct phynode *phynode; in awusbphy_attach() local
/freebsd/sys/arm64/rockchip/
H A Drk3568_pciephy.c77 struct phynode *phynode; member
114 rk3568_pciephy_enable(struct phynode *phynode, bool enable) in rk3568_pciephy_enable()
166 struct phynode *phynode; in rk3568_pciephy_attach() local
H A Drk_usb2phy.c118 rk_usb2phy_enable(struct phynode *phynode, bool enable) in rk_usb2phy_enable()
150 rk_usb2phy_get_mode(struct phynode *phynode, int *mode) in rk_usb2phy_get_mode()
169 rk_usb2phy_set_mode(struct phynode *phynode, int mode) in rk_usb2phy_set_mode()
346 struct phynode *phynode; in rk_usb2phy_attach() local
H A Drk_usbphy.c108 rk_phynode_get_mode(struct phynode *phynode, int *mode) in rk_phynode_get_mode()
118 rk_phynode_set_mode(struct phynode *phynode, int mode) in rk_phynode_set_mode()
142 struct phynode *phynode; in rk_usbphy_init_phy() local
H A Drk_typec_phy.c185 rk_typec_phy_enable(struct phynode *phynode, bool enable) in rk_typec_phy_enable()
288 rk_typec_phy_get_mode(struct phynode *phynode, int *mode) in rk_typec_phy_get_mode()
307 rk_typec_phy_set_mode(struct phynode *phynode, int mode) in rk_typec_phy_set_mode()
344 struct phynode *phynode; in rk_typec_phy_attach() local
H A Drk3568_combphy.c65 struct phynode *phynode; member
165 rk3568_combphy_enable(struct phynode *phynode, bool enable) in rk3568_combphy_enable()
372 struct phynode *phynode; in rk3568_combphy_attach() local
H A Drk3399_emmcphy.c126 rk_emmcphy_enable(struct phynode *phynode, bool enable) in rk_emmcphy_enable()
273 struct phynode *phynode; in rk_emmcphy_attach() local
H A Drk_pcie_phy.c232 rk_pcie_phy_enable(struct phynode *phynode, bool enable) in rk_pcie_phy_enable()
280 struct phynode *phynode; in rk_pcie_phy_attach() local
/freebsd/sys/dev/usb/controller/
H A Dusb_nop_xceiv.c74 usb_nop_xceiv_phy_enable(struct phynode *phynode, bool enable) in usb_nop_xceiv_phy_enable()
145 struct phynode *phynode; in usb_nop_xceiv_attach() local
/freebsd/sys/arm/qualcomm/
H A Dipq4018_usb_ss_phy.c65 ipq4018_usb_ss_phynode_phy_enable(struct phynode *phynode, bool enable) in ipq4018_usb_ss_phynode_phy_enable()
112 struct phynode *phynode; in ipq4018_usb_ss_usbphy_init_phy() local
H A Dipq4018_usb_hs_phy.c66 ipq4018_usb_hs_phynode_phy_enable(struct phynode *phynode, bool enable) in ipq4018_usb_hs_phynode_phy_enable()
124 struct phynode *phynode; in ipq4018_usb_hs_usbphy_init_phy() local
/freebsd/sys/dev/mii/
H A Dmii_fdt.h39 phandle_t phynode; /* Node (not xref) of PHY */ member
H A Dmii_fdt.c103 phandle_t ports, phynode, child; in mii_fdt_lookup_phy() local
/freebsd/sys/arm/nvidia/
H A Dtegra_usbphy.c710 struct phynode *phynode; in usbphy_attach() local
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c860 struct phynode *phynode; in process_lane() local
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_xusbpadctl.c1597 struct phynode *phynode; in process_lane() local