| /utopia/UTPA2-700.0.x/mxlib/drv/ |
| H A D | Kconfig | 10 source "../../mxlib/drv/ace/Kconfig" 11 source "../../mxlib/drv/aesdma/Kconfig" 12 source "../../mxlib/drv/audio/Kconfig" 13 source "../../mxlib/drv/audsp/Kconfig" 14 source "../../mxlib/drv/avd/Kconfig" 15 source "../../mxlib/drv/bdma/Kconfig" 16 source "../../mxlib/drv/ir_tx/Kconfig" 17 source "../../mxlib/drv/ca2/Kconfig" 18 source "../../mxlib/drv/cec/Kconfig" 19 source "../../mxlib/drv/cipher/Kconfig" [all …]
|
| /utopia/UTPA2-700.0.x/mxlib/api/ |
| H A D | Kconfig | 10 source "../../mxlib/api/ace/Kconfig" 11 source "../../mxlib/api/acp/Kconfig" 12 source "../../mxlib/api/audio/Kconfig" 13 source "../../mxlib/api/cec/Kconfig" 14 source "../../mxlib/api/dac/Kconfig" 15 source "../../mxlib/api/dlc/Kconfig" 16 source "../../mxlib/api/dmx/Kconfig" 17 source "../../mxlib/api/dmx_tee/Kconfig" 18 source "../../mxlib/api/gfx/Kconfig" 19 source "../../mxlib/api/gop/Kconfig" [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/mips34k/ |
| H A D | mipsregs.h | 129 #define __read_32bit_c0_register(source, sel) \ argument 133 "mfc0\t%0, " #source "\n\t" \ 138 "mfc0\t%0, " #source ", " #sel "\n\t" \ 144 #define __read_64bit_c0_register(source, sel) \ argument 147 __res = __read_64bit_c0_split(source, sel); \ 151 "dmfc0\t%0, " #source "\n\t" \ 157 "dmfc0\t%0, " #source ", " #sel "\n\t" \ 211 #define __read_32bit_c0_ctrl_register(source) \ argument 214 "cfc0\t%0, " #source "\n\t" \ 230 #define __read_64bit_c0_split(source, sel) \ argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/mips1004k/ |
| H A D | mipsregs.h | 129 #define __read_32bit_c0_register(source, sel) \ argument 133 "mfc0\t%0, " #source "\n\t" \ 138 "mfc0\t%0, " #source ", " #sel "\n\t" \ 144 #define __read_64bit_c0_register(source, sel) \ argument 147 __res = __read_64bit_c0_split(source, sel); \ 151 "dmfc0\t%0, " #source "\n\t" \ 157 "dmfc0\t%0, " #source ", " #sel "\n\t" \ 211 #define __read_32bit_c0_ctrl_register(source) \ argument 214 "cfc0\t%0, " #source "\n\t" \ 230 #define __read_64bit_c0_split(source, sel) \ argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/mips74k/ |
| H A D | mipsregs.h | 129 #define __read_32bit_c0_register(source, sel) \ argument 133 "mfc0\t%0, " #source "\n\t" \ 138 "mfc0\t%0, " #source ", " #sel "\n\t" \ 144 #define __read_64bit_c0_register(source, sel) \ argument 147 __res = __read_64bit_c0_split(source, sel); \ 151 "dmfc0\t%0, " #source "\n\t" \ 157 "dmfc0\t%0, " #source ", " #sel "\n\t" \ 211 #define __read_32bit_c0_ctrl_register(source) \ argument 214 "cfc0\t%0, " #source "\n\t" \ 230 #define __read_64bit_c0_split(source, sel) \ argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/ |
| H A D | Kconfig | 10 source "../../mxlib/drv/usbhost/source/usb_hid_p1/Kconfig" 11 source "../../mxlib/drv/usbhost/source/usb_host_p1/Kconfig" 12 source "../../mxlib/drv/usbhost/source2/usb_hid_p2/Kconfig" 13 source "../../mxlib/drv/usbhost/source2/usb_host_p2/Kconfig" 14 source "../../mxlib/drv/usbhost/source3/usb_hid_p3/Kconfig" 15 source "../../mxlib/drv/usbhost/source3/usb_host_p3/Kconfig" 16 source "../../mxlib/drv/usbhost/source4/usb_hid_p4/Kconfig" 17 source "../../mxlib/drv/usbhost/source4/usb_host_p4/Kconfig"
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | namespace.pl | 221 my ($source, $type, $name); 230 ($source = $basename) =~ s/\.o$//; 231 if (-e "$source.c" || -e "$source.S") { 232 $source = "$objtree$File::Find::dir/$source"; 234 $source = "$srctree$File::Find::dir/$source"; 236 if (! -e "$source.c" && ! -e "$source.S") {
|
| /utopia/UTPA2-700.0.x/projects/tools/mipsisa32-elf/EL_mips32r2_msoft-float/ |
| H A D | GPL.txt | 24 this service if you wish), that you receive source code or can get it 36 source code. And you must show them these terms so they know their 80 source code as you receive it, in any medium, provided that you 139 source code, which must be distributed under the terms of Sections 144 cost of physically performing source distribution, a complete 145 machine-readable copy of the corresponding source code, to be 150 to distribute corresponding source code. (This alternative is 155 The source code for a work means the preferred form of the work for 156 making modifications to it. For an executable work, complete source 157 code means all the source code for all modules it contains, plus any [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | streamline_config.pl | 144 my $source = "$ksource/$kconfig"; 148 while ($source =~ /\$(\w+)/ && $last_source ne $source) { 150 $last_source = $source; 151 $source =~ s/\$$env/$ENV{$env}/; 154 open(KIN, "$source") || die "Can't open $kconfig";
|
| H A D | lex.zconf.c | 1490 register char *source = (yytext_ptr); in yy_get_next_buffer() local 1523 *(dest++) = *(source++); in yy_get_next_buffer() 1666 register char *source = in yyunput() local 1669 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) in yyunput() 1670 *--dest = *--source; in yyunput() 1672 yy_cp += (int) (dest - source); in yyunput() 1673 yy_bp += (int) (dest - source); in yyunput()
|
| /utopia/UTPA2-700.0.x/modules/pws/hal/M7821/pws/ |
| H A D | halPWS.c | 390 E_PWS_Result HAL_PWS_HandleSource(E_PWS_Operation operation,E_PWS_SouceInfo source) in HAL_PWS_HandleSource() argument 404 if((source <= _NO_SOURCE_) || (source >= _UNKNOWN_)) in HAL_PWS_HandleSource() 423 SourceIndex |= source; in HAL_PWS_HandleSource() 427 SourceIndex &= (E_PWS_SouceInfo)(~source); in HAL_PWS_HandleSource()
|
| /utopia/UTPA2-700.0.x/modules/pws/drv/pws/ |
| H A D | drvPWS.c | 274 E_PWS_Result MDrv_PWS_HandleSource(E_PWS_Operation operation, E_PWS_SouceInfo source, E_PWS_Sync sy… in MDrv_PWS_HandleSource() argument 283 if((source == _NO_SOURCE_) || (source == _UNKNOWN_)) in MDrv_PWS_HandleSource() 290 ret = HAL_PWS_HandleSource(operation,source); in MDrv_PWS_HandleSource() 577 …ri->fpPWSHandleSource(pHandleSourceParam->operation, pHandleSourceParam->source, pHandleSourcePara… in PWSIoctl()
|
| /utopia/UTPA2-700.0.x/modules/pws/hal/maserati/pws/ |
| H A D | halPWS.c | 390 E_PWS_Result HAL_PWS_HandleSource(E_PWS_Operation operation,E_PWS_SouceInfo source) in HAL_PWS_HandleSource() argument 404 if((source <= _NO_SOURCE_) || (source >= _UNKNOWN_)) in HAL_PWS_HandleSource() 423 SourceIndex |= source; in HAL_PWS_HandleSource() 427 SourceIndex &= (E_PWS_SouceInfo)(~source); in HAL_PWS_HandleSource()
|
| /utopia/UTPA2-700.0.x/modules/pws/hal/maxim/pws/ |
| H A D | halPWS.c | 390 E_PWS_Result HAL_PWS_HandleSource(E_PWS_Operation operation,E_PWS_SouceInfo source) in HAL_PWS_HandleSource() argument 404 if((source <= _NO_SOURCE_) || (source >= _UNKNOWN_)) in HAL_PWS_HandleSource() 423 SourceIndex |= source; in HAL_PWS_HandleSource() 427 SourceIndex &= (E_PWS_SouceInfo)(~source); in HAL_PWS_HandleSource()
|
| /utopia/UTPA2-700.0.x/modules/pws/hal/mooney/pws/ |
| H A D | halPWS.c | 387 E_PWS_Result HAL_PWS_HandleSource(E_PWS_Operation operation,E_PWS_SouceInfo source) in HAL_PWS_HandleSource() argument 401 if((source <= _NO_SOURCE_) || (source >= _UNKNOWN_)) in HAL_PWS_HandleSource() 420 SourceIndex |= source; in HAL_PWS_HandleSource() 424 SourceIndex &= (E_PWS_SouceInfo)(~source); in HAL_PWS_HandleSource()
|
| /utopia/UTPA2-700.0.x/modules/pws/hal/M7621/pws/ |
| H A D | halPWS.c | 390 E_PWS_Result HAL_PWS_HandleSource(E_PWS_Operation operation,E_PWS_SouceInfo source) in HAL_PWS_HandleSource() argument 404 if((source <= _NO_SOURCE_) || (source >= _UNKNOWN_)) in HAL_PWS_HandleSource() 423 SourceIndex |= source; in HAL_PWS_HandleSource() 427 SourceIndex &= (E_PWS_SouceInfo)(~source); in HAL_PWS_HandleSource()
|
| /utopia/UTPA2-700.0.x/modules/pws/hal/mainz/pws/ |
| H A D | halPWS.c | 390 E_PWS_Result HAL_PWS_HandleSource(E_PWS_Operation operation,E_PWS_SouceInfo source) in HAL_PWS_HandleSource() argument 404 if((source <= _NO_SOURCE_) || (source >= _UNKNOWN_)) in HAL_PWS_HandleSource() 423 SourceIndex |= source; in HAL_PWS_HandleSource() 427 SourceIndex &= (E_PWS_SouceInfo)(~source); in HAL_PWS_HandleSource()
|
| /utopia/UTPA2-700.0.x/modules/pws/hal/macan/pws/ |
| H A D | halPWS.c | 387 E_PWS_Result HAL_PWS_HandleSource(E_PWS_Operation operation,E_PWS_SouceInfo source) in HAL_PWS_HandleSource() argument 401 if((source <= _NO_SOURCE_) || (source >= _UNKNOWN_)) in HAL_PWS_HandleSource() 420 SourceIndex |= source; in HAL_PWS_HandleSource() 424 SourceIndex &= (E_PWS_SouceInfo)(~source); in HAL_PWS_HandleSource()
|
| /utopia/UTPA2-700.0.x/modules/pws/hal/maldives/pws/ |
| H A D | halPWS.c | 387 E_PWS_Result HAL_PWS_HandleSource(E_PWS_Operation operation,E_PWS_SouceInfo source) in HAL_PWS_HandleSource() argument 401 if((source <= _NO_SOURCE_) || (source >= _UNKNOWN_)) in HAL_PWS_HandleSource() 420 SourceIndex |= source; in HAL_PWS_HandleSource() 424 SourceIndex &= (E_PWS_SouceInfo)(~source); in HAL_PWS_HandleSource()
|
| /utopia/UTPA2-700.0.x/modules/pws/hal/messi/pws/ |
| H A D | halPWS.c | 390 E_PWS_Result HAL_PWS_HandleSource(E_PWS_Operation operation,E_PWS_SouceInfo source) in HAL_PWS_HandleSource() argument 404 if((source <= _NO_SOURCE_) || (source >= _UNKNOWN_)) in HAL_PWS_HandleSource() 423 SourceIndex |= source; in HAL_PWS_HandleSource() 427 SourceIndex &= (E_PWS_SouceInfo)(~source); in HAL_PWS_HandleSource()
|
| /utopia/UTPA2-700.0.x/modules/pws/hal/mustang/pws/ |
| H A D | halPWS.c | 387 E_PWS_Result HAL_PWS_HandleSource(E_PWS_Operation operation,E_PWS_SouceInfo source) in HAL_PWS_HandleSource() argument 401 if((source <= _NO_SOURCE_) || (source >= _UNKNOWN_)) in HAL_PWS_HandleSource() 420 SourceIndex |= source; in HAL_PWS_HandleSource() 424 SourceIndex &= (E_PWS_SouceInfo)(~source); in HAL_PWS_HandleSource()
|
| /utopia/UTPA2-700.0.x/modules/pws/hal/manhattan/pws/ |
| H A D | halPWS.c | 390 E_PWS_Result HAL_PWS_HandleSource(E_PWS_Operation operation,E_PWS_SouceInfo source) in HAL_PWS_HandleSource() argument 404 if((source <= _NO_SOURCE_) || (source >= _UNKNOWN_)) in HAL_PWS_HandleSource() 423 SourceIndex |= source; in HAL_PWS_HandleSource() 427 SourceIndex &= (E_PWS_SouceInfo)(~source); in HAL_PWS_HandleSource()
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | zlib.h | 655 z_streamp source)); 851 z_streamp source)); 1087 const Bytef *source, uLong sourceLen)); 1102 const Bytef *source, uLong sourceLen, 1125 const Bytef *source, uLong sourceLen));
|
| /utopia/UTPA2-700.0.x/ |
| H A D | Policy.txt | 65 1. Get Latest source code and merge your change. 66 2. Do a private build (build your source on your PC or build server without error) 72 // How to get binary or source code (�o�̻����O�D Module maintainer) 77 2. Utopia user: Get the source code from //THEALE/utopia_release/UTPA-14.5.x
|
| /utopia/UTPA2-700.0.x/modules/xc/api/xc/ |
| H A D | apiXC_PCMonitor.c.0 | 693 printf("<ATTENTION> Not support this source type for timing count setting ! \n"); 1225 printf("<ATTENTION> Not support timing count for this source, use default vaule \n"); 1313 … MDrv_XC_PCMonitor_Restart(pInstance, eWindow); // source changed, restart monitor 1414 // if enable input source before video mute, it would shows temp garbage 1415 // so need to mute video first before enable input source 1439 … MDrv_XC_DisableInputSource(pInstance, DISABLE, eWindow); //enable the input source 1455 … MDrv_XC_DisableInputSource(pInstance, DISABLE, eWindow); //enable the input source 1464 …ow] ==20) && MDrv_XC_IsInputSourceDisabled(pInstance, eWindow)) // to check the input source status 1542 // sub's input source and extra request should always enable/disable together 1632 …osignal -> htt change because ADC reload -> auto no signal disable input source(HW) -> load PQ -> … [all …]
|