Searched refs:f_code (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | pyperf.h | 65 void* f_code; // PyFrameObject.f_code, pointer to PyCodeObject member 93 bpf_probe_read_user(&frame->f_code, in get_frame_data() 94 sizeof(frame->f_code), in get_frame_data() 98 if (!frame->f_code) in get_frame_data() 102 frame->f_code + pidData->offsets.PyCodeObject_filename); in get_frame_data() 105 frame->f_code + pidData->offsets.PyCodeObject_name); in get_frame_data()
|
/linux-6.3-rc2/drivers/staging/media/sunxi/cedrus/ |
A D | cedrus_mpeg2.c | 92 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 0, pic->f_code[0][0]); in cedrus_mpeg2_setup() 93 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 1, pic->f_code[0][1]); in cedrus_mpeg2_setup() 94 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 0, pic->f_code[1][0]); in cedrus_mpeg2_setup() 95 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 1, pic->f_code[1][1]); in cedrus_mpeg2_setup()
|
/linux-6.3-rc2/drivers/media/platform/verisilicon/ |
A D | hantro_g1_mpeg2_dec.c | 215 G1_REG_FCODE_FWD_HOR(pic->f_code[0][0]) | in hantro_g1_mpeg2_dec_run() 216 G1_REG_FCODE_FWD_VER(pic->f_code[0][1]) | in hantro_g1_mpeg2_dec_run() 217 G1_REG_FCODE_BWD_HOR(pic->f_code[1][0]) | in hantro_g1_mpeg2_dec_run() 218 G1_REG_FCODE_BWD_VER(pic->f_code[1][1]) | in hantro_g1_mpeg2_dec_run()
|
A D | rockchip_vpu2_hw_mpeg2_dec.c | 228 VDPU_REG_FCODE_FWD_HOR(pic->f_code[0][0]) | in rockchip_vpu2_mpeg2_dec_run() 229 VDPU_REG_FCODE_FWD_VER(pic->f_code[0][1]) | in rockchip_vpu2_mpeg2_dec_run() 230 VDPU_REG_FCODE_BWD_HOR(pic->f_code[1][0]) | in rockchip_vpu2_mpeg2_dec_run() 231 VDPU_REG_FCODE_BWD_VER(pic->f_code[1][1]) | in rockchip_vpu2_mpeg2_dec_run()
|
/linux-6.3-rc2/drivers/media/test-drivers/visl/ |
A D | visl-trace-mpeg2.h | 47 __entry->p.f_code, 48 sizeof(__entry->p.f_code),
|
/linux-6.3-rc2/tools/testing/selftests/tpm2/ |
A D | tpm2_tests.py | 285 log.debug(sys._getframe().f_code.co_name) 312 log.debug(sys._getframe().f_code.co_name) 321 log.debug(sys._getframe().f_code.co_name)
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | v4l2-controls.h | 1944 __u8 f_code[2][2]; member
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | ext-ctrls-codec-stateless.rst | 1363 - ``f_code[2][2]``
|
Completed in 27 milliseconds