Searched refs:rio_dev (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | rio_drv.h | 312 struct rio_dev *rdev, int mbox, in rio_add_outb_message() 358 int rio_claim_resource(struct rio_dev *, int); 359 int rio_request_regions(struct rio_dev *, char *); 360 void rio_release_regions(struct rio_dev *); 361 int rio_request_region(struct rio_dev *, int, char *); 362 void rio_release_region(struct rio_dev *, int); 374 extern int rio_request_inb_pwrite(struct rio_dev *, 375 int (*)(struct rio_dev *, union rio_pw_msg*, int)); 376 extern int rio_release_inb_pwrite(struct rio_dev *); 390 struct rio_dev *rio_dev_get(struct rio_dev *); [all …]
|
| A D | rio.h | 85 struct rio_dev; 103 struct rio_dev *nextdev[]; 132 int (*em_init) (struct rio_dev *dev); 133 int (*em_handle) (struct rio_dev *dev, u8 swport); 175 struct rio_dev { struct 202 struct rio_dev *prev; argument 209 #define to_rio_dev(n) container_of(n, struct rio_dev, dev) 460 void (*remove) (struct rio_dev * dev); 461 void (*shutdown)(struct rio_dev *dev); 462 int (*suspend) (struct rio_dev * dev, u32 state); [all …]
|
Completed in 6 milliseconds