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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dpyperf.h67 void* f_code; // PyFrameObject.f_code, pointer to PyCodeObject member in struct:__anon3399
95 bpf_probe_read_user(&frame->f_code,
96 sizeof(frame->f_code),
100 if (!frame->f_code)
104 frame->f_code + pidData->offsets.PyCodeObject_filename);
107 frame->f_code + pidData->offsets.PyCodeObject_name);
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-trace-mpeg2.h47 __entry->p.f_code,
48 sizeof(__entry->p.f_code),
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_mpeg2.c92 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 0, pic->f_code[0][0]);
93 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 1, pic->f_code[0][1]);
94 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 0, pic->f_code[1][0]);
95 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 1, pic->f_code[1][1]);
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_g1_mpeg2_dec.c215 G1_REG_FCODE_FWD_HOR(pic->f_code[0][0]) |
216 G1_REG_FCODE_FWD_VER(pic->f_code[0][1]) |
217 G1_REG_FCODE_BWD_HOR(pic->f_code[1][0]) |
218 G1_REG_FCODE_BWD_VER(pic->f_code[1][1]) |
H A Drockchip_vpu2_hw_mpeg2_dec.c228 VDPU_REG_FCODE_FWD_HOR(pic->f_code[0][0]) |
229 VDPU_REG_FCODE_FWD_VER(pic->f_code[0][1]) |
230 VDPU_REG_FCODE_BWD_HOR(pic->f_code[1][0]) |
231 VDPU_REG_FCODE_BWD_VER(pic->f_code[1][1]) |
/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py285 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-master/include/uapi/linux/
H A Dv4l2-controls.h2028 * @f_code: see MPEG-2 specification.
2038 __u8 f_code[2][2]; member in struct:v4l2_ctrl_mpeg2_picture

Completed in 218 milliseconds