Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/hwmon/
Dlm95241.c162 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,
Dlm95234.c254 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,
Dlm95245.c318 static ssize_t set_type(struct device *dev, struct device_attribute *attr, in set_type() function
399 set_type, 0);
Dlm63.c708 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/
Dpageattr.c1535 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/
Dip_set.h226 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/
Dencoder-opa362.c180 .set_type = opa362_set_type,
Dconnector-analog-tv.c102 in->ops.atv->set_type(in, ddata->connector_type); in tvc_enable()
/linux-4.4.14/drivers/media/v4l2-core/
Dtuner-core.c264 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/
Dhalbtcoutsrc.c363 static bool halbtc_set(void *void_btcoexist, u8 set_type, void *in_buf) in halbtc_set() argument
373 switch (set_type) { in halbtc_set()
Dhalbtcoutsrc.h388 typedef bool (*bfp_btc_set)(void *btcoexist, u8 set_type, void *in_buf);
/linux-4.4.14/Documentation/gpio/
Ddriver.txt182 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/
Dcmtdef.h660 set_type) ( 1 ? (-1) : (-1) ) argument
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dvenc.c796 .set_type = venc_set_type,
/linux-4.4.14/include/video/
Domapdss.h600 void (*set_type)(struct omap_dss_device *dssdev, member