Home
last modified time | relevance | path

Searched refs:probes (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/base/
Dmap.c28 } *probes[255]; member
58 struct probe **s = &domain->probes[index % 255]; in kobj_map()
81 for (s = &domain->probes[index % 255]; *s; s = &(*s)->next) { in kobj_unmap()
103 for (p = domain->probes[MAJOR(dev) % 255]; p; p = p->next) { in kobj_lookup()
151 p->probes[i] = base; in kobj_map_init()
/linux-4.19.296/include/linux/mtd/
Dplat-ram.h24 const char * const *probes; member
/linux-4.19.296/drivers/char/xillybus/
DKconfig11 programmable logic (FPGA). The driver probes the hardware for
/linux-4.19.296/drivers/parport/
DKconfig81 Saying Y here enables some probes for Super-IO chipsets in order to
/linux-4.19.296/include/net/
Dneighbour.h147 atomic_t probes; member