Searched refs:bustype (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3bus.h47 PS3BUS_ACCESSOR(bustype, BUSTYPE, uint64_t)
H A Dps3bus.c79 uint64_t bustype; member in struct:ps3bus_devinfo
240 dinfo->bustype, dinfo->devtype, result);
311 dinfo->bustype, dinfo->devtype, result);
327 uint64_t bustype, bus, devs; local
351 lv1_repository_string("type"), 0, 0, &bustype, &junk);
397 dinfo->bustype = bustype;
423 dinfo->bustype = bustype;
448 dinfo->bustype
[all...]
/freebsd-13-stable/sys/dev/hid/
H A Dhidraw.h74 uint32_t bustype; member in struct:hidraw_devinfo
H A Dhidraw.c731 hdi->bustype = sc->sc_hw->idBus;
/freebsd-13-stable/sys/dev/if_ndis/
H A Dif_ndis_pci.c113 ndis_devcompare(bustype, t, dev)
114 interface_type bustype;
121 if (bustype != PCIBus)
H A Dif_ndis_usb.c114 ndisusb_devcompare(interface_type bustype, struct ndis_usb_type *t, device_t dev) argument
118 if (bustype != PNPBus)
/freebsd-13-stable/sys/dev/evdev/
H A Dinput.h54 uint16_t bustype; member in struct:input_id
H A Devdev.c416 evdev_set_id(struct evdev_dev *evdev, uint16_t bustype, uint16_t vendor, argument
421 .bustype = bustype,
H A Duinput.c339 evdev_set_id(state->ucs_evdev, id->bustype, id->vendor, id->product,
H A Dcdev.c468 evdev->ev_id.bustype, evdev->ev_id.vendor,
/freebsd-13-stable/sys/compat/ndis/
H A Dkern_windrv.c379 windrv_load(mod, img, len, bustype, devlist, regvals)
383 interface_type bustype;
482 new->windrv_bustype = bustype;
H A Dsubr_ndis.c1334 NdisQueryMapRegisterCount(bustype, cnt)
1335 uint32_t bustype;
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c321 uisetup.id.bustype = BUS_BLUETOOTH;

Completed in 124 milliseconds