Searched refs:bustype (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/powerpc/ps3/ |
H A D | ps3bus.c | 81 uint64_t bustype; member 246 dinfo->bustype, dinfo->devtype, result); in ps3bus_resources_init() 317 dinfo->bustype, dinfo->devtype, result); in ps3bus_resources_init_by_type() 333 uint64_t bustype, bus, devs; in ps3bus_attach() local 357 lv1_repository_string("type"), 0, 0, &bustype, &junk); in ps3bus_attach() 403 dinfo->bustype = bustype; in ps3bus_attach() 429 dinfo->bustype = bustype; in ps3bus_attach() 454 dinfo->bustype in ps3bus_attach() [all...] |
H A D | ps3bus.h | 45 PS3BUS_ACCESSOR(bustype, BUSTYPE, uint64_t)
|
/freebsd/sys/contrib/dev/athk/ |
H A D | ath.h | 335 static inline const char *ath_bus_type_to_string(enum ath_bus_type bustype) in ath_bus_type_to_string() argument 337 return ath_bus_type_strings[bustype]; in ath_bus_type_to_string()
|
/freebsd/sys/dev/hid/ |
H A D | hidraw.h | 72 uint32_t bustype; member
|
H A D | hidraw.c | 842 hd->bustype = sc->sc_hw->idBus; in hidraw_ioctl()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_input.c | 102 uint16_t bustype; member 289 sc->vsc_config.u.ids.bustype = devids.bustype; in pci_vtinput_read_config_id_devids()
|
/freebsd/sys/dev/evdev/ |
H A D | input.h | 52 uint16_t bustype; member
|
H A D | evdev.c | 405 evdev_set_id(struct evdev_dev *evdev, uint16_t bustype, uint16_t vendor, in evdev_set_id() argument 410 .bustype = bustype, in evdev_set_id()
|
H A D | uinput.c | 337 evdev_set_id(state->ucs_evdev, id->bustype, id->vendor, id->product, in uinput_setup_dev()
|
H A D | cdev.c | 466 evdev->ev_id.bustype, evdev->ev_id.vendor, in evdev_ioctl()
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | btuinput.c | 319 uisetup.id.bustype = BUS_BLUETOOTH; in uinput_open_common()
|
/freebsd/sbin/sysctl/ |
H A D | sysctl.c | 722 id->bustype, id->vendor, id->product, id->version); in S_input_id()
|