Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/scripts/python/
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-v6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
Ddbg-tlv.h276 __le32 set_type; member
/Linux-v6.6/include/linux/netfilter/ipset/
Dip_set.h240 extern int ip_set_type_register(struct ip_set_type *set_type);
241 extern void ip_set_type_unregister(struct ip_set_type *set_type);
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/displays/
Dconnector-analog-tv.c88 in->ops.atv->set_type(in, OMAP_DSS_VENC_TYPE_COMPOSITE); in tvc_enable()
Dencoder-opa362.c177 .set_type = opa362_set_type,
/Linux-v6.6/drivers/media/v4l2-core/
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-v6.6/arch/x86/mm/pat/
Dset_memory.c2211 enum page_cache_mode set_type; in _set_pages_array() local
2226 set_type = (new_type == _PAGE_CACHE_MODE_WC) ? in _set_pages_array()
2230 cachemode2pgprot(set_type)); in _set_pages_array()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h7033 enum mlxsw_reg_ritr_counter_set_type set_type; in mlxsw_reg_ritr_counter_pack() local
7036 set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_BASIC; in mlxsw_reg_ritr_counter_pack()
7038 set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_NO_COUNT; in mlxsw_reg_ritr_counter_pack()
7041 mlxsw_reg_ritr_egress_counter_set_type_set(payload, set_type); in mlxsw_reg_ritr_counter_pack()
7044 mlxsw_reg_ritr_ingress_counter_set_type_set(payload, set_type); in mlxsw_reg_ritr_counter_pack()
7427 enum mlxsw_reg_flow_counter_set_type set_type; in mlxsw_reg_ratr_counter_pack() local
7430 set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_PACKETS_BYTES; in mlxsw_reg_ratr_counter_pack()
7432 set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_NO_COUNT; in mlxsw_reg_ratr_counter_pack()
7435 mlxsw_reg_ratr_counter_set_type_set(payload, set_type); in mlxsw_reg_ratr_counter_pack()
10724 enum mlxsw_reg_flow_counter_set_type set_type) in mlxsw_reg_mgpc_pack() argument
[all …]
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-v6.6/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.h718 bool (*btc_set)(void *btcoexist, u8 set_type, void *in_buf);
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-v6.6/include/video/
Domapfb_dss.h508 void (*set_type)(struct omap_dss_device *dssdev, member
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/
Diwl-dbg-tlv.c291 u32 type = le32_to_cpu(conf_set->set_type); in iwl_dbg_tlv_config_set()
855 u32 type = le32_to_cpu(config_list->set_type); in iwl_dbg_tlv_apply_config()
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/
Dvenc.c731 .set_type = venc_set_type,
/Linux-v6.6/Documentation/driver-api/gpio/
Ddriver.rst666 in the irqchip .set_type() callback depending on what your controller