Home
last modified time | relevance | path

Searched refs:bustype (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/powerpc/ps3/
H A Dps3bus.c81 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 Dps3bus.h45 PS3BUS_ACCESSOR(bustype, BUSTYPE, uint64_t)
/freebsd/sys/contrib/dev/athk/
H A Dath.h335 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 Dhidraw.h72 uint32_t bustype; member
H A Dhidraw.c842 hd->bustype = sc->sc_hw->idBus; in hidraw_ioctl()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c102 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 Dinput.h52 uint16_t bustype; member
H A Devdev.c405 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 Duinput.c337 evdev_set_id(state->ucs_evdev, id->bustype, id->vendor, id->product, in uinput_setup_dev()
H A Dcdev.c466 evdev->ev_id.bustype, evdev->ev_id.vendor, in evdev_ioctl()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c319 uisetup.id.bustype = BUS_BLUETOOTH; in uinput_open_common()
/freebsd/sbin/sysctl/
H A Dsysctl.c722 id->bustype, id->vendor, id->product, id->version); in S_input_id()