Home
last modified time | relevance | path

Searched refs:no_update (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dfpu_system.h91 #define no_ip_update (*(u_char *)&(I387->soft.no_update))
H A Dfpu_aux.c51 soft->no_update = 1; in fpstate_init_soft()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/
H A Dtypes.h92 u8 no_update; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c64 RK_S32 no_update; member
276 READ_BITS(gb, 1, &(e->no_update)); /* no_update */ in read_vol_complexity_estimation_header()
334 if (e->no_update) SKIP_BITS(gb, 8); /* */ in read_vop_complexity_estimation_header()
350 if (e->no_update) SKIP_BITS(gb, 8); /* */ in read_vop_complexity_estimation_header()
374 if (e->no_update) SKIP_BITS(gb, 8); /* */ in read_vop_complexity_estimation_header()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dfw.c463 bool no_update = si->updated; in rtw_fw_send_ra_info() local
474 SET_RA_INFO_NO_UPDATE(h2c_pkt, no_update); in rtw_fw_send_ra_info()