| /linux/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/tools/testing/selftests/bpf/ |
| H A D | with_tunnels.sh | |
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf_debugfs.c | 334 #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 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() 726 ath_dbg(common, CONFIG, in ath9k_htc_tx_aggr_oper() [all …]
|
| H A D | main.c | 323 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 D | common-spectral.c | 812 ath_dbg(common, CONFIG, "spectral scan: background mode enabled\n"); in write_file_spec_scan_ctl() 815 ath_dbg(common, CONFIG, "spectral scan: channel scan mode enabled\n"); in write_file_spec_scan_ctl() 818 ath_dbg(common, CONFIG, "spectral scan: manual mode enabled\n"); in write_file_spec_scan_ctl() 821 ath_dbg(common, CONFIG, "spectral scan: disabled\n"); in write_file_spec_scan_ctl()
|
| /linux/Documentation/kbuild/ |
| H A D | Kconfig.select-break | 24 bool "CONFIG A" 27 bool "CONFIG B" 31 bool "CONFIG C"
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| 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,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.
|
| H A D | fsl,imx25-pinctrl.txt | 6 CONFIG bits definition:
|
| /linux/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/drivers/media/usb/dvb-usb-v2/ |
| H A D | ec168.h | 26 CONFIG = 0x01, enumerator
|
| /linux/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()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc9194.c | 958 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()
|
| H A D | smc91c92_cs.c | 177 #define CONFIG 0 macro 781 s = inb(ioaddr + CONFIG); in check_sig() 786 outb(s, ioaddr + CONFIG); in check_sig() 898 smc->cfg = inw(ioaddr + CONFIG) & ~CFG_AUI_SELECT; in smc91c92_config() 1624 outw(smc->cfg | CFG_AUI_SELECT, ioaddr + CONFIG); in smc_set_xcvr() 1630 outw(smc->cfg, ioaddr + CONFIG); in smc_set_xcvr() 1741 media |= (inw(ioaddr + CONFIG) & CFG_AUI_SELECT) ? 2 : 1; in media_check() 1860 tmp = inw(ioaddr + CONFIG); in smc_netdev_get_ecmd()
|
| H A D | smc9194.h | 97 #define CONFIG 0 macro
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | mt312.c | 238 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 D | mt352_priv.h | 103 CONFIG = 0x8A, enumerator
|
| H A D | mt312_priv.h | 143 CONFIG = 127 enumerator
|
| /linux/Documentation/hwmon/ |
| H A D | smsc47b397.rst | 116 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 D | config.c.in | 11 "CONFIG"
|
| /linux/scripts/livepatch/ |
| H A D | klp-build | 41 CONFIG="$OBJ/.config" 237 source "$CONFIG" || die "no .config file in $(dirname "$CONFIG")"
|
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | tegra241-cmdqv.c | 257 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()
|
| /linux/drivers/media/pci/dt3155/ |
| H A D | dt3155.h | 51 #define CONFIG 0x13 macro
|
| /linux/Documentation/translations/zh_CN/locking/ |
| H A D | mutex-design.rst | 89 当CONFIG DEBUG_MUTEXES被启用时,这些语义将被完全强制执行。此外,互斥锁
|