Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A 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/drivers/staging/media/sunxi/cedrus/
A Dcedrus_mpeg2.c96 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 0, pic->f_code[0][0]); in cedrus_mpeg2_setup()
97 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 1, pic->f_code[0][1]); in cedrus_mpeg2_setup()
98 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 0, pic->f_code[1][0]); in cedrus_mpeg2_setup()
99 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 1, pic->f_code[1][1]); in cedrus_mpeg2_setup()
/linux/drivers/staging/media/hantro/
A Dhantro_g1_mpeg2_dec.c215 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 Drockchip_vpu2_hw_mpeg2_dec.c228 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/tools/testing/selftests/tpm2/
A Dtpm2_tests.py272 log.debug(sys._getframe().f_code.co_name)
299 log.debug(sys._getframe().f_code.co_name)
/linux/include/uapi/linux/
A Dv4l2-controls.h1949 __u8 f_code[2][2]; member
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-codec-stateless.rst1351 - ``f_code[2][2]``

Completed in 31 milliseconds