Lines Matching defs:__pdaf
410 const struct __ccs_data_block_pdaf_readout *__pdaf = payload;
412 if (!is_contained(__pdaf, endp))
423 __pdaf->pdaf_readout_info_order;
427 __pdaf + 1, endp, dev);
592 const struct __ccs_data_block_pdaf_pix_loc *__pdaf = payload;
600 if (!is_contained(__pdaf, endp))
612 ((u16)__pdaf->num_block_desc_groups[0] << 8) +
613 __pdaf->num_block_desc_groups[1];
617 ((u16)__pdaf->main_offset_x[0] << 8) +
618 __pdaf->main_offset_x[1];
620 ((u16)__pdaf->main_offset_y[0] << 8) +
621 __pdaf->main_offset_y[1];
622 (*pdaf)->global_pdaf_type = __pdaf->global_pdaf_type;
623 (*pdaf)->block_width = __pdaf->block_width;
624 (*pdaf)->block_height = __pdaf->block_height;
628 __bdesc_group = (const void *)(__pdaf + 1);