Home
last modified time | relevance | path

Searched defs:phy_driver (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dphy.h365 struct phy_driver { struct
366 u32 phy_id;
367 char *name;
368 unsigned int phy_id_mask;
369 u32 features;
370 u32 flags;
376 int (*config_init)(struct phy_device *phydev);
382 int (*probe)(struct phy_device *phydev);
385 int (*suspend)(struct phy_device *phydev);
386 int (*resume)(struct phy_device *phydev);
[all …]