HomeSort by relevance Sort by last modified time
    Searched defs:bus (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /bionic/libc/kernel/uapi/linux/
edd.h 72 __u8 bus; member in struct:edd_device_params::__anon599::__anon601
vfio.h 163 __u8 bus; member in struct:vfio_pci_dependent_device
i2o-dev.h 156 } bus; member in struct:_i2o_hrt_entry
  /external/kernel-headers/original/uapi/linux/
edd.h 94 __u8 bus; member in struct:edd_device_params::__anon22805::__anon22807
vfio.h 225 * Implementation of region mapping is bus driver specific. This is
226 * intended to describe MMIO, I/O port, as well as bus specific
271 * vfio bus drivers of defining which region indexes correspond to which region
292 __u32 type; /* global per bus driver */
310 * Implementation of IRQ mapping is bus driver specific. Indexes
416 * The VFIO-PCI bus driver makes use of the following fixed region and
453 * The vfio-ccw bus driver makes use of the following fixed region and
478 __u8 bus; member in struct:vfio_pci_dependent_device
589 * The SPAPR TCE info struct provides the information about the PCI bus
593 * The DMA 32 bit window start is an absolute PCI bus address
    [all...]
i2o-dev.h 190 } bus; member in struct:_i2o_hrt_entry
  /external/libusb-compat/libusb/
core.c 175 struct usb_bus *bus; local
194 * bus number. */
203 bus = busses;
206 if (bus_num == bus->location) {
210 } while ((bus = bus->next) != NULL);
216 bus = malloc(sizeof(*bus));
217 if (!bus)
220 memset(bus, 0, sizeof(*bus))
243 struct usb_bus *bus; local
568 struct usb_bus *bus; local
    [all...]
usb.h 250 struct usb_bus *bus; member in struct:usb_device
  /external/rmi4utils/rmidevice/
hiddevice.cpp 561 int bus = m_info.bustype; local
576 if (!LookupHidDeviceName(bus, vendor, product, hidDeviceName)) {
577 fprintf(stderr, "Failed to find HID device name for the specified device: bus (0x%x) vendor: (0x%x) product: (0x%x)\n",
578 bus, vendor, product);
582 if (!FindTransportDevice(bus, hidDeviceName, transportDeviceName, driverPath)) {
603 if (!LookupHidDeviceName(bus, vendor, product, hidDeviceName)) {
604 fprintf(stderr, "Failed to find HID device name for the specified device: bus (0x%x) vendor: (0x%x) product: (0x%x)\n",
605 bus, vendor, product);
627 bool HIDDevice::FindTransportDevice(int bus, std::string & hidDeviceName,
630 std::string devicePrefix = "/sys/bus/";
    [all...]
  /external/syslinux/gpxe/src/include/
pcmcia.h 85 //struct bus_operations *bus;
87 void *bus; member in struct:socket_cap_t
  /frameworks/native/services/inputflinger/host/
InputDriver.cpp 50 input_bus_t bus; member in struct:input_device_identifier
127 input_bus_t bus, const char* uniqueId) {
132 .bus = bus,
215 idi.bus = id->bus;
296 input_bus_t bus, const char* unique_id) {
298 return driver->createDeviceIdentifier(name, product_id, vendor_id, bus, unique_id);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
edd.h 93 __u8 bus; member in struct:edd_device_params::__anon62475::__anon62477
i2o-dev.h 189 } bus; member in struct:_i2o_hrt_entry
  /system/core/libusbhost/
usbhost.c 59 #define DEV_BUS_DIR DEV_DIR "/bus"
245 if ((event->mask & IN_CREATE) && !strcmp(event->name, "bus")) {
429 int bus = 0, dev = 0; local
430 sscanf(device->dev_name, USB_FS_ID_SCANNER, &bus, &dev);
431 return bus * 1000 + dev;
436 int bus = 0, dev = 0; local
437 sscanf(name, USB_FS_ID_SCANNER, &bus, &dev);
438 return bus * 1000 + dev;
443 int bus = id / 1000; local
446 snprintf(result, strlen(USB_FS_ID_FORMAT) - 1, USB_FS_ID_FORMAT, bus, dev)
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
local_poc.h 157 void *bus; member in struct:device
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
local_poc.h 157 void *bus; member in struct:device
  /external/libdrm/
xf86drmMode.c 744 * -EINVAL or invalid bus id
751 int domain, bus, dev, func; local
756 ret = sscanf(busid, "pci:%04x:%02x:%02x.%d", &domain, &bus, &dev, &func);
760 sprintf(pci_dev_dir, "/sys/bus/pci/devices/%04x:%02x:%02x.%d/drm",
761 domain, bus, dev, func);
779 sprintf(pci_dev_dir, "/sys/bus/pci/devices/%04x:%02x:%02x.%d/",
780 domain, bus, dev, func);
802 int domain, bus, dev, func;
806 ret = sscanf(busid, "pci:%04x:%02x:%02x.%d", &domain, &bus, &dev,
810 snprintf(kbusid, sizeof(kbusid), "pci:%04x:%02x:%02x.%d", domain, bus,
    [all...]
xf86drm.c 108 uint8_t bus; member in struct:drm_pciinfo
235 * This function compares two bus ID strings. It understands the older
237 * domain, b is bus, d is device, f is function.
245 /* Try to match old/new-style PCI bus IDs. */
566 * Open the device by bus ID.
568 * \param busid bus ID.
575 * comparing the device bus ID with the one supplied.
638 * isn't already in use. If it's in use it then it will already have a bus ID
719 * Looks up the specified name and bus ID, and opens the device found. The
722 * \param name driver name. Not referenced if bus ID is supplied
2974 unsigned int domain, bus, dev, func; local
3338 unsigned int bus, dev; local
    [all...]
xf86drm.h 776 uint8_t bus; member in struct:_drmPciBusInfo
790 uint8_t bus; member in struct:_drmUsbBusInfo
  /external/libmtp/src/
libusb-glue.c 147 struct usb_bus* bus; local
159 /* Workaround a libusb 0.1 bug : bus location is not initialised */
161 for (bus = busses; bus != NULL; bus = bus->next) {
162 if (!bus->location)
163 bus->location = strtoul(bus->dirname, NULL, 10);
174 * @param bus_location bus for this device
511 struct usb_bus *bus = init_usb(); local
575 struct usb_bus *bus = init_usb(); local
1961 struct usb_bus *bus; local
    [all...]
  /external/libusb/examples/
xusb.c 800 uint8_t bus, port_path[8]; local
822 bus = libusb_get_bus_number(dev);
827 printf(" bus number: %d\n", bus);
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
pci.h 34 #define PCI_COMMAND_MASTER 0x4 /* Enable bus mastering */
55 #define PCI_STATUS_66MHZ 0x20 /* Support 66 Mhz PCI 2.1 bus */
110 #define PCI_INTERRUPT_PIN 0x3d /* IRQ pin on PCI bus (A-D) */
113 #define PCI_PRIMARY_BUS 0x18 /* Primary bus number */
114 #define PCI_SECONDARY_BUS 0x19 /* Secondary bus number */
115 #define PCI_SUBORDINATE_BUS 0x1a /* Highest bus number behind the bridge */
148 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */
192 #define PCI_PM_BPCC_ENABLE 0x80 /* Bus power/clock control enable (??) */
304 /** Bus number */
305 uint8_t bus; member in struct:pci_device
    [all...]
  /hardware/intel/bootstub/
bootparam.h 158 __u8 bus; member in struct:edd_device_params::__anon47171::__anon47173
  /external/syslinux/gpxe/src/drivers/net/
mtnic.h 707 u8 bus; member in struct:pcidev
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 279 int bus; member in struct:sg_map
363 static const char *level_arr[LEVELS] = { "host", "bus", "target", "lun" };
1085 printf("bus busy");
5809 int k, j, fd, err, bus; local
5989 int fd, err, bus, bbus, k; local
    [all...]

Completed in 1075 milliseconds

1 23 4 5 6