Searched refs:config (Results 1 - 25 of 1421) sorted by relevance

1234567891011>>

/drivers/dca/
H A DKconfig5 config DCA
/drivers/pnp/pnpacpi/
H A DKconfig4 config PNPACPI
/drivers/i2c/algos/
H A DKconfig8 config I2C_ALGOBIT
11 config I2C_ALGOPCF
14 config I2C_ALGOPCA
/drivers/iio/common/st_sensors/
H A DKconfig5 config IIO_ST_SENSORS_I2C
8 config IIO_ST_SENSORS_SPI
11 config IIO_ST_SENSORS_CORE
/drivers/video/
H A DKconfig8 config HAVE_FB_ATMEL
11 config SH_MIPI_DSI
15 config SH_LCD_MIPI_DSI
36 config VGASTATE
40 config VIDEOMODE_HELPERS
43 config HDMI
/drivers/pinctrl/samsung/
H A DKconfig4 config PINCTRL_SAMSUNG
9 config PINCTRL_EXYNOS
14 config PINCTRL_EXYNOS5440
20 config PINCTRL_S3C24XX
25 config PINCTRL_S3C64XX
/drivers/net/ethernet/mellanox/mlx5/core/
H A DKconfig5 config MLX5_CORE
/drivers/pinctrl/spear/
H A DKconfig7 config PINCTRL_SPEAR
14 config PINCTRL_SPEAR3XX
19 config PINCTRL_SPEAR300
24 config PINCTRL_SPEAR310
30 config PINCTRL_SPEAR320
36 config PINCTRL_SPEAR1310
42 config PINCTRL_SPEAR1340
48 config PINCTRL_SPEAR_PLGPIO
/drivers/rtc/
H A Drtc-spear.c88 static inline void spear_rtc_clear_interrupt(struct spear_rtc_config *config) argument
93 spin_lock_irqsave(&config->lock, flags);
94 val = readl(config->ioaddr + STATUS_REG);
96 writel(val, config->ioaddr + STATUS_REG);
97 spin_unlock_irqrestore(&config->lock, flags);
100 static inline void spear_rtc_enable_interrupt(struct spear_rtc_config *config) argument
104 val = readl(config->ioaddr + CTRL_REG);
106 spear_rtc_clear_interrupt(config);
108 writel(val, config->ioaddr + CTRL_REG);
112 static inline void spear_rtc_disable_interrupt(struct spear_rtc_config *config) argument
123 is_write_complete(struct spear_rtc_config *config) argument
136 rtc_wait_not_busy(struct spear_rtc_config *config) argument
155 struct spear_rtc_config *config = dev_id; local
208 struct spear_rtc_config *config = dev_get_drvdata(dev); local
237 struct spear_rtc_config *config = dev_get_drvdata(dev); local
264 struct spear_rtc_config *config = dev_get_drvdata(dev); local
294 struct spear_rtc_config *config = dev_get_drvdata(dev); local
324 struct spear_rtc_config *config = dev_get_drvdata(dev); local
357 struct spear_rtc_config *config; local
425 struct spear_rtc_config *config = platform_get_drvdata(pdev); local
438 struct spear_rtc_config *config = platform_get_drvdata(pdev); local
456 struct spear_rtc_config *config = platform_get_drvdata(pdev); local
479 struct spear_rtc_config *config = platform_get_drvdata(pdev); local
[all...]
/drivers/video/logo/
H A DKconfig13 config FB_LOGO_EXTRA
18 config LOGO_LINUX_MONO
22 config LOGO_LINUX_VGA16
26 config LOGO_LINUX_CLUT224
30 config LOGO_BLACKFIN_VGA16
35 config LOGO_BLACKFIN_CLUT224
40 config LOGO_DEC_CLUT224
45 config LOGO_MAC_CLUT224
50 config LOGO_PARISC_CLUT224
55 config LOGO_SGI_CLUT22
[all...]
/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c77 struct hdmi_platform_config *config; local
86 config = pdev->dev.platform_data;
98 hdmi->config = config;
104 if (config->phy_init)
105 hdmi->phy = config->phy_init(hdmi);
116 hdmi->mmio = msm_ioremap(pdev, config->mmio_name, "HDMI");
122 BUG_ON(config->hpd_reg_cnt > ARRAY_SIZE(hdmi->hpd_regs));
123 for (i = 0; i < config->hpd_reg_cnt; i++) {
127 config
281 static struct hdmi_platform_config config = {}; local
[all...]
H A Dhdmi_connector.c33 const struct hdmi_platform_config *config = hdmi->config; local
37 ret = gpio_request(config->ddc_clk_gpio, "HDMI_DDC_CLK");
40 "HDMI_DDC_CLK", config->ddc_clk_gpio, ret);
43 gpio_set_value_cansleep(config->ddc_clk_gpio, 1);
45 ret = gpio_request(config->ddc_data_gpio, "HDMI_DDC_DATA");
48 "HDMI_DDC_DATA", config->ddc_data_gpio, ret);
51 gpio_set_value_cansleep(config->ddc_data_gpio, 1);
53 ret = gpio_request(config->hpd_gpio, "HDMI_HPD");
56 "HDMI_HPD", config
138 const struct hdmi_platform_config *config = hdmi->config; local
206 const struct hdmi_platform_config *config = hdmi->config; local
288 const struct hdmi_platform_config *config = hdmi->config; local
368 const struct hdmi_platform_config *config = hdmi->config; local
[all...]
/drivers/scsi/
H A Dultrastor.c119 * Fix abort and reset to work properly (config.aborted wasn't cleared
216 /* Used to store configuration info read from config i/o registers. Most of
259 } config = {0}; variable in typeref:struct:ultrastor_config
332 static void log_ultrastor_abort(struct ultrastor_config *config, argument
341 if (! (config->mscp_free & (1 << i)))
342 fmt[21 + i*2] = '0' + config->mscp[i].target_id;
348 printk(fmt, command, &config->mscp[command], config->mscp_free);
375 if (config.bios_segment)
383 config
[all...]
/drivers/mmc/host/
H A Dmmci_qcom_dml.c59 u32 config; local
65 config = readl_relaxed(base + DML_CONFIG);
66 config = (config & ~PRODUCER_CRCI_MSK) | PRODUCER_CRCI_X_SEL;
67 config = (config & ~CONSUMER_CRCI_MSK) | CONSUMER_CRCI_DISABLE;
68 writel_relaxed(config, base + DML_CONFIG);
77 config = readl_relaxed(base + DML_CONFIG);
78 config |= PRODUCER_TRANS_END_EN;
79 writel_relaxed(config, bas
124 u32 config; local
[all...]
/drivers/regulator/
H A Dfixed.c51 struct fixed_voltage_config *config; local
55 config = devm_kzalloc(dev, sizeof(struct fixed_voltage_config),
57 if (!config)
60 config->init_data = of_get_regulator_init_data(dev, dev->of_node);
61 if (!config->init_data)
64 init_data = config->init_data;
67 config->supply_name = init_data->constraints.name;
69 config->microvolts = init_data->constraints.min_uV;
77 config->enabled_at_boot = true;
79 config
110 struct fixed_voltage_config *config; local
[all...]
/drivers/media/dvb-frontends/
H A Dstv0367.h44 dvb_frontend *stv0367ter_attach(const struct stv0367_config *config,
47 dvb_frontend *stv0367cab_attach(const struct stv0367_config *config,
51 dvb_frontend *stv0367ter_attach(const struct stv0367_config *config, argument
58 dvb_frontend *stv0367cab_attach(const struct stv0367_config *config, argument
H A Dlnbp21.c40 u8 config; member in struct:lnbp21
52 .buf = &lnbp21->config,
53 .len = sizeof(lnbp21->config) };
55 lnbp21->config &= ~(LNBP21_VSEL | LNBP21_EN);
61 lnbp21->config |= LNBP21_EN;
64 lnbp21->config |= (LNBP21_EN | LNBP21_VSEL);
70 lnbp21->config |= lnbp21->override_or;
71 lnbp21->config &= lnbp21->override_and;
80 .buf = &lnbp21->config,
81 .len = sizeof(lnbp21->config) };
129 lnbx2x_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, u8 override_set, u8 override_clear, u8 i2c_addr, u8 config) argument
[all...]
H A Dlnbp22.c47 u8 config[4]; member in struct:lnbp22
57 .buf = (char *)&lnbp22->config,
58 .len = sizeof(lnbp22->config),
64 lnbp22->config[3] = 0x60; /* Power down */
69 lnbp22->config[3] |= LNBP22_EN;
72 lnbp22->config[3] |= (LNBP22_EN | LNBP22_VSEL);
78 dprintk(1, "%s: 0x%02x)\n", __func__, lnbp22->config[3]);
88 .buf = (char *)&lnbp22->config,
89 .len = sizeof(lnbp22->config),
94 lnbp22->config[
[all...]
H A Disl6405.c39 u8 config; member in struct:isl6405
50 .buf = &isl6405->config,
51 .len = sizeof(isl6405->config) };
54 isl6405->config &= ~(ISL6405_VSEL2 | ISL6405_EN2);
59 isl6405->config |= ISL6405_EN2;
62 isl6405->config |= (ISL6405_EN2 | ISL6405_VSEL2);
68 isl6405->config &= ~(ISL6405_VSEL1 | ISL6405_EN1);
73 isl6405->config |= ISL6405_EN1;
76 isl6405->config |= (ISL6405_EN1 | ISL6405_VSEL1);
82 isl6405->config |
[all...]
H A Disl6421.c39 u8 config; member in struct:isl6421
50 .buf = &isl6421->config,
51 .len = sizeof(isl6421->config) };
53 isl6421->config &= ~(ISL6421_VSEL1 | ISL6421_EN1);
59 isl6421->config |= ISL6421_EN1;
62 isl6421->config |= (ISL6421_EN1 | ISL6421_VSEL1);
68 isl6421->config |= isl6421->override_or;
69 isl6421->config &= isl6421->override_and;
78 .buf = &isl6421->config,
79 .len = sizeof(isl6421->config) };
[all...]
/drivers/pinctrl/
H A DKconfig5 config PINCTRL
13 config PINMUX
16 config PINCONF
19 config GENERIC_PINCONF
23 config DEBUG_PINCTRL
29 config PINCTRL_ADI2
39 config PINCTRL_AS3722
50 config PINCTRL_BF54x
54 config PINCTRL_BF60x
58 config PINCTRL_AT9
[all...]
/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c91 struct adreno_platform_config *config; local
101 config = pdev->dev.platform_data;
102 rev = config->rev;
103 info = adreno_info(config->rev);
149 static struct adreno_platform_config config = {}; local
161 config.rev = ADRENO_REV((val >> 24) & 0xff,
165 config.fast_rate = 0;
166 config.slow_rate = ~0;
176 config.fast_rate = max(config
[all...]
/drivers/media/v4l2-core/
H A DKconfig2 # Generic video config states
6 config VIDEO_V4L2
11 config VIDEO_ADV_DEBUG
19 config VIDEO_FIXED_MINOR_RANGES
28 config VIDEO_PCI_SKELETON
38 config VIDEO_TUNER
43 config V4L2_MEM2MEM_DEV
48 config VIDEOBUF_GEN
51 config VIDEOBUF_DMA_SG
56 config VIDEOBUF_VMALLO
[all...]
/drivers/iio/adc/
H A Dmcp3422.c43 #define MCP3422_CHANNEL(config) (((config) & MCP3422_CHANNEL_MASK) >> 5)
44 #define MCP3422_PGA(config) ((config) & MCP3422_PGA_MASK)
45 #define MCP3422_SAMPLE_RATE(config) (((config) & MCP3422_SRATE_MASK) >> 2)
101 u8 config; member in struct:mcp3422
114 adc->config = newconfig;
123 static int mcp3422_read(struct mcp3422 *adc, int *value, u8 *config) argument
126 u8 sample_rate = MCP3422_SAMPLE_RATE(adc->config);
149 u8 config; local
207 u8 config = adc->config; local
343 u8 config; local
[all...]
/drivers/block/mtip32xx/
H A DKconfig5 config BLK_DEV_PCIESSD_MTIP32XX

Completed in 5913 milliseconds

1234567891011>>