Searched refs:set_type (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/tools/perf/scripts/python/ |
D | compaction-times.py | 44 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-v5.4/drivers/video/fbdev/omap2/omapfb/displays/ |
D | encoder-opa362.c | 177 .set_type = opa362_set_type,
|
D | connector-analog-tv.c | 94 in->ops.atv->set_type(in, OMAP_DSS_VENC_TYPE_COMPOSITE); in tvc_enable()
|
/Linux-v5.4/include/linux/netfilter/ipset/ |
D | ip_set.h | 225 extern int ip_set_type_register(struct ip_set_type *set_type); 226 extern void ip_set_type_unregister(struct ip_set_type *set_type);
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | tuner-core.c | 297 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()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_acl_flex_actions.c | 1067 enum mlxsw_afa_polcnt_counter_set_type set_type, in mlxsw_afa_polcnt_pack() argument 1070 mlxsw_afa_polcnt_counter_set_type_set(payload, set_type); in mlxsw_afa_polcnt_pack()
|
D | reg.h | 6029 enum mlxsw_reg_ritr_counter_set_type set_type; in mlxsw_reg_ritr_counter_pack() local 6032 set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_BASIC; in mlxsw_reg_ritr_counter_pack() 6034 set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_NO_COUNT; in mlxsw_reg_ritr_counter_pack() 6035 mlxsw_reg_ritr_egress_counter_set_type_set(payload, set_type); in mlxsw_reg_ritr_counter_pack() 6383 enum mlxsw_reg_flow_counter_set_type set_type; in mlxsw_reg_ratr_counter_pack() local 6386 set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_PACKETS_BYTES; in mlxsw_reg_ratr_counter_pack() 6388 set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_NO_COUNT; in mlxsw_reg_ratr_counter_pack() 6391 mlxsw_reg_ratr_counter_set_type_set(payload, set_type); in mlxsw_reg_ratr_counter_pack() 9241 enum mlxsw_reg_flow_counter_set_type set_type) in mlxsw_reg_mgpc_pack() argument 9245 mlxsw_reg_mgpc_counter_set_type_set(payload, set_type); in mlxsw_reg_mgpc_pack()
|
/Linux-v5.4/arch/x86/mm/ |
D | pageattr.c | 2007 enum page_cache_mode set_type; in _set_pages_array() local 2022 set_type = (new_type == _PAGE_CACHE_MODE_WC) ? in _set_pages_array() 2026 cachemode2pgprot(set_type)); in _set_pages_array()
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtcoutsrc.h | 718 bool (*btc_set)(void *btcoexist, u8 set_type, void *in_buf);
|
D | halbtcoutsrc.c | 703 static bool halbtc_set(void *void_btcoexist, u8 set_type, void *in_buf) in halbtc_set() argument 714 switch (set_type) { in halbtc_set()
|
/Linux-v5.4/include/video/ |
D | omapfb_dss.h | 508 void (*set_type)(struct omap_dss_device *dssdev, member
|
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
D | venc.c | 773 .set_type = venc_set_type,
|
/Linux-v5.4/Documentation/driver-api/gpio/ |
D | driver.rst | 529 expected for GPIO driver that irqchip .set_type() callback will be called 531 handle_level_irq() and/or handle_edge_irq() in the irqchip .set_type()
|