/kernel/linux/linux-6.6/drivers/iio/humidity/ |
H A D | si7005.c | 36 u8 config; member 47 data->config | SI7005_CONFIG_START | in si7005_read_measurement() 160 data->config = ret; in si7005_probe()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | merge_config.sh | 4 # merge_config.sh - Takes a list of config fragment values, and merges 6 # values that did not make it to the resulting .config file (due to missed 7 # dependencies or config symbol removal). 105 KCONFIG_CONFIG=$(readlink -m -- "$OUTPUT/.config") 107 KCONFIG_CONFIG=.config 123 TMP_FILE=$(mktemp ./.tmp.config.XXXXXXXXXX) 124 MERGE_FILE=$(mktemp ./.merge_tmp.config.XXXXXXXXXX) 200 # Check all specified config values took (might have missed-dependency issues) 206 echo "Value requested for $CFG not in final .config"
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | pse-pd.c | 128 struct pse_control_config config = {}; in ethnl_set_pse() local 133 config.admin_cotrol = nla_get_u32(tb[ETHTOOL_A_PODL_PSE_ADMIN_CONTROL]); in ethnl_set_pse() 147 return pse_ethtool_set_config(phydev->psec, info->extack, &config); in ethnl_set_pse()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_private_cfm.h | 32 const struct br_cfm_mep_config *const config, 52 const struct br_cfm_cc_config *const config, 122 struct br_cfm_mep_config config; member
|
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
H A D | mock_idevice.h | 71 int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& preparedModel) override; 73 int32_t PrepareOfflineModel(const std::vector<SharedBuffer>& offlineModels, const ModelConfig& config, 76 int32_t PrepareModelFromModelCache(const std::vector<SharedBuffer>& modelCache, const ModelConfig& config,
|
/test/xts/acts/ai/nncore/opstest/include/ |
H A D | mock_idevice.h | 71 int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& preparedModel) override; 73 int32_t PrepareOfflineModel(const std::vector<SharedBuffer>& offlineModels, const ModelConfig& config, 76 int32_t PrepareModelFromModelCache(const std::vector<SharedBuffer>& modelCache, const ModelConfig& config,
|
/test/xts/acts/ai/nncore/common/ |
H A D | mock_idevice.h | 71 int32_t PrepareModel(const Model& model, const ModelConfig& config, sptr<IPreparedModel>& preparedModel) override; 73 int32_t PrepareOfflineModel(const std::vector<SharedBuffer>& offlineModels, const ModelConfig& config, 76 int32_t PrepareModelFromModelCache(const std::vector<SharedBuffer>& modelCache, const ModelConfig& config,
|
/vendor/hisilicon/hispark_taurus_linux/hdf_config/hdf_test/ |
H A D | Makefile | 62 $(Q)echo gen hdf built-in config
67 $(Q)echo gen hdf driver config
78 $(Q)echo gen hdf built-in config macro
|
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/ |
H A D | mem_debug07.sh | 27 zcat /proc/config.gz | grep CONFIG_LOWMEM=y || tst_res TCONF "CONFIG_LOWMEM=y not satisfied!" 28 zcat /proc/config.gz | grep CONFIG_LMKD_DBG=y || tst_res TCONF "CONFIG_LMKD_DBG=y not satisfied!"
|
H A D | mem_debug10.sh | 30 zcat /proc/config.gz | grep CONFIG_LOWMEM=y || tst_res TCONF "CONFIG_LOWMEM=y not satisfied!" 31 zcat /proc/config.gz | grep CONFIG_LMKD_DBG=y || tst_res TCONF "CONFIG_LMKD_DBG=y not satisfied!"
|
/kernel/linux/linux-5.10/tools/testing/selftests/memfd/ |
H A D | Makefile | 11 VAR_CFLAGS := $(shell pkg-config fuse --cflags 2>/dev/null) 16 VAR_LDLIBS := $(shell pkg-config fuse --libs 2>/dev/null)
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | au8522.h | 52 extern struct dvb_frontend *au8522_attach(const struct au8522_config *config, 56 struct dvb_frontend *au8522_attach(const struct au8522_config *config, in au8522_attach() argument
|
H A D | s5h1432.h | 64 extern struct dvb_frontend *s5h1432_attach(const struct s5h1432_config *config, 68 *config, in s5h1432_attach() 67 s5h1432_attach(const struct s5h1432_config *config, struct i2c_adapter *i2c) s5h1432_attach() argument
|
H A D | tda10048.h | 65 const struct tda10048_config *config, 69 const struct tda10048_config *config, in tda10048_attach() 68 tda10048_attach( const struct tda10048_config *config, struct i2c_adapter *i2c) tda10048_attach() argument
|
H A D | lgdt3305.h | 70 struct dvb_frontend *lgdt3305_attach(const struct lgdt3305_config *config, 74 struct dvb_frontend *lgdt3305_attach(const struct lgdt3305_config *config, in lgdt3305_attach() argument
|
H A D | stv0900.h | 47 extern struct dvb_frontend *stv0900_attach(const struct stv0900_config *config, 50 static inline struct dvb_frontend *stv0900_attach(const struct stv0900_config *config, in stv0900_attach() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.h | 55 #define phylink_to_enetc_pf(config) \ 56 container_of((config), struct enetc_pf, phylink_config)
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/ |
H A D | ia_css_macc1_5.host.c | 68 const struct ia_css_macc1_5_config *config, in ia_css_macc1_5_debug_dtrace() 72 "config.exp=%d\n", in ia_css_macc1_5_debug_dtrace() 73 config->exp); in ia_css_macc1_5_debug_dtrace() 67 ia_css_macc1_5_debug_dtrace( const struct ia_css_macc1_5_config *config, unsigned int level) ia_css_macc1_5_debug_dtrace() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | if_frad.h | 55 struct dlci_conf config; member 69 struct frad_conf config; member
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | lgdt3305.h | 70 struct dvb_frontend *lgdt3305_attach(const struct lgdt3305_config *config, 74 struct dvb_frontend *lgdt3305_attach(const struct lgdt3305_config *config, in lgdt3305_attach() argument
|
H A D | tda10048.h | 65 const struct tda10048_config *config, 69 const struct tda10048_config *config, in tda10048_attach() 68 tda10048_attach( const struct tda10048_config *config, struct i2c_adapter *i2c) tda10048_attach() argument
|
H A D | s5h1432.h | 64 extern struct dvb_frontend *s5h1432_attach(const struct s5h1432_config *config, 68 *config, in s5h1432_attach() 67 s5h1432_attach(const struct s5h1432_config *config, struct i2c_adapter *i2c) s5h1432_attach() argument
|
H A D | stv0900.h | 47 extern struct dvb_frontend *stv0900_attach(const struct stv0900_config *config, 50 static inline struct dvb_frontend *stv0900_attach(const struct stv0900_config *config, in stv0900_attach() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.h | 55 #define phylink_to_enetc_pf(config) \ 56 container_of((config), struct enetc_pf, phylink_config)
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/ |
H A D | ia_css_macc1_5.host.c | 68 const struct ia_css_macc1_5_config *config, in ia_css_macc1_5_debug_dtrace() 72 "config.exp=%d\n", in ia_css_macc1_5_debug_dtrace() 73 config->exp); in ia_css_macc1_5_debug_dtrace() 67 ia_css_macc1_5_debug_dtrace( const struct ia_css_macc1_5_config *config, unsigned int level) ia_css_macc1_5_debug_dtrace() argument
|