/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_util.cpp | 28 T ParseFunctionValue(const std::string& line, const std::string& key, std::function<T(const std::string&)> parser) in ParseFunctionValue() argument 31 StringUtils::SplitStr(line, " ", strs, true); in ParseFunctionValue()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | hpet.c | 98 * HPET command line enable / disable 140 static void _hpet_print_config(const char *function, int line) in _hpet_print_config() argument 144 pr_info("%s(%d):\n", function, line); in _hpet_print_config() 837 * - Command line arguments which limit intel_idle C-state support 878 pr_warn("HPET force enabled via command line, but dysfunctional in PC10.\n"); in hpet_is_pc10_damaged() 1082 * HPET in LegacyReplacement mode eats up the RTC interrupt line. When HPET
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | NGmemcpy.S | 228 * to any part of the cache line we have to store the whole 229 * cacheline else we can end up with corrupt L2 cache line 343 EX_ST(STORE_INIT(%o5, %o0 + 0x00), NG_ret_i2_plus_g1) ! initializes cache line 372 EX_ST(STORE_INIT(%o4, %o0 + 0x00), NG_ret_i2_plus_g1) ! initializes cache line
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | setup.c | 70 static int __init fpe_setup(char *line) in fpe_setup() argument 72 memcpy(fpe_type, line, 8); in fpe_setup() 995 * line parameter. The memory reserved is used by a dump capture kernel when
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | setup.c | 70 static int __init fpe_setup(char *line) in fpe_setup() argument 72 memcpy(fpe_type, line, 8); in fpe_setup() 1002 * line parameter. The memory reserved is used by a dump capture kernel when
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | NGmemcpy.S | 227 * to any part of the cache line we have to store the whole 228 * cacheline else we can end up with corrupt L2 cache line 342 EX_ST(STORE_INIT(%o5, %o0 + 0x00), NG_ret_i2_plus_g1) ! initializes cache line 371 EX_ST(STORE_INIT(%o4, %o0 + 0x00), NG_ret_i2_plus_g1) ! initializes cache line
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | ar933x_uart.c | 775 port->line = id; in ar933x_uart_probe() 811 ar933x_console_ports[up->port.line] = up; in ar933x_uart_probe()
|
H A D | fsl_linflexuart.c | 842 sport->line = ret; in linflex_probe() 861 linflex_ports[sport->line] = sport; in linflex_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramnv50.c | 204 reg = func.line >> 3; in nv50_ram_gpio() 205 sh = (func.line & 0x7) << 2; in nv50_ram_gpio()
|
/kernel/linux/linux-5.10/drivers/media/usb/usbtv/ |
H A D | usbtv-video.c | 353 * into every second line. Unfortunately, they don't align nicely into 356 * so that we can interleave a line if needed. 362 * takes 1.5 chunks to make a 720 pixel-wide line for the frame. 368 * line 1: chunk[0][ 0..479] chunk[0][480..959] chunk[1][ 0..479] 369 * line 3: chunk[1][480..959] chunk[2][ 0..479] chunk[2][480..959] 378 int line = part_no / 3; in usbtv_chunk_to_vbuf() local 379 int part_index = (line * 2 + !odd) * 3 + (part_no % 3); in usbtv_chunk_to_vbuf()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | vmlinux.lds.h | 827 .line 0 : { *(.line) } \
|
/kernel/linux/linux-6.6/drivers/media/usb/usbtv/ |
H A D | usbtv-video.c | 356 * into every second line. Unfortunately, they don't align nicely into 359 * so that we can interleave a line if needed. 365 * takes 1.5 chunks to make a 720 pixel-wide line for the frame. 371 * line 1: chunk[0][ 0..479] chunk[0][480..959] chunk[1][ 0..479] 372 * line 3: chunk[1][480..959] chunk[2][ 0..479] chunk[2][480..959] 381 int line = part_no / 3; in usbtv_chunk_to_vbuf() local 382 int part_index = (line * 2 + !odd) * 3 + (part_no % 3); in usbtv_chunk_to_vbuf()
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | vmlinux.lds.h | 762 .line 0 : { *(.line) } \
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | ar933x_uart.c | 767 port->line = id; in ar933x_uart_probe() 806 ar933x_console_ports[up->port.line] = up; in ar933x_uart_probe()
|
H A D | fsl_linflexuart.c | 828 sport->line = ret; in linflex_probe() 843 linflex_ports[sport->line] = sport; in linflex_probe()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | hpet.c | 99 * HPET command line enable / disable 141 static void _hpet_print_config(const char *function, int line) in _hpet_print_config() argument 145 pr_info("%s(%d):\n", function, line); in _hpet_print_config() 947 * - Command line arguments which limit intel_idle C-state support 988 pr_warn("HPET force enabled via command line, but dysfunctional in PC10.\n"); in hpet_is_pc10_damaged() 1194 * HPET in LegacyReplacement mode eats up the RTC interrupt line. When HPET
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramnv50.c | 203 reg = func.line >> 3; in nv50_ram_gpio() 204 sh = (func.line & 0x7) << 2; in nv50_ram_gpio()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 297 _binder_proc_lock(struct binder_proc *proc, int line) 301 "%s: line=%d\n", __func__, line); 313 _binder_proc_unlock(struct binder_proc *proc, int line) 317 "%s: line=%d\n", __func__, line); 329 _binder_inner_proc_lock(struct binder_proc *proc, int line) 333 "%s: line=%d\n", __func__, line); 345 _binder_inner_proc_unlock(struct binder_proc *proc, int line) [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 58 int line[]; member 3981 priv = kzalloc(struct_size(priv, line, nr_ports), GFP_KERNEL); in pciserial_init_ports() 4024 priv->line[i] = serial8250_register_8250_port(&uart); in pciserial_init_ports() 4025 if (priv->line[i] < 0) { in pciserial_init_ports() 4029 uart.port.iotype, priv->line[i]); in pciserial_init_ports() 4051 serial8250_unregister_port(priv->line[i]); in pciserial_detach_ports() 4073 if (priv->line[i] >= 0) in pciserial_suspend_ports() 4074 serial8250_suspend_port(priv->line[i]); in pciserial_suspend_ports() 4095 if (priv->line[i] >= 0) in pciserial_resume_ports() 4096 serial8250_resume_port(priv->line[ in pciserial_resume_ports() [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | xattr.c | 193 const char *function, unsigned int line) in check_xattrs() 289 __ext4_error_inode(inode, function, line, 0, -err, in check_xattrs() 294 __ext4_error_inode(inode, function, line, 0, -err, in check_xattrs() 301 const char *function, unsigned int line) in __ext4_xattr_check_block() 304 bh->b_data, function, line); in __ext4_xattr_check_block() 313 void *end, const char *function, unsigned int line) in __xattr_check_inode() 316 function, line); in __xattr_check_inode() 191 check_xattrs(struct inode *inode, struct buffer_head *bh, struct ext4_xattr_entry *entry, void *end, void *value_start, const char *function, unsigned int line) check_xattrs() argument 300 __ext4_xattr_check_block(struct inode *inode, struct buffer_head *bh, const char *function, unsigned int line) __ext4_xattr_check_block() argument 312 __xattr_check_inode(struct inode *inode, struct ext4_xattr_ibody_header *header, void *end, const char *function, unsigned int line) __xattr_check_inode() argument
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | metadata_stream_test.cpp | 122 std::string line; in GetMemoryInfo() local 125 while (std::getline(statusFile, line)) { in GetMemoryInfo() 126 if (line.find(name) != std::string::npos) { in GetMemoryInfo() 127 return std::stol(line.substr(name.length())); in GetMemoryInfo()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | pxa_dma.c | 171 static unsigned int pxad_drcmr(unsigned int line) in pxad_drcmr() argument 173 if (line < 64) in pxad_drcmr() 174 return 0x100 + line * 4; in pxad_drcmr() 175 return 0x1000 + line * 4; in pxad_drcmr()
|
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 138 static void nsp_cs_message(const char *func, int line, char *type, char *fmt, ...) in nsp_cs_message() argument 150 printk("%snsp_cs: %s (%d): %s\n", type, func, line, buf); in nsp_cs_message() 155 static void nsp_cs_dmessage(const char *func, int line, int mask, char *fmt, ...) in nsp_cs_dmessage() argument 165 printk("nsp_cs-debug: 0x%x %s (%d): %s\n", mask, func, line, buf); in nsp_cs_dmessage() 400 /* assert select line */ in nsphw_start_selection() 401 //nsp_dbg(NSP_DEBUG_RESELECTION, "assert SEL line"); in nsphw_start_selection()
|
/kernel/linux/linux-5.10/sound/pci/pcxhr/ |
H A D | pcxhr.c | 1352 char line[64]; in pcxhr_proc_gpo_write() local 1357 while (!snd_info_get_line(buffer, line, sizeof(line))) { in pcxhr_proc_gpo_write() 1358 if (sscanf(line, "GPO: 0x%x", &value) != 1) in pcxhr_proc_gpo_write()
|
/kernel/linux/linux-5.10/sound/drivers/ |
H A D | aloop.c | 1695 char line[64]; in change_timer_source_info() local 1698 if (!snd_info_get_line(buffer, line, sizeof(line))) in change_timer_source_info() 1699 loopback_set_timer_source(loopback, strim(line)); in change_timer_source_info()
|