Searched refs:cur_info (Results 1 – 4 of 4) sorted by relevance
1091 __le32 *tx_free = (__le32 *)data, *cur_info; in mt7925_mac_tx_free() local1110 for (cur_info = &tx_free[2]; count < total; cur_info++) { in mt7925_mac_tx_free()1114 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7925_mac_tx_free()1119 info = le32_to_cpu(*cur_info); in mt7925_mac_tx_free()
896 __le32 *cur_info; in mt7915_mac_tx_free() local903 for (cur_info = tx_info; count < total; cur_info++) { in mt7915_mac_tx_free()907 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7915_mac_tx_free()914 info = le32_to_cpu(*cur_info); in mt7915_mac_tx_free()
1170 __le32 *tx_free = (__le32 *)data, *cur_info; in mt7996_mac_tx_free() local1199 for (cur_info = &tx_free[2]; count < total; cur_info++) { in mt7996_mac_tx_free()1203 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7996_mac_tx_free()1208 info = le32_to_cpu(*cur_info); in mt7996_mac_tx_free()
221 const struct v4l2_fwht_pixfmt_info *cur_info) in validate_stateless_params_flags() argument236 if (v4l2_fwht_validate_fmt(cur_info, width_div, height_div, in validate_stateless_params_flags()