/kernel/linux/linux-5.10/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-5.10/drivers/usb/core/ |
H A D | of.c | 69 cdesc = &udev->config->desc; in usb_of_has_combined_node() 82 * @config: configuration value 92 usb_of_get_interface_node(struct usb_device *udev, u8 config, u8 ifnum) in usb_of_get_interface_node() argument 101 if (reg[0] == ifnum && reg[1] == config) in usb_of_get_interface_node()
|
/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()
|
/kernel/linux/linux-5.10/arch/x86/events/ |
H A D | core.c | 148 static int x86_pmu_extra_regs(u64 config, struct perf_event *event) in x86_pmu_extra_regs() argument 159 if (er->event != (config & er->config_mask)) in x86_pmu_extra_regs() 168 reg->config = event->attr.config1; in x86_pmu_extra_regs() 338 u64 config, val; in set_ext_hw_attr() local 340 config = attr->config; in set_ext_hw_attr() 342 cache_type = (config >> 0) & 0xff; in set_ext_hw_attr() 347 cache_op = (config >> 8) & 0xff; in set_ext_hw_attr() 352 cache_result = (config >> 16) & 0xff; in set_ext_hw_attr() 365 hwc->config | in set_ext_hw_attr() 453 u64 config; x86_setup_perfctr() local 1784 u64 config = 0; events_sysfs_show() local 1870 x86_event_sysfs_show(char *page, u64 config, u64 event) x86_event_sysfs_show() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/ |
H A D | hash_core.c | 228 if (HASH_OPER_MODE_HASH == ctx->config.oper_mode) { in get_empty_message_digest() 229 if (HASH_ALGO_SHA1 == ctx->config.algorithm) { in get_empty_message_digest() 235 ctx->config.algorithm) { in get_empty_message_digest() 246 } else if (HASH_OPER_MODE_HMAC == ctx->config.oper_mode) { in get_empty_message_digest() 248 if (HASH_ALGO_SHA1 == ctx->config.algorithm) { in get_empty_message_digest() 253 } else if (HASH_ALGO_SHA256 == ctx->config.algorithm) { in get_empty_message_digest() 475 ret = hash_setconfiguration(device_data, &ctx->config); in init_hash_hw() 484 if (ctx->config.oper_mode == HASH_OPER_MODE_HMAC) in init_hash_hw() 673 * @config: Pointer to a configuration structure. 676 struct hash_config *config) in hash_setconfiguration() 675 hash_setconfiguration(struct hash_device_data *device_data, struct hash_config *config) hash_setconfiguration() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-capture.c | 63 void (*config)(struct rkisp1_capture *cap); member 370 const struct rkisp1_capture_fmt_cfg *fmts = cap->config->fmts; in rkisp1_cap_enum_mbus_codes() 378 for (i = 0; i < cap->config->fmt_size; i++) { in rkisp1_cap_enum_mbus_codes() 438 rkisp1_write(rkisp1, cap->config->mi.y_size_init, in rkisp1_mp_config() 440 rkisp1_write(rkisp1, cap->config->mi.cb_size_init, in rkisp1_mp_config() 442 rkisp1_write(rkisp1, cap->config->mi.cr_size_init, in rkisp1_mp_config() 475 rkisp1_write(rkisp1, cap->config->mi.y_size_init, in rkisp1_sp_config() 477 rkisp1_write(rkisp1, cap->config->mi.cb_size_init, in rkisp1_sp_config() 479 rkisp1_write(rkisp1, cap->config->mi.cr_size_init, in rkisp1_sp_config() 590 .config 1156 const struct rkisp1_capture_config *config = cap->config; rkisp1_try_fmt() local [all...] |
/foundation/multimedia/av_codec/test/unittest/media_sink_test/ |
H A D | audio_server_sink_plugin_test.cpp | 244 AVBufferConfig config;
in HWTEST() local 245 config.size = 4;
in HWTEST() 246 config.memoryType = MemoryType::SHARED_MEMORY;
in HWTEST() 247 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config);
in HWTEST() 345 AVBufferConfig config;
in HWTEST() local 346 config.size = 4;
in HWTEST() 347 config.memoryType = MemoryType::SHARED_MEMORY;
in HWTEST() 348 const std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(config);
in HWTEST() 351 audioServerSinkPlugin->CacheData(addr, config.size);
in HWTEST() 352 audioServerSinkPlugin->CacheData(addr, config in HWTEST() [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/ |
H A D | wifi_sta_hal_interface.cpp | 471 int networkId, const WifiHalDeviceConfig &config, const std::string &ifaceName) in SetDeviceConfig() 475 return mHdiWpaClient->SetDeviceConfig(networkId, config, ifaceName.c_str()); in SetDeviceConfig() 478 return mIdlClient->SetDeviceConfig(networkId, config); in SetDeviceConfig() 482 WifiErrorNo WifiStaHalInterface::GetDeviceConfig(WifiHalGetDeviceConfig &config, const std::string &ifaceName) in GetDeviceConfig() argument 487 return mHdiWpaClient->GetDeviceConfig(config, ifaceName.c_str()); in GetDeviceConfig() 490 return mIdlClient->GetDeviceConfig(config); in GetDeviceConfig() 522 WifiErrorNo WifiStaHalInterface::StartWpsPbcMode(const WifiHalWpsConfig &config) in StartWpsPbcMode() argument 527 config, WifiConfigCenter::GetInstance().GetStaIfaceName(INSTID_WLAN0).c_str()); in StartWpsPbcMode() 530 return mIdlClient->ReqStartWpsPbcMode(config); in StartWpsPbcMode() 534 WifiErrorNo WifiStaHalInterface::StartWpsPinMode(const WifiHalWpsConfig &config, in argument 470 SetDeviceConfig( int networkId, const WifiHalDeviceConfig &config, const std::string &ifaceName) SetDeviceConfig() argument 582 SetRoamConfig(const WifiHalRoamConfig &config) SetRoamConfig() argument [all...] |
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm_pmu.c | 121 u64 config) in armpmu_map_cache_event() 125 cache_type = (config >> 0) & 0xff; in armpmu_map_cache_event() 129 cache_op = (config >> 8) & 0xff; in armpmu_map_cache_event() 133 cache_result = (config >> 16) & 0xff; in armpmu_map_cache_event() 149 armpmu_map_hw_event(const unsigned (*event_map)[PERF_COUNT_HW_MAX], u64 config) in armpmu_map_hw_event() argument 153 if (config >= PERF_COUNT_HW_MAX) in armpmu_map_hw_event() 159 mapping = (*event_map)[config]; in armpmu_map_hw_event() 164 armpmu_map_raw_event(u32 raw_event_mask, u64 config) in armpmu_map_raw_event() argument 166 return (int)(config & raw_event_mask); in armpmu_map_raw_event() 178 u64 config in armpmu_map_event() local 117 armpmu_map_cache_event(const unsigned (*cache_map) [PERF_COUNT_HW_CACHE_MAX] [PERF_COUNT_HW_CACHE_OP_MAX] [PERF_COUNT_HW_CACHE_RESULT_MAX], u64 config) armpmu_map_cache_event() argument [all...] |
H A D | qcom_l2_pmu.c | 462 if (((L2_EVT_GROUP(event->attr.config) > L2_EVT_GROUP_MAX) || in l2_cache_event_init() 463 ((event->attr.config & ~L2_EVT_MASK) != 0)) && in l2_cache_event_init() 464 (event->attr.config != L2CYCLE_CTR_RAW_CODE)) { in l2_cache_event_init() 466 "Invalid config %llx\n", in l2_cache_event_init() 467 event->attr.config); in l2_cache_event_init() 507 (L2_EVT_GROUP(event->group_leader->attr.config) == in l2_cache_event_init() 508 L2_EVT_GROUP(event->attr.config))) { in l2_cache_event_init() 511 event->group_leader->attr.config, in l2_cache_event_init() 512 event->attr.config); in l2_cache_event_init() 519 (L2_EVT_GROUP(sibling->attr.config) in l2_cache_event_init() 546 u32 config; l2_cache_event_start() local [all...] |