Searched refs:cs35l41_otp_map_map (Results 1 – 1 of 1) sorted by relevance
696 static const struct cs35l41_otp_map_element_t cs35l41_otp_map_map[] = { variable771 for (i = 0; i < ARRAY_SIZE(cs35l41_otp_map_map); i++) { in cs35l41_find_otp_map()772 if (cs35l41_otp_map_map[i].id == otp_id) in cs35l41_find_otp_map()773 return &cs35l41_otp_map_map[i]; in cs35l41_find_otp_map()