| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | align.c | 35 #define INVALID { 0, 0 } macro 51 INVALID, /* 0 00 11 */ 53 INVALID, /* 0 01 01 */ 57 INVALID, /* 0 10 01 */ 61 INVALID, /* 0 11 01 */ 63 INVALID, /* 0 11 11 */ 68 INVALID, /* 1 00 11 */ 69 INVALID, /* 1 01 00 */ 70 INVALID, /* 1 01 01 */ 71 INVALID, /* 1 01 10 */ [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_cls_redirect.c | 76 INVALID = 0, enumerator 704 return INVALID; in classify_icmp() 713 return INVALID; in process_icmpv4() 719 return INVALID; in process_icmpv4() 728 return INVALID; in process_icmpv4() 735 return INVALID; in process_icmpv4() 748 return INVALID; in process_icmpv4() 760 return INVALID; in process_icmpv6() 766 return INVALID; in process_icmpv6() 775 return INVALID; in process_icmpv6() [all …]
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | resource.h | 103 #ifdef INVALID 104 #undef INVALID /* needed on HP/UX */ 108 #define INVALID (0) macro
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | palmas_gpadc.c | 72 PALMAS_ADC_INFO(IN11, 0, 0, 0, 0, INVALID, INVALID, true), 73 PALMAS_ADC_INFO(IN12, 0, 0, 0, 0, INVALID, INVALID, true), 74 PALMAS_ADC_INFO(IN13, 0, 0, 0, 0, INVALID, INVALID, true), 76 PALMAS_ADC_INFO(IN15, 0, 0, 0, 0, INVALID, INVALID, true),
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_vma.c | 261 #define INVALID(sz, fl) __INVALID(sz, fl, assert_pin_einval, EINVAL) in igt_vma_pin1() macro 273 INVALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | ggtt->mappable_end), in igt_vma_pin1() 275 INVALID(0, PIN_GLOBAL | PIN_OFFSET_FIXED | ggtt->vm.total), in igt_vma_pin1() 276 INVALID(0, PIN_GLOBAL | PIN_OFFSET_FIXED | round_down(U64_MAX, PAGE_SIZE)), in igt_vma_pin1() 287 INVALID(8192, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | (ggtt->mappable_end - 4096)), in igt_vma_pin1() 288 INVALID(8192, PIN_GLOBAL | PIN_OFFSET_FIXED | (ggtt->vm.total - 4096)), in igt_vma_pin1() 289 INVALID(8192, PIN_GLOBAL | PIN_OFFSET_FIXED | (round_down(U64_MAX, PAGE_SIZE) - 4096)), in igt_vma_pin1() 306 #undef INVALID in igt_vma_pin1()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | security_cam.c | 22 #define INVALID 0x00 macro 92 (*sec_cam_table)->sec_cam_entry[i]->valid = INVALID; in sec_info_tbl_init() 139 if (clear == INVALID) { in fill_sec_cam_info() 451 (*sec_cam_table)->sec_cam_entry[i]->valid = INVALID; in decide_sec_cam_index() 463 INVALID) { in decide_sec_cam_index() 599 sec_cam_entry->valid = INVALID; in m_security_cam_hal() 1030 hit_flag = INVALID; in refresh_security_cam_info() 1085 if (hit_flag == INVALID) { in refresh_security_cam_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | security_cam.c | 22 #define INVALID 0x00 macro 92 (*sec_cam_table)->sec_cam_entry[i]->valid = INVALID; in sec_info_tbl_init() 139 if (clear == INVALID) { in fill_sec_cam_info() 451 (*sec_cam_table)->sec_cam_entry[i]->valid = INVALID; in decide_sec_cam_index() 463 INVALID) { in decide_sec_cam_index() 599 sec_cam_entry->valid = INVALID; in m_security_cam_hal() 1030 hit_flag = INVALID; in refresh_security_cam_info() 1085 if (hit_flag == INVALID) { in refresh_security_cam_info()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | cpsl_head.h | 28 INVALID = -1, enumerator
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/man-db/files/ |
| H A D | 0001-Test-patch-here.patch | 17 THIS LINE MAKES THIS PATCH INVALID README for the man-db manual pager suite
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON_Utils.cpp | 745 enum patch_operation { INVALID, ADD, REMOVE, REPLACE, MOVE, COPY, TEST }; enumerator 752 return INVALID; in decode_patch_operation() 785 return INVALID; in decode_patch_operation() 817 enum patch_operation opcode = INVALID; in apply_patch() 831 if (opcode == INVALID) in apply_patch()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | nf_conntrack-sysctl.rst | 30 in INVALID state. If this is enabled, such packets will not be 111 If it's non-zero, we mark only out of window RST segments as INVALID.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | ip_defrag.sh | 53 ip netns exec "${NETNS}" ip6tables -A INPUT -m conntrack --ctstate INVALID -j ACCEPT
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_common.h | 63 #define INVALID 0 macro
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | focaltech_common.h | 64 #define INVALID 0 macro
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0006-HACK-backend-drm-Avoid-random-crash-when-suspending.patch | 44 * If not given, INVALID flag must be set.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0007-HACK-backend-drm-Avoid-random-crash-when-suspending.patch | 44 * If not given, INVALID flag must be set.
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0007-HACK-backend-drm-Avoid-random-crash-when-suspending.patch | 44 * If not given, INVALID flag must be set.
|
| H A D | 0095-compositor-Delay-DPMS-ON-to-finsih_frame.patch | 59 * If not given, INVALID flag must be set.
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | trace_rx.h | 60 tidtype_name(INVALID)) \
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/ |
| H A D | apk.c | 16 #define INVALID 0x00 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | nilfs2_api.h | 57 NILFS_CPINFO_FNS(INVALID, invalid)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | nilfs2_api.h | 57 NILFS_CPINFO_FNS(INVALID, invalid)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | nilfs2_api.h | 57 NILFS_CPINFO_FNS(INVALID, invalid)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_statlog.c | 44 #define DHD_STATLOG_VALID(stat) (((stat) > (ST(INVALID))) && ((stat) < (ST(MAX)))) 250 int stat = ST(INVALID); in dhd_statlog_process_event() 393 case ST(INVALID): in dhd_statlog_stat_name()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_statlog.c | 44 #define DHD_STATLOG_VALID(stat) (((stat) > (ST(INVALID))) && ((stat) < (ST(MAX)))) 250 int stat = ST(INVALID); in dhd_statlog_process_event() 393 case ST(INVALID): in dhd_statlog_stat_name()
|