Symbol: set_type
arch/x86/mm/pat/set_memory.c
2490
enum page_cache_mode set_type;
arch/x86/mm/pat/set_memory.c
2505
set_type = (new_type == _PAGE_CACHE_MODE_WC) ?
arch/x86/mm/pat/set_memory.c
2509
cachemode2pgprot(set_type));
drivers/hwtracing/coresight/coresight-tpdm.c
902
static DEVICE_ATTR_RW(set_type);
drivers/media/v4l2-core/tuner-core.c
535
set_type(c, tun_setup->type, tun_setup->mode_mask,
drivers/media/v4l2-core/tuner-core.c
764
set_type(client, t->type, t->mode_mask, t->config, t->fe.callback);
drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c
1752
enum mlxsw_afa_polcnt_counter_set_type set_type,
drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c
1756
mlxsw_afa_polcnt_counter_set_type_set(payload, set_type);
drivers/net/ethernet/mellanox/mlxsw/reg.h
10813
enum mlxsw_reg_flow_counter_set_type set_type)
drivers/net/ethernet/mellanox/mlxsw/reg.h
10817
mlxsw_reg_mgpc_counter_set_type_set(payload, set_type);
drivers/net/ethernet/mellanox/mlxsw/reg.h
7108
enum mlxsw_reg_ritr_counter_set_type set_type;
drivers/net/ethernet/mellanox/mlxsw/reg.h
7111
set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_BASIC;
drivers/net/ethernet/mellanox/mlxsw/reg.h
7113
set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_NO_COUNT;
drivers/net/ethernet/mellanox/mlxsw/reg.h
7116
mlxsw_reg_ritr_egress_counter_set_type_set(payload, set_type);
drivers/net/ethernet/mellanox/mlxsw/reg.h
7119
mlxsw_reg_ritr_ingress_counter_set_type_set(payload, set_type);
drivers/net/ethernet/mellanox/mlxsw/reg.h
7502
enum mlxsw_reg_flow_counter_set_type set_type;
drivers/net/ethernet/mellanox/mlxsw/reg.h
7505
set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_PACKETS_BYTES;
drivers/net/ethernet/mellanox/mlxsw/reg.h
7507
set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_NO_COUNT;
drivers/net/ethernet/mellanox/mlxsw/reg.h
7510
mlxsw_reg_ratr_counter_set_type_set(payload, set_type);
drivers/net/wireless/intel/iwlwifi/fw/api/dbg-tlv.h
308
__le32 set_type;
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c
292
u32 type = le32_to_cpu(conf_set->set_type);
drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c
860
u32 type = le32_to_cpu(config_list->set_type);
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
691
static bool halbtc_set(void *void_btcoexist, u8 set_type, void *in_buf)
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c
702
switch (set_type) {
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.h
718
bool (*btc_set)(void *btcoexist, u8 set_type, void *in_buf);
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
88
in->ops.atv->set_type(in, OMAP_DSS_VENC_TYPE_COMPOSITE);
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
177
.set_type = opa362_set_type,
drivers/video/fbdev/omap2/omapfb/dss/venc.c
733
.set_type = venc_set_type,
include/linux/netfilter/ipset/ip_set.h
242
extern int ip_set_type_register(struct ip_set_type *set_type);
include/linux/netfilter/ipset/ip_set.h
243
extern void ip_set_type_unregister(struct ip_set_type *set_type);
include/video/omapfb_dss.h
508
void (*set_type)(struct omap_dss_device *dssdev,
tools/testing/selftests/bpf/prog_tests/tc_netkit.c
791
skel->bss->set_type = true;
tools/testing/selftests/bpf/progs/test_tc_link.c
100
if (eth.h_dest[0] == 4 && set_type) {
tools/testing/selftests/bpf/progs/test_tc_link.c
24
bool set_type;
tools/testing/selftests/bpf/progs/test_tc_link.c
44
if (seen_host && set_type) {