ohci_platform_priv
Regular
4.4
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *rst;
struct phy **phys;
int num_phys;
};
4.8
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control * resets[2];
struct phy **phys;
int num_phys;
};
4.10
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control * resets[2];
struct phy **phys;
int num_phys;
};
4.13
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control * resets[2];
struct phy **phys;
int num_phys;
};
4.15
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
struct phy **phys;
int num_phys;
};
4.18
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
5.0
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
5.3
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
5.4
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
5.8
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
5.11
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
5.13
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
5.15
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
5.19
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
6.2
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
6.5
: ✅struct ohci_platform_priv {
struct clk * clks[4];
struct reset_control *resets;
};
6.8
: ✅struct ohci_platform_priv {
struct clk * clks[4];
struct reset_control *resets;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
azure
: Absent ⚠️
gcp
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
lowlatency
: ✅struct ohci_platform_priv {
struct clk * clks[3];
struct reset_control *resets;
};
Regular
4.4
and 4.8
⚠️struct reset_control * resets[2]
struct reset_control *rst
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
⚠️struct reset_control * resets[2]
➡️ struct reset_control *resets
4.15
and 4.18
⚠️struct phy **phys
int num_phys
4.18
and 5.0
✅
5.0
and 5.3
✅
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
⚠️struct clk * clks[3]
➡️ struct clk * clks[4]
6.5
and 6.8
✅
generic
and aws
✅
generic
and gcp
✅
generic
and lowlatency
✅