HomeSort by relevance Sort by last modified time
    Searched refs:busid (Results 1 - 11 of 11) sorted by null

  /external/linux-kselftest/tools/testing/selftests/drivers/usb/usbip/
usbip_test.sh 7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; }
15 busid=${OPTARG}
27 if [ -z "${busid}" ]; then
31 echo "Running USB over IP Testing on $busid";
33 test_end_msg="End of USB over IP Testing on $busid"
89 src/usbip bind -b $busid;
97 src/usbip bind -b $busid;
105 src/usbip unbind -b $busid;
113 src/usbip unbind -b $busid;
125 src/usbip attach -r localhost -b $busid;
    [all...]
  /external/u-boot/board/freescale/ls1012aqds/
ls1012aqds_pfe.h 39 int busid; member in struct:pfe_prop_val
ls1012aqds.c 162 &prop_val.busid, PFE_PROP_LEN, 1);
189 prop_val.busid = cpu_to_fdt32(
201 prop_val.busid = cpu_to_fdt32(
216 prop_val.busid = cpu_to_fdt32(
228 prop_val.busid = cpu_to_fdt32(
  /external/u-boot/arch/x86/lib/
mpspec.c 170 int busid, int addr_type,
179 mpe->mpe_busid = busid;
189 int busid, int bus_info, int parent_busid)
196 mpe->mpe_busid = busid;
205 void mp_write_compat_address_space(struct mp_config_table *mc, int busid,
213 mpe->mpe_busid = busid;
  /external/u-boot/arch/x86/include/asm/
mpspec.h 384 * @busid: bus id for the bus where system address space is mapped
392 int busid, int addr_type,
402 * @busid: bus id
407 int busid, int bus_info, int parent_busid);
416 * @busid: bus id
420 void mp_write_compat_address_space(struct mp_config_table *mc, int busid,
  /external/libdrm/
xf86drm.h 561 extern int drmOpen(const char *name, const char *busid);
568 extern int drmOpenWithType(const char *name, const char *busid,
600 extern void drmFreeBusid(const char *busid);
601 extern int drmSetBusid(int fd, const char *busid);
729 extern int drmOpenOnce(void *unused, const char *BusID, int *newlyopened);
730 extern int drmOpenOnceWithType(const char *BusID, int *newlyopened, int type);
    [all...]
xf86drm.c 224 * Compare two busid strings
565 * \param busid bus ID.
576 static int drmOpenByBusid(const char *busid, int type)
587 drmMsg("drmOpenByBusid: Searching for BusID %s\n", busid);
612 if (buf && drmMatchBusID(buf, busid, pci_domain_ok)) {
653 * already in use. If it's in use it will have a busid assigned already.
697 if (*pt) { /* Found busid */
699 } else { /* No busid */
720 * \param busid bus ID. Zero if not known
    [all...]
xf86drmMode.c 743 int drmCheckModesettingSupported(const char *busid)
752 ret = sscanf(busid, "pci:%04x:%02x:%02x.%d", &domain, &bus, &dev, &func);
802 ret = sscanf(busid, "pci:%04x:%02x:%02x.%d", &domain, &bus, &dev,
811 snprintf(oid, sizeof(oid), "hw.dri.%d.busid", i);
835 if ((fd = drmOpen(NULL, busid)) < 0)
    [all...]
xf86drmMode.h 472 extern int drmCheckModesettingSupported(const char *busid);
  /external/libdrm/nouveau/
nouveau.h 83 int nouveau_device_open(const char *busid, struct nouveau_device **);
nouveau.c 486 nouveau_device_open(const char *busid, struct nouveau_device **pdev)
488 int ret = -ENODEV, fd = drmOpen("nouveau", busid);

Completed in 570 milliseconds