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

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

File Facts

System
Linux kernel
Corpus path
drivers/hid/intel-thc-hid/intel-quickspi/quickspi-hid.h
Extension
.h
Size
401 bytes
Lines
15
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

#ifndef _QUICKSPI_HID_H_
#define _QUICKSPI_HID_H_

struct quickspi_device;

int quickspi_hid_send_report(struct quickspi_device *qsdev,
			     void *data, size_t data_size);
int quickspi_hid_probe(struct quickspi_device *qsdev);
void quickspi_hid_remove(struct quickspi_device *qsdev);

#endif /* _QUICKSPI_HID_H_ */

Annotation

Implementation Notes