Home
last modified time | relevance | path

Searched refs:config_type (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-tmc.c71 switch (drvdata->config_type) { in tmc_read_prepare()
93 switch (drvdata->config_type) { in tmc_read_unprepare()
130 switch (drvdata->config_type) { in tmc_get_sysfs_trace()
297 if (drvdata->config_type != TMC_CONFIG_TYPE_ETR) in buffer_size_store()
416 drvdata->config_type = BMVAL(devid, 6, 7); in tmc_probe()
419 if (drvdata->config_type == TMC_CONFIG_TYPE_ETR) { in tmc_probe()
436 switch (drvdata->config_type) { in tmc_probe()
Dcoresight-tmc-etf.c534 if (WARN_ON_ONCE(drvdata->config_type != TMC_CONFIG_TYPE_ETB && in tmc_read_prepare_etb()
535 drvdata->config_type != TMC_CONFIG_TYPE_ETF)) in tmc_read_prepare_etb()
582 if (WARN_ON_ONCE(drvdata->config_type != TMC_CONFIG_TYPE_ETB && in tmc_read_unprepare_etb()
583 drvdata->config_type != TMC_CONFIG_TYPE_ETF)) in tmc_read_unprepare_etb()
Dcoresight-tmc.h188 enum tmc_config_type config_type; member
Dcoresight-tmc-etr.c1144 if (WARN_ON_ONCE(drvdata->config_type != TMC_CONFIG_TYPE_ETR)) in tmc_read_prepare_etr()
1182 if (WARN_ON_ONCE(drvdata->config_type != TMC_CONFIG_TYPE_ETR)) in tmc_read_unprepare_etr()
/Linux-v4.19/drivers/gpu/drm/amd/display/include/
Dgpio_service_interface.h89 enum gpio_ddc_config_type config_type);
100 enum gpio_ddc_config_type config_type);
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/gpio/
Dgpio_service.c478 enum gpio_ddc_config_type config_type) in dal_ddc_open() argument
511 config_data.config.ddc.type = config_type; in dal_ddc_open()
574 enum gpio_ddc_config_type config_type) in dal_ddc_set_config() argument
580 config_data.config.ddc.type = config_type; in dal_ddc_set_config()
/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_hwconfig.h203 enum odm_rf_config_type config_type,
208 enum odm_bb_config_type config_type);
214 enum odm_fw_config_type config_type,
Dphydm_hwconfig.c1241 enum odm_rf_config_type config_type, in odm_config_rf_with_header_file() argument
1257 if (config_type == CONFIG_RF_RADIO) { in odm_config_rf_with_header_file()
1262 } else if (config_type == CONFIG_RF_TXPWR_LMT) { in odm_config_rf_with_header_file()
1317 enum odm_bb_config_type config_type) in odm_config_bb_with_header_file() argument
1324 if (config_type == CONFIG_BB_PHY_REG) in odm_config_bb_with_header_file()
1326 else if (config_type == CONFIG_BB_AGC_TAB) in odm_config_bb_with_header_file()
1328 else if (config_type == CONFIG_BB_PHY_REG_PG) in odm_config_bb_with_header_file()
1359 enum odm_fw_config_type config_type, in odm_config_fw_with_header_file() argument
/Linux-v4.19/sound/soc/intel/skylake/
Dskl-nhlt.h111 u8 config_type; member