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

  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.h 75 * \param ndev Maximum number of devices to return.
79 pipe_loader_probe(struct pipe_loader_device **devs, int ndev);
106 * \param ndev Number of devices to release.
109 pipe_loader_release(struct pipe_loader_device **devs, int ndev);
150 pipe_loader_sw_probe(struct pipe_loader_device **devs, int ndev);
171 pipe_loader_drm_probe(struct pipe_loader_device **devs, int ndev);
pipe_loader.c 50 pipe_loader_probe(struct pipe_loader_device **devs, int ndev)
55 n += backends[i](&devs[n], MAX2(0, ndev - n));
61 pipe_loader_release(struct pipe_loader_device **devs, int ndev)
65 for (i = 0; i < ndev; i++)
pipe_loader_drm.c 237 pipe_loader_drm_probe(struct pipe_loader_device **devs, int ndev)
254 if (j < ndev) {
pipe_loader_sw.c 226 pipe_loader_sw_probe(struct pipe_loader_device **devs, int ndev)
230 if (i <= ndev) {
  /external/syslinux/com32/sysdump/
pci.c 36 unsigned int nbus, ndev, nfunc, maxfunc; local
48 for (ndev = 0; ndev < MAX_PCI_DEVICES; ndev++) {
52 a = pci_mkaddr(nbus, ndev, nfunc, 0);
  /external/syslinux/com32/lib/pci/
scan.c 458 unsigned int nbus, ndev, nfunc, maxfunc; local
477 for (ndev = 0; ndev < MAX_PCI_DEVICES; ndev++) {
482 a = pci_mkaddr(nbus, ndev, nfunc, 0);
512 bus->slot[ndev] = slot;
566 unsigned int nbus, ndev, nfunc; local
572 for (ndev = 0; ndev < MAX_PCI_DEVICES; ndev++)
    [all...]
  /external/libusb-compat/libusb/
core.c 601 struct usb_device *ndev = new_devices; local
603 while (ndev) {
604 if (ndev->devnum == dev->devnum) {
605 LIST_DEL(new_devices, ndev);
606 free(ndev);
610 ndev = ndev->next;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wanrouter.h 335 unsigned ndev; /* number of configured interfaces */ member in struct:wandev_stat
  /system/core/bootstat/
boot_reason_test.sh 1023 ndev=`(
1029 if [ ${ndev} -gt 1 ]; then
1030 echo "ERROR: no target device specified, ${ndev} connected" >&2
    [all...]

Completed in 127 milliseconds