|
libmetal
|
Data Fields | |
| const char * | drv_name |
| const char * | mod_name |
| const char * | cls_name |
| struct sysfs_driver * | sdrv |
| int(* | dev_open )(struct linux_bus *lbus, struct linux_device *ldev) |
| void(* | dev_close )(struct linux_bus *lbus, struct linux_device *ldev) |
| void(* | dev_irq_ack )(struct linux_bus *lbus, struct linux_device *ldev, int irq) |
| int(* | dev_dma_map )(struct linux_bus *lbus, struct linux_device *ldev, uint32_t dir, struct metal_sg *sg_in, int nents_in, struct metal_sg *sg_out) |
| void(* | dev_dma_unmap )(struct linux_bus *lbus, struct linux_device *ldev, uint32_t dir, struct metal_sg *sg, int nents) |
| const char* linux_driver::cls_name |
| void(* linux_driver::dev_close) (struct linux_bus *lbus, struct linux_device *ldev) |
| int(* linux_driver::dev_dma_map) (struct linux_bus *lbus, struct linux_device *ldev, uint32_t dir, struct metal_sg *sg_in, int nents_in, struct metal_sg *sg_out) |
| void(* linux_driver::dev_dma_unmap) (struct linux_bus *lbus, struct linux_device *ldev, uint32_t dir, struct metal_sg *sg, int nents) |
| void(* linux_driver::dev_irq_ack) (struct linux_bus *lbus, struct linux_device *ldev, int irq) |
| int(* linux_driver::dev_open) (struct linux_bus *lbus, struct linux_device *ldev) |
| const char* linux_driver::drv_name |
| const char* linux_driver::mod_name |
| struct sysfs_driver* linux_driver::sdrv |