Home
last modified time | relevance | path

Searched refs:match2 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/coccinelle/api/
H A Dplatform_no_drv_owner.cocci44 @match2@
57 @fix2 depends on match2 && patch && !context && !org && !report@
58 identifier match2.__driver;
66 @fix2_i2c depends on match2 && patch && !context && !org && !report@
67 identifier match2.__driver;
99 @fix2_context depends on match2 && !patch && (context || org || report)@
100 identifier match2.__driver;
110 @fix2_i2c_context depends on match2 && !patch && (context || org || report)@
111 identifier match2.__driver;
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dtimer.h36 u32 match2; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserial.h89 unsigned char mask2, match2; 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.h89 unsigned char mask2, match2; 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.h89 unsigned char mask2, match2; member
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dtopology.c2273 goto match2; in partition_sched_domains_locked()
2277 match2: 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
1730 match2 = tipc_own_addr(l->net) & 0xf; in tipc_link_build_nack_msg()
1731 if (match1 == match2) in tipc_link_build_nack_msg()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace.rst2808 ``<match1>*<match2>``
2809 will match functions that begin with <match1> and end with <match2>