Home
last modified time | relevance | path

Searched refs:MAX_DEVICES (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/recovery/minui/
H A Devents.c29 #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 Devents.c33 #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 Dipoctal.h17 #define MAX_DEVICES (NR_CHANNELS * IPOCTAL_MAX_BOARDS) macro
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Dscx200_acb.c35 #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 Dcptvf_algs.h11 #define MAX_DEVICES 16 macro
H A Dcptvf_algs.c21 void *cdev[MAX_DEVICES];
/OK3568_Linux_fs/kernel/include/linux/
H A Df2fs_fs.h66 #define MAX_DEVICES 8 macro
128 struct f2fs_device devs[MAX_DEVICES]; /* device list */
/OK3568_Linux_fs/kernel/drivers/iommu/amd/
H A Diommu_v2.c25 #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 Dirq-sifive-plic.c33 #define MAX_DEVICES 1024 macro
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dblock.c96 #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 Dadutux.c55 #define MAX_DEVICES 16 macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclink_gt.c95 #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 Dsynclinkmp.c35 #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 Dsuper.c3219 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 DChangeLog126190 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).