Home
last modified time | relevance | path

Searched refs:CONFIG (Results 1 – 25 of 82) sorted by relevance

1234

/linux-6.15/tools/usb/
H A Dhcd-tests.sh68 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 Dfsl,vf610-pinctrl.txt9 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 Dfsl,imx7ulp-pinctrl.txt20 The last integer CONFIG is the pad setting value like
24 CONFIG settings.
26 CONFIG bits definition:
H A Dfsl,imx8ulp-pinctrl.yaml38 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 Dfsl,imxrt1050.yaml39 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 Dfsl,imxrt1170.yaml39 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 Dfsl,imx8m-pinctrl.yaml42 The last integer CONFIG is the pad setting value like pull-up on this
44 detailed CONFIG settings.
H A Dfsl,imx9-pinctrl.yaml43 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 Dfsl,imx-pinctrl.txt28 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 Dfsl,imx7d-pinctrl.yaml47 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 Dfsl,imx25-pinctrl.txt6 CONFIG bits definition:
H A Dfsl,imx27-pinctrl.txt10 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 Dxe_gt_sriov_pf_debugfs.c178 #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 Dhtc_drv_main.c272 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 Dhtc_drv_beacon.c340 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 Dbeacon.c213 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 DKconfig.select-break24 bool "CONFIG A"
27 bool "CONFIG B"
31 bool "CONFIG C"
/linux-6.15/Documentation/translations/zh_CN/process/
H A Dsubmit-checklist.rst24 a) 使用合适的 ``CONFIG`` 选项 ``=y``、``=m`` 和 ``=n`` 。没有 ``gcc``
44 6) 任何新的或修改过的 ``CONFIG`` 选项都不应搞乱配置菜单,并默认为关闭,除非
/linux-6.15/Documentation/translations/zh_TW/process/
H A Dsubmit-checklist.rst27 a) 使用合適的 ``CONFIG`` 選項 ``=y``、``=m`` 和 ``=n`` 。沒有 ``gcc``
47 6) 任何新的或修改過的 ``CONFIG`` 選項都不應搞亂配置菜單,並默認爲關閉,除非
/linux-6.15/Documentation/translations/ja_JP/process/
H A Dsubmit-checklist.rst52 1) 新規の、もしくは変更された ``CONFIG`` オプションについて、それが関係する
106 a) 適用可能な、および ``=y``, ``=m``, ``=n`` を変更した ``CONFIG``
/linux-6.15/Documentation/devicetree/bindings/firmware/
H A Dnxp,imx95-scmi-pinctrl.yaml32 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 Dpm-mips.c39 #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 Dec168.h26 CONFIG = 0x01, enumerator
/linux-6.15/drivers/iommu/arm/arm-smmu-v3/
H A Dtegra241-cmdqv.c216 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 Dtsens-8960.c16 #define CONFIG 0x9b macro
95 ret = regmap_update_bits(map, CONFIG_ADDR, CONFIG_MASK, CONFIG); in resume_8960()

1234