Symbol: xhci_fdt_softc
sys/dev/fdt/xhci_fdt.c
192
struct xhci_fdt_softc *sc = (struct xhci_fdt_softc *)self;
sys/dev/fdt/xhci_fdt.c
229
xhci_cdns_attach(struct xhci_fdt_softc *sc)
sys/dev/fdt/xhci_fdt.c
278
struct xhci_fdt_softc *sc = arg;
sys/dev/fdt/xhci_fdt.c
286
struct xhci_fdt_softc *sc = cookie;
sys/dev/fdt/xhci_fdt.c
298
xhci_snps_attach(struct xhci_fdt_softc *sc)
sys/dev/fdt/xhci_fdt.c
320
xhci_snps_init(struct xhci_fdt_softc *sc)
sys/dev/fdt/xhci_fdt.c
366
void (*init)(struct xhci_fdt_softc *, uint32_t *);
sys/dev/fdt/xhci_fdt.c
369
void exynos5_usbdrd_init(struct xhci_fdt_softc *, uint32_t *);
sys/dev/fdt/xhci_fdt.c
370
void imx8mp_usb_init(struct xhci_fdt_softc *, uint32_t *);
sys/dev/fdt/xhci_fdt.c
371
void imx8mq_usb_init(struct xhci_fdt_softc *, uint32_t *);
sys/dev/fdt/xhci_fdt.c
372
void nop_xceiv_init(struct xhci_fdt_softc *, uint32_t *);
sys/dev/fdt/xhci_fdt.c
397
xhci_init_phy(struct xhci_fdt_softc *sc, uint32_t *cells)
sys/dev/fdt/xhci_fdt.c
415
xhci_phy_enable(struct xhci_fdt_softc *sc, char *name)
sys/dev/fdt/xhci_fdt.c
447
xhci_init_phys(struct xhci_fdt_softc *sc)
sys/dev/fdt/xhci_fdt.c
467
xhci_init_hubs(struct xhci_fdt_softc *sc)
sys/dev/fdt/xhci_fdt.c
518
exynos5_usbdrd_init(struct xhci_fdt_softc *sc, uint32_t *cells)
sys/dev/fdt/xhci_fdt.c
598
imx8mp_usb_init(struct xhci_fdt_softc *sc, uint32_t *cells)
sys/dev/fdt/xhci_fdt.c
63
sizeof(struct xhci_fdt_softc), xhci_fdt_match, xhci_fdt_attach, NULL,
sys/dev/fdt/xhci_fdt.c
655
imx8mq_usb_init(struct xhci_fdt_softc *sc, uint32_t *cells)
sys/dev/fdt/xhci_fdt.c
67
int xhci_cdns_attach(struct xhci_fdt_softc *);
sys/dev/fdt/xhci_fdt.c
68
int xhci_snps_attach(struct xhci_fdt_softc *);
sys/dev/fdt/xhci_fdt.c
69
int xhci_snps_init(struct xhci_fdt_softc *);
sys/dev/fdt/xhci_fdt.c
70
void xhci_init_phys(struct xhci_fdt_softc *);
sys/dev/fdt/xhci_fdt.c
701
nop_xceiv_init(struct xhci_fdt_softc *sc, uint32_t *cells)
sys/dev/fdt/xhci_fdt.c
71
void xhci_init_hubs(struct xhci_fdt_softc *);
sys/dev/fdt/xhci_fdt.c
90
struct xhci_fdt_softc *sc = (struct xhci_fdt_softc *)self;