| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-h264.c | 76 b->unordered_reflist[b->num_valid] = i; in v4l2_h264_init_reflist_builder() 77 b->num_valid++; in v4l2_h264_init_reflist_builder() 80 for (i = b->num_valid; i < ARRAY_SIZE(b->unordered_reflist); i++) in v4l2_h264_init_reflist_builder() 226 sizeof(builder->unordered_reflist[0]) * builder->num_valid); in v4l2_h264_build_p_ref_list() 227 sort_r(reflist, builder->num_valid, sizeof(*reflist), in v4l2_h264_build_p_ref_list() 251 sizeof(builder->unordered_reflist[0]) * builder->num_valid); in v4l2_h264_build_b_ref_lists() 252 sort_r(b0_reflist, builder->num_valid, sizeof(*b0_reflist), in v4l2_h264_build_b_ref_lists() 256 sizeof(builder->unordered_reflist[0]) * builder->num_valid); in v4l2_h264_build_b_ref_lists() 257 sort_r(b1_reflist, builder->num_valid, sizeof(*b1_reflist), in v4l2_h264_build_b_ref_lists() 260 if (builder->num_valid > 1 && in v4l2_h264_build_b_ref_lists() [all …]
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrproviderproperty.c | 115 prop->num_valid = 0; in RRCreateProviderProperty() 374 prop->num_valid = num_values; in RRConfigureProviderProperty() 447 if (prop->num_valid) { in ProcRRQueryProviderProperty() 448 extra = xallocarray(prop->num_valid, sizeof(INT32)); in ProcRRQueryProviderProperty() 455 .length = prop->num_valid, in ProcRRQueryProviderProperty() 465 if (prop->num_valid) { in ProcRRQueryProviderProperty() 466 memcpy(extra, prop->valid_values, prop->num_valid * sizeof(INT32)); in ProcRRQueryProviderProperty() 468 WriteSwappedDataToClient(client, prop->num_valid * sizeof(INT32), in ProcRRQueryProviderProperty() 480 int num_valid; in ProcRRConfigureProviderProperty() local 486 num_valid = in ProcRRConfigureProviderProperty() [all …]
|
| H A D | rrproperty.c | 116 prop->num_valid = 0; in RRCreateOutputProperty() 399 prop->num_valid = num_values; in RRConfigureOutputProperty() 474 if (prop->num_valid) { in ProcRRQueryOutputProperty() 475 extra = xallocarray(prop->num_valid, sizeof(INT32)); in ProcRRQueryOutputProperty() 483 .length = prop->num_valid, in ProcRRQueryOutputProperty() 494 if (prop->num_valid) { in ProcRRQueryOutputProperty() 495 memcpy(extra, prop->valid_values, prop->num_valid * sizeof(INT32)); in ProcRRQueryOutputProperty() 497 WriteSwappedDataToClient(client, prop->num_valid * sizeof(INT32), in ProcRRQueryOutputProperty() 509 int num_valid; in ProcRRConfigureOutputProperty() local 518 num_valid = in ProcRRConfigureOutputProperty() [all …]
|
| H A D | randrstr.h | 107 int num_valid; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | ptrace.h | 87 unsigned int num_valid; member 94 unsigned int num_valid; member
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-h264.h | 41 u8 num_valid; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | ta_rap_if.h | 60 uint32_t num_valid; member
|
| H A D | amdgpu_rap.c | 88 rap_cmd_output->num_valid); in amdgpu_rap_debugfs_write()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkvdec/ |
| H A D | rkvdec-h264.c | 106 u8 num_valid; member 785 for (i = 0; i < h264_ctx->reflists.num_valid; i++) { in assemble_hw_rps() 1112 h264_ctx->reflists.num_valid = reflist_builder.num_valid; in rkvdec_h264_run()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/ |
| H A D | aic94xx_scb.c | 371 escb->num_valid--; in asd_invalidate_edb() 373 if (escb->num_valid == 0) { in asd_invalidate_edb() 384 escb->num_valid = ASD_EDBS_PER_SCB; in asd_invalidate_edb()
|
| H A D | aic94xx_sas.h | 420 u8 num_valid; member
|
| H A D | aic94xx_hwi.c | 350 escb->num_valid = ASD_EDBS_PER_SCB; in asd_assign_edbs2escbs()
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | label.c | 122 int i, num_valid = 0; in __nd_label_validate() local 205 num_valid++; in __nd_label_validate() 208 switch (num_valid) { in __nd_label_validate()
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder.c | 1869 binder_size_t num_valid) in binder_validate_ptr() argument 1875 if (index >= num_valid) in binder_validate_ptr() 2136 binder_size_t num_valid; in binder_transaction_buffer_release() local 2146 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release() 2153 num_valid); in binder_transaction_buffer_release() 2721 binder_size_t num_valid, in binder_fixup_parent() argument 2738 num_valid); in binder_fixup_parent() 3496 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction() local 3503 num_valid); in binder_transaction() 3565 size_t num_valid; in binder_transaction() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_bsg.c | 76 int i, ret, num_valid; in qla24xx_fcp_prio_cfg_valid() local 82 num_valid = 0; in qla24xx_fcp_prio_cfg_valid() 107 num_valid++; in qla24xx_fcp_prio_cfg_valid() 111 if (num_valid == 0) { in qla24xx_fcp_prio_cfg_valid() 120 num_valid); in qla24xx_fcp_prio_cfg_valid()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2i/ |
| H A D | bnx2i.h | 225 u32 num_valid; member
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ov7670.c | 1235 int num_valid = -1; in ov7670_enum_frame_size() local 1252 if (index == ++num_valid) { in ov7670_enum_frame_size()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | atmel_mxt_ts.c | 995 u8 num_valid = 0; in mxt_read_and_process_messages() local 1014 num_valid++; in mxt_read_and_process_messages() 1018 return num_valid; in mxt_read_and_process_messages()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | ptrace.c | 140 &addr->WATCH_STYLE.num_valid); in ptrace_get_watch_regs()
|