Lines Matching refs:rio_dev
88 struct rio_dev;
122 int (*em_init) (struct rio_dev *dev);
123 int (*em_handle) (struct rio_dev *dev, u8 swport);
124 int (*sw_sysfs) (struct rio_dev *dev, int create);
125 struct rio_dev *nextdev[0];
157 struct rio_dev { struct
179 int (*pwcback) (struct rio_dev *rdev, union rio_pw_msg *msg, int step); argument
182 struct rio_dev *prev; argument
186 #define rio_dev_g(n) list_entry(n, struct rio_dev, global_list) argument
187 #define rio_dev_f(n) list_entry(n, struct rio_dev, net_list)
188 #define to_rio_dev(n) container_of(n, struct rio_dev, dev)
189 #define sw_to_rio_dev(n) container_of(n, struct rio_dev, rswitch[0])
341 int (*add_outb_message)(struct rio_mport *mport, struct rio_dev *rdev,
378 int (*probe) (struct rio_dev * dev, const struct rio_device_id * id);
379 void (*remove) (struct rio_dev * dev);
380 int (*suspend) (struct rio_dev * dev, u32 state);
381 int (*resume) (struct rio_dev * dev);
382 int (*enable_wake) (struct rio_dev * dev, u32 state, int enable);
414 int (*init_hook) (struct rio_dev *rdev, int do_enum);