Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dfeature.hpp85 using feature_type = feature<T>; typedef
86 using container_type = Cont<feature_type>;
91 feature_collection(std::initializer_list<feature_type> args) in feature_collection()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c857 u8 *feature_index, u8 *feature_type) in hidpp_root_get_feature() argument
874 *feature_type = response.fap.params[1]; in hidpp_root_get_feature()
1001 u8 feature_type; in hidpp_get_device_name() local
1009 &feature_index, &feature_type); in hidpp_get_device_name()
1176 u8 feature_type; in hidpp20_query_battery_info() local
1184 &feature_type); in hidpp20_query_battery_info()
1330 u8 feature_type; in hidpp20_query_battery_voltage_info() local
1337 &feature_type); in hidpp20_query_battery_voltage_info()
1453 u8 feature_type; in hidpp_set_wireless_feature_index() local
1459 &feature_type); in hidpp_set_wireless_feature_index()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_compat.h41 const MppCompatType feature_type; member
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_compat.h41 const MppCompatType feature_type; member
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_compat.cpp93 if (compat->feature_type == MPP_COMPAT_BOOL) in mpp_compat_update()