Home
last modified time | relevance | path

Searched refs:hmem_buf (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/
H A Dia_css_bh.host.c27 const struct ia_css_bh_table *hmem_buf) in ia_css_bh_hmem_decode() argument
34 if (!hmem_buf) in ia_css_bh_hmem_decode()
36 assert(sizeof_hmem(HMEM0_ID) == sizeof(*hmem_buf)); in ia_css_bh_hmem_decode()
40 out_ptr[i].r = hmem_buf->hmem[BH_COLOR_R][i]; in ia_css_bh_hmem_decode()
41 out_ptr[i].g = hmem_buf->hmem[BH_COLOR_G][i]; in ia_css_bh_hmem_decode()
42 out_ptr[i].b = hmem_buf->hmem[BH_COLOR_B][i]; in ia_css_bh_hmem_decode()
43 out_ptr[i].y = hmem_buf->hmem[BH_COLOR_Y][i]; in ia_css_bh_hmem_decode()
H A Dia_css_bh.host.h25 const struct ia_css_bh_table *hmem_buf);
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.h65 const struct ia_css_bh_table *hmem_buf);
H A Dia_css_s3a.host.c228 const struct ia_css_bh_table *hmem_buf) in ia_css_s3a_hmem_decode() argument
239 assert(hmem_buf); in ia_css_s3a_hmem_decode()
247 ia_css_bh_hmem_decode(out_ptr, hmem_buf); in ia_css_s3a_hmem_decode()