drivers/infiniband/hw/hfi1/device.h

Source file repositories/reference/linux-study-clean/drivers/infiniband/hw/hfi1/device.h

File Facts

System
Linux kernel
Corpus path
drivers/infiniband/hw/hfi1/device.h
Extension
.h
Size
548 bytes
Lines
20
Domain
Driver Families
Bucket
drivers/infiniband
Inferred role
Driver Families: operation-table or driver-model contract
Status
pattern 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

const struct file_operations *fops,
		   struct cdev *cdev, struct device **devp,
		   bool user_accessible,
		   struct kobject *parent);
void hfi1_cdev_cleanup(struct cdev *cdev, struct device **devp);
const char *class_name(void);
int __init dev_init(void);
void dev_cleanup(void);

#endif                          /* _HFI1_DEVICE_H */

Annotation

Implementation Notes