drivers/platform/x86/siemens/simatic-ipc-batt.h

Source file repositories/reference/linux-study-clean/drivers/platform/x86/siemens/simatic-ipc-batt.h

File Facts

System
Linux kernel
Corpus path
drivers/platform/x86/siemens/simatic-ipc-batt.h
Extension
.h
Size
496 bytes
Lines
21
Domain
Driver Families
Bucket
drivers/platform
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 _SIMATIC_IPC_BATT_H
#define _SIMATIC_IPC_BATT_H

int simatic_ipc_batt_probe(struct platform_device *pdev,
			   struct gpiod_lookup_table *table);

void simatic_ipc_batt_remove(struct platform_device *pdev,
			     struct gpiod_lookup_table *table);

#endif /* _SIMATIC_IPC_BATT_H */

Annotation

Implementation Notes