| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | events.c | 29 #define MAX_DEVICES 16 macro 45 static struct epoll_event polledevents[MAX_DEVICES + MAX_MISC_FDS]; 48 static struct fd_info ev_fdinfo[MAX_DEVICES + MAX_MISC_FDS]; 62 epollfd = epoll_create(MAX_DEVICES + MAX_MISC_FDS); in ev_init() 102 if (ev_dev_count == MAX_DEVICES) break; in ev_init()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | events.c | 33 #define MAX_DEVICES 16 macro 49 static struct epoll_event polledevents[MAX_DEVICES + MAX_MISC_FDS]; 52 static struct fd_info ev_fdinfo[MAX_DEVICES + MAX_MISC_FDS]; 116 static struct pollfd ev_fds[MAX_DEVICES]; 117 static struct ev evs[MAX_DEVICES]; 295 if(ev_count == MAX_DEVICES) break; in ev_init()
|
| /OK3568_Linux_fs/kernel/drivers/ipack/devices/ |
| H A D | ipoctal.h | 17 #define MAX_DEVICES (NR_CHANNELS * IPOCTAL_MAX_BOARDS) macro
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | scx200_acb.c | 35 #define MAX_DEVICES 4 macro 36 static int base[MAX_DEVICES] = { 0x820, 0x840 }; 557 for (i = 0; i < MAX_DEVICES; ++i) { in scx200_scan_isa()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.h | 11 #define MAX_DEVICES 16 macro
|
| H A D | cptvf_algs.c | 21 void *cdev[MAX_DEVICES];
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | f2fs_fs.h | 66 #define MAX_DEVICES 8 macro 128 struct f2fs_device devs[MAX_DEVICES]; /* device list */
|
| /OK3568_Linux_fs/kernel/drivers/iommu/amd/ |
| H A D | iommu_v2.c | 25 #define MAX_DEVICES 0x10000 macro 972 for (i = 0; i < MAX_DEVICES; ++i) { in amd_iommu_v2_exit()
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-sifive-plic.c | 33 #define MAX_DEVICES 1024 macro
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | block.c | 96 #define MAX_DEVICES 256 macro 3087 res = alloc_chrdev_region(&mmc_rpmb_devt, 0, MAX_DEVICES, "rpmb"); in mmc_blk_init() 3096 max_devices = min(MAX_DEVICES, (1 << MINORBITS) / perdev_minors); in mmc_blk_init() 3111 unregister_chrdev_region(mmc_rpmb_devt, MAX_DEVICES); in mmc_blk_init() 3121 unregister_chrdev_region(mmc_rpmb_devt, MAX_DEVICES); in mmc_blk_exit()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | adutux.c | 55 #define MAX_DEVICES 16 macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | synclink_gt.c | 95 #define MAX_DEVICES 32 macro 125 static int maxframe[MAX_DEVICES]; 3444 if (info->line < MAX_DEVICES) { in add_device() 3706 serial_driver = alloc_tty_driver(MAX_DEVICES); in slgt_init()
|
| H A D | synclinkmp.c | 35 #define MAX_DEVICES 12 macro 469 static int maxframe[MAX_DEVICES] = {0,}; 3672 if (info->line < MAX_DEVICES) { in add_device()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | super.c | 3219 while (i < MAX_DEVICES && RDEV(i).path[0]) { in sanity_check_raw_super() 3711 unsigned int max_devices = MAX_DEVICES; in f2fs_scan_devices()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 126190 s/MAX_DEVICES/MAXDEVICES/ updates. 126192 The number of input devices is MAXDEVICES, not MAX_DEVICES (f781a752e6) 126195 MAX_FUNCS in sigio.c was set to 16 if MAX_DEVICES was undefined. If more 140561 Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency. 145793 input: for non-device events (e.g. DevicePresence) use MAX_DEVICES as id. 145799 So, increase the EMASKSIZE to MAX_DEVICES + 1 and use MAX_DEVICES as the ID 188860 increased MAX_DEVICES to 128 (Egbert Eich).
|