Searched refs:GPIO_V2_LINES_MAX (Results 1 – 3 of 3) sorted by relevance
45 #define GPIO_V2_LINES_MAX 64 macro197 __u32 offsets[GPIO_V2_LINES_MAX];
170 unsigned int lines[GPIO_V2_LINES_MAX]; in main()188 if (num_lines >= GPIO_V2_LINES_MAX) { in main()
39 static_assert(IS_ALIGNED(GPIO_V2_LINES_MAX, 2));1255 DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); in linereq_get_values()1316 DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); in linereq_set_values_unlocked()1321 bitmap_zero(vals, GPIO_V2_LINES_MAX); in linereq_set_values_unlocked()1633 if ((ulr.num_lines == 0) || (ulr.num_lines > GPIO_V2_LINES_MAX)) in linereq_create()1671 else if (lr->event_buffer_size > GPIO_V2_LINES_MAX * 16) in linereq_create()1672 lr->event_buffer_size = GPIO_V2_LINES_MAX * 16; in linereq_create()
Completed in 9 milliseconds