HomeSort by relevance Sort by last modified time
    Searched defs:bus (Results 126 - 150 of 161) sorted by null

1 2 3 4 56 7

  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
vfio.h 136 __u8 bus; member in struct:vfio_pci_dependent_device
i2o-dev.h 190 } bus; member in struct:_i2o_hrt_entry
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
edd.h 85 __u8 bus; member in struct:edd_device_params::__anon75532::__anon75534
vfio.h 136 __u8 bus; member in struct:vfio_pci_dependent_device
i2o-dev.h 190 } bus; member in struct:_i2o_hrt_entry
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
edd.h 85 __u8 bus; member in struct:edd_device_params::__anon76840::__anon76842
vfio.h 136 __u8 bus; member in struct:vfio_pci_dependent_device
i2o-dev.h 190 } bus; member in struct:_i2o_hrt_entry
  /system/core/libusbhost/
usbhost.c 54 #define DEV_BUS_DIR DEV_DIR "/bus"
239 if ((event->mask & IN_CREATE) && !strcmp(event->name, "bus")) {
411 int bus = 0, dev = 0; local
412 sscanf(device->dev_name, USB_FS_ID_SCANNER, &bus, &dev);
413 return bus * 1000 + dev;
418 int bus = 0, dev = 0; local
419 sscanf(name, USB_FS_ID_SCANNER, &bus, &dev);
420 return bus * 1000 + dev;
425 int bus = id / 1000; local
428 snprintf(result, strlen(USB_FS_ID_FORMAT) - 1, USB_FS_ID_FORMAT, bus, dev)
    [all...]
  /external/libmtp/src/
libusb-glue.c 157 * @param bus_location bus for this device.
301 * http://www.microsoft.com/whdc/system/bus/USB/USBFAQ_intermed.mspx#E3HAC
514 struct usb_bus *bus = init_usb(); local
515 for (; bus != NULL; bus = bus->next) {
516 struct usb_device *dev = bus->devices;
531 bus->location);
542 bus->location);
552 *mtp_device_list = append_to_mtpdevice_list(*mtp_device_list, dev, bus->location)
1788 struct usb_bus *bus; local
    [all...]
  /external/libusb-compat/libusb/
usb.h 250 struct usb_bus *bus; member in struct:usb_device
  /external/qemu/hw/i386/
pc.c 1079 fprintf(stderr, "%s: vmware_vga: no PCI bus\n", __FUNCTION__);
1242 int bus; local
    [all...]
  /hardware/invensense/60xx/mlsdk/platform/include/linux/
mpu.h 106 * slave is on the secondary bus the MPU will first enger bypass mode
179 * @bus: the bus the slave is attached to: enum ext_slave_bus
195 int bus; member in struct:ext_slave_platform_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 12 unsigned char bus; member in struct:_cciss_pci_info_struct
94 BYTE Bus:6;
104 BYTE Bus:3;
112 DWORD Bus:6;
i2o-dev.h 189 } bus; member in struct:_i2o_hrt_entry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cciss_ioctl.h 12 unsigned char bus; member in struct:_cciss_pci_info_struct
94 BYTE Bus:6;
104 BYTE Bus:3;
112 DWORD Bus:6;
i2o-dev.h 189 } bus; member in struct:_i2o_hrt_entry
  /system/core/init/
devices.c 273 struct platform_node *bus; local
283 bus = node_to_item(node, struct platform_node, list);
284 if ((bus->path_len < path_len) &&
285 (path[bus->path_len] == '/') &&
286 !strncmp(path, bus->path, bus->path_len))
293 bus = calloc(1, sizeof(struct platform_node));
294 bus->path = strdup(path);
295 bus->path_len = path_len;
296 bus->name = bus->path + (name - path)
309 struct platform_node *bus; local
325 struct platform_node *bus; local
    [all...]
  /hardware/intel/bootstub/
bootparam.h 158 __u8 bus; member in struct:edd_device_params::__anon39373::__anon39375
  /bionic/libc/kernel/uapi/linux/
i2o-dev.h 190 } bus; member in struct:_i2o_hrt_entry
  /development/ndk/platforms/android-L/include/linux/
i2o-dev.h 190 } bus; member in struct:_i2o_hrt_entry
  /external/kernel-headers/original/uapi/linux/
i2o-dev.h 189 } bus; member in struct:_i2o_hrt_entry
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 707 int bus; member in struct:PCIDevice
720 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
726 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
732 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
738 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
744 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
750 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
782 pin. We could also use the bus number to have a more precise
940 BX_INFO("PCI: bus=%d devfn=0x%02x: vendor_id=0x%04x device_id=0x%04x class=0x%04x\n",
941 d->bus, d->devfn, vendor_id, device_id, class)
1035 int bus, devfn; local
1520 uint8_t bus; \/* Identifies ISA Bus *\/ member in struct:madt_int_override
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 

Completed in 1377 milliseconds

1 2 3 4 56 7