| /drivers/video/nexell/ |
| A D | Kconfig | 8 Support for RGB lcd output. 13 Support for LVDS lcd output. 18 Support for MiPi lcd output. 23 Support for hdmi output.
|
| /drivers/video/rockchip/ |
| A D | rk_lvds.c | 40 int output; member 75 if (priv->output == LVDS_OUTPUT_DUAL) in rk_lvds_enable() 77 else if (priv->output == LVDS_OUTPUT_SINGLE) in rk_lvds_enable() 79 else if (priv->output == LVDS_OUTPUT_RGB) in rk_lvds_enable() 85 if (priv->output == LVDS_OUTPUT_RGB) { in rk_lvds_enable() 181 priv->output = ret; in rk_lvds_of_to_plat() 185 priv->output = LVDS_OUTPUT_RGB; in rk_lvds_of_to_plat()
|
| A D | Kconfig | 16 Rockchip SoCs provide video output capabilities for High-Definition 20 This driver supports the on-chip video output device, and targets the
|
| /drivers/crypto/nuvoton/ |
| A D | npcm_sha.c | 253 int npcm_sha_calc(const u8 *input, u32 len, u8 *output, u8 type) in npcm_sha_calc() argument 260 npcm_sha_finish(output); in npcm_sha_calc() 267 unsigned char *output, unsigned int chunk_sz) in hw_sha512() argument 274 npcm_sha_calc(input, len, output, type_sha512); in hw_sha512() 278 unsigned char *output, unsigned int chunk_sz) in hw_sha384() argument 285 npcm_sha_calc(input, len, output, type_sha384); in hw_sha384() 289 unsigned char *output, unsigned int chunk_sz) in hw_sha256() argument 292 npcm_sha_calc(input, len, output, type_sha256); in hw_sha256() 296 unsigned char *output, unsigned int chunk_sz) in hw_sha1() argument 299 npcm_sha_calc(input, len, output, type_sha1); in hw_sha1()
|
| /drivers/gpio/ |
| A D | nx_gpio.c | 113 unsigned int output; in nx_alive_gpio_get_function() local 115 output = readl(®s->outputenb_read) & mask; in nx_alive_gpio_get_function() 117 if (output) in nx_alive_gpio_get_function() 191 unsigned int output; in nx_gpio_get_function() local 196 output = readl(®s->outputenb) & mask; in nx_gpio_get_function() 198 if (output) in nx_gpio_get_function()
|
| A D | gpio-rza1.c | 57 bool output) in r7s72100_gpio_set_direction() argument 62 writel(BIT(line + 16) | (output ? 0 : BIT(line)), in r7s72100_gpio_set_direction() 66 output ? 0 : BIT(line)); in r7s72100_gpio_set_direction()
|
| A D | gpio-aspeed.c | 212 u32 output = readl(bank_reg(priv, bank, reg_rdata)); in aspeed_gpio_direction_output() local 218 output |= GPIO_BIT(offset); in aspeed_gpio_direction_output() 220 output &= ~GPIO_BIT(offset); in aspeed_gpio_direction_output() 222 writel(output, bank_reg(priv, bank, reg_val)); in aspeed_gpio_direction_output()
|
| A D | gpio-rcar.c | 73 bool output) in rcar_gpio_set_direction() argument 89 if (output) in rcar_gpio_set_direction() 99 if (output) in rcar_gpio_set_direction()
|
| A D | pca953x_gpio.c | 61 int output; member 68 .output = PCA953X_OUTPUT, 75 .output = PCA957X_OUTPUT, 229 ret = pca953x_write_single(dev, info->regs->output, val, offset); in pca953x_set_value() 336 ret = pca953x_read_regs(dev, info->regs->output, info->reg_output); in pca953x_probe()
|
| A D | tegra186_gpio.c | 43 bool output) in tegra186_gpio_set_out() argument 50 if (output) in tegra186_gpio_set_out() 58 if (output) in tegra186_gpio_set_out()
|
| A D | rzg2l-gpio.c | 56 u32 port, u8 pin, bool output) in rzg2l_gpio_set_direction() argument 59 (output ? PM_OUTPUT : PM_INPUT) << (pin * 2)); in rzg2l_gpio_set_direction()
|
| A D | tegra_gpio.c | 95 static void set_direction(unsigned gpio, int output) in set_direction() argument 102 GPIO_FULLPORT(gpio), GPIO_BIT(gpio), output ? "OUT" : "IN"); in set_direction() 105 if (output != DIRECTION_INPUT) in set_direction()
|
| A D | sandbox.c | 108 int sandbox_gpio_set_direction(struct udevice *dev, unsigned offset, int output) in sandbox_gpio_set_direction() argument 110 set_gpio_flag(dev, offset, GPIOD_IS_OUT, output); in sandbox_gpio_set_direction() 111 set_gpio_flag(dev, offset, GPIOD_IS_IN, !output); in sandbox_gpio_set_direction()
|
| /drivers/video/bridge/ |
| A D | Kconfig | 5 Some platforms use video bridges to convert from one output to 16 enables an RGB/Parallel SOC output to be converted, packed and 17 serialized into either DP or TMDS output device. Only DisplayPort 26 to be connected to an eDP output device such as an SoC that lacks 36 to an eDP output device such as an SoC that lacks LVDS capability,
|
| /drivers/power/regulator/ |
| A D | stpmic1.c | 45 const struct stpmic1_output *output) in stpmic1_output_find_uv() argument 50 for (i = 0, range = output->ranges; in stpmic1_output_find_uv() 51 i < output->nbranges; i++, range++) { in stpmic1_output_find_uv() 61 const struct stpmic1_output *output) in stpmic1_output_find_sel() argument 66 for (i = 0, range = output->ranges; in stpmic1_output_find_sel() 67 i < output->nbranges; i++, range++) { in stpmic1_output_find_sel()
|
| /drivers/i2c/ |
| A D | stm32f7_i2c.c | 681 struct stm32_i2c_timings *output) in stm32_i2c_compute_timing() argument 718 ret = stm32_i2c_choose_solution(i2cclk, setup, specs, &solutions, output); in stm32_i2c_compute_timing() 723 output->presc, in stm32_i2c_compute_timing() 724 output->scldel, output->sdadel, in stm32_i2c_compute_timing() 725 output->scll, output->sclh); in stm32_i2c_compute_timing()
|
| /drivers/mmc/ |
| A D | rpmb.c | 183 unsigned char *output) in rpmb_hmac() argument 212 sha256_finish(&ctx, output); in rpmb_hmac() 221 sha256_update(&ctx, output, RPMB_SZ_MAC); in rpmb_hmac() 224 sha256_finish(&ctx, output); in rpmb_hmac()
|
| /drivers/video/ti/ |
| A D | Kconfig | 8 Supports video output to an attached LCD panel.
|
| /drivers/video/exynos/ |
| A D | Kconfig | 6 Enable support for various video output options on Exynos SoCs.
|
| /drivers/clk/at91/ |
| A D | sam9x7.c | 165 .output = plla_outputs, 172 .output = upll_outputs, 180 .output = lvdspll_outputs, 187 .output = audiopll_outputs, 194 .output = plladiv2_outputs, 242 .output = { .min = 32000000, .max = 266666666 },
|
| A D | pmc.h | 32 struct clk_range output; member 40 const struct clk_range *output; member
|
| /drivers/video/tidss/ |
| A D | Kconfig | 16 TIDSS supports video output options LVDS and
|
| /drivers/rtc/ |
| A D | Kconfig | 45 bool "Enable RTC 32Khz output" 47 Some real-time clocks support the output of 32kHz square waves (such as ds3231), 48 the config symbol choose Real Time Clock device 32Khz output feature. 81 bool "Enable support for no oscillator output in DS1337 driver"
|
| /drivers/serial/ |
| A D | Kconfig | 218 - Call debug_uart_putc() to output a character 229 the drivers may conflict and you will get strange output. 300 output to the console. This can be useful for early debugging of 309 output to the console. This can be useful for early debugging of 429 provides basic serial output from the console without needing to 607 bool "Check if UART is enabled on output" 628 bool "Bypass output when no connection" 631 Bypass console output and keep going even if there is no JTAG 632 terminal connection with the host. The console output will resume 912 operate correctly, otherwise you will see no serial output from [all …]
|
| /drivers/video/ |
| A D | Kconfig | 19 is used to flush pending output to the display periodically, rather 20 than this happening with every chunk of output. This allows for more 21 efficient operation and faster display output. 146 this option, such displays will not be supported and console output 155 this option, such displays will not be supported and console output 164 this option, such displays will not be supported and console output 272 Many video-output systems require a sync operation before any output 522 Use the BGR555 output mode. Otherwise RGB565 is used. 801 HLCDC supports video output to an attached LCD panel. 846 chip's PWM output to control backlight brightness. [all …]
|