Searched defs:pse_controller_dev (Results 1 – 1 of 1) sorted by relevance
302 struct pse_controller_dev { struct303 const struct pse_controller_ops *ops;304 struct module *owner;305 struct list_head list;306 struct list_head pse_control_head;307 struct device *dev;308 int of_pse_n_cells;309 unsigned int nr_lines;310 struct mutex lock;311 enum ethtool_pse_types types;[all …]