Home
last modified time | relevance | path

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

/openbmc/bmcweb/config/
H A Dmeson.build60 foreach feature_type, feature_list : {
71 if feature_type == 'Feature'
78 if feature_type == 'Numeric'
84 if feature_type == 'String'
92 summary(summary_dict, section: feature_type + ' Options', bool_yn: true)
/openbmc/linux/drivers/hid/
H A Dhid-logitech-hidpp.c939 u8 *feature_index, u8 *feature_type) in hidpp_root_get_feature() argument
956 *feature_type = response.fap.params[1]; in hidpp_root_get_feature()
1018 u8 feature_type; in hidpp_get_serial() local
1024 &feature_type); in hidpp_get_serial()
1131 u8 feature_type; in hidpp_get_device_name() local
1139 &feature_index, &feature_type); in hidpp_get_device_name()
1306 u8 feature_type; in hidpp20_query_battery_info_1000() local
1314 &feature_type); in hidpp20_query_battery_info_1000()
1495 u8 feature_type; in hidpp20_query_battery_voltage_info() local
1502 &feature_type); in hidpp20_query_battery_voltage_info()
[all …]
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py312 def feature_type(current): function