Searched refs:_fw (Results 1 – 5 of 5) sorted by relevance
16 %_fw.h: %.hex ezusb_convert.pl
14 char *_fw; \19 _fw = MT7992_##name##_23; \22 _fw = MT7992_##name##_24; \25 _fw = MT7992_##name; \29 _fw = MT7990_##name; \35 _fw = MT7996_##name##_233; \38 _fw = MT7996_##name; \42 _fw; \
11 char *_fw; \14 _fw = MT7915_##name; \17 _fw = MT7981_##name; \20 _fw = MT7986_##name##__VA_ARGS__; \23 _fw = MT7916_##name; \26 _fw; \
6125 #define RTW89_CHK_FW_FEATURE(_feat, _fw) \ argument6126 test_bit(RTW89_FW_FEATURE_ ## _feat, (_fw)->feature_map)6128 #define RTW89_CHK_FW_FEATURE_GROUP(_grp, _fw) \ argument6130 unsigned int bit = find_next_bit((_fw)->feature_map, \6136 #define RTW89_SET_FW_FEATURE(_fw_feature, _fw) \ argument6137 set_bit(_fw_feature, (_fw)->feature_map)6139 #define RTW89_CLR_FW_FEATURE(_fw_feature, _fw) \ argument6140 clear_bit(_fw_feature, (_fw)->feature_map)
967 static void ims_pcu_process_async_firmware(const struct firmware *_fw, in ims_pcu_process_async_firmware() argument970 const struct firmware *fw __free(firmware) = _fw; in ims_pcu_process_async_firmware()