/kernel/linux/linux-5.10/tools/perf/python/ |
H A D | tracepoint.py | 10 config = perf.tracepoint(sys, name) 13 config = config,
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv6110x_priv.h | 53 #define REFCLOCK_kHz (stv6110x->config->refclk / 1000) 54 #define REFCLOCK_MHz (stv6110x->config->refclk / 1000000) 59 const struct stv6110x_config *config; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_nve.h | 24 struct mlxsw_sp_nve_config config; member 43 struct mlxsw_sp_nve_config *config); 45 const struct mlxsw_sp_nve_config *config);
|
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A D | com20020.h | 125 lp->config = (lp->config & ~0x03) | val; in com20020_set_subaddress() 126 arcnet_outb(lp->config, ioaddr, COM20020_REG_W_CONFIG); in com20020_set_subaddress()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | of.c | 68 cdesc = &udev->config->desc; in usb_of_has_combined_node() 81 * @config: configuration value 91 usb_of_get_interface_node(struct usb_device *udev, u8 config, u8 ifnum) in usb_of_get_interface_node() argument 100 if (reg[0] == ifnum && reg[1] == config) in usb_of_get_interface_node()
|
/kernel/linux/linux-6.6/drivers/media/pci/mantis/ |
H A D | hopper_vp3028.c | 35 struct mantis_hwconfig *config = mantis->hwconfig; in vp3028_frontend_init() local 38 mantis_gpio_set_bits(mantis, config->reset, 0); in vp3028_frontend_init() 42 mantis_gpio_set_bits(mantis, config->reset, 1); in vp3028_frontend_init()
|
/kernel/linux/linux-6.6/tools/perf/python/ |
H A D | tracepoint.py | 10 config = perf.tracepoint(sys, name) 13 config = config,
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
H A D | mmcr1_sel_unit_cache_test.c | 62 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, pmcxsel) != in mmcr1_sel_unit_cache() 64 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, unit) != in mmcr1_sel_unit_cache() 66 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, cache) != in mmcr1_sel_unit_cache()
|
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_decode.cpp | 35 astcenc_config config; in TEST() local 53 astcenc_config_init(ASTCENC_PRF_LDR, 12, 12, 1, ASTCENC_PRE_MEDIUM, 0, &config); in TEST() 55 status = astcenc_context_alloc(&config, 1, &context); in TEST()
|
/third_party/lwip/src/include/lwip/ |
H A D | altcp_tls.h | 71 err_t altcp_tls_config_server_add_privkey_cert(struct altcp_tls_config *config, 116 struct altcp_pcb *altcp_tls_wrap(struct altcp_tls_config *config, struct altcp_pcb *inner_pcb); 121 struct altcp_pcb *altcp_tls_new(struct altcp_tls_config *config, u8_t ip_type);
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | dofile.pl | 12 # that holds configuration data in %config 26 if !exists($config{target}); 75 use lib '$config{builddir}'; 85 HASH => { config => \%config,
|
/third_party/libcoap/scripts/ |
H A D | dist.sh | 51 config() { function 53 ./configure $* || cat config.log 57 config "$WITH_TESTS $SILENT --enable-documentation --enable-examples --disable-dtls" && make dist
|
/third_party/openssl/util/ |
H A D | dofile.pl | 12 # that holds configuration data in %config 26 if !exists($config{target}); 75 use lib '$config{builddir}'; 85 HASH => { config => \%config,
|
/third_party/rust/crates/clap/examples/tutorial_derive/ |
H A D | 04_03_relations.rs | 36 config: Option<String>, 65 if let Some(config) = cli.config.as_deref() { in main() 70 println!("Doing work using input {input} and config {config}"); in main()
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluConfigFilter.hpp | 46 CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config); 82 eglw::EGLConfig config; member 99 bool match (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config) const;
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluRenderConfig.hpp | 115 void parseRenderConfig (RenderConfig* config, const tcu::CommandLine& cmdLine); 119 T getValueOrDefault (const RenderConfig& config, const T RenderConfig::*field, T defaultValue) in getValueOrDefault() argument 121 T value = config.*field; in getValueOrDefault()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | stream.c | 16 #include <linux/rkisp1-config.h> 202 rkispp_write(stream->isppdev, stream->config->reg.cur_vir_stride, val); in set_vir_stride() 207 rkispp_write(stream->isppdev, stream->config->reg.factor, val); in set_scl_factor() 240 for (i = 0; i < stream->config->fmt_size; i++) { in find_fmt() 241 fmt = &stream->config->fmts[i]; in find_fmt() 574 /* enable dma immediately, config in idle state */ in secure_config_mb() 604 /* config first buf */ in secure_config_mb() 627 stream->config->frame_end_id = TNR_INT; in config_mb() 628 stream->config->reg.cur_y_base = RKISPP_TNR_WR_Y_BASE; in config_mb() 629 stream->config in config_mb() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | stream.c | 16 #include <linux/rkisp1-config.h> 187 rkispp_write(stream->isppdev, stream->config->reg.cur_vir_stride, val); in set_vir_stride() 192 rkispp_write(stream->isppdev, stream->config->reg.factor, val); in set_scl_factor() 227 for (i = 0; i < stream->config->fmt_size; i++) { in find_fmt() 228 fmt = &stream->config->fmts[i]; in find_fmt() 577 /* enable dma immediately, config in idle state */ in secure_config_mb() 611 /* config first buf */ in secure_config_mb() 632 stream->config->frame_end_id = TNR_INT; in config_mb() 633 stream->config->reg.cur_y_base = RKISPP_TNR_WR_Y_BASE; in config_mb() 634 stream->config in config_mb() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_discovery.c | 324 * have a bad harvest table of VCN config. in amdgpu_discovery_harvest_config_quirk() 1436 adev->gfx.config.max_shader_engines = le32_to_cpu(gc_info->v1.gc_num_se); in amdgpu_discovery_get_gfx_info() 1437 adev->gfx.config.max_cu_per_sh = 2 * (le32_to_cpu(gc_info->v1.gc_num_wgp0_per_sa) + in amdgpu_discovery_get_gfx_info() 1439 adev->gfx.config.max_sh_per_se = le32_to_cpu(gc_info->v1.gc_num_sa_per_se); in amdgpu_discovery_get_gfx_info() 1440 adev->gfx.config.max_backends_per_se = le32_to_cpu(gc_info->v1.gc_num_rb_per_se); in amdgpu_discovery_get_gfx_info() 1441 adev->gfx.config.max_texture_channel_caches = le32_to_cpu(gc_info->v1.gc_num_gl2c); in amdgpu_discovery_get_gfx_info() 1442 adev->gfx.config.max_gprs = le32_to_cpu(gc_info->v1.gc_num_gprs); in amdgpu_discovery_get_gfx_info() 1443 adev->gfx.config.max_gs_threads = le32_to_cpu(gc_info->v1.gc_num_max_gs_thds); in amdgpu_discovery_get_gfx_info() 1444 adev->gfx.config.gs_vgt_table_depth = le32_to_cpu(gc_info->v1.gc_gs_table_depth); in amdgpu_discovery_get_gfx_info() 1445 adev->gfx.config in amdgpu_discovery_get_gfx_info() [all...] |
/drivers/hdf_core/framework/model/sensor/driver/accel/ |
H A D | sensor_gravity_driver.c | 227 static int32_t InitGravityOps(struct SensorCfgData *config, struct SensorDeviceInfo *deviceInfo) in InitGravityOps() argument 229 CHECK_NULL_PTR_RETURN_VALUE(config, HDF_ERR_INVALID_PARAM); in InitGravityOps() 238 &config->sensorInfo, sizeof(config->sensorInfo)) != EOK) { in InitGravityOps() 251 static int32_t InitGravityAfterBase(struct SensorCfgData *config) in InitGravityAfterBase() argument 254 CHECK_NULL_PTR_RETURN_VALUE(config, HDF_ERR_INVALID_PARAM); in InitGravityAfterBase() 256 if (InitGravityOps(config, &deviceInfo) != HDF_SUCCESS) { in InitGravityAfterBase() 277 HDF_LOGE("%s: Get sensor base config failed", __func__); in GravityCreateCfgData() 295 HDF_LOGE("%s: Init gravity config failed", __func__); in GravityInitDriver() 301 HDF_LOGE("%s: Malloc gravity config dat in GravityInitDriver() [all...] |
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/ |
H A D | stream_tunnel.cpp | 191 RetCode StreamTunnel::Config(const TunnelConfig& config) in Config() argument 193 requestConfig_.width = config.width; in Config() 194 requestConfig_.height = config.height; in Config() 195 requestConfig_.format = BufferAdapter::CameraFormatToPixelFormat(config.format); in Config() 196 requestConfig_.usage = BufferAdapter::CameraUsageToGrallocUsage(config.usage); in Config() 200 flushConfig_.damage.w = config.width; in Config() 201 flushConfig_.damage.h = config.height; in Config()
|
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/ |
H A D | cryp.c | 295 struct cryp_config *config = in cryp_save_device_context() local 313 switch (config->keysize) { in cryp_save_device_context() 356 struct cryp_config *config = in cryp_restore_device_context() local 363 switch (config->keysize) { in cryp_restore_device_context() 385 if (config->algomode == CRYP_ALGO_TDES_CBC || in cryp_restore_device_context() 386 config->algomode == CRYP_ALGO_DES_CBC || in cryp_restore_device_context() 387 config->algomode == CRYP_ALGO_AES_CBC) { in cryp_restore_device_context()
|
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | altera-ps-spi.c | 40 struct gpio_desc *config; member 121 gpiod_set_value_cansleep(conf->config, 1); in altera_ps_write_init() 131 gpiod_set_value_cansleep(conf->config, 0); in altera_ps_write_init() 278 conf->config = devm_gpiod_get(&spi->dev, "nconfig", GPIOD_OUT_LOW); in altera_ps_probe() 279 if (IS_ERR(conf->config)) { in altera_ps_probe() 280 dev_err(&spi->dev, "Failed to get config gpio: %ld\n", in altera_ps_probe() 281 PTR_ERR(conf->config)); in altera_ps_probe() 282 return PTR_ERR(conf->config); in altera_ps_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_res.c | 44 struct vnic_enet_config *c = &enic->config; in enic_get_vnic_config() 311 enic->config.intr_timer_usec, in enic_init_vnic_resources() 312 enic->config.intr_timer_type, in enic_init_vnic_resources() 339 enic->config.wq_desc_count, in enic_alloc_vnic_resources() 347 enic->config.rq_desc_count, in enic_alloc_vnic_resources() 356 enic->config.rq_desc_count, in enic_alloc_vnic_resources() 360 enic->config.wq_desc_count, in enic_alloc_vnic_resources()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | ec100.c | 14 struct ec100_config config; member 26 .addr = state->config.demod_address, in ec100_write_reg() 51 .addr = state->config.demod_address, in ec100_read_reg() 56 .addr = state->config.demod_address, in ec100_read_reg() 271 struct dvb_frontend *ec100_attach(const struct ec100_config *config, in ec100_attach() argument 285 memcpy(&state->config, config, sizeof(struct ec100_config)); in ec100_attach()
|