Home
last modified time | relevance | path

Searched refs:match1 (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/coccinelle/api/
H A Dplatform_no_drv_owner.cocci12 @match1@
26 @fix1 depends on match1 && patch && !context && !org && !report@
27 identifier match1.__driver;
35 @fix1_i2c depends on match1 && patch && !context && !org && !report@
36 identifier match1.__driver;
77 @fix1_context depends on match1 && !patch && (context || org || report)@
78 identifier match1.__driver;
88 @fix1_i2c_context depends on match1 && !patch && (context || org || report)@
89 identifier match1.__driver;
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dtimer.h35 u32 match1; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial.h87 unsigned char mask1, match1; member
/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 Dserial.h87 unsigned char mask1, match1; member
/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 Dserial.h87 unsigned char mask1, match1; member
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dtopology.c2251 goto match1; in partition_sched_domains_locked()
2256 match1: in partition_sched_domains_locked()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dlink.c1726 int match1, match2; in tipc_link_build_nack_msg() local
1729 match1 = def_cnt & 0xf; in tipc_link_build_nack_msg()
1731 if (match1 == match2) in tipc_link_build_nack_msg()
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Duncore_snbep.c518 DEFINE_UNCORE_FORMAT_ATTR(match1, match1, "config1:32-63");
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace.rst2808 ``<match1>*<match2>``
2809 will match functions that begin with <match1> and end with <match2>