Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dcrypto.h33 int set_crypto_info(struct connection *conn_impl, int set_type);
Dcrypto.c175 int set_crypto_info(struct connection *conn_impl, int set_type) in set_crypto_info() argument
184 if (set_type == SET_CRYPTO_SEND) { in set_crypto_info()
191 if (set_type == SET_CRYPTO_RECV) { in set_crypto_info()
/kernel/linux/linux-5.10/include/linux/netfilter/ipset/
Dip_set.h234 extern int ip_set_type_register(struct ip_set_type *set_type);
235 extern void ip_set_type_unregister(struct ip_set_type *set_type);
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/
Dencoder-opa362.c177 .set_type = opa362_set_type,
Dconnector-analog-tv.c94 in->ops.atv->set_type(in, OMAP_DSS_VENC_TYPE_COMPOSITE); in tvc_enable()
/kernel/linux/linux-5.10/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()
766 set_type(client, t->type, t->mode_mask, t->config, t->fe.callback); in tuner_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h6318 enum mlxsw_reg_ritr_counter_set_type set_type; in mlxsw_reg_ritr_counter_pack() local
6321 set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_BASIC; in mlxsw_reg_ritr_counter_pack()
6323 set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_NO_COUNT; in mlxsw_reg_ritr_counter_pack()
6324 mlxsw_reg_ritr_egress_counter_set_type_set(payload, set_type); in mlxsw_reg_ritr_counter_pack()
6672 enum mlxsw_reg_flow_counter_set_type set_type; in mlxsw_reg_ratr_counter_pack() local
6675 set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_PACKETS_BYTES; in mlxsw_reg_ratr_counter_pack()
6677 set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_NO_COUNT; in mlxsw_reg_ratr_counter_pack()
6680 mlxsw_reg_ratr_counter_set_type_set(payload, set_type); in mlxsw_reg_ratr_counter_pack()
9586 enum mlxsw_reg_flow_counter_set_type set_type) in mlxsw_reg_mgpc_pack() argument
9590 mlxsw_reg_mgpc_counter_set_type_set(payload, set_type); in mlxsw_reg_mgpc_pack()
Dcore_acl_flex_actions.c1751 enum mlxsw_afa_polcnt_counter_set_type set_type, in mlxsw_afa_polcnt_pack() argument
1755 mlxsw_afa_polcnt_counter_set_type_set(payload, set_type); in mlxsw_afa_polcnt_pack()
/kernel/linux/linux-5.10/arch/x86/mm/pat/
Dset_memory.c2043 enum page_cache_mode set_type; in _set_pages_array() local
2058 set_type = (new_type == _PAGE_CACHE_MODE_WC) ? in _set_pages_array()
2062 cachemode2pgprot(set_type)); in _set_pages_array()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.h718 bool (*btc_set)(void *btcoexist, u8 set_type, void *in_buf);
Dhalbtcoutsrc.c707 static bool halbtc_set(void *void_btcoexist, u8 set_type, void *in_buf) in halbtc_set() argument
718 switch (set_type) { in halbtc_set()
/kernel/linux/linux-5.10/include/video/
Domapfb_dss.h508 void (*set_type)(struct omap_dss_device *dssdev, member
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dvenc.c733 .set_type = venc_set_type,
/kernel/linux/linux-5.10/Documentation/driver-api/gpio/
Ddriver.rst531 expected for GPIO driver that irqchip .set_type() callback will be called
533 handle_level_irq() and/or handle_edge_irq() in the irqchip .set_type()