Searched refs:cur_info (Results 1 – 4 of 4) sorted by relevance
1098 __le32 *tx_free = (__le32 *)data, *cur_info; in mt7925_mac_tx_free() local1117 for (cur_info = &tx_free[2]; count < total; cur_info++) { in mt7925_mac_tx_free()1121 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7925_mac_tx_free()1126 info = le32_to_cpu(*cur_info); in mt7925_mac_tx_free()
900 __le32 *cur_info; in mt7915_mac_tx_free() local907 for (cur_info = tx_info; count < total; cur_info++) { in mt7915_mac_tx_free()911 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7915_mac_tx_free()918 info = le32_to_cpu(*cur_info); in mt7915_mac_tx_free()
1091 __le32 *tx_free = (__le32 *)data, *cur_info; in mt7996_mac_tx_free() local1120 for (cur_info = &tx_free[2]; count < total; cur_info++) { in mt7996_mac_tx_free()1124 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7996_mac_tx_free()1129 info = le32_to_cpu(*cur_info); in mt7996_mac_tx_free()
219 const struct v4l2_fwht_pixfmt_info *cur_info) in validate_stateless_params_flags() argument234 if (v4l2_fwht_validate_fmt(cur_info, width_div, height_div, in validate_stateless_params_flags()