Searched defs:probes (Results  1 – 18 of 18) sorted by relevance
| /Linux-v5.4/drivers/mtd/maps/ | 
| D | solutionengine.c | 34 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL };  variable
 | 
| D | pxa2xx-flash.c | 44 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL };  variable
 | 
| D | dc21285.c | 147 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL };  variable
 | 
| D | ixp4xx.c | 152 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL };  variable
 | 
| D | pcmciamtd.c | 469 	static char *probes[] = { "jedec_probe", "cfi_probe" };  in pcmciamtd_config()  local
 | 
| /Linux-v5.4/drivers/mtd/nand/raw/bcm47xxnflash/ | 
| D | main.c | 20 static const char *probes[] = { "bcm47xxpart", NULL };  variable
 | 
| /Linux-v5.4/include/linux/mtd/ | 
| D | plat-ram.h | 20 	const char * const      *probes;  member
 | 
| /Linux-v5.4/arch/arm/mach-pxa/ | 
| D | poodle.c | 350 static const char * const probes[] = {  variable
 | 
| D | corgi.c | 627 static const char * const probes[] = {  variable
 | 
| D | tosa.c | 692 static const char * const probes[] = {  variable
 | 
| D | spitz.c | 802 static const char * const probes[] = {  variable
 | 
| /Linux-v5.4/drivers/base/ | 
| D | map.c | 28 	} *probes[255];  member
 | 
| /Linux-v5.4/drivers/mtd/devices/ | 
| D | bcm47xxsflash.c | 16 static const char * const probes[] = { "bcm47xxpart", NULL };  variable
 | 
| /Linux-v5.4/kernel/ | 
| D | tracepoint.c | 53 	struct tracepoint_func probes[0];  member
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | arp.c | 336 	int probes = atomic_read(&neigh->probes);  in arp_solicit()  local
 | 
| /Linux-v5.4/kernel/trace/ | 
| D | trace_probe.h | 232 	struct list_head		probes;  member
 | 
| /Linux-v5.4/net/ipv6/ | 
| D | ndisc.c | 721 	int probes = atomic_read(&neigh->probes);  in ndisc_solicit()  local
 | 
| /Linux-v5.4/include/net/ | 
| D | neighbour.h | 147 	atomic_t		probes;  member
 |