mdio_device
Regular
4.4
: Absent ⚠️
4.8
: ✅struct mdio_device {
struct device dev;
const struct dev_pm_ops *pm_ops;
struct mii_bus *bus;
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
};
4.10
: ✅struct mdio_device {
struct device dev;
const struct dev_pm_ops *pm_ops;
struct mii_bus *bus;
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
};
4.13
: ✅struct mdio_device {
struct device dev;
const struct dev_pm_ops *pm_ops;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
};
4.15
: ✅struct mdio_device {
struct device dev;
const struct dev_pm_ops *pm_ops;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
};
4.18
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
5.0
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
5.3
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
5.4
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
5.8
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
5.11
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
5.13
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
5.15
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
5.19
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
6.2
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
6.5
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
6.8
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
int reset_state;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
arm64
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
armhf
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
ppc64el
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
riscv64
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
aws
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
azure
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
gcp
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
lowlatency
: ✅struct mdio_device {
struct device dev;
struct mii_bus *bus;
char modalias[32];
int (*bus_match)(struct device *, struct device_driver *);
void (*device_free)(struct mdio_device *);
void (*device_remove)(struct mdio_device *);
int addr;
int flags;
struct gpio_desc *reset_gpio;
struct reset_control *reset_ctrl;
unsigned int reset_assert_delay;
unsigned int reset_deassert_delay;
};
Regular
4.8
and 4.10
✅
4.10
and 4.13
⚠️char modalias[32]
4.13
and 4.15
✅
4.15
and 4.18
⚠️struct gpio_desc *reset
unsigned int reset_assert_delay
unsigned int reset_deassert_delay
const struct dev_pm_ops *pm_ops
4.18
and 5.0
✅
5.0
and 5.3
⚠️struct gpio_desc *reset_gpio
struct reset_control *reset_ctrl
struct gpio_desc *reset
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
⚠️int reset_state
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅