Searched refs:fmt_size (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/drivers/pcsp/ |
D | pcsp_lib.c | 64 val = runtime->dma_area[chip->playback_ptr + chip->fmt_size - 1]; in pcsp_timer_update() 104 chip->playback_ptr += PCSP_INDEX_INC() * chip->fmt_size; in pcsp_pointer_update() 242 chip->fmt_size = in snd_pcsp_playback_prepare() 253 chip->fmt_size); in snd_pcsp_playback_prepare()
|
D | pcsp.h | 61 unsigned int fmt_size; member
|
/Linux-v4.19/tools/perf/tests/ |
D | bpf-script-test-prologue.c | 25 static void (*bpf_trace_printk)(const char *fmt, int fmt_size, ...) =
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | elants_i2c.c | 1034 unsigned int fmt_size; in elants_version_attribute_show() local 1039 fmt_size = 2; /* 2 HEX digits */ in elants_version_attribute_show() 1042 fmt_size = 4; /* 4 HEX digits */ in elants_version_attribute_show() 1045 return sprintf(buf, "%0*x\n", fmt_size, val); in elants_version_attribute_show()
|
/Linux-v4.19/kernel/trace/ |
D | bpf_trace.c | 163 BPF_CALL_5(bpf_trace_printk, char *, fmt, u32, fmt_size, u64, arg1, in BPF_CALL_5() argument 178 if (fmt[--fmt_size] != 0) in BPF_CALL_5() 182 for (i = 0; i < fmt_size; i++) { in BPF_CALL_5()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | bpf_helpers.h | 23 static int (*bpf_trace_printk)(const char *fmt, int fmt_size, ...) =
|