/Linux-v4.19/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-v4.19/drivers/hwmon/ |
D | lm95234.c | 254 static ssize_t set_type(struct device *dev, struct device_attribute *attr, in set_type() function 510 static SENSOR_DEVICE_ATTR(temp2_type, S_IWUSR | S_IRUGO, show_type, set_type, 512 static SENSOR_DEVICE_ATTR(temp3_type, S_IWUSR | S_IRUGO, show_type, set_type, 514 static SENSOR_DEVICE_ATTR(temp4_type, S_IWUSR | S_IRUGO, show_type, set_type, 516 static SENSOR_DEVICE_ATTR(temp5_type, S_IWUSR | S_IRUGO, show_type, set_type,
|
/Linux-v4.19/include/linux/netfilter/ipset/ |
D | ip_set.h | 228 extern int ip_set_type_register(struct ip_set_type *set_type); 229 extern void ip_set_type_unregister(struct ip_set_type *set_type);
|
/Linux-v4.19/arch/x86/mm/ |
D | pageattr.c | 1619 enum page_cache_mode set_type; in _set_memory_array() local 1631 set_type = (new_type == _PAGE_CACHE_MODE_WC) ? in _set_memory_array() 1635 cachemode2pgprot(set_type), 1); in _set_memory_array() 1906 enum page_cache_mode set_type; in _set_pages_array() local 1921 set_type = (new_type == _PAGE_CACHE_MODE_WC) ? in _set_pages_array() 1925 cachemode2pgprot(set_type)); in _set_pages_array()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/displays/ |
D | encoder-opa362.c | 180 .set_type = opa362_set_type,
|
D | connector-analog-tv.c | 97 in->ops.atv->set_type(in, OMAP_DSS_VENC_TYPE_COMPOSITE); in tvc_enable()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | tuner-core.c | 249 static void set_type(struct i2c_client *c, unsigned int type, in set_type() function 487 set_type(c, tun_setup->type, tun_setup->mode_mask, in tuner_s_type_addr() 713 set_type(client, t->type, t->mode_mask, t->config, t->fe.callback); in tuner_probe()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 5360 enum mlxsw_reg_ritr_counter_set_type set_type; in mlxsw_reg_ritr_counter_pack() local 5363 set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_BASIC; in mlxsw_reg_ritr_counter_pack() 5365 set_type = MLXSW_REG_RITR_COUNTER_SET_TYPE_NO_COUNT; in mlxsw_reg_ritr_counter_pack() 5366 mlxsw_reg_ritr_egress_counter_set_type_set(payload, set_type); in mlxsw_reg_ritr_counter_pack() 5713 enum mlxsw_reg_flow_counter_set_type set_type; in mlxsw_reg_ratr_counter_pack() local 5716 set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_PACKETS_BYTES; in mlxsw_reg_ratr_counter_pack() 5718 set_type = MLXSW_REG_FLOW_COUNTER_SET_TYPE_NO_COUNT; in mlxsw_reg_ratr_counter_pack() 5721 mlxsw_reg_ratr_counter_set_type_set(payload, set_type); in mlxsw_reg_ratr_counter_pack() 8274 enum mlxsw_reg_flow_counter_set_type set_type) in mlxsw_reg_mgpc_pack() argument 8278 mlxsw_reg_mgpc_counter_set_type_set(payload, set_type); in mlxsw_reg_mgpc_pack()
|
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()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtcoutsrc.h | 739 bool (*btc_set)(void *btcoexist, u8 set_type, void *in_buf);
|
D | halbtcoutsrc.c | 735 static bool halbtc_set(void *void_btcoexist, u8 set_type, void *in_buf) in halbtc_set() argument 746 switch (set_type) { in halbtc_set()
|
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/ |
D | halbtcoutsrc.h | 473 typedef bool (*bfp_btc_set)(void *btcoexist, u8 set_type, void *in_buf);
|
D | halbtcoutsrc.c | 670 static bool halbtc_set(void *void_btcoexist, u8 set_type, void *in_buf) in halbtc_set() argument 681 switch (set_type) { in halbtc_set()
|
/Linux-v4.19/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 665 set_type) ( 1 ? (-1) : (-1) ) argument
|
/Linux-v4.19/include/video/ |
D | omapfb_dss.h | 538 void (*set_type)(struct omap_dss_device *dssdev, member
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | venc.c | 784 .set_type = venc_set_type,
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | driver.rst | 336 expected for GPIO driver that irqchip .set_type() callback have to be called 338 and/or handle_edge_irq() in the irqchip .set_type() callback depending on
|