drivers/clk/nuvoton/clk-ma35d1.h

Source file repositories/reference/linux-study-clean/drivers/clk/nuvoton/clk-ma35d1.h

File Facts

System
Linux kernel
Corpus path
drivers/clk/nuvoton/clk-ma35d1.h
Extension
.h
Size
620 bytes
Lines
19
Domain
Driver Families
Bucket
drivers/clk
Inferred role
Driver Families: implementation source
Status
source 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

#ifndef __DRV_CLK_NUVOTON_MA35D1_H
#define __DRV_CLK_NUVOTON_MA35D1_H

struct clk_hw *ma35d1_reg_clk_pll(struct device *dev, u32 id, u8 u8mode, const char *name,
				  struct clk_hw *parent_hw, void __iomem *base);

struct clk_hw *ma35d1_reg_adc_clkdiv(struct device *dev, const char *name,
				     struct clk_hw *parent_hw, spinlock_t *lock,
				     unsigned long flags, void __iomem *reg,
				     u8 shift, u8 width, u32 mask_bit);

#endif /* __DRV_CLK_NUVOTON_MA35D1_H */

Annotation

Implementation Notes