include/linux/mtd/gen_probe.h

Source file repositories/reference/linux-study-clean/include/linux/mtd/gen_probe.h

File Facts

System
Linux kernel
Corpus path
include/linux/mtd/gen_probe.h
Extension
.h
Size
615 bytes
Lines
24
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct chip_probe {
	char *name;
	int (*probe_chip)(struct map_info *map, __u32 base,
			  unsigned long *chip_map, struct cfi_private *cfi);
};

struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp);

#endif /* __LINUX_MTD_GEN_PROBE_H__ */

Annotation

Implementation Notes