| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_usb3phy.c | 112 awusb3phy_phy_enable(struct phynode *phynode, bool enable) in awusb3phy_phy_enable() argument 119 dev = phynode_get_device(phynode); in awusb3phy_phy_enable() 178 awusb3phy_get_mode(struct phynode *phynode, int *mode) in awusb3phy_get_mode() argument 183 dev = phynode_get_device(phynode); in awusb3phy_get_mode() 192 awusb3phy_set_mode(struct phynode *phynode, int mode) in awusb3phy_set_mode() argument 198 dev = phynode_get_device(phynode); in awusb3phy_set_mode() 199 phy = phynode_get_id(phynode); in awusb3phy_set_mode() 226 struct phynode *phynode; in awusb3phy_attach() local 267 phynode = phynode_create(dev, &awusb3phy_phynode_class, in awusb3phy_attach() 269 if (phynode == NULL) { in awusb3phy_attach() [all …]
|
| H A D | aw_usbphy.c | 338 awusbphy_phy_enable(struct phynode *phynode, bool enable) in awusbphy_phy_enable() argument 346 dev = phynode_get_device(phynode); in awusbphy_phy_enable() 347 phy = phynode_get_id(phynode); in awusbphy_phy_enable() 393 awusbphy_get_mode(struct phynode *phynode, int *mode) in awusbphy_get_mode() argument 398 dev = phynode_get_device(phynode); in awusbphy_get_mode() 407 awusbphy_set_mode(struct phynode *phynode, int mode) in awusbphy_set_mode() argument 415 dev = phynode_get_device(phynode); in awusbphy_set_mode() 416 phy = phynode_get_id(phynode); in awusbphy_set_mode() 479 struct phynode *phynode; in awusbphy_attach() local 499 if (phynode == NULL) { in awusbphy_attach() [all …]
|
| /f-stack/freebsd/arm64/rockchip/ |
| H A D | rk_usb2phy.c | 94 static int rk_usb2phy_enable(struct phynode *phynode, bool enable); 115 rk_usb2phy_enable(struct phynode *phynode, bool enable) in rk_usb2phy_enable() argument 122 dev = phynode_get_device(phynode); in rk_usb2phy_enable() 123 phy = phynode_get_id(phynode); in rk_usb2phy_enable() 147 rk_usb2phy_get_mode(struct phynode *phynode, int *mode) in rk_usb2phy_get_mode() argument 153 dev = phynode_get_device(phynode); in rk_usb2phy_get_mode() 154 phy = phynode_get_id(phynode); in rk_usb2phy_get_mode() 166 rk_usb2phy_set_mode(struct phynode *phynode, int mode) in rk_usb2phy_set_mode() argument 173 phy = phynode_get_id(phynode); in rk_usb2phy_set_mode() 341 struct phynode *phynode; in rk_usb2phy_attach() local [all …]
|
| H A D | rk_typec_phy.c | 141 static int rk_typec_phy_enable(struct phynode *phynode, bool enable); 188 rk_typec_phy_enable(struct phynode *phynode, bool enable) in rk_typec_phy_enable() argument 196 dev = phynode_get_device(phynode); in rk_typec_phy_enable() 197 phy = phynode_get_id(phynode); in rk_typec_phy_enable() 291 rk_typec_phy_get_mode(struct phynode *phynode, int *mode) in rk_typec_phy_get_mode() argument 297 dev = phynode_get_device(phynode); in rk_typec_phy_get_mode() 298 phy = phynode_get_id(phynode); in rk_typec_phy_get_mode() 310 rk_typec_phy_set_mode(struct phynode *phynode, int mode) in rk_typec_phy_set_mode() argument 317 phy = phynode_get_id(phynode); in rk_typec_phy_set_mode() 347 struct phynode *phynode; in rk_typec_phy_attach() local [all …]
|
| H A D | rk_usbphy.c | 94 rk_phynode_phy_enable(struct phynode *phy, bool enable) in rk_phynode_phy_enable() 111 rk_phynode_get_mode(struct phynode *phynode, int *mode) in rk_phynode_get_mode() argument 115 sc = phynode_get_softc(phynode); in rk_phynode_get_mode() 121 rk_phynode_set_mode(struct phynode *phynode, int mode) in rk_phynode_set_mode() argument 125 sc = phynode_get_softc(phynode); in rk_phynode_set_mode() 145 struct phynode *phynode; in rk_usbphy_init_phy() local 218 phynode = phynode_create(sc->dev, &rk_phynode_class, &phy_init); in rk_usbphy_init_phy() 219 if (phynode == NULL) { in rk_usbphy_init_phy() 224 phy_sc = phynode_get_softc(phynode); in rk_usbphy_init_phy() 230 if (phynode_register(phynode) == NULL) { in rk_usbphy_init_phy()
|
| H A D | rk3399_emmcphy.c | 119 static int rk_emmcphy_enable(struct phynode *phynode, bool enable); 129 rk_emmcphy_enable(struct phynode *phynode, bool enable) in rk_emmcphy_enable() argument 138 dev = phynode_get_device(phynode); in rk_emmcphy_enable() 139 phy = phynode_get_id(phynode); in rk_emmcphy_enable() 276 struct phynode *phynode; in rk_emmcphy_attach() local 308 phynode = phynode_create(dev, &rk_emmcphy_phynode_class, &phy_init); in rk_emmcphy_attach() 309 if (phynode == NULL) { in rk_emmcphy_attach() 313 if (phynode_register(phynode) == NULL) { in rk_emmcphy_attach() 318 phy = phynode_get_id(phynode); in rk_emmcphy_attach()
|
| H A D | rk_pcie_phy.c | 235 rk_pcie_phy_enable(struct phynode *phynode, bool enable) in rk_pcie_phy_enable() argument 242 dev = phynode_get_device(phynode); in rk_pcie_phy_enable() 243 phy = phynode_get_id(phynode); in rk_pcie_phy_enable() 255 static int rk_pcie_phy_enable(struct phynode *phynode, bool enable); 284 struct phynode *phynode; in rk_pcie_phy_attach() local 330 phynode = phynode_create(dev, &rk_pcie_phy_phynode_class, in rk_pcie_phy_attach() 332 if (phynode == NULL) { in rk_pcie_phy_attach() 337 if (phynode_register(phynode) == NULL) { in rk_pcie_phy_attach()
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_usbphy.c | 299 static int usbphy_phy_enable(struct phynode *phy, bool enable); 561 usbphy_phy_enable(struct phynode *phy, bool enable) in usbphy_phy_enable() 712 struct phynode *phynode; in usbphy_attach() local 817 phynode = phynode_create(dev, &usbphy_phynode_class, &phy_init); in usbphy_attach() 818 if (phynode == NULL) { in usbphy_attach() 822 if (phynode_register(phynode) == NULL) { in usbphy_attach()
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_xusbpadctl.c | 351 static int xusbpadctl_phy_enable(struct phynode *phy, bool enable); 689 xusbpadctl_phy_enable(struct phynode *phy, bool enable) in xusbpadctl_phy_enable() 863 struct phynode *phynode; in process_lane() local 915 phynode = phynode_create(sc->dev, &xusbpadctl_phynode_class, &phy_init); in process_lane() 916 if (phynode == NULL) { in process_lane() 921 if (phynode_register(phynode) == NULL) { in process_lane()
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_xusbpadctl.c | 523 static int xusbpadctl_phy_enable(struct phynode *phy, bool enable); 1424 xusbpadctl_phy_enable(struct phynode *phy, bool enable) in xusbpadctl_phy_enable() 1600 struct phynode *phynode; in process_lane() local 1653 phynode = phynode_create(sc->dev, &xusbpadctl_phynode_class, &phy_init); in process_lane() 1654 if (phynode == NULL) { in process_lane() 1659 if (phynode_register(phynode) == NULL) { in process_lane()
|