Home
last modified time | relevance | path

Searched refs:config (Results 9001 - 9025 of 9241) sorted by relevance

1...<<361362363364365366367368369370

/third_party/pulseaudio/src/modules/
H A Dmodule-loopback.c22 #include <config.h>
H A Dmodule-ladspa-sink.c24 #include <config.h>
749 pa_log_debug("Read empty config value (p=%lu)", p); in parse_control_parameters()
763 pa_log_debug("Read config value %f (p=%lu)", f, p); in parse_control_parameters()
H A Dmodule-device-manager.c22 #include <config.h>
H A Dmodule-combine-sink.c21 #include <config.h>
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-esound.c22 #include <config.h>
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c22 #include <config.h>
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c39 # include <config.h>
/third_party/skia/third_party/externals/libpng/
H A Dpngpriv.h51 * provide an appropriate "config.h" file on the include path. The header file
56 * configure generated config.h. Libpng is expected to compile without *any*
60 # include <config.h>
62 /* Pick up the definition of 'restrict' from config.h if it was read: */
/third_party/python/Python/
H A Dimport.c33 /* This table is defined in config.c: */
1078 return interp->config.use_frozen_modules; in use_frozen()
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c23 #include <config.h>
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c1582 (v->config.rsrc2 & C_00B22C_LDS_SIZE) | in radv_emit_graphics_pipeline()
3221 uint32_t rsrc1 = vs_shader->config.rsrc1; in emit_prolog_regs()
3222 if (chip < GFX10 && G_00B228_SGPRS(prolog->rsrc1) > G_00B228_SGPRS(vs_shader->config.rsrc1)) in emit_prolog_regs()
3228 assert(G_00B848_VGPRS(vs_shader->config.rsrc1) >= G_00B848_VGPRS(prolog->rsrc1)); in emit_prolog_regs()
3251 assert(rsrc1 == vs_shader->config.rsrc1); in emit_prolog_regs()
7569 uint32_t rsrc2 = v->config.rsrc2; in radv_emit_ngg_culling_state()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_config.c1033 CONFIG_MSG("config path is null\n"); in dhd_conf_set_conf_name_by_chip()
1216 dhd_conf_copy_path(dhd, "config.txt", dhd->conf_path, nv_path); in dhd_conf_set_path_params()
1333 rsdb_mode_cfg.config = (int)simple_strtol(buf, NULL, 0); in dhd_conf_rsdb_mode()
1334 CONFIG_MSG("rsdb_mode %d\n", rsdb_mode_cfg.config); in dhd_conf_rsdb_mode()
2686 * if you would like to disable it, please set disable_proptx=1 in config.txt in dhd_conf_get_disable_proptx()
4021 CONFIG_MSG("config path %s\n", conf_path); in dhd_conf_read_config()
4028 CONFIG_MSG("Ignore config file %s\n", conf_path); in dhd_conf_read_config()
4123 CONFIG_ERROR("error reading config file: %d\n", len); in dhd_conf_read_config()
4224 // other parameters set in preinit or config.txt in dhd_conf_set_txglom_params()
4675 CONFIG_MSG("config i in dhd_conf_attach()
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dcxd2841er.c57 const struct cxd2841er_config *config; member
3854 priv->config = cfg; in cxd2841er_attach()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c2146 /* In case there is no signal, set dp with 4 lanes to allow max config */
2481 /* Validate DSC config, dsc count validation is already done */
2734 && dc->config.enable_4to1MPC && dc->res_pool->pipe_count >= 4;
2990 if (dc->config.forced_clocks) {
/kernel/linux/linux-6.6/kernel/bpf/
H A Dsyscall.c3527 info->perf_event.event.config = event->attr.config; in bpf_perf_link_fill_perf_event()
/kernel/linux/linux-6.6/drivers/net/
H A Dvirtio_net.c35 /* FIXME: MTU in config. */
292 /* Work struct for config space updates */
4074 vdev->config->del_vqs(vdev); in virtnet_del_vqs()
4330 if (!vdev->config->get) { in virtnet_validate()
4331 dev_err(&vdev->dev, "%s failure: config access disabled\n", in virtnet_validate()
4626 otherwise get link status from config. */ in virtnet_probe()
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c768 [HWSIM_MCGRP_CONFIG] = { .name = "config", },
2579 "intf %pM [link=%d]: bad STA %pM bandwidth %d MHz (%d) > channel config %d MHz (%d)\n", in mac80211_hwsim_sta_rc_update()
3827 .config = mac80211_hwsim_config, \
6458 vdev->config->del_vqs(vdev); in remove_vqs()
/kernel/linux/linux-6.6/drivers/phy/cadence/
H A Dphy-cadence-torrent.c2088 const struct regmap_config *config) in cdns_regmap_init()
2100 return devm_regmap_init(dev, NULL, ctx, config); in cdns_regmap_init()
2085 cdns_regmap_init(struct device *dev, void __iomem *base, u32 block_offset, u8 reg_offset_shift, const struct regmap_config *config) cdns_regmap_init() argument
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dcxd2841er.c57 const struct cxd2841er_config *config; member
3854 priv->config = cfg; in cxd2841er_attach()
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/
H A DKvStoreSecurityLevelS1Jsunit.test.js53 const config = {
144 kvManager = factory.createKVManager(config);
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp3086 program->config->num_vgprs = get_vgpr_alloc(program, ctx.max_used_vgpr + 1); in register_allocation()
3087 program->config->num_sgprs = get_sgpr_alloc(program, ctx.max_used_sgpr + 1); in register_allocation()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFramebufferTest.cpp3623 // a supported config. The common intersection area should be correctly rendered. The contents
3748 EGLConfig config = window->getConfig(); in TEST_P() local
3759 EGLContext context2 = eglCreateContext(display, config, context1, contextAttributes); in TEST_P()
H A DWebGLCompatibilityTest.cpp2496 EGLConfig config = window->getConfig(); in TEST_P() local
2509 auto context2 = eglCreateContext(display, config, context1, contextAttributes); in TEST_P()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h11761 u32 config; member
11887 u32 config; member
12139 u32 config; member
12284 u32 config; member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_init.c2216 uint16_t config[4]; in qla83xx_nic_core_fw_load() local
2269 memset(config, 0, sizeof(config)); in qla83xx_nic_core_fw_load()
2270 if (!qla81xx_get_port_config(vha, config)) in qla83xx_nic_core_fw_load()
3952 * by nvram config routine.
4252 * by nvram config routine.
7073 "ISP Abort - ISP reg disconnect pre nvram config, exiting.\n"); in qla2x00_abort_isp()
7080 "ISP Abort - ISP reg disconnect post nvmram config, exiting.\n"); in qla2x00_abort_isp()
8953 * each of the fcp prio config entries. If a match is found,

Completed in 153 milliseconds

1...<<361362363364365366367368369370