/linux-4.4.14/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-4.4.14/drivers/hwmon/ |
D | lm95241.c | 162 static ssize_t set_type(struct device *dev, struct device_attribute *attr, in set_type() function 300 static SENSOR_DEVICE_ATTR(temp2_type, S_IWUSR | S_IRUGO, show_type, set_type, 302 static SENSOR_DEVICE_ATTR(temp3_type, S_IWUSR | S_IRUGO, show_type, set_type,
|
D | lm95234.c | 254 static ssize_t set_type(struct device *dev, struct device_attribute *attr, in set_type() function 509 static SENSOR_DEVICE_ATTR(temp2_type, S_IWUSR | S_IRUGO, show_type, set_type, 511 static SENSOR_DEVICE_ATTR(temp3_type, S_IWUSR | S_IRUGO, show_type, set_type, 513 static SENSOR_DEVICE_ATTR(temp4_type, S_IWUSR | S_IRUGO, show_type, set_type, 515 static SENSOR_DEVICE_ATTR(temp5_type, S_IWUSR | S_IRUGO, show_type, set_type,
|
D | lm95245.c | 318 static ssize_t set_type(struct device *dev, struct device_attribute *attr, in set_type() function 399 set_type, 0);
|
D | lm63.c | 708 static ssize_t set_type(struct device *dev, struct device_attribute *attr, in set_type() function 847 static DEVICE_ATTR(temp2_type, S_IWUSR | S_IRUGO, show_type, set_type);
|
/linux-4.4.14/arch/x86/mm/ |
D | pageattr.c | 1535 enum page_cache_mode set_type; in _set_memory_array() local 1547 set_type = (new_type == _PAGE_CACHE_MODE_WC) ? in _set_memory_array() 1551 cachemode2pgprot(set_type), 1); in _set_memory_array() 1737 enum page_cache_mode set_type; in _set_pages_array() local 1752 set_type = (new_type == _PAGE_CACHE_MODE_WC) ? in _set_pages_array() 1756 cachemode2pgprot(set_type)); in _set_pages_array()
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
D | ip_set.h | 226 extern int ip_set_type_register(struct ip_set_type *set_type); 227 extern void ip_set_type_unregister(struct ip_set_type *set_type);
|
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/ |
D | encoder-opa362.c | 180 .set_type = opa362_set_type,
|
D | connector-analog-tv.c | 102 in->ops.atv->set_type(in, ddata->connector_type); in tvc_enable()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | tuner-core.c | 264 static void set_type(struct i2c_client *c, unsigned int type, in set_type() function 502 set_type(c, tun_setup->type, tun_setup->mode_mask, in tuner_s_type_addr() 714 set_type(client, t->type, t->mode_mask, t->config, t->fe.callback); in tuner_probe()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtcoutsrc.c | 363 static bool halbtc_set(void *void_btcoexist, u8 set_type, void *in_buf) in halbtc_set() argument 373 switch (set_type) { in halbtc_set()
|
D | halbtcoutsrc.h | 388 typedef bool (*bfp_btc_set)(void *btcoexist, u8 set_type, void *in_buf);
|
/linux-4.4.14/Documentation/gpio/ |
D | driver.txt | 182 expected for GPIO driver that irqchip .set_type() callback have to be called 184 and/or handle_edge_irq() in the irqchip .set_type() callback depending on
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 660 set_type) ( 1 ? (-1) : (-1) ) argument
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | venc.c | 796 .set_type = venc_set_type,
|
/linux-4.4.14/include/video/ |
D | omapdss.h | 600 void (*set_type)(struct omap_dss_device *dssdev, member
|