| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/ |
| H A D | insert_fn_imps.hpp | 70 pointer p_new = s_value_allocator.allocate(1); in insert_value() local 71 cond_dealtor_t cond(p_new); in insert_value() 72 new (p_new) value_type(r_val); in insert_value() 74 m_a_entries[m_size++] = p_new; in insert_value()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/ |
| H A D | insert_fn_imps.hpp | 70 pointer p_new = s_value_allocator.allocate(1); in insert_value() local 71 cond_dealtor_t cond(p_new); in insert_value() 72 new (p_new) value_type(r_val); in insert_value() 74 m_a_entries[m_size++] = p_new; in insert_value()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls.c | 2189 return ptr_to_user(c, ctrl, ctrl->p_new); in new_to_user() 2205 ctrl->type_ops->init(ctrl, idx, ctrl->p_new); in def_to_user() 2207 return ptr_to_user(c, ctrl, ctrl->p_new); in def_to_user() 2262 return user_to_ptr(c, ctrl, ctrl->p_new); in user_to_new() 2285 ptr_to_ptr(ctrl, ctrl->p_new, ctrl->p_cur); in new_to_cur() 2315 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new); in cur_to_new() 2323 ptr_to_ptr(ref->ctrl, ref->ctrl->p_new, ref->p_req); in new_to_req() 2342 ptr_to_ptr(ref->ctrl, ref->p_req, ref->ctrl->p_new); in req_to_new() 2344 ptr_to_ptr(ref->ctrl, ref->ctrl->p_cur, ref->ctrl->p_new); in req_to_new() 2376 ctrl->p_cur, ctrl->p_new); in cluster_changed() [all …]
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | atchannel.c | 112 ATLine *p_new; in addIntermediate() local 114 p_new = (ATLine *) malloc(sizeof(ATLine)); in addIntermediate() 116 p_new->line = strdup(line); in addIntermediate() 121 p_new->p_next = sp_response->p_intermediates; in addIntermediate() 122 sp_response->p_intermediates = p_new; in addIntermediate()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-controls.c | 128 return ivtv_g_pts_frame(itv, itv->ctrl_pts->p_new.p_s64, in ivtv_g_volatile_ctrl() 129 itv->ctrl_frame->p_new.p_s64); in ivtv_g_volatile_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/ |
| H A D | vsp1_hgt.c | 73 const u8 *values = ctrl->p_new.p_u8; in hgt_hue_areas_try_ctrl() 103 memcpy(hgt->hue_areas, ctrl->p_new.p_u8, sizeof(hgt->hue_areas)); in hgt_hue_areas_s_ctrl()
|
| H A D | vsp1_lut.c | 51 ctrl->p_new.p_u32[i]); in lut_set_table()
|
| H A D | vsp1_clu.c | 54 vsp1_dl_body_write(dlb, VI6_CLU_DATA, ctrl->p_new.p_u32[i]); in clu_set_table()
|
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | OpteeClientRkFs_v1.c | 1230 struct rkss_file_info p_new = {0}; in tee_fs_link() local 1231 memcpy(&p_new, &p_old, sizeof(struct rkss_file_info)); in tee_fs_link() 1232 strcpy(p_new.name, newfilename); in tee_fs_link() 1233 ret = rkss_write_empty_ptable(&p_new); in tee_fs_link() 1239 int num = p_new.size / RKSS_DATA_SECTION_LEN + 1; in tee_fs_link() 1240 ret = rkss_incref_multi_usedflags_sections(p_new.index, num); in tee_fs_link()
|
| H A D | OpteeClientRkFs_v2.c | 1109 struct rkss_file_table p_new = {0}; in tee_fs_link() local 1127 memcpy(&p_new, &p_old, sizeof(struct rkss_file_table)); in tee_fs_link() 1128 strcpy(p_new.name, newfilename); in tee_fs_link() 1129 ret = rkss_write_area_empty_ptable(old_area, &p_new); in tee_fs_link() 1135 num = p_new.size / RKSS_DATA_LEN + 1; in tee_fs_link() 1136 ret = rkss_incref_multi_usedflags_sections(old_area, p_new.index, num); in tee_fs_link()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu | 1094 p_new = p 1095 while not self.check_free_port('localhost', p_new, lockdir): 1096 p_new += 1 1098 while p_new in ports: 1099 p_new += 1 1101 if p != p_new: 1102 ports.append(p_new) 1103 qb_slirp_opt = re.sub(':%s-' % p, ':%s-' % p_new, qb_slirp_opt) 1104 logger.info("Port forward changed: %s -> %s" % (p, p_new))
|
| /OK3568_Linux_fs/kernel/drivers/media/radio/si4713/ |
| H A D | si4713.c | 1147 ret = si4713_set_rds_ps_name(sdev, ctrl->p_new.p_char); in si4713_s_ctrl() 1151 ret = si4713_set_rds_radio_text(sdev, ctrl->p_new.p_char); in si4713_s_ctrl() 1174 val = sdev->rds_alt_freqs->p_new.p_u32[0]; in si4713_s_ctrl()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-ctrls.h | 299 union v4l2_ctrl_ptr p_new; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-v4l2-enc.c | 1106 solo_enc->md_thresholds->p_new.p_u16); in solo_s_ctrl() 1109 strscpy(solo_enc->osd_text, ctrl->p_new.p_char, in solo_s_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-ctrls.c | 1375 v4l2_ctrl_s_ctrl_string(dev->radio_rx_rds_psname, ctrl->p_new.p_char); in vivid_radio_tx_s_ctrl() 1379 v4l2_ctrl_s_ctrl_string(dev->radio_rx_rds_radiotext, ctrl->p_new.p_char); in vivid_radio_tx_s_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | hantro_drv.c | 246 const struct v4l2_ctrl_h264_sps *sps = ctrl->p_new.p_h264_sps; in hantro_try_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tc35874x.c | 1297 *ctrl->p_new.p_s32 = ret; in tc35874x_get_ctrl() 2089 *ctrl->p_new.p_s32 = ret; in tc35874x_get_custom_ctrl()
|
| H A D | mt9v032.c | 679 *mt9v032->pixel_rate->p_new.p_s64 = freq; in mt9v032_s_ctrl()
|
| H A D | lt8619c.c | 1193 *ctrl->p_new.p_s32 = ret; in lt8619c_get_ctrl()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/ |
| H A D | v4l2-controls.rst | 335 union v4l2_ctrl_ptr p_new; 342 &ctrl->val == ctrl->p_new.p_s32
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkvdec/ |
| H A D | rkvdec.c | 33 const struct v4l2_ctrl_h264_sps *sps = ctrl->p_new.p_h264_sps; in rkvdec_try_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vicodec/ |
| H A D | vicodec-core.c | 1752 params = ctrl->p_new.p_fwht_params; in vicodec_try_ctrl() 1803 params = ctrl->p_new.p_fwht_params; in vicodec_s_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628_csi_v4l2.c | 1488 *ctrl->p_new.p_s32 = ret; in rk628_csi_get_ctrl() 1921 *ctrl->p_new.p_s32 = ret; in rk628_csi_get_custom_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/go7007/ |
| H A D | go7007-v4l2.c | 824 memcpy(mt, ctrl->p_new.p_u8 + y * (720 / 16), go->width / 16); in go7007_s_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/tw5864/ |
| H A D | tw5864-video.c | 523 input->md_threshold_grid_ctrl->p_new.p_u16, in tw5864_s_ctrl()
|