Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dpyperf.h65 void* f_code; // PyFrameObject.f_code, pointer to PyCodeObject member
88 bpf_probe_read(&frame->f_code, in get_frame_data()
89 sizeof(frame->f_code), in get_frame_data()
93 if (!frame->f_code) in get_frame_data()
97 frame->f_code + pidData->offsets.PyCodeObject_filename); in get_frame_data()
100 frame->f_code + pidData->offsets.PyCodeObject_name); in get_frame_data()
/Linux-v5.4/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.4/drivers/staging/media/hantro/
Dhantro_g1_mpeg2_dec.c229 G1_REG_FCODE_FWD_HOR(picture->f_code[0][0]) | in hantro_g1_mpeg2_dec_run()
230 G1_REG_FCODE_FWD_VER(picture->f_code[0][1]) | in hantro_g1_mpeg2_dec_run()
231 G1_REG_FCODE_BWD_HOR(picture->f_code[1][0]) | in hantro_g1_mpeg2_dec_run()
232 G1_REG_FCODE_BWD_VER(picture->f_code[1][1]) | in hantro_g1_mpeg2_dec_run()
Drk3399_vpu_hw_mpeg2_dec.c241 VDPU_REG_FCODE_FWD_HOR(picture->f_code[0][0]) | in rk3399_vpu_mpeg2_dec_run()
242 VDPU_REG_FCODE_FWD_VER(picture->f_code[0][1]) | in rk3399_vpu_mpeg2_dec_run()
243 VDPU_REG_FCODE_BWD_HOR(picture->f_code[1][0]) | in rk3399_vpu_mpeg2_dec_run()
244 VDPU_REG_FCODE_BWD_VER(picture->f_code[1][1]) | in rk3399_vpu_mpeg2_dec_run()
/Linux-v5.4/include/media/
Dmpeg2-ctrls.h43 __u8 f_code[2][2]; member
/Linux-v5.4/tools/testing/selftests/tpm2/
Dtpm2_tests.py271 log.debug(sys._getframe().f_code.co_name)
/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-codec.rst2209 - ``f_code[2][2]``