Home
last modified time | relevance | path

Searched refs:cur_info (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c1093 __le32 *tx_free = (__le32 *)data, *cur_info; in mt7925_mac_tx_free() local
1112 for (cur_info = &tx_free[2]; count < total; cur_info++) { in mt7925_mac_tx_free()
1116 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7925_mac_tx_free()
1121 info = le32_to_cpu(*cur_info); in mt7925_mac_tx_free()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1315 __le32 *tx_free = (__le32 *)data, *cur_info; in mt7996_mac_tx_free() local
1346 for (cur_info = &tx_free[2]; count < total; cur_info++) { in mt7996_mac_tx_free()
1350 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7996_mac_tx_free()
1355 info = le32_to_cpu(*cur_info); in mt7996_mac_tx_free()
1392 if (ver == 7 && ((void *)(cur_info + 1) < end) && in mt7996_mac_tx_free()
1393 (le32_to_cpu(*(cur_info + 1)) & MT_TXFREE_INFO_PAIR)) in mt7996_mac_tx_free()
1394 cur_info++; in mt7996_mac_tx_free()
/linux/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c221 const struct v4l2_fwht_pixfmt_info *cur_info) in validate_stateless_params_flags() argument
236 if (v4l2_fwht_validate_fmt(cur_info, width_div, height_div, in validate_stateless_params_flags()