Searched refs:bdev (Results 26 - 50 of 88) sorted by relevance

1234

/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_char.c294 device_t bdev; local
304 bdev = mlx5_fpga_dev(tdev->fdev)->bsddev;
307 pci_get_domain(bdev), pci_get_bus(bdev), pci_get_slot(bdev),
308 pci_get_function(bdev));
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c99 struct ttm_tt *ttm_agp_tt_create(struct ttm_bo_device *bdev, argument
111 if (ttm_tt_init(&agp_be->ttm, bdev, size, page_flags, dummy_read_page)) {
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_ohci.c120 sc->sc_ohci.sc_bus.bdev = device_add_child(dev, "usbus", -1);
121 if (sc->sc_ohci.sc_bus.bdev == NULL) {
125 device_set_ivars(sc->sc_ohci.sc_bus.bdev, &sc->sc_ohci.sc_bus);
141 err = device_probe_and_attach(sc->sc_ohci.sc_bus.bdev);
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_dotg.c128 sc->sc_bus.bdev = device_add_child(dev, "usbus", -1);
129 if (!(sc->sc_bus.bdev)) {
133 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
147 err = device_probe_and_attach(sc->sc_bus.bdev);
H A Dmtk_xhci.c124 sc->sc_bus.bdev = device_add_child(self, "usbus", -1);
125 if (!(sc->sc_bus.bdev)) {
129 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
130 device_set_desc(sc->sc_bus.bdev, XHCI_HC_DEVSTR);
148 err = device_probe_and_attach(sc->sc_bus.bdev);
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_dotg.c120 sc->sc_bus.bdev = device_add_child(dev, "usbus", -1);
121 if (!(sc->sc_bus.bdev)) {
125 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
159 err = device_probe_and_attach(sc->sc_bus.bdev);
/freebsd-11-stable/sys/dev/usb/controller/
H A Dmusb_otg_atmelarm.c165 sc->sc_otg.sc_bus.bdev = device_add_child(dev, "usbus", -1);
166 if (!(sc->sc_otg.sc_bus.bdev)) {
169 device_set_ivars(sc->sc_otg.sc_bus.bdev, &sc->sc_otg.sc_bus);
188 err = device_probe_and_attach(sc->sc_otg.sc_bus.bdev);
H A Dohci_s3c24x0.c115 sc->sc_bus.bdev = device_add_child(dev, "usbus", -1);
116 if (!(sc->sc_bus.bdev)) {
119 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
135 err = device_probe_and_attach(sc->sc_bus.bdev);
H A Dgeneric_ehci.c123 sc->sc_bus.bdev = device_add_child(self, "usbus", -1);
124 if (!sc->sc_bus.bdev) {
128 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
144 err = device_probe_and_attach(sc->sc_bus.bdev);
H A Datmegadci_atmelarm.c128 sc->sc_otg.sc_bus.bdev = device_add_child(dev, "usbus", -1);
129 if (!(sc->sc_otg.sc_bus.bdev)) {
132 device_set_ivars(sc->sc_otg.sc_bus.bdev, &sc->sc_otg.sc_bus);
142 err = device_probe_and_attach(sc->sc_otg.sc_bus.bdev);
H A Dsaf1761_otg_fdt.c208 sc->sc_bus.bdev = device_add_child(dev, "usbus", -1);
209 if (sc->sc_bus.bdev == NULL)
212 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
225 err = device_probe_and_attach(sc->sc_bus.bdev);
H A Ddwc_otg_fdt.c155 sc->sc_otg.sc_bus.bdev = device_add_child(dev, "usbus", -1);
156 if (sc->sc_otg.sc_bus.bdev == NULL)
159 device_set_ivars(sc->sc_otg.sc_bus.bdev, &sc->sc_otg.sc_bus);
169 err = device_probe_and_attach(sc->sc_otg.sc_bus.bdev);
H A Dehci_pci.c346 sc->sc_bus.bdev = device_add_child(self, "usbus", -1);
347 if (!sc->sc_bus.bdev) {
351 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
357 device_set_desc(sc->sc_bus.bdev, ehci_pci_match(self));
473 err = device_probe_and_attach(sc->sc_bus.bdev);
548 device_printf(sc->sc_bus.bdev, "waiting for BIOS "
560 device_printf(sc->sc_bus.bdev,
H A Dehci_mv.c200 sc->sc_bus.bdev = device_add_child(self, "usbus", -1);
201 if (!sc->sc_bus.bdev) {
205 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
206 device_set_desc(sc->sc_bus.bdev, EHCI_HC_DEVSTR);
250 err = device_probe_and_attach(sc->sc_bus.bdev);
H A Dehci_ixp4xx.c169 sc->sc_bus.bdev = device_add_child(self, "usbus", -1);
170 if (!sc->sc_bus.bdev) {
174 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
175 device_set_desc(sc->sc_bus.bdev, EHCI_HC_DEVSTR);
206 err = device_probe_and_attach(sc->sc_bus.bdev);
H A Duhci_pci.c306 sc->sc_bus.bdev = device_add_child(self, "usbus", -1);
307 if (!sc->sc_bus.bdev) {
311 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
317 device_set_desc(sc->sc_bus.bdev, uhci_pci_match(self));
379 err = device_probe_and_attach(sc->sc_bus.bdev);
/freebsd-11-stable/sys/arm/at91/
H A Dat91_ohci.c127 sc->sc_ohci.sc_bus.bdev = device_add_child(dev, "usbus", -1);
128 if (!(sc->sc_ohci.sc_bus.bdev)) {
131 device_set_ivars(sc->sc_ohci.sc_bus.bdev, &sc->sc_ohci.sc_bus);
152 err = device_probe_and_attach(sc->sc_ohci.sc_bus.bdev);
H A Dat91_ohci_fdt.c133 sc->sc_ohci.sc_bus.bdev = device_add_child(dev, "usbus", -1);
134 if (!(sc->sc_ohci.sc_bus.bdev)) {
137 device_set_ivars(sc->sc_ohci.sc_bus.bdev, &sc->sc_ohci.sc_bus);
158 err = device_probe_and_attach(sc->sc_ohci.sc_bus.bdev);
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_xhci.c259 esc->base.sc_bus.bdev = device_add_child(dev, "usbus", -1);
260 if (esc->base.sc_bus.bdev == NULL) {
264 device_set_ivars(esc->base.sc_bus.bdev, &esc->base.sc_bus);
276 err = device_probe_and_attach(esc->base.sc_bus.bdev);
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dohci_ec.c134 sc->sc_ohci.sc_bus.bdev = device_add_child(dev, "usbus", -1);
135 if (!(sc->sc_ohci.sc_bus.bdev)) {
138 device_set_ivars(sc->sc_ohci.sc_bus.bdev, &sc->sc_ohci.sc_bus);
164 err = device_probe_and_attach(sc->sc_ohci.sc_bus.bdev);
/freebsd-11-stable/sys/mips/cavium/usb/
H A Doctusb_octeon.c138 sc->sc_dci.sc_bus.bdev = device_add_child(dev, "usbus", -1);
139 if (!(sc->sc_dci.sc_bus.bdev)) {
142 device_set_ivars(sc->sc_dci.sc_bus.bdev, &sc->sc_dci.sc_bus);
147 err = device_probe_and_attach(sc->sc_dci.sc_bus.bdev);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_bus.h99 device_t bdev; /* filled by HC driver */ member in struct:usb_bus
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_ehci.c187 sc->sc_bus.bdev = device_add_child(self, "usbus", -1);
188 if (!sc->sc_bus.bdev) {
192 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
193 device_set_desc(sc->sc_bus.bdev, EHCI_HC_DEVSTR);
257 err = device_probe_and_attach(sc->sc_bus.bdev);
/freebsd-11-stable/sys/arm/ti/usb/
H A Domap_ehci.c329 sc->sc_bus.bdev = device_add_child(dev, "usbus", -1);
330 if (!sc->sc_bus.bdev) {
335 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
336 device_set_desc(sc->sc_bus.bdev, OMAP_EHCI_HC_DEVSTR);
362 err = device_probe_and_attach(sc->sc_bus.bdev);
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_ehci.c268 sc->sc_bus.bdev = device_add_child(dev, "usbus", -1);
269 if (!sc->sc_bus.bdev) {
274 device_set_ivars(sc->sc_bus.bdev, &sc->sc_bus);
275 device_set_desc(sc->sc_bus.bdev, "Zynq-7000 ehci USB 2.0 controller");
310 err = device_probe_and_attach(sc->sc_bus.bdev);

Completed in 236 milliseconds

1234