| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | af_xml2json.cpp | 123 af_json->zoomfocus_tbl.tbl_len = af_xml->zoomfocus_tbl.tbl_len; in convertAfCalibV1ToCalibV2() 124 af_json->zoomfocus_tbl.zoom_pos_len = af_xml->zoomfocus_tbl.tbl_len; in convertAfCalibV1ToCalibV2() 125 af_json->zoomfocus_tbl.focal_length_len = af_xml->zoomfocus_tbl.tbl_len; in convertAfCalibV1ToCalibV2() 126 af_json->zoomfocus_tbl.focus_infpos_len = af_xml->zoomfocus_tbl.tbl_len; in convertAfCalibV1ToCalibV2() 127 af_json->zoomfocus_tbl.focus_macropos_len = af_xml->zoomfocus_tbl.tbl_len; in convertAfCalibV1ToCalibV2() 128 if (af_json->zoomfocus_tbl.tbl_len > 0) { in convertAfCalibV1ToCalibV2() 129 …af_json->zoomfocus_tbl.focal_length = (float*)malloc(af_json->zoomfocus_tbl.tbl_len * sizeof(float… in convertAfCalibV1ToCalibV2() 130 … af_json->zoomfocus_tbl.zoom_pos = (int*)malloc(af_json->zoomfocus_tbl.tbl_len * sizeof(int)); in convertAfCalibV1ToCalibV2() 131 … af_json->zoomfocus_tbl.focus_infpos = (int*)malloc(af_json->zoomfocus_tbl.tbl_len * sizeof(int)); in convertAfCalibV1ToCalibV2() 132 …af_json->zoomfocus_tbl.focus_macropos = (int*)malloc(af_json->zoomfocus_tbl.tbl_len * sizeof(int)); in convertAfCalibV1ToCalibV2() [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_stress.c | 39 uint32_t tbl_len = ARRAY_SIZE(test_stress_tbl); in stress_test() local 46 res = rk_get_random(rand_buf, tbl_len); in stress_test() 52 for (j = 0; j < tbl_len; j++) { in stress_test() 53 uint32_t index = rand_buf[j] % tbl_len; in stress_test()
|
| /OK3568_Linux_fs/kernel/drivers/staging/wfx/ |
| H A D | hif_tx_mib.c | 105 int hif_set_beacon_filter_table(struct wfx_vif *wvif, int tbl_len, in hif_set_beacon_filter_table() argument 110 int buf_len = struct_size(arg, ie_table, tbl_len); in hif_set_beacon_filter_table() 115 arg->num_of_info_elmts = cpu_to_le32(tbl_len); in hif_set_beacon_filter_table() 116 memcpy(arg->ie_table, tbl, flex_array_size(arg, ie_table, tbl_len)); in hif_set_beacon_filter_table()
|
| H A D | hif_tx_mib.h | 26 int hif_set_beacon_filter_table(struct wfx_vif *wvif, int tbl_len,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_lcn.c | 922 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_read_table() argument 928 tab.tbl_len = tbl_len; in wlc_lcnphy_common_read_table() 936 const u16 *tbl_ptr, u32 tbl_len, in wlc_lcnphy_common_write_table() argument 943 tab.tbl_len = tbl_len; in wlc_lcnphy_common_write_table() 1897 tab.tbl_len = 1; in wlc_lcnphy_get_bbmult() 1912 tab.tbl_len = 1; in wlc_lcnphy_set_bbmult() 1932 tab.tbl_len = 30; in wlc_lcnphy_clear_tx_power_offsets() 1937 tab.tbl_len = 64; in wlc_lcnphy_clear_tx_power_offsets() 2081 tab.tbl_len = 1; in wlc_lcnphy_tssi_setup() 2170 tab.tbl_len = 1; in wlc_lcnphy_tssi_setup() [all …]
|
| H A D | phy_n.c | 14156 tbl.tbl_len = len; in wlc_phy_table_write_nphy() 14170 tbl.tbl_len = len; in wlc_phy_table_read_nphy() 17574 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_pwr_setup_nphy() local 17742 tbl_len = 64; in wlc_phy_txpwrctrl_pwr_setup_nphy() 17747 for (idx = 0; idx < tbl_len; idx++) { in wlc_phy_txpwrctrl_pwr_setup_nphy() 17762 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_pwr_setup_nphy() 18800 u32 tbl_id, tbl_len, tbl_offset; in wlc_phy_txpwrctrl_coeff_setup_nphy() local 18808 tbl_len = 128; in wlc_phy_txpwrctrl_coeff_setup_nphy() 18819 for (idx = 0; idx < tbl_len; idx++) in wlc_phy_txpwrctrl_coeff_setup_nphy() 18821 wlc_phy_table_write_nphy(pi, tbl_id, tbl_len, tbl_offset, 32, in wlc_phy_txpwrctrl_coeff_setup_nphy() [all …]
|
| H A D | phy_int.h | 240 u32 tbl_len; member
|
| H A D | phy_cmn.c | 872 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_write_table() 909 for (idx = 0; idx < ptbl_info->tbl_len; idx++) { in wlc_phy_read_table()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/ |
| H A D | vbe.h | 307 int tbl_len; member
|
| H A D | vbe.c | 865 pmi->tbl_len = R16(pVbe->pInt10->cx); in VBEGetVBEpmi()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/ |
| H A D | nic.h | 494 u8 tbl_len; member
|
| H A D | nicvf_main.c | 345 mbx.rss_cfg.tbl_len = min(ind_tbl_len, in nicvf_config_rss() 350 for (i = 0; i < mbx.rss_cfg.tbl_len; i++) in nicvf_config_rss() 355 ind_tbl_len -= mbx.rss_cfg.tbl_len; in nicvf_config_rss()
|
| H A D | nic_main.c | 575 for (; rssi < (rssi_base + cfg->tbl_len); rssi++) { in nic_config_rss()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/ |
| H A D | RkAiqCalibDbTypesIsp20.h | 1931 int tbl_len; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibParser.cpp | 18529 af->zoomfocus_tbl.tbl_len = no; in parseEntrySensorAfZoomFocusTbl()
|