Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H 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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dpyperf.h66 void* f_code; // PyFrameObject.f_code, pointer to PyCodeObject member
94 bpf_probe_read_user(&frame->f_code, in get_frame_data()
95 sizeof(frame->f_code), in get_frame_data()
99 if (!frame->f_code) in get_frame_data()
103 frame->f_code + pidData->offsets.PyCodeObject_filename); in get_frame_data()
106 frame->f_code + pidData->offsets.PyCodeObject_name); in get_frame_data()
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
H A 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()
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_mpeg2.c92 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()
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H A 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()
H A 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()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H 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()
H 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()
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H A Dvisl-trace-mpeg2.h47 __entry->p.f_code,
48 sizeof(__entry->p.f_code),
/kernel/linux/linux-5.10/include/media/
H A Dmpeg2-ctrls.h43 __u8 f_code[2][2]; member
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py272 log.debug(sys._getframe().f_code.co_name)
299 log.debug(sys._getframe().f_code.co_name)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dv4l2-controls.h2016 * @f_code: see MPEG-2 specification.
2026 __u8 f_code[2][2]; member

Completed in 15 milliseconds