Searched refs:rio_mport (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | rio_drv.h | 297 void (*)(struct rio_mport *, void *,int, int)); 298 extern int rio_release_outb_mbox(struct rio_mport *, int); 311 static inline int rio_add_outb_message(struct rio_mport *mport, in rio_add_outb_message() 320 void (*)(struct rio_mport *, void *, int, int)); 321 extern int rio_release_inb_mbox(struct rio_mport *, int); 352 void (*)(struct rio_mport *, void *, u16, u16, u16)); 370 extern void rio_unmap_outb_region(struct rio_mport *mport, 378 int (*pwcback)(struct rio_mport *mport, void *dev_id, 381 int (*pwcback)(struct rio_mport *mport, void *dev_id, 383 extern int rio_inb_pwrite_handler(struct rio_mport *mport, [all …]
|
| A D | rio.h | 84 struct rio_mport; 265 struct rio_mport { struct 409 int (*pwenable) (struct rio_mport *mport, int enable); 423 int (*query_mport)(struct rio_mport *mport, 518 return container_of(ddev, struct rio_mport, dma); in dma_to_mport() 530 int (*enumerate)(struct rio_mport *mport, u32 flags); 531 int (*discover)(struct rio_mport *mport, u32 flags); 548 extern int rio_mport_initialize(struct rio_mport *); 549 extern int rio_register_mport(struct rio_mport *); 550 extern int rio_unregister_mport(struct rio_mport *); [all …]
|
Completed in 9 milliseconds