drivers/leds/simatic/simatic-ipc-leds-gpio.h

Source file repositories/reference/linux-study-clean/drivers/leds/simatic/simatic-ipc-leds-gpio.h

File Facts

System
Linux kernel
Corpus path
drivers/leds/simatic/simatic-ipc-leds-gpio.h
Extension
.h
Size
599 bytes
Lines
23
Domain
Driver Families
Bucket
drivers/leds
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_LEDS_GPIO_H
#define _SIMATIC_IPC_LEDS_GPIO_H

int simatic_ipc_leds_gpio_probe(struct platform_device *pdev,
				struct gpiod_lookup_table *table,
				struct gpiod_lookup_table *table_extra);

void simatic_ipc_leds_gpio_remove(struct platform_device *pdev,
				  struct gpiod_lookup_table *table,
				  struct gpiod_lookup_table *table_extra);

#endif /* _SIMATIC_IPC_LEDS_GPIO_H */

Annotation

Implementation Notes