Searched defs:probes (Results 1 - 14 of 14) sorted by relevance
/linux-4.4.14/drivers/mtd/maps/ |
H A D | solutionengine.c | 34 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
|
H A D | pxa2xx-flash.c | 47 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
|
H A D | dc21285.c | 147 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
|
H A D | ixp4xx.c | 151 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
|
H A D | physmap_of.c | 146 static void of_free_probes(const char * const *probes) of_free_probes() argument
|
H A D | pcmciamtd.c | 469 static char *probes[] = { "jedec_probe", "cfi_probe" }; pcmciamtd_config() local
|
/linux-4.4.14/drivers/mtd/nand/bcm47xxnflash/ |
H A D | main.c | 24 static const char *probes[] = { "bcm47xxpart", NULL }; variable
|
/linux-4.4.14/include/linux/mtd/ |
H A D | plat-ram.h | 24 const char * const *probes; member in struct:platdata_mtd_ram
|
/linux-4.4.14/drivers/base/ |
H A D | map.c | 28 } *probes[255]; member in struct:kobj_map
|
/linux-4.4.14/drivers/mtd/devices/ |
H A D | bcm47xxsflash.c | 14 static const char * const probes[] = { "bcm47xxpart", NULL }; variable
|
/linux-4.4.14/kernel/ |
H A D | tracepoint.c | 59 struct tracepoint_func probes[0]; member in struct:tp_probes
|
/linux-4.4.14/net/ipv4/ |
H A D | arp.c | 335 int probes = atomic_read(&neigh->probes); arp_solicit() local
|
/linux-4.4.14/net/ipv6/ |
H A D | ndisc.c | 668 int probes = atomic_read(&neigh->probes); ndisc_solicit() local
|
/linux-4.4.14/include/net/ |
H A D | neighbour.h | 145 atomic_t probes; member in struct:neighbour
|
Completed in 328 milliseconds