| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/action/ |
| H A D | action.hpp | 54 typedef typename attribute<Context, Iterator>::type attr_type; in parse() typedef 55 typedef traits::make_attribute<attr_type, Attribute> make_attribute; in parse() 59 typename make_attribute::type, attr_type, domain> transform; in parse() 111 typedef typename attribute<Context, Iterator>::type attr_type; in parse() typedef 112 typedef traits::make_attribute<attr_type, unused_type> make_attribute; in parse() 116 typename make_attribute::type, attr_type, domain> transform; in parse()
|
| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | coalesce.c | 20 static u32 attr_to_mask(unsigned int attr_type) in attr_to_mask() argument 22 return BIT(attr_type - __SUPPORTED_OFFSET); in attr_to_mask() 106 static bool coalesce_put_u32(struct sk_buff *skb, u16 attr_type, u32 val, in coalesce_put_u32() argument 109 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_u32() 111 return nla_put_u32(skb, attr_type, val); in coalesce_put_u32() 114 static bool coalesce_put_bool(struct sk_buff *skb, u16 attr_type, u32 val, in coalesce_put_bool() argument 117 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_bool() 119 return nla_put_u8(skb, attr_type, !!val); in coalesce_put_bool()
|
| /OK3568_Linux_fs/kernel/drivers/staging/gasket/ |
| H A D | gasket_sysfs.h | 40 .data.attr_type = 0, \ 57 uint attr_type; member 75 .data.attr_type = _attr_type \
|
| H A D | gasket_interrupt.c | 283 gasket_attr->data.attr_type; in interrupt_sysfs_show()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/ |
| H A D | rule.hpp | 127 attr_type; typedef 128 typedef typename add_reference<attr_type>::type attr_reference_type; 270 typedef attr_type type; 284 typedef traits::make_attribute<attr_type, Attribute> make_attribute; in parse() 289 typename make_attribute::type, attr_type, domain> in parse() 330 typedef traits::make_attribute<attr_type, Attribute> make_attribute; in parse() 335 typename make_attribute::type, attr_type, domain> in parse()
|
| H A D | grammar.hpp | 54 typedef typename start_type::attr_type type;
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-sysfs.c | 51 struct device_attribute attr_type; member 94 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type); in show_type() 317 sysfs_attr_init(&cip->attr_type.attr); in pvr2_sysfs_add_control() 318 cip->attr_type.attr.name = "type"; in pvr2_sysfs_add_control() 319 cip->attr_type.attr.mode = S_IRUGO; in pvr2_sysfs_add_control() 320 cip->attr_type.show = show_type; in pvr2_sysfs_add_control() 362 cip->attr_gen[acnt++] = &cip->attr_type.attr; in pvr2_sysfs_add_control()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfgvendor.c | 3265 int attr_type; in wl_cfgvendor_nan_parse_dp_sec_info_args() local 3272 attr_type = nla_type(iter); in wl_cfgvendor_nan_parse_dp_sec_info_args() 3273 WL_TRACE(("attr: %s (%u)\n", nan_attr_to_str(attr_type), attr_type)); in wl_cfgvendor_nan_parse_dp_sec_info_args() 3275 switch (attr_type) { in wl_cfgvendor_nan_parse_dp_sec_info_args() 3291 WL_ERR(("%s: Unknown type, %d\n", __FUNCTION__, attr_type)); in wl_cfgvendor_nan_parse_dp_sec_info_args() 3308 int attr_type; in wl_cfgvendor_nan_parse_datapath_args() local 3317 attr_type = nla_type(iter); in wl_cfgvendor_nan_parse_datapath_args() 3318 WL_TRACE(("attr: %s (%u)\n", nan_attr_to_str(attr_type), attr_type)); in wl_cfgvendor_nan_parse_datapath_args() 3320 switch (attr_type) { in wl_cfgvendor_nan_parse_datapath_args() 3463 WL_ERR(("trying to overwrite:%d\n", attr_type)); in wl_cfgvendor_nan_parse_datapath_args() [all …]
|
| H A D | wl_android.h | 141 uint attr_type, uint status, uint reason, uint8 *data, uint data_len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgvendor.c | 2924 int attr_type; in wl_cfgvendor_connect_params_handler() local 2931 attr_type = nla_type(iter); in wl_cfgvendor_connect_params_handler() 2932 WL_DBG(("attr type: (%u)\n", attr_type)); in wl_cfgvendor_connect_params_handler() 2934 switch (attr_type) { in wl_cfgvendor_connect_params_handler() 2958 WL_DBG(("%s: Unknown type, %d\n", __FUNCTION__, attr_type)); in wl_cfgvendor_connect_params_handler() 2971 int attr_type; in wl_cfgvendor_start_ap_params_handler() local 2978 attr_type = nla_type(iter); in wl_cfgvendor_start_ap_params_handler() 2979 WL_DBG(("attr type: (%u)\n", attr_type)); in wl_cfgvendor_start_ap_params_handler() 2981 switch (attr_type) { in wl_cfgvendor_start_ap_params_handler() 3005 WL_DBG(("%s: Unknown type, %d\n", __FUNCTION__, attr_type)); in wl_cfgvendor_start_ap_params_handler() [all …]
|
| H A D | wl_android.h | 227 uint attr_type, uint status, uint reason, uint8 *data, uint data_len);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgvendor.c | 2928 int attr_type; in wl_cfgvendor_connect_params_handler() local 2935 attr_type = nla_type(iter); in wl_cfgvendor_connect_params_handler() 2936 WL_DBG(("attr type: (%u)\n", attr_type)); in wl_cfgvendor_connect_params_handler() 2938 switch (attr_type) { in wl_cfgvendor_connect_params_handler() 2962 WL_DBG(("%s: Unknown type, %d\n", __FUNCTION__, attr_type)); in wl_cfgvendor_connect_params_handler() 2975 int attr_type; in wl_cfgvendor_start_ap_params_handler() local 2982 attr_type = nla_type(iter); in wl_cfgvendor_start_ap_params_handler() 2983 WL_DBG(("attr type: (%u)\n", attr_type)); in wl_cfgvendor_start_ap_params_handler() 2985 switch (attr_type) { in wl_cfgvendor_start_ap_params_handler() 3009 WL_DBG(("%s: Unknown type, %d\n", __FUNCTION__, attr_type)); in wl_cfgvendor_start_ap_params_handler() [all …]
|
| H A D | wl_android.h | 228 uint attr_type, uint status, uint reason, uint8 *data, uint data_len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgvendor.c | 3326 int attr_type; in wl_cfgvendor_nan_parse_dp_sec_info_args() local 3333 attr_type = nla_type(iter); in wl_cfgvendor_nan_parse_dp_sec_info_args() 3334 WL_TRACE(("attr: %s (%u)\n", nan_attr_to_str(attr_type), attr_type)); in wl_cfgvendor_nan_parse_dp_sec_info_args() 3336 switch (attr_type) { in wl_cfgvendor_nan_parse_dp_sec_info_args() 3352 WL_ERR(("%s: Unknown type, %d\n", __FUNCTION__, attr_type)); in wl_cfgvendor_nan_parse_dp_sec_info_args() 3369 int attr_type; in wl_cfgvendor_nan_parse_datapath_args() local 3378 attr_type = nla_type(iter); in wl_cfgvendor_nan_parse_datapath_args() 3379 WL_TRACE(("attr: %s (%u)\n", nan_attr_to_str(attr_type), attr_type)); in wl_cfgvendor_nan_parse_datapath_args() 3381 switch (attr_type) { in wl_cfgvendor_nan_parse_datapath_args() 3524 WL_ERR(("trying to overwrite:%d\n", attr_type)); in wl_cfgvendor_nan_parse_datapath_args() [all …]
|
| H A D | wl_android.h | 141 uint attr_type, uint status, uint reason, uint8 *data, uint data_len);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfgvendor.c | 3324 int attr_type; in wl_cfgvendor_nan_parse_dp_sec_info_args() local 3331 attr_type = nla_type(iter); in wl_cfgvendor_nan_parse_dp_sec_info_args() 3332 WL_TRACE(("attr: %s (%u)\n", nan_attr_to_str(attr_type), attr_type)); in wl_cfgvendor_nan_parse_dp_sec_info_args() 3334 switch (attr_type) { in wl_cfgvendor_nan_parse_dp_sec_info_args() 3350 WL_ERR(("%s: Unknown type, %d\n", __FUNCTION__, attr_type)); in wl_cfgvendor_nan_parse_dp_sec_info_args() 3367 int attr_type; in wl_cfgvendor_nan_parse_datapath_args() local 3376 attr_type = nla_type(iter); in wl_cfgvendor_nan_parse_datapath_args() 3377 WL_TRACE(("attr: %s (%u)\n", nan_attr_to_str(attr_type), attr_type)); in wl_cfgvendor_nan_parse_datapath_args() 3379 switch (attr_type) { in wl_cfgvendor_nan_parse_datapath_args() 3522 WL_ERR(("trying to overwrite:%d\n", attr_type)); in wl_cfgvendor_nan_parse_datapath_args() [all …]
|
| H A D | wl_android.h | 141 uint attr_type, uint status, uint reason, uint8 *data, uint data_len);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/ |
| H A D | attr.hpp | 47 using spirit::attr_type;
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | fsl_pamu_domain.c | 855 enum iommu_attr attr_type, void *data) in fsl_pamu_set_domain_attr() argument 860 switch (attr_type) { in fsl_pamu_set_domain_attr() 883 enum iommu_attr attr_type, void *data) in fsl_pamu_get_domain_attr() argument 888 switch (attr_type) { in fsl_pamu_get_domain_attr()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | insn-attr.h | 10 extern enum attr_type get_attr_type (rtx_insn *);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | iscsi_boot_sysfs.c | 69 #define iscsi_boot_rd_attr(fnname, sysfs_name, attr_type) \ argument 72 .type = attr_type, \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | insn-attr.h | 19 extern enum attr_type get_attr_type (rtx_insn *);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/ |
| H A D | cfg80211.c | 79 u8 attr_type; member 85 u8 attr_type; member 93 u8 attr_type; member 950 if (e->attr_type == IEEE80211_P2P_ATTR_CHANNEL_LIST && in wilc_wfi_cfg_parse_ch_attr() 953 else if (e->attr_type == IEEE80211_P2P_ATTR_OPER_CHANNEL && in wilc_wfi_cfg_parse_ch_attr()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-cti-sysfs.c | 1042 enum cti_conn_attr_type attr_type, in cti_create_con_sysfs_attr() argument 1051 name = devm_kstrdup(dev, con_attr_names[attr_type], in cti_create_con_sysfs_attr() 1059 eattr->attr.show = show_fns[attr_type]; in cti_create_con_sysfs_attr()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_hwmon.c | 462 enum mlxsw_hwmon_attr_type attr_type, in mlxsw_hwmon_attr_add() argument 470 switch (attr_type) { in mlxsw_hwmon_attr_add()
|