Searched refs:pdaf (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/ccs/
H A Dccs-data.c588 static int ccs_data_parse_pdaf(struct bin_container *bin, struct ccs_pdaf_pix_loc **pdaf, argument
604 *pdaf = bin_alloc(bin, sizeof(**pdaf));
605 if (!*pdaf)
608 bin_reserve(bin, sizeof(**pdaf));
616 (*pdaf)->main_offset_x =
619 (*pdaf)->main_offset_y =
622 (*pdaf)->global_pdaf_type = __pdaf->global_pdaf_type;
623 (*pdaf)->block_width = __pdaf->block_width;
624 (*pdaf)
[all...]

Completed in 118 milliseconds