Symbol: xhci_fdt_softc
sys/dev/fdt/xhci_fdt.c
194
struct xhci_fdt_softc *sc = (struct xhci_fdt_softc *)self;
sys/dev/fdt/xhci_fdt.c
231
xhci_cdns_attach(struct xhci_fdt_softc *sc)
sys/dev/fdt/xhci_fdt.c
280
struct xhci_fdt_softc *sc = arg;
sys/dev/fdt/xhci_fdt.c
288
struct xhci_fdt_softc *sc = cookie;
sys/dev/fdt/xhci_fdt.c
300
xhci_snps_attach(struct xhci_fdt_softc *sc)
sys/dev/fdt/xhci_fdt.c
322
xhci_snps_init(struct xhci_fdt_softc *sc)
sys/dev/fdt/xhci_fdt.c
368
void (*init)(struct xhci_fdt_softc *, uint32_t *);
sys/dev/fdt/xhci_fdt.c
371
void exynos5_usbdrd_init(struct xhci_fdt_softc *, uint32_t *);
sys/dev/fdt/xhci_fdt.c
372
void imx8mp_usb_init(struct xhci_fdt_softc *, uint32_t *);
sys/dev/fdt/xhci_fdt.c
373
void imx8mq_usb_init(struct xhci_fdt_softc *, uint32_t *);
sys/dev/fdt/xhci_fdt.c
374
void nop_xceiv_init(struct xhci_fdt_softc *, uint32_t *);
sys/dev/fdt/xhci_fdt.c
399
xhci_init_phy(struct xhci_fdt_softc *sc, uint32_t *cells)
sys/dev/fdt/xhci_fdt.c
417
xhci_phy_enable(struct xhci_fdt_softc *sc, char *name)
sys/dev/fdt/xhci_fdt.c
449
xhci_init_phys(struct xhci_fdt_softc *sc)
sys/dev/fdt/xhci_fdt.c
469
xhci_init_hubs(struct xhci_fdt_softc *sc)
sys/dev/fdt/xhci_fdt.c
520
exynos5_usbdrd_init(struct xhci_fdt_softc *sc, uint32_t *cells)
sys/dev/fdt/xhci_fdt.c
600
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
657
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
703
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
91
struct xhci_fdt_softc *sc = (struct xhci_fdt_softc *)self;