| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_hid_p4/ |
| H A D | drvhidcore_4.c | 179 static __u8 *fetch_item_Port4(__u8 *start, __u8 *end, struct hid_item *item) in fetch_item_Port4() argument 184 if ((end - start) > 0) { in fetch_item_Port4() 186 __u8 b = *start++; in fetch_item_Port4() 197 if ((end - start) >= 2) { in fetch_item_Port4() 199 item->size = *start++; in fetch_item_Port4() 200 item->tag = *start++; in fetch_item_Port4() 202 if ((end - start) >= item->size) { in fetch_item_Port4() 203 item->zdata.longdata = start; in fetch_item_Port4() 204 start += item->size; in fetch_item_Port4() 205 return start; in fetch_item_Port4() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_hid_p3/ |
| H A D | drvhidcore_3.c | 179 static __u8 *fetch_item_Port3(__u8 *start, __u8 *end, struct hid_item *item) in fetch_item_Port3() argument 184 if ((end - start) > 0) { in fetch_item_Port3() 186 __u8 b = *start++; in fetch_item_Port3() 197 if ((end - start) >= 2) { in fetch_item_Port3() 199 item->size = *start++; in fetch_item_Port3() 200 item->tag = *start++; in fetch_item_Port3() 202 if ((end - start) >= item->size) { in fetch_item_Port3() 203 item->zdata.longdata = start; in fetch_item_Port3() 204 start += item->size; in fetch_item_Port3() 205 return start; in fetch_item_Port3() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_hid_p1/ |
| H A D | drvhidcore.c | 178 static __u8 *fetch_item(__u8 *start, __u8 *end, struct hid_item *item) in fetch_item() argument 183 if ((end - start) > 0) { in fetch_item() 185 __u8 b = *start++; in fetch_item() 196 if ((end - start) >= 2) { in fetch_item() 198 item->size = *start++; in fetch_item() 199 item->tag = *start++; in fetch_item() 201 if ((end - start) >= item->size) { in fetch_item() 202 item->zdata.longdata = start; in fetch_item() 203 start += item->size; in fetch_item() 204 return start; in fetch_item() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_hid_p2/ |
| H A D | drvhidcore_2.c | 178 static __u8 *fetch_item_Port2(__u8 *start, __u8 *end, struct hid_item *item) in fetch_item_Port2() argument 183 if ((end - start) > 0) { in fetch_item_Port2() 185 __u8 b = *start++; in fetch_item_Port2() 196 if ((end - start) >= 2) { in fetch_item_Port2() 198 item->size = *start++; in fetch_item_Port2() 199 item->tag = *start++; in fetch_item_Port2() 201 if ((end - start) >= item->size) { in fetch_item_Port2() 202 item->zdata.longdata = start; in fetch_item_Port2() 203 start += item->size; in fetch_item_Port2() 204 return start; in fetch_item_Port2() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI_SCHD.cxx | 324 U32 frame = qh1->start; in intr_deschedule() 452 frame1 = qh->start; in qh_schedule() 479 qh->start = frame1; in qh_schedule() 850 U32 *start, in get_iso_range() argument 897 *start = now + ehci->i_thresh + 1; in get_iso_range() 899 if (*max < *start + 1) in get_iso_range() 900 *max = *start + 1; in get_iso_range() 902 *start = last % mod; in get_iso_range() 913 if (temp < *start) in get_iso_range() 919 *start = urb->start_frame << 3; in get_iso_range() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | genksyms.c | 70 static struct string_list *concat_list(struct string_list *start, ...); 362 static struct string_list *concat_list(struct string_list *start, ...) in concat_list() argument 367 if (!start) in concat_list() 369 for (va_start(ap, start); (n = va_arg(ap, struct string_list *));) { in concat_list() 372 n2->next = start; in concat_list() 373 start = n; in concat_list() 376 return start; in concat_list() 390 struct string_list *copy_list_range(struct string_list *start, in copy_list_range() argument 395 if (start == end) in copy_list_range() 397 n = res = copy_node(start); in copy_list_range() [all …]
|
| H A D | lex.c_shipped | 164 /* Enter a start condition. This macro really ought to take a parameter, 170 /* Translate the current start state into a value that can be later handed 177 /* Action number for EOF rule of a given start state. */ 180 /* Special action meaning "start processing a new file". */ 348 static int yy_start = 0; /* start state number */ 840 /* Number of entries by which start-condition stack grows. */ 928 (yy_start) = 1; /* first start state */ 961 /* yy_bp points to the position in yy_ch_buf of the start of 1019 fprintf( stderr, "--EOF (start condition %d)\n", YY_START ); 1293 /* First move last chars to start of buffer. */ [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | get_maintainer.pl | 507 my ($start, $end) = @_; 509 for (my $i = $start; $i < $end; $i++) { 525 my ($start, $end) = @_; 527 for (my $i = $start; $i < $end; $i++) { 569 my $start = find_starting_index($tvi); 576 for ($i = $start; $i < $end; $i++) { 591 for ($i = $start; $i < $end; $i++) { 603 range_is_maintained($start, $end) && 604 range_has_maintainer($start, $end)) { 623 my $start = find_starting_index($line); [all …]
|
| H A D | bootgraph.pl | 42 my %start; 57 $start{$func} = $1; 80 $start{$func} = $1; 147 my @initcalls = sort { $start{$a} <=> $start{$b} } keys(%start); 150 my $duration = $end{$key} - $start{$key}; 160 $s = ($start{$key} - $firsttime) * $mult;
|
| H A D | markup_oops.pl | 278 my $start; 284 $start = $center; 286 while ($start > 1) { 287 $start = $start - 1; 288 my $line = $lines[$start]; 332 while ($i >= $start) { 337 $i = $start;
|
| H A D | docproc.c | 356 int ret, i, count, start; in find_all_symbols() local 417 start = all_list_len; in find_all_symbols() 421 for (i = 0; i < data_len && start != all_list_len; i++) { in find_all_symbols() 423 all_list[start] = str; in find_all_symbols() 425 start++; in find_all_symbols()
|
| H A D | kernel-doc | 1228 my $start; 1235 $start = $args{'functiontype'} . " " . $args{'function'} . " ("; 1237 $start = $args{'function'} . " ("; 1239 print $start; 1253 print " " x length($start);
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/ |
| H A D | mdrv_mfe.c | 528 MFE_U32 DMAGetFile(char *tmpname, DWORD start, DWORD size, int type, char *Buffer) in DMAGetFile() argument 531 FPGA_MIUReadFile(tmpname, start, size, type, Buffer); in DMAGetFile() 534 addr_phy2log(start), addr_phy2log(start+size)); in DMAGetFile() 649 static MFE_U32 get_hw_encode_done_info(MFE_U32 start) in get_hw_encode_done_info() argument 667 size = wptr - start + ((hwlen&7)?(hwlen&7):8); in get_hw_encode_done_info() 670 (unsigned int)size,(unsigned int) start,(unsigned int) wptr,(unsigned int) hwlen); in get_hw_encode_done_info() 681 MFE_U32 start = 0; in copybits2file() local 687 start = outbitsbuf[pConfig->nOBufIndex].start_addr; in copybits2file() 694 size = get_hw_encode_done_info(start); in copybits2file() 701 start = 0; in copybits2file() [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/ |
| H A D | nfnetlink_compat.h | 47 #define NFA_NEST_END(skb, start) \ argument 48 ({ (start)->nfa_len = skb_tail_pointer(skb) - (unsigned char *)(start); \ 50 #define NFA_NEST_CANCEL(skb, start) \ argument 51 ({ if (start) \ 52 skb_trim(skb, (unsigned char *) (start) - (skb)->data); \
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/ |
| H A D | mdrv_mfe.c | 392 static MS_U32 get_hw_encode_done_size(MS_U32 start) in get_hw_encode_done_size() argument 403 ms_dprintk(DRV_L3, "start = 0x%x, hwlen = 0x%x\n", (unsigned int)start, (unsigned int)hwlen); in get_hw_encode_done_size() 410 size = wptr - start + ((hwlen&7)?(hwlen&7):8); in get_hw_encode_done_size() 413 (int)size, (unsigned int)start, (unsigned int)wptr, (unsigned int)hwlen); in get_hw_encode_done_size() 424 MS_U32 start = 0; in copybits2file() local 430 start = pConfig->outbitsbuf[pConfig->nOBufIndex].start_addr; in copybits2file() 443 memcpy(addr_phy2log(start + pConfig->MFE_U32MFEMIUOffset), in copybits2file() 455 size = get_hw_encode_done_size(start); in copybits2file() 460 start = 0; in copybits2file() 483 pConfig->bitsframe[wbits_index].miuAddress = start; in copybits2file() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/coccinelle/api/ |
| H A D | resource_size.cocci | 29 * (res->end - res->start) + 1 39 - (res->end - res->start) + 1 52 (res->end@p - res->start) + 1 59 res->end@p - res->start
|
| /utopia/UTPA2-700.0.x/projects/tools/gr/ |
| H A D | main.c | 39 unsigned int start; in SPILoad() local 48 scanf("%x",&start); in SPILoad() 60 MAdp_SPI_Load(start,size,pp); in SPILoad()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/ |
| H A D | fdt_wip.c | 75 static void _fdt_nop_region(void *start, int len) in _fdt_nop_region() argument 79 for (p = start; (char *)p < ((char *)start + len); p++) in _fdt_nop_region()
|
| /utopia/UTPA2-700.0.x/modules/graphic/utopia_adaption/gop/ |
| H A D | GOP_adp.c | 520 compat_uint_t start; member 1476 err |= get_user(i, &data32_Pale->start); in GOP_adp_Ioctl() 1477 err |= put_user(i, &data_Pale->start); in GOP_adp_Ioctl() 1488 …pt_GOP_PALETTE_SET_ENTRY_A0B0[0],sizeof(GOP_PaletteEntry)*(data32_Pale->end-data32_Pale->start+1)); in GOP_adp_Ioctl() 1528 if(copy_from_user(Str_A0B0, Usr_A0B0, sizeof(MS_U32)*(Usr_A0->end-Usr_A0->start+1))) in GOP_adp_Ioctl() 1580 err |= get_user(i, &data32_Pale->start); in GOP_adp_Ioctl() 1581 err |= put_user(i, &data_Pale->start); in GOP_adp_Ioctl() 1592 …pt_GOP_PALETTE_SET_ENTRY_A0B0[0],sizeof(GOP_PaletteEntry)*(data32_Pale->end-data32_Pale->start+1)); in GOP_adp_Ioctl() 1652 if(copy_to_user(Usr_A0B0, Str_A0B0, sizeof(MS_U32)*(Usr_A0->end-Usr_A0->start+1))) in GOP_adp_Ioctl()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | mdrv_ipa_pool_uapi.h | 64 MS_U64 start; //in: start pos refer to bus member 81 MS_U64 start; //in: start pos refer to bus member 155 MS_U64 start;//out member
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | streamline_config.pl | 251 my $start = $1; 256 $process .= $start . $vars{$var}; 258 $process .= $start . $variable;
|
| H A D | lex.zconf.c_shipped | 140 /* Enter a start condition. This macro really ought to take a parameter, 146 /* Translate the current start state into a value that can be later handed 153 /* Action number for EOF rule of a given start state. */ 156 /* Special action meaning "start processing a new file". */ 307 static int yy_start = 0; /* start state number */ 969 /* Number of entries by which start-condition stack grows. */ 1027 (yy_start) = 1; /* first start state */ 1051 /* yy_bp points to the position in yy_ch_buf of the start of 1519 /* First move last chars to start of buffer. */ 1765 * @note This function does not reset the start condition to @c INITIAL .
|
| H A D | gconf.c | 398 GtkTextIter start, end; in text_insert_help() local 405 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_help() 406 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_help() 423 GtkTextIter start, end; in text_insert_msg() local 427 gtk_text_buffer_get_bounds(buffer, &start, &end); in text_insert_msg() 428 gtk_text_buffer_delete(buffer, &start, &end); in text_insert_msg()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 122 /* Enter a start condition. This macro really ought to take a parameter, 128 /* Translate the current start state into a value that can be later handed 135 /* Action number for EOF rule of a given start state. */ 138 /* Special action meaning "start processing a new file". */ 289 static int yy_start = 0; /* start state number */ 749 /* Number of entries by which start-condition stack grows. */ 808 (yy_start) = 1; /* first start state */ 832 /* yy_bp points to the position in yy_ch_buf of the start of 1214 /* First move last chars to start of buffer. */ 1448 * @note This function does not reset the start condition to @c INITIAL .
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | mfe_reg_264e.c | 449 int start[2], end[2]; in OutputSwCfg1_H264() local 460 start[count-1] = end[count-1] = i; in OutputSwCfg1_H264() 469 mfe_reg.reg_mfe_s_txip_irfsh_mb_s0 = start[0]; in OutputSwCfg1_H264() 474 mfe_reg.reg_mfe_s_txip_irfsh_mb_s1 = start[1]; in OutputSwCfg1_H264()
|