Home
last modified time | relevance | path

Searched refs:line (Results 1 - 25 of 73) sorted by relevance

123

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dprepare.py50 line = ''
76 line = '%sDEFINES := %s\n'%(line, ' \\\n\t'.join(defines))
78 line = '%sINCLUDE := -I$(MAIN_TOPDIR)/%s\n'%(line, ' \\\n\t-I$(MAIN_TOPDIR)/'.join(flg_cfg))
80 line = '\n'.join([
81 line,
86 line = '%s%s := %s\n'%(line, flg, ' '.join(flg_cfg))
87 return line
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_helpers.c54 struct kutf_userdata_line *line; in kutf_helper_input_dequeue() local
74 line = list_first_entry(&context->userdata.input_head, in kutf_helper_input_dequeue()
76 if (line->str) { in kutf_helper_input_dequeue()
81 list_del(&line->node); in kutf_helper_input_dequeue()
87 *str_size = line->size; in kutf_helper_input_dequeue()
88 return line->str; in kutf_helper_input_dequeue()
94 struct kutf_userdata_line *line; in kutf_helper_input_enqueue() local
96 line = kutf_mempool_alloc(&context->fixture_pool, in kutf_helper_input_enqueue()
97 sizeof(*line) + size + 1); in kutf_helper_input_enqueue()
98 if (!line) in kutf_helper_input_enqueue()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dmk_prim_xml_step1.py65 for line in f1:
66 list_temp=re.split('[ \t\n\r\f\v]+', line)
76 for line in f1:
77 list_temp=re.split('[ \t\n\r\f\v]+', line)
139 for line in f1:
140 match=re.search('PRIM_XML_HI_DIAG_LOG_MSG_', line)
142 match_id=re.search('_PRIM_ID_:', line)
143 match_sz=re.search(',_PRIM_SZ_:', line)
144 match_line=re.search(',_PRIM_LINE_:', line)
145 match_file=re.search(',_PRIM_FILE_:', line)
[all...]
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dclang-wrapper.py53 def interpret_warning(line):
55 line = line.rstrip('\n')
56 m = warning_re.match(line)
83 for line in proc.stderr:
84 print (line.decode("utf-8"), end="")
85 interpret_warning(line.decode("utf-8"))
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Ddebug.h109 * context, file and line number parameters.
114 * \param line line number the message has occurred at
122 const char *file, int line,
128 * which supplies the ssl context, file and line number parameters.
133 * \param line line number the error has occurred in
141 const char *file, int line,
147 * which supplies the ssl context, file and line number parameters.
152 * \param line lin
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/efuse_tool/
H A Defuse_cfg_gen.py50 for line in reader:
51 if(line[0] == "1"):
52 size = int(line[3])
59 result = struct.pack('BBHHH', 0, 8, int(line[2]), size, value_len)
60 value_str = line[4]
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Memory.c38 const OMX_U32 line) in Rockchip_OSAL_Malloc_With_Caller()
42 tag, caller, (int)line, mem_cnt); in Rockchip_OSAL_Malloc_With_Caller()
57 const OMX_U32 line) in Rockchip_OSAL_Free_With_Caller()
62 tag, caller, (int)line, mem_cnt); in Rockchip_OSAL_Free_With_Caller()
34 Rockchip_OSAL_Malloc_With_Caller( OMX_U32 size, const char *tag, const char *caller, const OMX_U32 line) Rockchip_OSAL_Malloc_With_Caller() argument
53 Rockchip_OSAL_Free_With_Caller( OMX_PTR addr, const char *tag, const char *caller, const OMX_U32 line) Rockchip_OSAL_Free_With_Caller() argument
H A DRockchip_OSAL_Memory.h54 const OMX_U32 line);
59 const OMX_U32 line);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmpcispi.h35 #define _PADLINE(line) pad ## line
36 #define _XSTR(line) _PADLINE(line)
H A Dsbsocram.h38 #define _PADLINE(line) pad ## line
39 #define _XSTR(line) _PADLINE(line)
H A Dsbsysmem.h38 #define _PADLINE(line) pad ## line
39 #define _XSTR(line) _PADLINE(line)
H A Dsbhndarm.h38 #define _PADLINE(line) pad ## line
39 #define _XSTR(line) _PADLINE(line)
H A Dsbsdpcmdev.h39 #define _PADLINE(line) pad ## line
40 #define _XSTR(line) _PADLINE(line)
H A Dsbconfig.h36 #define _PADLINE(line) pad ## line
37 #define _XSTR(line) _PADLINE(line)
79 * a few registers *below* that line. I think it would be very confusing to try
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_debug.c25 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic() argument
27 panic(fmt, fun, line, cond); in osal_panic()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_debug.c37 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic() argument
39 panic(fmt, fun, line, cond); in osal_panic()
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dbug.h15 TP_PROTO(const char *file, unsigned int line, unsigned long bugaddr),
16 TP_ARGS(file, line, bugaddr), 1);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dlinux_pkt.c234 linux_pktget(osl_t *osh, uint len, int line, const char *caller) in linux_pktget() argument
254 bcm_object_trace_opr(skb, BCM_OBJDBG_ADD_PKT, caller, line); in linux_pktget()
263 linux_pktfree_irq(osl_t *osh, void *p, bool send, int line, const char *caller) in linux_pktfree_irq() argument
308 bcm_object_trace_opr(skb, BCM_OBJDBG_REMOVE, caller, line); in linux_pktfree_irq()
332 linux_pktfree(osl_t *osh, void *p, bool send, int line, const char *caller) in linux_pktfree() argument
377 bcm_object_trace_opr(skb, BCM_OBJDBG_REMOVE, caller, line); in linux_pktfree()
609 osl_pktdup(osl_t *osh, void *skb, int line, const char *caller) in osl_pktdup() argument
633 bcm_object_trace_opr(p, BCM_OBJDBG_ADD_PKT, caller, line); in osl_pktdup()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/sysconfig/
H A Dsys_config.c86 char* line = NULL; in parse_sensor_index() local
89 line = strsep(&s, "="); in parse_sensor_index()
90 if (line == NULL) { in parse_sensor_index()
91 osal_printk("FUNC:%s line:%d err sensor index: [%s] \n", __FUNCTION__, __LINE__, s); in parse_sensor_index()
102 if (strncmp(tmp, line, sizeof(tmp)) == 0) { in parse_sensor_index()
108 osal_printk("FUNC:%s line:%d SNS prefix:[%s] is not supported !\n", __FUNCTION__, __LINE__, line); in parse_sensor_index()
116 char *line = NULL; in parse_sensor_name() local
123 line = strsep(&s, "="); in parse_sensor_name()
124 if (line in parse_sensor_name()
954 char *line; sensor_config() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_core.c105 * line has been de-asserted.
151 * handler that ensures that the IRQ line has been deasserted
153 * line being stuck active, and, since ISA irqs are edge triggered,
417 * @line: serial line number
419 * This function retrieves struct uart_8250_port for the specific line.
427 struct uart_8250_port *serial8250_get_port(int line) in serial8250_get_port() argument
429 return &serial8250_ports[line]; in serial8250_get_port()
535 port->line = i; in serial8250_isa_init_ports()
652 * @name: name from console command line
795 serial8250_suspend_port(int line) serial8250_suspend_port() argument
818 serial8250_resume_port(int line) serial8250_resume_port() argument
1200 serial8250_unregister_port(int line) serial8250_unregister_port() argument
[all...]
H A D8250_dw.c302 up = serial8250_get_port(d->data.line); in dw8250_clk_work_cb()
456 /* get index of serial line, if found in DT aliases */ in dw8250_quirks()
459 p->line = id; in dw8250_quirks()
660 data->data.line = serial8250_register_8250_port(up); in dw8250_probe()
661 if (data->data.line < 0) { in dw8250_probe()
662 err = data->data.line; in dw8250_probe()
716 serial8250_unregister_port(data->data.line); in dw8250_remove()
740 serial8250_suspend_port(data->data.line); in dw8250_suspend()
757 serial8250_resume_port(data->data.line); in dw8250_resume()
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/
H A Daeskey2reg.c30 int getlinetxt(FILE *fp,int line,char *stri){ in getlinetxt() argument
33 for(i=0;i<line;i++) in getlinetxt()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
H A Dmemp_priv.h72 int line; member
155 void *memp_malloc_pool_fn(const struct memp_desc *desc, const char *file, const int line);
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
H A Dbuild_nv.py265 def hi_str_to_int(line, num):
267 return int(line, num)
268 match1 = re.match(r'\s*0x', line)
269 match2 = re.match(r'\s*0X', line)
271 return int(line, 16)
273 return int(line, 10)
466 for line in cfg_fp.readlines():
467 L=line.split('=')
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
H A Dbuild_nv.py265 def hi_str_to_int(line, num):
267 return int(line, num)
268 match1 = re.match(r'\s*0x', line)
269 match2 = re.match(r'\s*0X', line)
271 return int(line, 16)
273 return int(line, 10)
466 for line in cfg_fp.readlines():
467 L=line.split('=')

Completed in 16 milliseconds

123