Home
last modified time | relevance | path

Searched refs:GC2235_MAX_WRITE_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/staging/media/atomisp/i2c/
Dgc2235.h194 #define GC2235_MAX_WRITE_BUF_SIZE 30 macro
198 u8 data[GC2235_MAX_WRITE_BUF_SIZE];
Datomisp-gc2235.c167 if (ctrl->index + sizeof(u8) >= GC2235_MAX_WRITE_BUF_SIZE) in __gc2235_buf_reg_array()