Home
last modified time | relevance | path

Searched refs:check_type (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_console_base.py47 def __init__(self, console, check_type): argument
49 self.check_type = check_type
52 self.console.disable_check_count[self.check_type] += 1
56 self.console.disable_check_count[self.check_type] -= 1
430 def disable_check(self, check_type): argument
444 return ConsoleDisableCheck(self, check_type)
/OK3568_Linux_fs/kernel/lib/xz/
H A Dxz_dec_stream.c49 enum xz_check check_type; member
244 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
263 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block()
265 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
372 while (s->pos < check_sizes[s->check_type]) { in check_skip()
408 s->check_type = s->temp.buf[HEADER_MAGIC_SIZE + 1]; in dec_stream_header()
411 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()
414 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header()
438 if (s->temp.buf[8] != 0 || s->temp.buf[9] != s->check_type) in dec_stream_footer()
657 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dbmi.h238 u32 addr, *check_type = val; \
242 (void) (check_type == val); \
/OK3568_Linux_fs/kernel/arch/x86/include/asm/e820/
H A Dapi.h19 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dpdc.h646 unsigned int check_type; member
679 unsigned int check_type; member
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A De820.c541 u64 __init e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type) in e820__range_remove() argument
552 if (check_type) in e820__range_remove()
561 if (check_type && entry->type != old_type) in e820__range_remove()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_mr.h135 enum rtw_phl_mcc_chk_inprocess_type check_type);
H A Dphl_mr.c3384 enum rtw_phl_mcc_chk_inprocess_type check_type) in phl_mr_query_mcc_inprogress() argument
3401 switch (check_type) { in phl_mr_query_mcc_inprogress()
3427 enum rtw_phl_mcc_chk_inprocess_type check_type) in rtw_phl_mr_query_mcc_inprogress() argument
3431 return phl_mr_query_mcc_inprogress(phl_info, wrole, check_type); in rtw_phl_mr_query_mcc_inprogress()
H A Dphl_api.h433 enum rtw_phl_mcc_chk_inprocess_type check_type);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_mr.h135 enum rtw_phl_mcc_chk_inprocess_type check_type);
H A Dphl_mr.c3384 enum rtw_phl_mcc_chk_inprocess_type check_type) in phl_mr_query_mcc_inprogress() argument
3401 switch (check_type) { in phl_mr_query_mcc_inprogress()
3427 enum rtw_phl_mcc_chk_inprocess_type check_type) in rtw_phl_mr_query_mcc_inprogress() argument
3431 return phl_mr_query_mcc_inprogress(phl_info, wrole, check_type); in rtw_phl_mr_query_mcc_inprogress()
H A Dphl_api.h430 enum rtw_phl_mcc_chk_inprocess_type check_type);
/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dmma9553.c249 bool check_type, in mma9553_is_any_event_enabled() argument
255 if ((check_type && data->events[i].info->type == type && in mma9553_is_any_event_enabled()
257 (!check_type && data->events[i].enabled)) in mma9553_is_any_event_enabled()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_error.c1748 goto check_type; in scsi_noretry_cmd()
1765 check_type: in scsi_noretry_cmd()