clk_core
Regular
4.4
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct clk_core *parent;
const char **parent_names;
struct clk_core **parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
unsigned int enable_count;
unsigned int prepare_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
4.8
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct clk_core *parent;
const char **parent_names;
struct clk_core **parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
unsigned int enable_count;
unsigned int prepare_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
4.10
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct clk_core *parent;
const char **parent_names;
struct clk_core **parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
unsigned int enable_count;
unsigned int prepare_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
4.13
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct clk_core *parent;
const char **parent_names;
struct clk_core **parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
unsigned int enable_count;
unsigned int prepare_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
4.15
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct clk_core *parent;
const char **parent_names;
struct clk_core **parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
unsigned int enable_count;
unsigned int prepare_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
4.18
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct clk_core *parent;
const char **parent_names;
struct clk_core **parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
5.0
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct clk_core *parent;
const char **parent_names;
struct clk_core **parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
5.3
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
5.4
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
5.8
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
5.11
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
5.13
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
5.15
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
5.19
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
6.2
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
6.5
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
6.8
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
arm64
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
armhf
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
ppc64el
: Absent ⚠️
riscv64
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
aws
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
azure
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
gcp
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
lowlatency
: ✅struct clk_core {
const char *name;
const struct clk_ops *ops;
struct clk_hw *hw;
struct module *owner;
struct device *dev;
struct device_node *of_node;
struct clk_core *parent;
struct clk_parent_map *parents;
u8 num_parents;
u8 new_parent_index;
long unsigned int rate;
long unsigned int req_rate;
long unsigned int new_rate;
struct clk_core *new_parent;
struct clk_core *new_child;
long unsigned int flags;
bool orphan;
bool rpm_enabled;
unsigned int enable_count;
unsigned int prepare_count;
unsigned int protect_count;
long unsigned int min_rate;
long unsigned int max_rate;
long unsigned int accuracy;
int phase;
struct clk_duty duty;
struct hlist_head children;
struct hlist_node child_node;
struct hlist_head clks;
unsigned int notifier_count;
struct dentry *dentry;
struct hlist_node debug_node;
struct kref ref;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
⚠️struct device *dev
4.15
and 4.18
⚠️unsigned int protect_count
4.18
and 5.0
⚠️struct clk_duty duty
5.0
and 5.3
⚠️struct device_node *of_node
bool rpm_enabled
const char **parent_names
struct clk_core **parents
➡️ struct clk_parent_map *parents
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
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅