Searched full:nconfig (Results 1 – 20 of 20) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/fpga/ |
D | altr,fpga-passive-serial.yaml | 35 nconfig-gpios: 37 Config pin (referred to as nCONFIG in the manual). 53 - nconfig-gpios 69 nconfig-gpios = <&gpio4 18 GPIO_ACTIVE_LOW>;
|
/linux-6.14.4/Documentation/translations/zh_CN/kbuild/ |
D | kconfig.rst | 16 xconfig('qconf')、menuconfig('mconf')和 nconfig('nconf')程序也包含 205 nconfig chapter 208 nconfig 是一个替代的基于文本的配置工具。它在终端(窗口)底部列出功能键,用于执行 214 在 nconfig 中搜索: 233 make NCONFIG_MODE=single_menu nconfig
|
/linux-6.14.4/Documentation/kbuild/ |
D | kconfig.rst | 9 The xconfig ('qconf'), menuconfig ('mconf'), and nconfig ('nconf') 227 nconfig chapter 230 nconfig is an alternate text-based configurator. It lists function 238 Searching in nconfig: 262 make NCONFIG_MODE=single_menu nconfig
|
/linux-6.14.4/scripts/kconfig/ |
D | Makefile | 43 nconfig-prog := nconf 56 $(foreach c, config menuconfig nconfig gconfig xconfig, $(eval $(call config_rule,$(c)))) 132 @echo ' nconfig - Update current config utilising a ncurses menu based program' 177 # nconf: Used for the nconfig target based on ncurses
|
D | nconf.c | 106 "nconfig supports switching between different configurations.\n" 113 "If you use nconfig in a xterm window, make sure your TERM environment\n" 115 "16 colors. Otherwise nconfig will look rather bad.\n" 118 "nconfig will adapt to sizes larger than the traditional 80x25 \"standard\"\n" 125 "rather than the default multimenu hierarchy, run nconfig with\n" 128 "make NCONFIG_MODE=single_menu nconfig\n" 662 "<ESC> to cancel and resume nconfig.", in do_exit()
|
D | parser.y | 636 fprintf(out, "\nconfig %s\n", sym->name); in print_symbol()
|
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/ |
D | imx6q-lxr.dts | 31 nconfig-gpios = <&gpio4 18 GPIO_ACTIVE_LOW>;
|
D | imx6q-evi.dts | 104 nconfig-gpios = <&gpio4 9 GPIO_ACTIVE_LOW>;
|
/linux-6.14.4/include/sound/ |
D | tas2781-dsp.h | 152 unsigned int nconfig; member
|
/linux-6.14.4/Documentation/translations/zh_CN/admin-guide/ |
D | README.rst | 145 "make nconfig" 增强的基于文本的彩色菜单。
|
/linux-6.14.4/Documentation/translations/zh_TW/admin-guide/ |
D | README.rst | 148 "make nconfig" 增強的基於文本的彩色菜單。
|
/linux-6.14.4/sound/soc/codecs/ |
D | pcm6240.h | 184 unsigned int nconfig; member
|
D | pcm6240.c | 1540 fw_hdr->nconfig = get_unaligned_be32(&buf[offset]); in pcmdev_regbin_ready() 1555 cfg_info = kcalloc(fw_hdr->nconfig, sizeof(*cfg_info), GFP_KERNEL); in pcmdev_regbin_ready() 1563 for (i = 0; i < (int)fw_hdr->nconfig; i++) { in pcmdev_regbin_ready()
|
D | tas2781-fmwlib.c | 340 fw_hdr->nconfig = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser() 356 cfg_info = kcalloc(fw_hdr->nconfig, sizeof(*cfg_info), GFP_KERNEL); in tasdevice_rca_parser() 364 for (i = 0; i < (int)fw_hdr->nconfig; i++) { in tasdevice_rca_parser()
|
/linux-6.14.4/Documentation/gpu/ |
D | vkms.rst | 24 make nconfig
|
/linux-6.14.4/drivers/fpga/ |
D | altera-ps-spi.c | 244 conf->config = devm_gpiod_get(&spi->dev, "nconfig", GPIOD_OUT_LOW); in altera_ps_probe()
|
/linux-6.14.4/Documentation/admin-guide/ |
D | README.rst | 164 "make nconfig" Enhanced text based color menus.
|
D | verify-bugs-and-bisect-regressions.rst | 516 'nconfig', you will need to install the development files of ncurses; for 1261 configuration using make the targets 'menuconfig' or 'nconfig'; likewise omit 1559 At this point you can use a command like ``make menuconfig`` or ``make nconfig``
|
/linux-6.14.4/sound/pci/hda/ |
D | tas2781_spi_fwlib.c | 325 fw_hdr->nconfig = get_unaligned_be32(&buf[offset]); in tasdevice_spi_rca_parser() 341 cfg_info = kcalloc(fw_hdr->nconfig, sizeof(*cfg_info), GFP_KERNEL); in tasdevice_spi_rca_parser() 348 for (i = 0; i < (int)fw_hdr->nconfig; i++) { in tasdevice_spi_rca_parser()
|
/linux-6.14.4/drivers/power/supply/ |
D | max1720x_battery.c | 200 { .name = "nConfig", .offset = 96, .bytes = 2, },
|