Home
last modified time | relevance | path

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

123

/linux/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/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_debugfs.c334 #define DEFINE_SRIOV_GT_GRP_CFG_DEBUGFS_ATTRIBUTE(CONFIG) \ argument
335 static int sched_groups_##CONFIG##_show(struct seq_file *m, void *data) \
338 xe_gt_sriov_pf_config_get_groups_##CONFIG); \
341 static int sched_groups_##CONFIG##_open(struct inode *inode, struct file *file) \
343 return single_open(file, sched_groups_##CONFIG##_show, \
347 static ssize_t sched_groups_##CONFIG##_write(struct file *file, \
352 xe_gt_sriov_pf_config_set_groups_##CONFIG); \
355 static const struct file_operations sched_groups_##CONFIG##_fops = { \
357 .open = sched_groups_##CONFIG##_open, \
360 .write = sched_groups_##CONFIG##_write, \
[all …]
/linux/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()
726 ath_dbg(common, CONFIG, in ath9k_htc_tx_aggr_oper()
[all …]
H A Dhtc_drv_beacon.c343 ath_dbg(common, CONFIG, "Added interface at beacon slot: %d\n", in ath9k_htc_assign_bslot()
357 ath_dbg(common, CONFIG, "Removed interface at beacon slot: %d\n", in ath9k_htc_remove_bslot()
384 ath_dbg(common, CONFIG, "tsfadjust is: %llu for bslot: %d\n", in ath9k_htc_set_tsfadjust()
415 ath_dbg(common, CONFIG, in ath9k_htc_check_beacon_config()
426 ath_dbg(common, CONFIG, in ath9k_htc_check_beacon_config()
444 ath_dbg(common, CONFIG, in ath9k_htc_check_beacon_config()
485 ath_dbg(common, CONFIG, "Unsupported beaconing mode\n"); in ath9k_htc_beacon_config()
507 ath_dbg(common, CONFIG, "Unsupported beaconing mode\n"); in ath9k_htc_beacon_reconfig()
H A Dmain.c323 ath_dbg(common, CONFIG, "Reset to %u MHz, HT40: %d fastcc: %d\n", in ath_reset_internal()
663 ath_dbg(common, CONFIG, in ath9k_start()
986 ath_dbg(common, CONFIG, "Driver halt\n"); in ath9k_stop()
1138 ath_dbg(common, CONFIG, in ath9k_set_assoc_state()
1269 ath_dbg(common, CONFIG, in ath9k_calculate_summary_state()
1347 ath_dbg(common, CONFIG, "Attach a VIF of type: %d\n", vif->type); in ath9k_add_interface()
1394 ath_dbg(common, CONFIG, "Change Interface\n"); in ath9k_change_interface()
1421 ath_dbg(common, CONFIG, "Detach Interface\n"); in ath9k_remove_interface()
1531 ath_dbg(common, CONFIG, "Monitor mode is enabled\n"); in ath9k_config()
1534 ath_dbg(common, CONFIG, "Monitor mode is disabled\n"); in ath9k_config()
[all …]
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/Documentation/kbuild/
H A DKconfig.select-break24 bool "CONFIG A"
27 bool "CONFIG B"
31 bool "CONFIG C"
/linux/Documentation/translations/zh_TW/process/
H A Dsubmit-checklist.rst27 a) 使用合適的 ``CONFIG`` 選項 ``=y``、``=m`` 和 ``=n`` 。沒有 ``gcc``
47 6) 任何新的或修改過的 ``CONFIG`` 選項都不應搞亂配置菜單,並默認爲關閉,除非
/linux/Documentation/translations/zh_CN/process/
H A Dsubmit-checklist.rst24 a) 使用合适的 ``CONFIG`` 选项 ``=y``、``=m`` 和 ``=n`` 。没有 ``gcc``
44 6) 任何新的或修改过的 ``CONFIG`` 选项都不应搞乱配置菜单,并默认为关闭,除非
/linux/Documentation/translations/ja_JP/process/
H A Dsubmit-checklist.rst52 1) 新規の、もしくは変更された ``CONFIG`` オプションについて、それが関係する
106 a) 適用可能な、および ``=y``, ``=m``, ``=n`` を変更した ``CONFIG``
/linux/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/Documentation/devicetree/bindings/pinctrl/
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,imx27-pinctrl.txt10 setting. The format is fsl,pins = <PIN MUX_ID CONFIG>.
52 CONFIG can be 0 or 1, meaning Pullup disable/enable.
H A Dfsl,imx25-pinctrl.txt6 CONFIG bits definition:
/linux/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()
/linux/drivers/media/usb/dvb-usb-v2/
H A Dec168.h26 CONFIG = 0x01, enumerator
/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.c958 configuration_register = inw( ioaddr + CONFIG ); in smc_probe()
1066 outw( inw( ioaddr + CONFIG ) & ~CFG_AUI_SELECT, in smc_open()
1067 ioaddr + CONFIG ); in smc_open()
1070 outw( inw( ioaddr + CONFIG ) | CFG_AUI_SELECT, in smc_open()
1071 ioaddr + CONFIG ); in smc_open()
/linux/drivers/media/dvb-frontends/
H A Dmt312.c238 ret = mt312_writereg(state, CONFIG, in mt312_initfe()
570 ret = mt312_readreg(state, CONFIG, &config_val); in mt312_set_frontend()
710 ret = mt312_readreg(state, CONFIG, &config); in mt312_sleep()
715 ret = mt312_writereg(state, CONFIG, config & 0x7f); in mt312_sleep()
H A Dmt352_priv.h103 CONFIG = 0x8A, enumerator
/linux/Documentation/hwmon/
H A Dsmsc47b397.rst116 to the CONFIG PORT (0x2E).
121 In configuration mode, the INDEX PORT is located at the CONFIG PORT address and
140 To exit the Configuration State the write 0xAA to the CONFIG PORT (0x2E).
/linux/arch/um/kernel/
H A Dconfig.c.in11 "CONFIG"
/linux/drivers/media/pci/dt3155/
H A Ddt3155.c165 write_i2c_reg(pd->regs, CONFIG, pd->config); in dt3155_start_streaming()
452 write_i2c_reg(pd->regs, CONFIG, pd->config | PM_LUT_PGM); in dt3155_init_board()
457 write_i2c_reg(pd->regs, CONFIG, pd->config | PM_LUT_PGM | PM_LUT_SEL); in dt3155_init_board()
462 write_i2c_reg(pd->regs, CONFIG, pd->config); /* ACQ_MODE_EVEN */ in dt3155_init_board()
H A Ddt3155.h51 #define CONFIG 0x13 macro
/linux/scripts/livepatch/
H A Dklp-build41 CONFIG="$OBJ/.config"
237 source "$CONFIG" || die "no .config file in $(dirname "$CONFIG")"
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Dtegra241-cmdqv.c257 REG_CMDQV(cmdqv, CONFIG), in cmdqv_write_config()
268 REG_VINTF(vintf, CONFIG), in vintf_write_config()
289 REG_VCMDQ_PAGE0(vcmdq, CONFIG), in vcmdq_write_config()
557 writel(regval, REG_VINTF(vintf, CONFIG)); in tegra241_vintf_hw_init()
566 vintf->hyp_own = !!(VINTF_HYP_OWN & readl(REG_VINTF(vintf, CONFIG))); in tegra241_vintf_hw_init()
592 regval = readl_relaxed(REG_CMDQV(cmdqv, CONFIG)); in tegra241_cmdqv_hw_reset()

123