Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h87544 struct phy_driver { struct
87545 struct mdio_driver_common mdiodrv;
87546 u32 phy_id;
87547 char *name;
87548 u32 phy_id_mask;
87549 const unsigned long * const features;
87550 u32 flags;
87551 const void *driver_data;
87552 int (*soft_reset)(struct phy_device *);
87553 int (*config_init)(struct phy_device *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h97280 struct phy_driver { struct
97281 struct mdio_driver_common mdiodrv;
97282 u32 phy_id;
97283 char *name;
97284 u32 phy_id_mask;
97285 const unsigned long * const features;
97286 u32 flags;
97287 const void *driver_data;
97288 int (*soft_reset)(struct phy_device *);
97289 int (*config_init)(struct phy_device *);
[all …]