Searched refs:current_line (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_rw.c | 63 buffer->current_line = NULL; in sclp_make_buffer() 129 buffer->current_line = (char *) (mto + 1); in sclp_initialize_mto() 164 buffer->current_line = NULL; in sclp_finalize_mto() 209 if (buffer->current_line == NULL) { in sclp_write() 218 if (buffer->current_line == NULL) { in sclp_write() 229 if (buffer->current_line == NULL) { in sclp_write() 240 *buffer->current_line++ = 0x40; in sclp_write() 248 if (buffer->current_line != NULL) { in sclp_write() 255 memset(buffer->current_line, 0x40, spaces); in sclp_write() 256 buffer->current_line += spaces; in sclp_write() [all …]
|
| H A D | sclp_rw.h | 70 char *current_line; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | rtas.c | 207 static int current_line; in rtas_progress() local 256 current_line = 0; in rtas_progress() 265 width = row_width[current_line]; in rtas_progress() 277 current_line++; in rtas_progress() 278 if (current_line > display_lines-1) in rtas_progress() 279 current_line = display_lines-1; in rtas_progress() 297 width = row_width[current_line]; in rtas_progress()
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | bt87x.c | 196 int current_line; member 325 chip->current_line = (chip->current_line + 1) % chip->lines; in snd_bt87x_interrupt() 327 current_block = chip->current_line * 16 / chip->lines; in snd_bt87x_interrupt() 330 chip->current_line = (irq_block * chip->lines + 15) / 16; in snd_bt87x_interrupt() 484 chip->current_line = 0; in snd_bt87x_start() 525 return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes); in snd_bt87x_pointer()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | lto-streamer.h | 326 : loc_cache (), accepted_length (0), current_file (NULL), current_line (0), in lto_location_cache() 372 int current_line; variable 760 int current_line; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | lto-streamer.h | 326 : loc_cache (), accepted_length (0), current_file (NULL), current_line (0), in lto_location_cache() 372 int current_line; variable 760 int current_line; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2022-28734-net-http-Fix-OOB-write-for-split-http-headers.patch | 19 grub_mm_region structure following the current_line buffer.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.c | 9937 u32 current_line, in vop2_wait_for_scan_timing_max_to_assigned_line() argument 9945 int delta_line = vtotal - current_line; in vop2_wait_for_scan_timing_max_to_assigned_line() 9961 u32 current_line, in vop2_wait_for_scan_timing_from_the_assigned_line() argument 9967 int delta_line = wait_line - current_line; in vop2_wait_for_scan_timing_from_the_assigned_line() 9995 u32 current_line = vop2_read_vcnt(vp); in vop2_crtc_atomic_flush() local 9997 if (current_line > vtotal * 7 >> 3) in vop2_crtc_atomic_flush() 9998 vop2_wait_for_scan_timing_max_to_assigned_line(vp, current_line, vtotal * 7 >> 3); in vop2_crtc_atomic_flush() 10000 current_line = vop2_read_vcnt(vp); in vop2_crtc_atomic_flush() 10001 if (current_line < vtotal >> 3) in vop2_crtc_atomic_flush() 10002 vop2_wait_for_scan_timing_from_the_assigned_line(vp, current_line, vtotal >> 3); in vop2_crtc_atomic_flush()
|