Searched refs:f_code (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | pyperf.h | 65 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-v6.1/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_mpeg2.c | 92 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()
|
/Linux-v6.1/drivers/media/platform/verisilicon/ |
D | hantro_g1_mpeg2_dec.c | 215 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()
|
D | rockchip_vpu2_hw_mpeg2_dec.c | 228 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-v6.1/tools/testing/selftests/tpm2/ |
D | tpm2_tests.py | 285 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-v6.1/include/uapi/linux/ |
D | v4l2-controls.h | 1970 __u8 f_code[2][2]; member
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec-stateless.rst | 1363 - ``f_code[2][2]``
|