Searched refs:fill_buf (Results 1 – 8 of 8) sorted by relevance
| /linux/include/trace/events/ |
| H A D | pwc.h | 24 __entry->fbuf = pdev->fill_buf; 27 __entry->fbuf__filled = (pdev->fill_buf 28 ? pdev->fill_buf->filled : 0); 51 __entry->fbuf = pdev->fill_buf; 52 __entry->fbuf__filled = pdev->fill_buf->filled;
|
| /linux/drivers/media/usb/pwc/ |
| H A D | pwc-if.c | 220 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_frame_complete() 274 pdev->fill_buf = NULL; in pwc_frame_complete() 300 if (pdev->fill_buf == NULL) in pwc_isoc_handler() 301 pdev->fill_buf = pwc_get_next_fill_buf(pdev); in pwc_isoc_handler() 321 if (pdev->fill_buf) { in pwc_isoc_handler() 322 vb2_buffer_done(&pdev->fill_buf->vb.vb2_buf, in pwc_isoc_handler() 324 pdev->fill_buf = NULL; in pwc_isoc_handler() 353 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_isoc_handler() 375 if (pdev->fill_buf == NULL) in pwc_isoc_handler() 376 pdev->fill_buf = pwc_get_next_fill_buf(pdev); in pwc_isoc_handler() [all …]
|
| H A D | pwc.h | 257 struct pwc_frame_buf *fill_buf; member
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | sve-ptrace.c | 74 static void fill_buf(char *buf, size_t size) in fill_buf() function 480 fill_buf(write_buf + SVE_PT_SVE_ZREG_OFFSET(vq, i), in ptrace_set_sve_get_sve_data() 484 fill_buf(write_buf + SVE_PT_SVE_PREG_OFFSET(vq, i), in ptrace_set_sve_get_sve_data() 487 fill_buf(write_buf + SVE_PT_SVE_FPSR_OFFSET(vq), SVE_PT_SVE_FPSR_SIZE); in ptrace_set_sve_get_sve_data() 488 fill_buf(write_buf + SVE_PT_SVE_FPCR_OFFSET(vq), SVE_PT_SVE_FPCR_SIZE); in ptrace_set_sve_get_sve_data() 581 fill_buf(write_buf + SVE_PT_SVE_ZREG_OFFSET(vq, i), in ptrace_set_sve_get_fpsimd_data() 584 fill_buf(write_buf + SVE_PT_SVE_FPSR_OFFSET(vq), SVE_PT_SVE_FPSR_SIZE); in ptrace_set_sve_get_fpsimd_data() 585 fill_buf(write_buf + SVE_PT_SVE_FPCR_OFFSET(vq), SVE_PT_SVE_FPCR_SIZE); in ptrace_set_sve_get_fpsimd_data()
|
| H A D | zt-ptrace.c | 35 static void fill_buf(char *buf, size_t size) in fill_buf() function 164 fill_buf(zt_in, sizeof(zt_in)); in ptrace_set_get_zt() 212 fill_buf(zt, sizeof(zt)); in ptrace_enable_za_via_zt()
|
| H A D | za-ptrace.c | 40 static void fill_buf(char *buf, size_t size) in fill_buf() function 217 fill_buf(write_buf + ZA_PT_ZA_OFFSET, ZA_PT_ZA_SIZE(vq)); in ptrace_set_get_data()
|
| /linux/tools/testing/selftests/resctrl/ |
| H A D | resctrl.h | 61 * fill_buf_param: "fill_buf" benchmark parameters 63 * "fill_buf" allocates and initializes buffer of 81 * @fill_buf: Pointer to user provided parameters for "fill_buf", 89 const struct fill_buf_param *fill_buf; 124 * @fill_buf: Parameters for default "fill_buf" benchmark. 127 * not provide parameters for "fill_buf" nor a 146 struct fill_buf_param *fill_buf; 87 const struct fill_buf_param *fill_buf; global() member 144 struct fill_buf_param *fill_buf; global() member
|
| H A D | README | 74 …k_cmd [options]: run specified benchmark for MBM, MBA and CMT default benchmark is builtin fill_buf
|