drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.h
Extension
.h
Size
1377 bytes
Lines
35
Domain
Driver Families
Bucket
drivers/gpu
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 SMU_V11_I2C_CONTROL_H
#define SMU_V11_I2C_CONTROL_H

#include <linux/types.h>

struct amdgpu_device;

int smu_v11_0_i2c_control_init(struct amdgpu_device *adev);
void smu_v11_0_i2c_control_fini(struct amdgpu_device *adev);

#endif

Annotation

Implementation Notes