Searched refs:fbuffer (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/ |
D | platinumfb.c | 542 volatile __u8 *fbuffer; in platinumfb_probe() local 597 fbuffer = pinfo->base_frame_buffer; in platinumfb_probe() 598 fbuffer[0x100000] = 0x34; in platinumfb_probe() 599 fbuffer[0x100008] = 0x0; in platinumfb_probe() 600 invalidate_cache(&fbuffer[0x100000]); in platinumfb_probe() 601 fbuffer[0x200000] = 0x56; in platinumfb_probe() 602 fbuffer[0x200008] = 0x0; in platinumfb_probe() 603 invalidate_cache(&fbuffer[0x200000]); in platinumfb_probe() 604 fbuffer[0x300000] = 0x78; in platinumfb_probe() 605 fbuffer[0x300008] = 0x0; in platinumfb_probe() [all …]
|
/Linux-v4.19/kernel/trace/ |
D | trace_events.c | 253 void *trace_event_buffer_reserve(struct trace_event_buffer *fbuffer, in trace_event_buffer_reserve() argument 263 local_save_flags(fbuffer->flags); in trace_event_buffer_reserve() 264 fbuffer->pc = preempt_count(); in trace_event_buffer_reserve() 272 fbuffer->pc--; in trace_event_buffer_reserve() 273 fbuffer->trace_file = trace_file; in trace_event_buffer_reserve() 275 fbuffer->event = in trace_event_buffer_reserve() 276 trace_event_buffer_lock_reserve(&fbuffer->buffer, trace_file, in trace_event_buffer_reserve() 278 fbuffer->flags, fbuffer->pc); in trace_event_buffer_reserve() 279 if (!fbuffer->event) in trace_event_buffer_reserve() 282 fbuffer->entry = ring_buffer_event_data(fbuffer->event); in trace_event_buffer_reserve() [all …]
|
D | trace.c | 2318 static void output_printk(struct trace_event_buffer *fbuffer) in output_printk() argument 2329 event_call = fbuffer->trace_file->event_call; in output_printk() 2334 event = &fbuffer->trace_file->event_call->event; in output_printk() 2338 iter->ent = fbuffer->entry; in output_printk() 2379 void trace_event_buffer_commit(struct trace_event_buffer *fbuffer) in trace_event_buffer_commit() argument 2382 output_printk(fbuffer); in trace_event_buffer_commit() 2384 event_trigger_unlock_commit(fbuffer->trace_file, fbuffer->buffer, in trace_event_buffer_commit() 2385 fbuffer->event, fbuffer->entry, in trace_event_buffer_commit() 2386 fbuffer->flags, fbuffer->pc); in trace_event_buffer_commit()
|
D | trace_events_hist.c | 633 struct trace_event_buffer fbuffer; in trace_event_raw_event_synth() local 653 entry = trace_event_buffer_reserve(&fbuffer, trace_file, in trace_event_raw_event_synth() 671 trace_event_buffer_commit(&fbuffer); in trace_event_raw_event_synth()
|
/Linux-v4.19/include/trace/ |
D | trace_events.h | 703 struct trace_event_buffer fbuffer; \ 712 entry = trace_event_buffer_reserve(&fbuffer, trace_file, \ 722 trace_event_buffer_commit(&fbuffer); \
|
/Linux-v4.19/include/linux/ |
D | trace_events.h | 215 void *trace_event_buffer_reserve(struct trace_event_buffer *fbuffer, 219 void trace_event_buffer_commit(struct trace_event_buffer *fbuffer);
|
/Linux-v4.19/drivers/staging/media/zoran/ |
D | zoran.h | 190 char *fbuffer; /* virtual address of frame buffer */ member
|
D | zoran_driver.c | 219 if (fh->buffers.buffer[i].v4l.fbuffer) in v4l_fbuffer_alloc() 236 fh->buffers.buffer[i].v4l.fbuffer = mem; in v4l_fbuffer_alloc() 264 if (!fh->buffers.buffer[i].v4l.fbuffer) in v4l_fbuffer_free() 267 mem = fh->buffers.buffer[i].v4l.fbuffer; in v4l_fbuffer_free() 271 kfree(fh->buffers.buffer[i].v4l.fbuffer); in v4l_fbuffer_free() 272 fh->buffers.buffer[i].v4l.fbuffer = NULL; in v4l_fbuffer_free()
|