Home
last modified time | relevance | path

Searched refs:set_type (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_link.c22 bool set_type; variable
39 if (seen_host && set_type) { in tc1()
95 if (eth.h_dest[0] == 4 && set_type) { in tc7()
/linux/tools/perf/scripts/python/
H A Dcompaction-times.py44 def set_type(t): function
286 set_type(topt.DISP_TIME)
288 set_type(topt.DISP_MIG)
290 set_type(topt.DISP_ISOLFREE)
292 set_type(topt.DISP_ISOLMIG)
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddbg-tlv.h306 __le32 set_type; member
/linux/include/linux/netfilter/ipset/
H A Dip_set.h242 extern int ip_set_type_register(struct ip_set_type *set_type);
243 extern void ip_set_type_unregister(struct ip_set_type *set_type);
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-analog-tv.c88 in->ops.atv->set_type(in, OMAP_DSS_VENC_TYPE_COMPOSITE); in tvc_enable()
H A Dencoder-opa362.c177 .set_type = opa362_set_type,
/linux/drivers/media/v4l2-core/
H A Dtuner-core.c297 static void set_type(struct i2c_client *c, unsigned int type, in set_type() function
535 set_type(c, tun_setup->type, tun_setup->mode_mask, in tuner_s_type_addr()
764 set_type(client, t->type, t->mode_mask, t->config, t->fe.callback); in tuner_probe()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h7108 enum mlxsw_reg_ritr_counter_set_type set_type; in mlxsw_reg_ritr_counter_pack() local
7111 set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_BASIC; in mlxsw_reg_ritr_counter_pack()
7113 set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_NO_COUNT; in mlxsw_reg_ritr_counter_pack()
7116 mlxsw_reg_ritr_egress_counter_set_type_set(payload, set_type); in mlxsw_reg_ritr_counter_pack()
7119 mlxsw_reg_ritr_ingress_counter_set_type_set(payload, set_type); in mlxsw_reg_ritr_counter_pack()
7502 enum mlxsw_reg_flow_counter_set_type set_type; in mlxsw_reg_ratr_counter_pack() local
7505 set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_PACKETS_BYTES; in mlxsw_reg_ratr_counter_pack()
7507 set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_NO_COUNT; in mlxsw_reg_ratr_counter_pack()
7510 mlxsw_reg_ratr_counter_set_type_set(payload, set_type); in mlxsw_reg_ratr_counter_pack()
10811 enum mlxsw_reg_flow_counter_set_type set_type) in mlxsw_reg_mgpc_pack() argument
[all …]
H A Dcore_acl_flex_actions.c1752 enum mlxsw_afa_polcnt_counter_set_type set_type, in mlxsw_afa_polcnt_pack() argument
1756 mlxsw_afa_polcnt_counter_set_type_set(payload, set_type); in mlxsw_afa_polcnt_pack()
/linux/arch/x86/mm/pat/
H A Dset_memory.c2262 enum page_cache_mode set_type; in _set_pages_array() local
2277 set_type = (new_type == _PAGE_CACHE_MODE_WC) ? in _set_pages_array()
2281 cachemode2pgprot(set_type)); in _set_pages_array()
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.h718 bool (*btc_set)(void *btcoexist, u8 set_type, void *in_buf);
H A Dhalbtcoutsrc.c691 static bool halbtc_set(void *void_btcoexist, u8 set_type, void *in_buf) in halbtc_set() argument
702 switch (set_type) { in halbtc_set()
/linux/include/video/
H A Domapfb_dss.h508 void (*set_type)(struct omap_dss_device *dssdev, member
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-dbg-tlv.c298 u32 type = le32_to_cpu(conf_set->set_type); in iwl_dbg_tlv_config_set()
866 u32 type = le32_to_cpu(config_list->set_type); in iwl_dbg_tlv_apply_config()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dvenc.c732 .set_type = venc_set_type,
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-tpdm154 What: /sys/bus/coresight/devices/<tpdm-name>/dsb_patt/set_type
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_netkit.c762 skel->bss->set_type = true; in serial_test_tc_netkit_pkt_type_mode()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.c824 static DEVICE_ATTR_RW(set_type);
/linux/Documentation/driver-api/gpio/
H A Ddriver.rst666 in the irqchip .set_type() callback depending on what your controller