| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | treesource.c | 72 fprintf(f, "%s: ", m->ref); in write_propval_string() 113 fprintf(f, "%s: ", m->ref); in write_propval_string() 131 fprintf(f, " %s:", m->ref); in write_propval_string() 146 fprintf(f, "%s: ", m->ref); in write_propval_cells() 160 fprintf(f, " %s:", m->ref); in write_propval_cells() 175 fprintf(f, "%s: ", m->ref); in write_propval_bytes() 188 fprintf(f, " %s:", m->ref); in write_propval_bytes()
|
| H A D | checks.c | 332 check_duplicate_label(c, dt, m->ref, node, prop, m); in check_duplicate_label_prop() 357 if (node != get_node_by_ref(root, m->ref)) in check_explicit_phandles() 440 refnode = get_node_by_ref(dt, m->ref); in fixup_phandle_references() 443 m->ref); in fixup_phandle_references() 464 refnode = get_node_by_ref(dt, m->ref); in fixup_path_references() 467 m->ref); in fixup_path_references()
|
| H A D | livetree.c | 325 if (streq(m->ref, label)) in get_marker_label() 412 struct node *get_node_by_ref(struct node *tree, const char *ref) in get_node_by_ref() argument 414 if (ref[0] == '/') in get_node_by_ref() 415 return get_node_by_path(tree, ref); in get_node_by_ref() 417 return get_node_by_label(tree, ref); in get_node_by_ref()
|
| H A D | data.c | 30 free(m->ref); in data_free() 292 struct data data_add_marker(struct data d, enum markertype type, char *ref) in data_add_marker() argument 299 m->ref = ref; in data_add_marker()
|
| H A D | dtc.h | 80 char *ref; member 118 struct data data_add_marker(struct data d, enum markertype type, char *ref); 193 struct node *get_node_by_ref(struct node *tree, const char *ref);
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | get_maintainer.pl | 1457 foreach my $ref (@{$commit_author}) { 1458 print STDERR " Author: @{$ref}[1]\n"; 1463 foreach my $ref (@{$commit_signer}) { 1464 print STDERR " @{$ref}[2]: @{$ref}[1]\n"; 1745 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) { 1746 if (@{$ref}[0] eq $commits[$i] && 1747 @{$ref}[1] eq $subjects[$i]) { 1780 foreach my $ref(@{$commit_signer_hash{$signer}}) { 1781 if (@{$ref}[0] eq $commit && 1782 @{$ref}[1] eq $subject && [all …]
|
| H A D | namespace.pl | 84 my %ref = (); # $ref{$name} exists if there is a true external reference to $name 412 $ref{$name} = "" 445 if (! exists($ref{$name})) {
|
| /utopia/UTPA2-700.0.x/modules/vif/hal/maldives/vif/ |
| H A D | halVIF.c | 2588 BYTE mean256=0, agc_pga2=0, ref=0, diff=0; in msVifDynamicTopAdjust() local 2596 ref = msReadByte(AGC_REF); // AGC ref in msVifDynamicTopAdjust() 2607 …if ((vga == VIFInitialIn_inst.VifVgaMinimum) && (mean256 >= (ref+diff)) && (agc_pga2 == VIFInitial… in msVifDynamicTopAdjust() 3790 BYTE ref, mean256, diff; in HAL_VIF_GetInputLevelIndicator() local 3794 ref = msReadByte(AGC_REF); // AGC ref in HAL_VIF_GetInputLevelIndicator() 3802 if (mean256 >= (ref-diff)) in HAL_VIF_GetInputLevelIndicator()
|
| /utopia/UTPA2-700.0.x/modules/vif/hal/mustang/vif/ |
| H A D | halVIF.c | 2697 BYTE mean256=0, agc_pga2=0, ref=0, diff=0; in msVifDynamicTopAdjust() local 2705 ref = msReadByte(AGC_REF); // AGC ref in msVifDynamicTopAdjust() 2716 …if ((vga == VIFInitialIn_inst.VifVgaMinimum) && (mean256 >= (ref+diff)) && (agc_pga2 == VIFInitial… in msVifDynamicTopAdjust() 3921 BYTE ref, mean256, diff; in HAL_VIF_GetInputLevelIndicator() local 3925 ref = msReadByte(AGC_REF); // AGC ref in HAL_VIF_GetInputLevelIndicator() 3933 if (mean256 >= (ref-diff)) in HAL_VIF_GetInputLevelIndicator()
|
| /utopia/UTPA2-700.0.x/modules/vif/hal/manhattan/vif/ |
| H A D | halVIF.c | 2609 BYTE mean256=0, agc_pga2=0, ref=0, diff=0; in msVifDynamicTopAdjust() local 2617 ref = msReadByte(AGC_REF); // AGC ref in msVifDynamicTopAdjust() 2628 …if ((vga == VIFInitialIn_inst.VifVgaMinimum) && (mean256 >= (ref+diff)) && (agc_pga2 == VIFInitial… in msVifDynamicTopAdjust() 3804 BYTE ref, mean256, diff; in HAL_VIF_GetInputLevelIndicator() local 3808 ref = msReadByte(AGC_REF); // AGC ref in HAL_VIF_GetInputLevelIndicator() 3816 if (mean256 >= (ref-diff)) in HAL_VIF_GetInputLevelIndicator()
|
| /utopia/UTPA2-700.0.x/modules/vif/hal/mainz/vif/ |
| H A D | halVIF.c | 2599 BYTE mean256=0, agc_pga2=0, ref=0, diff=0; in msVifDynamicTopAdjust() local 2607 ref = msReadByte(AGC_REF); // AGC ref in msVifDynamicTopAdjust() 2618 …if ((vga == VIFInitialIn_inst.VifVgaMinimum) && (mean256 >= (ref+diff)) && (agc_pga2 == VIFInitial… in msVifDynamicTopAdjust() 3789 BYTE ref, mean256, diff; in HAL_VIF_GetInputLevelIndicator() local 3793 ref = msReadByte(AGC_REF); // AGC ref in HAL_VIF_GetInputLevelIndicator() 3801 if (mean256 >= (ref-diff)) in HAL_VIF_GetInputLevelIndicator()
|
| /utopia/UTPA2-700.0.x/modules/vif/hal/messi/vif/ |
| H A D | halVIF.c | 2599 BYTE mean256=0, agc_pga2=0, ref=0, diff=0; in msVifDynamicTopAdjust() local 2607 ref = msReadByte(AGC_REF); // AGC ref in msVifDynamicTopAdjust() 2618 …if ((vga == VIFInitialIn_inst.VifVgaMinimum) && (mean256 >= (ref+diff)) && (agc_pga2 == VIFInitial… in msVifDynamicTopAdjust() 3789 BYTE ref, mean256, diff; in HAL_VIF_GetInputLevelIndicator() local 3793 ref = msReadByte(AGC_REF); // AGC ref in HAL_VIF_GetInputLevelIndicator() 3801 if (mean256 >= (ref-diff)) in HAL_VIF_GetInputLevelIndicator()
|
| /utopia/UTPA2-700.0.x/modules/vif/hal/mooney/vif/ |
| H A D | halVIF.c | 2701 BYTE mean256=0, agc_pga2=0, ref=0, diff=0; in msVifDynamicTopAdjust() local 2709 ref = msReadByte(AGC_REF); // AGC ref in msVifDynamicTopAdjust() 2720 …if ((vga == VIFInitialIn_inst.VifVgaMinimum) && (mean256 >= (ref+diff)) && (agc_pga2 == VIFInitial… in msVifDynamicTopAdjust() 3952 BYTE ref, mean256, diff; in HAL_VIF_GetInputLevelIndicator() local 3956 ref = msReadByte(AGC_REF); // AGC ref in HAL_VIF_GetInputLevelIndicator() 3964 if (mean256 >= (ref-diff)) in HAL_VIF_GetInputLevelIndicator()
|
| /utopia/UTPA2-700.0.x/modules/vif/hal/maserati/vif/ |
| H A D | halVIF.c | 2899 BYTE mean256=0, agc_pga2=0, ref=0, diff=0; in msVifDynamicTopAdjust() local 2907 ref = msReadByte(AGC_REF); // AGC ref in msVifDynamicTopAdjust() 2918 …if ((vga == VIFInitialIn_inst.VifVgaMinimum) && (mean256 >= (ref+diff)) && (agc_pga2 == VIFInitial… in msVifDynamicTopAdjust() 4227 BYTE ref, mean256, diff; in HAL_VIF_GetInputLevelIndicator() local 4231 ref = msReadByte(AGC_REF); // AGC ref in HAL_VIF_GetInputLevelIndicator() 4239 if (mean256 >= (ref-diff)) in HAL_VIF_GetInputLevelIndicator()
|
| /utopia/UTPA2-700.0.x/modules/vif/hal/M7821/vif/ |
| H A D | halVIF.c | 2899 BYTE mean256=0, agc_pga2=0, ref=0, diff=0; in msVifDynamicTopAdjust() local 2907 ref = msReadByte(AGC_REF); // AGC ref in msVifDynamicTopAdjust() 2918 …if ((vga == VIFInitialIn_inst.VifVgaMinimum) && (mean256 >= (ref+diff)) && (agc_pga2 == VIFInitial… in msVifDynamicTopAdjust() 4227 BYTE ref, mean256, diff; in HAL_VIF_GetInputLevelIndicator() local 4231 ref = msReadByte(AGC_REF); // AGC ref in HAL_VIF_GetInputLevelIndicator() 4239 if (mean256 >= (ref-diff)) in HAL_VIF_GetInputLevelIndicator()
|
| /utopia/UTPA2-700.0.x/modules/vif/hal/maxim/vif/ |
| H A D | halVIF.c | 2909 BYTE mean256=0, agc_pga2=0, ref=0, diff=0; in msVifDynamicTopAdjust() local 2917 ref = msReadByte(AGC_REF); // AGC ref in msVifDynamicTopAdjust() 2928 …if ((vga == VIFInitialIn_inst.VifVgaMinimum) && (mean256 >= (ref+diff)) && (agc_pga2 == VIFInitial… in msVifDynamicTopAdjust() 4245 BYTE ref, mean256, diff; in HAL_VIF_GetInputLevelIndicator() local 4249 ref = msReadByte(AGC_REF); // AGC ref in HAL_VIF_GetInputLevelIndicator() 4257 if (mean256 >= (ref-diff)) in HAL_VIF_GetInputLevelIndicator()
|
| /utopia/UTPA2-700.0.x/modules/vif/hal/M7621/vif/ |
| H A D | halVIF.c | 2900 BYTE mean256=0, agc_pga2=0, ref=0, diff=0; in msVifDynamicTopAdjust() local 2908 ref = msReadByte(AGC_REF); // AGC ref in msVifDynamicTopAdjust() 2919 …if ((vga == VIFInitialIn_inst.VifVgaMinimum) && (mean256 >= (ref+diff)) && (agc_pga2 == VIFInitial… in msVifDynamicTopAdjust() 4236 BYTE ref, mean256, diff; in HAL_VIF_GetInputLevelIndicator() local 4240 ref = msReadByte(AGC_REF); // AGC ref in HAL_VIF_GetInputLevelIndicator() 4248 if (mean256 >= (ref-diff)) in HAL_VIF_GetInputLevelIndicator()
|
| /utopia/UTPA2-700.0.x/modules/vif/hal/macan/vif/ |
| H A D | halVIF.c | 2887 BYTE mean256=0, agc_pga2=0, ref=0, diff=0; in msVifDynamicTopAdjust() local 2895 ref = msReadByte(AGC_REF); // AGC ref in msVifDynamicTopAdjust() 2906 …if ((vga == VIFInitialIn_inst.VifVgaMinimum) && (mean256 >= (ref+diff)) && (agc_pga2 == VIFInitial… in msVifDynamicTopAdjust() 4207 BYTE ref, mean256, diff; in HAL_VIF_GetInputLevelIndicator() local 4211 ref = msReadByte(AGC_REF); // AGC ref in HAL_VIF_GetInputLevelIndicator() 4219 if (mean256 >= (ref-diff)) in HAL_VIF_GetInputLevelIndicator()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | mem_priv.h | 180 operator=( Cyg_Mempool_Implementation &ref ) 181 { return ref; };
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | mem_priv.h | 181 operator=( Cyg_Mempool_Implementation &ref ) 182 { return ref; };
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | mem_priv.h | 180 operator=( Cyg_Mempool_Implementation &ref ) 181 { return ref; };
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | mem_priv.h | 180 operator=( Cyg_Mempool_Implementation &ref ) 181 { return ref; };
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mvideo.c.0 | 386 /// @return @ref MS_BOOL 1481 /// @return @ref MS_BOOL 1677 /// @return @ref E_APIXC_ReturnValue 2456 /// @return @ref MS_BOOL 2500 /// @return @ref MS_U8 retun the number of left Vsync if timeout 2544 /// @return @ref MS_U8 retun the number of left Vsync if timeout 2587 /// @return @ref MS_U8 retun the number of left Vsync if timeout 4385 /// @return @ref MS_BOOL 5859 /// @return @ref MS_BOOL 7217 /// @return @ref E_MUX_INPUTPORT [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | tipc.h | 47 __u32 ref; member
|
| /utopia/UTPA2-700.0.x/modules/flash/drv/flash/serial/ |
| H A D | Release Note.txt | 24 Because of the 15 files limit of P4, submit 2 times (ref. CL190682,too)
|