Searched refs:SEC_MAX_DEVICES (Results 1 – 1 of 1) sorted by relevance
223 #define SEC_MAX_DEVICES 8 macro224 static struct sec_dev_info *sec_devices[SEC_MAX_DEVICES];760 for (i = 0; i < SEC_MAX_DEVICES; i++) { in sec_device_get()1179 for (i = 0; i < SEC_MAX_DEVICES; i++) in sec_id_alloc()1182 if (i == SEC_MAX_DEVICES) { in sec_id_alloc()