Home
last modified time | relevance | path

Searched refs:phynode_get_softc (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/arm64/rockchip/
H A Drk_usbphy.c99 sc = phynode_get_softc(phy); in rk_phynode_phy_enable()
115 sc = phynode_get_softc(phynode); in rk_phynode_get_mode()
125 sc = phynode_get_softc(phynode); in rk_phynode_set_mode()
224 phy_sc = phynode_get_softc(phynode); in rk_usbphy_init_phy()
/freebsd-13.1/sys/dev/extres/phy/
H A Dphy.h65 void *phynode_get_softc(struct phynode *phynode);
H A Dphy_usb.c66 sc = phynode_get_softc(phynode); in phynode_usb_create()
H A Dphy.c192 phynode_get_softc(struct phynode *phynode) in phynode_get_softc() function