include/linux/mdio/mdio-regmap.h

Source file repositories/reference/linux-study-clean/include/linux/mdio/mdio-regmap.h

File Facts

System
Linux kernel
Corpus path
include/linux/mdio/mdio-regmap.h
Extension
.h
Size
586 bytes
Lines
27
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 mdio_regmap_config {
	struct device *parent;
	struct regmap *regmap;
	char name[MII_BUS_ID_SIZE];
	u8 valid_addr;
	bool autoscan;
};

struct mii_bus *devm_mdio_regmap_register(struct device *dev,
					  const struct mdio_regmap_config *config);

#endif

Annotation

Implementation Notes