| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_console_base.py | 47 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 D | xz_dec_stream.c | 49 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 D | bmi.h | 238 u32 addr, *check_type = val; \ 242 (void) (check_type == val); \
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/e820/ |
| H A D | api.h | 19 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 D | pdc.h | 646 unsigned int check_type; member 679 unsigned int check_type; member
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | e820.c | 541 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 D | phl_mr.h | 135 enum rtw_phl_mcc_chk_inprocess_type check_type);
|
| H A D | phl_mr.c | 3384 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 D | phl_api.h | 433 enum rtw_phl_mcc_chk_inprocess_type check_type);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_mr.h | 135 enum rtw_phl_mcc_chk_inprocess_type check_type);
|
| H A D | phl_mr.c | 3384 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 D | phl_api.h | 430 enum rtw_phl_mcc_chk_inprocess_type check_type);
|
| /OK3568_Linux_fs/kernel/drivers/iio/accel/ |
| H A D | mma9553.c | 249 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 D | scsi_error.c | 1748 goto check_type; in scsi_noretry_cmd() 1765 check_type: in scsi_noretry_cmd()
|