Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 134) sorted by relevance

123456

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_hid_p4/
H A Ddrvhidcore_4.c179 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 Ddrvhidcore_3.c179 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 Ddrvhidcore.c178 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 Ddrvhidcore_2.c178 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 DdrvEHCI_SCHD.cxx324 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 Dgenksyms.c70 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 Dlex.c_shipped164 /* 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 Dget_maintainer.pl507 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 Dbootgraph.pl42 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 Dmarkup_oops.pl278 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 Ddocproc.c356 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 Dkernel-doc1228 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 Dmdrv_mfe.c528 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 Dnfnetlink_compat.h47 #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 Dmdrv_mfe.c392 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 Dresource_size.cocci29 * (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 Dmain.c39 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 Dfdt_wip.c75 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 DGOP_adp.c520 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 Dmdrv_ipa_pool_uapi.h64 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 Dstreamline_config.pl251 my $start = $1;
256 $process .= $start . $vars{$var};
258 $process .= $start . $variable;
H A Dlex.zconf.c_shipped140 /* 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 Dgconf.c398 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 Ddtc-lexer.lex.c_shipped122 /* 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 Dmfe_reg_264e.c449 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()

123456