drivers/hid/intel-thc-hid/intel-thc/intel-thc-wot.h

Source file repositories/reference/linux-study-clean/drivers/hid/intel-thc-hid/intel-thc/intel-thc-wot.h

File Facts

System
Linux kernel
Corpus path
drivers/hid/intel-thc-hid/intel-thc/intel-thc-wot.h
Extension
.h
Size
626 bytes
Lines
27
Domain
Driver Families
Bucket
drivers/hid
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

struct thc_wot {
	int gpio_irq;
	bool gpio_irq_wakeable;
};

struct thc_device;

void thc_wot_config(struct thc_device *thc_dev, const struct acpi_gpio_mapping *gpio_map);
void thc_wot_unconfig(struct thc_device *thc_dev);

#endif /* _INTEL_THC_WOT_H_ */

Annotation

Implementation Notes