drivers/platform/x86/dell/dell-rbtn.h

Source file repositories/reference/linux-study-clean/drivers/platform/x86/dell/dell-rbtn.h

File Facts

System
Linux kernel
Corpus path
drivers/platform/x86/dell/dell-rbtn.h
Extension
.h
Size
351 bytes
Lines
17
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

Dell Airplane Mode Switch driver
    Copyright (C) 2014-2015  Pali Rohár <pali@kernel.org>

*/

#ifndef _DELL_RBTN_H_
#define _DELL_RBTN_H_

struct notifier_block;

int dell_rbtn_notifier_register(struct notifier_block *nb);
int dell_rbtn_notifier_unregister(struct notifier_block *nb);

#endif

Annotation

Implementation Notes