Searched refs:line1 (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/arch/loongarch/vdso/ |
| H A D | vgetrandom-chacha.S | 65 #define line1 state4, state5, state6, state7 macro 133 OP_4REG add.w line0, line1 138 OP_4REG xor line1, line2 139 OP_4REG rotri.w line1, _20 141 OP_4REG add.w line0, line1 146 OP_4REG xor line1, line2 147 OP_4REG rotri.w line1, _25 185 OP_4REG add.w line1, line0
|
| /linux-6.15/Documentation/input/devices/ |
| H A D | yealink.rst | 93 line1 Read/Write, lcd line1 130 date +"%m.%e.%k:%M" | sed 's/^0/ /' > ./line1 174 cat ./line1
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_vblank.c | 481 u32 line1, line2; in pipe_scanline_is_moving() local 483 line1 = intel_de_read(display, reg) & PIPEDSL_LINE_MASK; in pipe_scanline_is_moving() 487 return line1 != line2; in pipe_scanline_is_moving()
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | socionext,uniphier-evea.yaml | 48 0: line1
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | airoha,en7581-npu.yaml | 37 - description: wlan irq line1
|
| /linux-6.15/Documentation/devicetree/bindings/net/can/ |
| H A D | bosch,m_can.yaml | 34 - description: interrupt line1
|
| /linux-6.15/drivers/media/pci/saa7134/ |
| H A D | saa7134.h | 496 unsigned int line1; member
|
| /linux-6.15/drivers/input/misc/ |
| H A D | yealink.c | 737 static DEVICE_ATTR(line1 , _M664, show_line1 , store_line1 );
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 7701 char *line1, char *line2, char *line3) in fixup_log_failed_core_relo() argument 7718 if (sscanf(line1, "%d: (%*d) call unknown#195896080\n", &insn_idx) != 1) in fixup_log_failed_core_relo() 7735 patch_log(buf, buf_sz, log_sz, line1, line3 - line1, patch); in fixup_log_failed_core_relo() 7740 char *line1, char *line2, char *line3) in fixup_log_missing_map_load() argument 7755 if (sscanf(line1, "%d: (%*d) call unknown#%d\n", &insn_idx, &map_idx) != 2) in fixup_log_missing_map_load() 7768 patch_log(buf, buf_sz, log_sz, line1, line3 - line1, patch); in fixup_log_missing_map_load() 7773 char *line1, char *line2, char *line3) in fixup_log_missing_kfunc_call() argument 7788 if (sscanf(line1, "%d: (%*d) call unknown#%d\n", &insn_idx, &ext_idx) != 2) in fixup_log_missing_kfunc_call() 7801 patch_log(buf, buf_sz, log_sz, line1, line3 - line1, patch); in fixup_log_missing_kfunc_call()
|
| /linux-6.15/Documentation/sound/hd-audio/ |
| H A D | models.rst | 143 hp-line1-mic1
|
| /linux-6.15/scripts/ |
| H A D | checkpatch.pl | 4895 my $line1 = $1; 4897 fix_insert_line($fixlinenr, ltrim($line1));
|