Searched refs:GPIO_V2_LINES_MAX (Results 1 – 2 of 2) sorted by relevance
45 #define GPIO_V2_LINES_MAX 64 macro196 __u32 offsets[GPIO_V2_LINES_MAX];
41 static_assert(IS_ALIGNED(GPIO_V2_LINES_MAX, 2));1265 DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); in linereq_get_values()1336 DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); in linereq_set_values()1354 bitmap_zero(vals, GPIO_V2_LINES_MAX); in linereq_set_values()1616 if ((ulr.num_lines == 0) || (ulr.num_lines > GPIO_V2_LINES_MAX)) in linereq_create()1654 else if (lr->event_buffer_size > GPIO_V2_LINES_MAX * 16) in linereq_create()1655 lr->event_buffer_size = GPIO_V2_LINES_MAX * 16; in linereq_create()