Home
last modified time | relevance | path

Searched defs:params (Results 51 – 75 of 2061) sorted by relevance

12345678910>>...83

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Drtw_rhashtable.h45 #define rtw_rhashtable_init(ht, params) rhashtable_init(ht, params) argument
60 #define rtw_rhashtable_lookup_fast(ht, key, params) rhashtable_lookup_fast((ht), (key), (params)) argument
61 #define rtw_rhashtable_lookup_insert_fast(ht, obj, params) rhashtable_lookup_insert_fast((ht), (obj… argument
62 #define rtw_rhashtable_remove_fast(ht, obj, params) rhashtable_remove_fast((ht), (obj), (params)) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Drtw_rhashtable.h46 #define rtw_rhashtable_init(ht, params) rhashtable_init(ht, params) argument
61 #define rtw_rhashtable_lookup_fast(ht, key, params) rhashtable_lookup_fast((ht), (key), (params)) argument
62 #define rtw_rhashtable_lookup_insert_fast(ht, obj, params) rhashtable_lookup_insert_fast((ht), (obj… argument
63 #define rtw_rhashtable_remove_fast(ht, obj, params) rhashtable_remove_fast((ht), (obj), (params)) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Drtw_rhashtable.h46 #define rtw_rhashtable_init(ht, params) rhashtable_init(ht, params) argument
61 #define rtw_rhashtable_lookup_fast(ht, key, params) rhashtable_lookup_fast((ht), (key), (params)) argument
62 #define rtw_rhashtable_lookup_insert_fast(ht, obj, params) rhashtable_lookup_insert_fast((ht), (obj… argument
63 #define rtw_rhashtable_remove_fast(ht, obj, params) rhashtable_remove_fast((ht), (obj), (params)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_rhashtable.h45 #define rtw_rhashtable_init(ht, params) rhashtable_init(ht, params) argument
60 #define rtw_rhashtable_lookup_fast(ht, key, params) rhashtable_lookup_fast((ht), (key), (params)) argument
61 #define rtw_rhashtable_lookup_insert_fast(ht, obj, params) rhashtable_lookup_insert_fast((ht), (obj… argument
62 #define rtw_rhashtable_remove_fast(ht, obj, params) rhashtable_remove_fast((ht), (obj), (params)) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dwb_cm.c83 const struct pwl_params *params) in dwb3_program_ogam_luta_settings()
116 const struct pwl_params *params) in dwb3_program_ogam_lutb_settings()
236 const struct pwl_params *params) in dwb3_program_ogam_lut()
354 const struct dc_dwb_params *params) in dwb3_set_gamut_remap()
387 const struct dc_dwb_params *params) in dwb3_program_hdr_mult()
H A Ddcn30_dwb.c66 void dwb3_config_fc(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb3_config_fc()
91 bool dwb3_enable(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb3_enable()
133 bool dwb3_update(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb3_update()
206 void dwb3_set_denorm(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb3_set_denorm()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dflann_base.hpp91 IndexParams params; in load_saved_index() local
108 …Index(const Matrix<ElementType>& features, const IndexParams& params, Distance distance = Distance… in Index()
216 …s, Matrix<int>& indices, Matrix<DistanceType>& dists, int knn, const SearchParams& params) CV_OVER… in knnSearch()
230 …trix<int>& indices, Matrix<DistanceType>& dists, float radius, const SearchParams& params) CV_OVER… in radiusSearch()
285 const KMeansIndexParams& params, Distance d = Distance()) in hierarchicalClustering()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_aenc.cpp56 static RK_U32 test_find_audio_enc_codec_id(TEST_AENC_CTX_S *params) { in test_find_audio_enc_codec_id()
77 static RK_U32 test_find_audio_enc_format(TEST_AENC_CTX_S *params) { in test_find_audio_enc_format()
113 RK_S32 test_init_mpi_aenc(TEST_AENC_CTX_S *params) { in test_init_mpi_aenc()
151 TEST_AENC_CTX_S *params = reinterpret_cast<TEST_AENC_CTX_S *>(arg); in send_frame_thread() local
214 TEST_AENC_CTX_S *params = reinterpret_cast<TEST_AENC_CTX_S *>(arg); in receive_stream_thread() local
265 RK_S32 unit_test_mpi_aenc(TEST_AENC_CTX_S *params) { in unit_test_mpi_aenc()
H A Dtest_mpi_adec.cpp67 static RK_U32 test_find_audio_codec_id(TEST_ADEC_CTX_S *params) { in test_find_audio_codec_id()
91 RK_S32 test_init_mpi_adec(TEST_ADEC_CTX_S *params) { in test_init_mpi_adec()
128 TEST_ADEC_CTX_S *params = reinterpret_cast<TEST_ADEC_CTX_S *>(arg); in send_stream_thread() local
195 TEST_ADEC_CTX_S *params = reinterpret_cast<TEST_ADEC_CTX_S *>(arg); in receive_data_thread() local
265 RK_S32 unit_test_mpi_adec(TEST_ADEC_CTX_S *params) { in unit_test_mpi_adec()
/OK3568_Linux_fs/u-boot/tools/
H A Daisimage.c179 static uint32_t *ais_alloc_buffer(struct image_tool_params *params) in ais_alloc_buffer()
219 static uint32_t *ais_copy_image(struct image_tool_params *params, in ais_copy_image()
255 static int aisimage_generate(struct image_tool_params *params, in aisimage_generate()
373 struct image_tool_params *params) in aisimage_verify_header()
387 struct image_tool_params *params) in aisimage_set_header()
391 int aisimage_check_params(struct image_tool_params *params) in aisimage_check_params()
H A Datmelimage.c116 struct image_tool_params *params) in atmel_verify_header()
208 struct image_tool_params *params) in atmel_set_header()
228 static int atmel_check_params(struct image_tool_params *params) in atmel_check_params()
241 static int atmel_vrec_header(struct image_tool_params *params, in atmel_vrec_header()
H A Dimagetool.c34 struct image_tool_params *params) in imagetool_verify_print_header()
96 int imagetool_get_filesize(struct image_tool_params *params, const char *fname) in imagetool_get_filesize()
120 struct image_tool_params *params, in imagetool_get_source_date()
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dseq_exec.c31 int write_op_execute(u32 serdes_num, struct op_params *params, u32 data_arr_idx) in write_op_execute()
70 int delay_op_execute(u32 serdes_num, struct op_params *params, u32 data_arr_idx) in delay_op_execute()
84 int poll_op_execute(u32 serdes_num, struct op_params *params, u32 data_arr_idx) in poll_op_execute()
127 enum mv_op get_cfg_seq_op(struct op_params *params) in get_cfg_seq_op()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-uclogic-core.c28 struct uclogic_params params; member
92 struct uclogic_params *params = &drvdata->params; in uclogic_input_mapping() local
106 struct uclogic_params *params = &drvdata->params; in uclogic_input_configured() local
237 struct uclogic_params params; in uclogic_resume() local
255 struct uclogic_params *params = &drvdata->params; in uclogic_raw_event() local
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch.c730 const GLfloat *params; in __glXDisp_Fogfv() local
747 const GLint *params; in __glXDisp_Fogiv() local
776 const GLfloat *params; in __glXDisp_Lightfv() local
793 const GLint *params; in __glXDisp_Lightiv() local
810 const GLfloat *params; in __glXDisp_LightModelfv() local
827 const GLint *params; in __glXDisp_LightModeliv() local
857 const GLfloat *params; in __glXDisp_Materialfv() local
875 const GLint *params; in __glXDisp_Materialiv() local
934 const GLfloat *params; in __glXDisp_TexParameterfv() local
952 const GLint *params; in __glXDisp_TexParameteriv() local
[all …]
H A Dindirect_dispatch_swap.c875 const GLfloat *params; in __glXDispSwap_Fogfv() local
894 const GLint *params; in __glXDispSwap_Fogiv() local
926 const GLfloat *params; in __glXDispSwap_Lightfv() local
946 const GLint *params; in __glXDispSwap_Lightiv() local
965 const GLfloat *params; in __glXDispSwap_LightModelfv() local
984 const GLint *params; in __glXDispSwap_LightModeliv() local
1017 const GLfloat *params; in __glXDispSwap_Materialfv() local
1037 const GLint *params; in __glXDispSwap_Materialiv() local
1100 const GLfloat *params; in __glXDispSwap_TexParameterfv() local
1120 const GLint *params; in __glXDispSwap_TexParameteriv() local
[all …]
/OK3568_Linux_fs/kernel/sound/soc/meson/
H A Daiu-encoder-i2s.c39 struct snd_pcm_hw_params *params) in aiu_encoder_i2s_setup_desc()
82 struct snd_pcm_hw_params *params, in aiu_encoder_i2s_set_legacy_div()
112 struct snd_pcm_hw_params *params, in aiu_encoder_i2s_set_more_div()
145 struct snd_pcm_hw_params *params) in aiu_encoder_i2s_set_clocks()
188 struct snd_pcm_hw_params *params, in aiu_encoder_i2s_hw_params()
/OK3568_Linux_fs/kernel/crypto/
H A Decdh_helper.c27 unsigned int crypto_ecdh_key_len(const struct ecdh *params) in crypto_ecdh_key_len()
34 const struct ecdh *params) in crypto_ecdh_encode_key()
58 struct ecdh *params) in crypto_ecdh_decode_key()
/OK3568_Linux_fs/kernel/net/mac802154/
H A Dmac_cmd.c31 struct ieee802154_llsec_params params; in mac802154_mlme_start_req() local
58 const struct ieee802154_mac_params *params) in mac802154_set_mac_params()
101 struct ieee802154_mac_params *params) in mac802154_get_mac_params()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Dtargetcontrol.py48 def start(self, params=None, ssh=True, extra_bootparams=None): argument
76 def restart(self, params=None): argument
170 …def start(self, params=None, ssh=True, extra_bootparams='', runqemuparams='', launch_cmd='', disca… argument
202 def restart(self, params=None): argument
236 def start(self, params=None, ssh=True, extra_bootparams=None): argument
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_oem_otp_api.c17 TEE_Param params[4]; in rk_otp_read() local
60 TEE_Param params[4]; in rk_otp_write() local
103 TEE_Param params[4]; in rk_otp_size() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_oem_otp_api.c16 TEE_Param params[4]; in rk_otp_read() local
61 TEE_Param params[4]; in rk_otp_write() local
106 TEE_Param params[4]; in rk_otp_size() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dwb.c72 void dwb2_config_dwb_cnv(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb2_config_dwb_cnv()
99 static bool dwb2_enable(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb2_enable()
158 static bool dwb2_update(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb2_update()
250 void dwb2_set_scaler(struct dwbc *dwbc, struct dc_dwb_params *params) in dwb2_set_scaler()
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRkNewFs_v2.c874 struct tee_ioctl_param *params) in ree_fs_new_open()
906 struct tee_ioctl_param *params) in ree_fs_new_create()
966 struct tee_ioctl_param *params) in ree_fs_new_close()
975 struct tee_ioctl_param *params) in ree_fs_new_read()
1028 struct tee_ioctl_param *params) in ree_fs_new_write()
1126 struct tee_ioctl_param *params) in ree_fs_new_truncate()
1166 struct tee_ioctl_param *params) in ree_fs_new_remove()
1210 struct tee_ioctl_param *params) in ree_fs_new_rename()
1255 struct tee_ioctl_param *params) in ree_fs_new_opendir()
1280 struct tee_ioctl_param *params) in ree_fs_new_closedir()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacematchrequest/
H A Dtst_qplacematchrequest.cpp59 QVariantMap params; in constructorTest() local
134 QVariantMap params; in parametersTest() local
144 QVariantMap params; in clearTest() local

12345678910>>...83