drivers/net/ethernet/mediatek/mtk_wed_ops.c

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/mediatek/mtk_wed_ops.c

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/mediatek/mtk_wed_ops.c
Extension
.c
Size
248 bytes
Lines
9
Domain
Driver Families
Bucket
drivers/net
Inferred role
Driver Families: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (C) 2020 Felix Fietkau <nbd@nbd.name> */

#include <linux/kernel.h>
#include <linux/soc/mediatek/mtk_wed.h>

const struct mtk_wed_ops __rcu *mtk_soc_wed_ops;
EXPORT_SYMBOL_GPL(mtk_soc_wed_ops);

Annotation

Implementation Notes