Lines Matching refs:rio_dev
89 struct rio_dev;
107 struct rio_dev *nextdev[0];
136 int (*em_init) (struct rio_dev *dev);
137 int (*em_handle) (struct rio_dev *dev, u8 swport);
170 struct rio_dev { struct
193 int (*pwcback) (struct rio_dev *rdev, union rio_pw_msg *msg, int step); argument
196 struct rio_dev *prev; argument
200 #define rio_dev_g(n) list_entry(n, struct rio_dev, global_list) argument
201 #define rio_dev_f(n) list_entry(n, struct rio_dev, net_list)
202 #define to_rio_dev(n) container_of(n, struct rio_dev, dev)
203 #define sw_to_rio_dev(n) container_of(n, struct rio_dev, rswitch[0])
354 int (*add_outb_message)(struct rio_mport *mport, struct rio_dev *rdev,
391 int (*probe) (struct rio_dev * dev, const struct rio_device_id * id);
392 void (*remove) (struct rio_dev * dev);
393 int (*suspend) (struct rio_dev * dev, u32 state);
394 int (*resume) (struct rio_dev * dev);
395 int (*enable_wake) (struct rio_dev * dev, u32 state, int enable);