Home
last modified time | relevance | path

Searched refs:CONFIG (Results 1 - 25 of 81) sorted by relevance

1234

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dwith_tunnels.sh7 CONFIG="remote 127.0.0.2 local 127.0.0.1 dev lo"
10 ip link add "ipip_${SUFFIX}" type ipip ${CONFIG}
11 ip link add "gre_${SUFFIX}" type gre ${CONFIG}
12 ip link add "sit_${SUFFIX}" type sit ${CONFIG}
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dwith_tunnels.sh7 CONFIG="remote 127.0.0.2 local 127.0.0.1 dev lo"
10 ip link add "ipip_${SUFFIX}" type ipip ${CONFIG}
11 ip link add "gre_${SUFFIX}" type gre ${CONFIG}
12 ip link add "sit_${SUFFIX}" type sit ${CONFIG}
/kernel/linux/linux-5.10/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"
/kernel/linux/linux-6.6/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"
/kernel/liteos_m/
H A DMakefile59 CONFIG ?= $(PRODUCT_PATH)/kernel_configs/release$(tee).config macro
61 CONFIG ?= $(PRODUCT_PATH)/kernel_configs/debug$(tee).config macro
64 KCONFIG_CONFIG ?= $(CONFIG)
95 CONFIG: kernel config file to be use
113 $(HIDE)test -f "$(CONFIG)" && cp -v "$(CONFIG)" .config && menuconfig $(args) && savedefconfig --out "$(CONFIG)"
/kernel/linux/linux-5.10/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.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()
714 ath_dbg(common, CONFIG, "Unsupported beaconing mode\n"); in ath9k_set_beacon()
H A Dmain.c325 ath_dbg(common, CONFIG, "Reset to %u MHz, HT40: %d fastcc: %d\n", in ath_reset_internal()
664 ath_dbg(common, CONFIG, in ath9k_start()
987 ath_dbg(common, CONFIG, "Driver halt\n"); in ath9k_stop()
1142 ath_dbg(common, CONFIG, in ath9k_set_assoc_state()
1275 ath_dbg(common, CONFIG, in ath9k_calculate_summary_state()
1353 ath_dbg(common, CONFIG, "Attach a VIF of type: %d\n", vif->type); in ath9k_add_interface()
1400 ath_dbg(common, CONFIG, "Change Interface\n"); in ath9k_change_interface()
1427 ath_dbg(common, CONFIG, "Detach Interface\n"); in ath9k_remove_interface()
1537 ath_dbg(common, CONFIG, "Monitor mode is enabled\n"); in ath9k_config()
1540 ath_dbg(common, CONFIG, "Monito in ath9k_config()
[all...]
/kernel/linux/linux-6.6/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.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()
H A Dmain.c325 ath_dbg(common, CONFIG, "Reset to %u MHz, HT40: %d fastcc: %d\n", in ath_reset_internal()
664 ath_dbg(common, CONFIG, in ath9k_start()
987 ath_dbg(common, CONFIG, "Driver halt\n"); in ath9k_stop()
1139 ath_dbg(common, CONFIG, in ath9k_set_assoc_state()
1270 ath_dbg(common, CONFIG, in ath9k_calculate_summary_state()
1348 ath_dbg(common, CONFIG, "Attach a VIF of type: %d\n", vif->type); in ath9k_add_interface()
1395 ath_dbg(common, CONFIG, "Change Interface\n"); in ath9k_change_interface()
1422 ath_dbg(common, CONFIG, "Detach Interface\n"); in ath9k_remove_interface()
1532 ath_dbg(common, CONFIG, "Monitor mode is enabled\n"); in ath9k_config()
1535 ath_dbg(common, CONFIG, "Monito in ath9k_config()
[all...]
/kernel/liteos_a/
H A DMakefile57 CONFIG ?= $(PRODUCT_PATH)/kernel_configs/release$(tee).config macro
59 CONFIG ?= $(PRODUCT_PATH)/kernel_configs/debug$(tee).config macro
62 KCONFIG_CONFIG ?= $(CONFIG)
107 CONFIG: kernel config file to be use
139 $(HIDE)test -f "$(CONFIG)" && cp -v "$(CONFIG)" .config && menuconfig $(args) && savedefconfig --out "$(CONFIG)"
/kernel/linux/linux-5.10/drivers/thermal/qcom/
H A Dtsens-8960.c18 #define CONFIG 0x9b macro
95 * Separate CONFIG restore is not needed only for 8660 as in resume_8960()
99 ret = regmap_update_bits(map, CONFIG_ADDR, CONFIG_MASK, CONFIG); in resume_8960()
195 CONFIG_MASK, CONFIG); in init_8960()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Dec168.h26 CONFIG = 0x01, enumerator
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H A Dec168.h26 CONFIG = 0x01, enumerator
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/thermal/qcom/
H A Dtsens-8960.c16 #define CONFIG 0x9b macro
91 * Separate CONFIG restore is not needed only for 8660 as in resume_8960()
95 ret = regmap_update_bits(map, CONFIG_ADDR, CONFIG_MASK, CONFIG); in resume_8960()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/media/pci/dt3155/
H A Ddt3155.c167 write_i2c_reg(pd->regs, CONFIG, pd->config); in dt3155_start_streaming()
459 write_i2c_reg(pd->regs, CONFIG, pd->config | PM_LUT_PGM); in dt3155_init_board()
464 write_i2c_reg(pd->regs, CONFIG, pd->config | PM_LUT_PGM | PM_LUT_SEL); in dt3155_init_board()
469 write_i2c_reg(pd->regs, CONFIG, pd->config); /* ACQ_MODE_EVEN */ in dt3155_init_board()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/media/pci/dt3155/
H A Ddt3155.c167 write_i2c_reg(pd->regs, CONFIG, pd->config); in dt3155_start_streaming()
456 write_i2c_reg(pd->regs, CONFIG, pd->config | PM_LUT_PGM); in dt3155_init_board()
461 write_i2c_reg(pd->regs, CONFIG, pd->config | PM_LUT_PGM | PM_LUT_SEL); in dt3155_init_board()
466 write_i2c_reg(pd->regs, CONFIG, pd->config); /* ACQ_MODE_EVEN */ in dt3155_init_board()
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc9194.c956 configuration_register = inw( ioaddr + CONFIG ); in smc_probe()
1064 outw( inw( ioaddr + CONFIG ) & ~CFG_AUI_SELECT, in smc_open()
1065 ioaddr + CONFIG ); in smc_open() local
1068 outw( inw( ioaddr + CONFIG ) | CFG_AUI_SELECT, in smc_open()
1069 ioaddr + CONFIG ); in smc_open() local

Completed in 21 milliseconds

1234