Home
last modified time | relevance | path

Searched refs:f_code (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dpyperf.h65 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-v5.10/drivers/staging/media/sunxi/cedrus/
Dcedrus_mpeg2.c132 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 0, picture->f_code[0][0]); in cedrus_mpeg2_setup()
133 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 1, picture->f_code[0][1]); in cedrus_mpeg2_setup()
134 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 0, picture->f_code[1][0]); in cedrus_mpeg2_setup()
135 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 1, picture->f_code[1][1]); in cedrus_mpeg2_setup()
/Linux-v5.10/drivers/staging/media/hantro/
Drk3399_vpu_hw_mpeg2_dec.c238 VDPU_REG_FCODE_FWD_HOR(picture->f_code[0][0]) | in rk3399_vpu_mpeg2_dec_run()
239 VDPU_REG_FCODE_FWD_VER(picture->f_code[0][1]) | in rk3399_vpu_mpeg2_dec_run()
240 VDPU_REG_FCODE_BWD_HOR(picture->f_code[1][0]) | in rk3399_vpu_mpeg2_dec_run()
241 VDPU_REG_FCODE_BWD_VER(picture->f_code[1][1]) | in rk3399_vpu_mpeg2_dec_run()
Dhantro_g1_mpeg2_dec.c226 G1_REG_FCODE_FWD_HOR(picture->f_code[0][0]) | in hantro_g1_mpeg2_dec_run()
227 G1_REG_FCODE_FWD_VER(picture->f_code[0][1]) | in hantro_g1_mpeg2_dec_run()
228 G1_REG_FCODE_BWD_HOR(picture->f_code[1][0]) | in hantro_g1_mpeg2_dec_run()
229 G1_REG_FCODE_BWD_VER(picture->f_code[1][1]) | in hantro_g1_mpeg2_dec_run()
/Linux-v5.10/include/media/
Dmpeg2-ctrls.h43 __u8 f_code[2][2]; member
/Linux-v5.10/tools/testing/selftests/tpm2/
Dtpm2_tests.py272 log.debug(sys._getframe().f_code.co_name)
299 log.debug(sys._getframe().f_code.co_name)
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst2303 - ``f_code[2][2]``