| /linux-6.15/tools/usb/ |
| H A D | hcd-tests.sh | 68 CONFIG='' 72 if [ "$CONFIG" = "" ]; then 73 CONFIG=$1 74 echo "assuming $CONFIG configuration" 77 if [ "$CONFIG" = $1 ]; then 81 echo "** device must be in $1 config, but it's $CONFIG instead"
|
| /linux-6.15/Documentation/devicetree/bindings/pinctrl/ |
| H A D | fsl,vf610-pinctrl.txt | 9 setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is 10 a pin working on a specific function, CONFIG is the pad setting value 14 CONFIG bits definition:
|
| H A D | fsl,imx7ulp-pinctrl.txt | 20 The last integer CONFIG is the pad setting value like 24 CONFIG settings. 26 CONFIG bits definition:
|
| H A D | fsl,imx8ulp-pinctrl.yaml | 38 integer CONFIG is the pad setting value like pull-up on this pin. Please 39 refer to i.MX8ULP Reference Manual for detailed CONFIG settings.
|
| H A D | fsl,imxrt1050.yaml | 39 integer CONFIG is the pad setting value like pull-up on this pin. Please 40 refer to i.MXRT1050 Reference Manual for detailed CONFIG settings.
|
| H A D | fsl,imxrt1170.yaml | 39 integer CONFIG is the pad setting value like pull-up on this pin. Please 40 refer to i.MXRT1170 Reference Manual for detailed CONFIG settings.
|
| H A D | fsl,imx8m-pinctrl.yaml | 42 The last integer CONFIG is the pad setting value like pull-up on this 44 detailed CONFIG settings.
|
| H A D | fsl,imx9-pinctrl.yaml | 43 integer CONFIG is the pad setting value like pull-up on this pin. Please 44 refer to i.MX8M Plus Reference Manual for detailed CONFIG settings.
|
| H A D | fsl,imx-pinctrl.txt | 28 imx*-pinfunc.h under device tree source folder. The last integer CONFIG is 30 looks like <PIN_FUNC_ID CONFIG> in the example below. 32 Bits used for CONFIG:
|
| H A D | fsl,imx7d-pinctrl.yaml | 47 CONFIG is the pad setting value like pull-up on this pin. Please 48 refer to i.MX7D Reference Manual for detailed CONFIG settings.
|
| H A D | fsl,imx25-pinctrl.txt | 6 CONFIG bits definition:
|
| H A D | fsl,imx27-pinctrl.txt | 10 setting. The format is fsl,pins = <PIN MUX_ID CONFIG>. 52 CONFIG can be 0 or 1, meaning Pullup disable/enable.
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf_debugfs.c | 178 #define DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(CONFIG, TYPE, FORMAT) \ argument 180 static int CONFIG##_set(void *data, u64 val) \ 191 err = xe_gt_sriov_pf_config_set_##CONFIG(gt, vfid, val); \ 197 static int CONFIG##_get(void *data, u64 *val) \ 202 *val = xe_gt_sriov_pf_config_get_##CONFIG(gt, vfid); \ 206 DEFINE_DEBUGFS_ATTRIBUTE(CONFIG##_fops, CONFIG##_get, CONFIG##_set, FORMAT)
|
| /linux-6.15/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_main.c | 272 ath_dbg(common, CONFIG, in ath9k_htc_set_channel() 422 ath_dbg(common, CONFIG, in ath9k_htc_add_monitor_interface() 459 ath_dbg(common, CONFIG, in ath9k_htc_remove_monitor_interface() 515 ath_dbg(common, CONFIG, in ath9k_htc_add_station() 519 ath_dbg(common, CONFIG, in ath9k_htc_add_station() 559 ath_dbg(common, CONFIG, in ath9k_htc_remove_station() 563 ath_dbg(common, CONFIG, in ath9k_htc_remove_station() 670 ath_dbg(common, CONFIG, in ath9k_htc_init_rate() 697 ath_dbg(common, CONFIG, in ath9k_htc_update_rate() 921 ath_dbg(common, CONFIG, in ath9k_htc_start() [all …]
|
| H A D | htc_drv_beacon.c | 340 ath_dbg(common, CONFIG, "Added interface at beacon slot: %d\n", in ath9k_htc_assign_bslot() 354 ath_dbg(common, CONFIG, "Removed interface at beacon slot: %d\n", in ath9k_htc_remove_bslot() 381 ath_dbg(common, CONFIG, "tsfadjust is: %llu for bslot: %d\n", in ath9k_htc_set_tsfadjust() 412 ath_dbg(common, CONFIG, in ath9k_htc_check_beacon_config() 423 ath_dbg(common, CONFIG, in ath9k_htc_check_beacon_config() 441 ath_dbg(common, CONFIG, in ath9k_htc_check_beacon_config() 482 ath_dbg(common, CONFIG, "Unsupported beaconing mode\n"); in ath9k_htc_beacon_config() 504 ath_dbg(common, CONFIG, "Unsupported beaconing mode\n"); in ath9k_htc_beacon_reconfig()
|
| H A D | beacon.c | 213 ath_dbg(common, CONFIG, "Added interface at beacon slot: %d\n", in ath9k_beacon_assign_slot() 223 ath_dbg(common, CONFIG, "Removing interface at beacon slot: %d\n", in ath9k_beacon_remove_slot() 289 ath_dbg(common, CONFIG, in ath9k_beacon_ensure_primary_slot() 358 ath_dbg(common, CONFIG, "tsfadjust is: %lld for bslot: %d\n", in ath9k_set_tsfadjust() 715 ath_dbg(common, CONFIG, "Unsupported beaconing mode\n"); in ath9k_set_beacon()
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | Kconfig.select-break | 24 bool "CONFIG A" 27 bool "CONFIG B" 31 bool "CONFIG C"
|
| /linux-6.15/Documentation/translations/zh_CN/process/ |
| H A D | submit-checklist.rst | 24 a) 使用合适的 ``CONFIG`` 选项 ``=y``、``=m`` 和 ``=n`` 。没有 ``gcc`` 44 6) 任何新的或修改过的 ``CONFIG`` 选项都不应搞乱配置菜单,并默认为关闭,除非
|
| /linux-6.15/Documentation/translations/zh_TW/process/ |
| H A D | submit-checklist.rst | 27 a) 使用合適的 ``CONFIG`` 選項 ``=y``、``=m`` 和 ``=n`` 。沒有 ``gcc`` 47 6) 任何新的或修改過的 ``CONFIG`` 選項都不應搞亂配置菜單,並默認爲關閉,除非
|
| /linux-6.15/Documentation/translations/ja_JP/process/ |
| H A D | submit-checklist.rst | 52 1) 新規の、もしくは変更された ``CONFIG`` オプションについて、それが関係する 106 a) 適用可能な、および ``=y``, ``=m``, ``=n`` を変更した ``CONFIG``
|
| /linux-6.15/Documentation/devicetree/bindings/firmware/ |
| H A D | nxp,imx95-scmi-pinctrl.yaml | 32 integer CONFIG is the pad setting value like pull-up on this pin. 33 Please refer to i.MX95 Reference Manual for detailed CONFIG settings.
|
| /linux-6.15/drivers/soc/bcm/brcmstb/pm/ |
| H A D | pm-mips.c | 39 #define CONFIG 6 macro 102 ctx->cp0_regs[CONFIG] = read_c0_brcm_config(); in brcm_pm_save_cp0_context() 125 write_c0_brcm_config(ctx->cp0_regs[CONFIG]); in brcm_pm_restore_cp0_context()
|
| /linux-6.15/drivers/media/usb/dvb-usb-v2/ |
| H A D | ec168.h | 26 CONFIG = 0x01, enumerator
|
| /linux-6.15/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | tegra241-cmdqv.c | 216 REG_CMDQV(cmdqv, CONFIG), in cmdqv_write_config() 227 REG_VINTF(vintf, CONFIG), in vintf_write_config() 248 REG_VCMDQ_PAGE0(vcmdq, CONFIG), in vcmdq_write_config() 433 writel(regval, REG_VINTF(vintf, CONFIG)); in tegra241_vintf_hw_init() 442 vintf->hyp_own = !!(VINTF_HYP_OWN & readl(REG_VINTF(vintf, CONFIG))); in tegra241_vintf_hw_init() 466 regval = readl_relaxed(REG_CMDQV(cmdqv, CONFIG)); in tegra241_cmdqv_hw_reset()
|
| /linux-6.15/drivers/thermal/qcom/ |
| H A D | tsens-8960.c | 16 #define CONFIG 0x9b macro 95 ret = regmap_update_bits(map, CONFIG_ADDR, CONFIG_MASK, CONFIG); in resume_8960()
|