Searched refs:f_code (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/tools/testing/selftests/bpf/progs/ |
D | pyperf.h | 65 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/ |
D | cedrus_mpeg2.c | 132 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/ |
D | hantro_g1_mpeg2_dec.c | 229 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()
|
D | rk3399_vpu_hw_mpeg2_dec.c | 241 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/ |
D | mpeg2-ctrls.h | 43 __u8 f_code[2][2]; member
|
/Linux-v5.4/tools/testing/selftests/tpm2/ |
D | tpm2_tests.py | 271 log.debug(sys._getframe().f_code.co_name)
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | ext-ctrls-codec.rst | 2209 - ``f_code[2][2]``
|