clk_ops
Regular
4.4
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
void (*init)(struct clk_hw *);
int (*debug_init)(struct clk_hw *, struct dentry *);
};
4.8
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
void (*init)(struct clk_hw *);
int (*debug_init)(struct clk_hw *, struct dentry *);
};
4.10
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
void (*init)(struct clk_hw *);
int (*debug_init)(struct clk_hw *, struct dentry *);
};
4.13
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
void (*init)(struct clk_hw *);
int (*debug_init)(struct clk_hw *, struct dentry *);
};
4.15
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
void (*init)(struct clk_hw *);
int (*debug_init)(struct clk_hw *, struct dentry *);
};
4.18
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
5.0
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
5.3
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
5.4
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
5.8
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*init)(struct clk_hw *);
void (*terminate)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
5.11
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*init)(struct clk_hw *);
void (*terminate)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
5.13
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*init)(struct clk_hw *);
void (*terminate)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
5.15
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*init)(struct clk_hw *);
void (*terminate)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
5.19
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*init)(struct clk_hw *);
void (*terminate)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
6.2
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*init)(struct clk_hw *);
void (*terminate)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
6.5
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*init)(struct clk_hw *);
void (*terminate)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
6.8
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*init)(struct clk_hw *);
void (*terminate)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
arm64
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
armhf
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
ppc64el
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
riscv64
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
aws
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
azure
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
gcp
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
lowlatency
: ✅struct clk_ops {
int (*prepare)(struct clk_hw *);
void (*unprepare)(struct clk_hw *);
int (*is_prepared)(struct clk_hw *);
void (*unprepare_unused)(struct clk_hw *);
int (*enable)(struct clk_hw *);
void (*disable)(struct clk_hw *);
int (*is_enabled)(struct clk_hw *);
void (*disable_unused)(struct clk_hw *);
int (*save_context)(struct clk_hw *);
void (*restore_context)(struct clk_hw *);
long unsigned int (*recalc_rate)(struct clk_hw *, long unsigned int);
long int (*round_rate)(struct clk_hw *, long unsigned int, long unsigned int *);
int (*determine_rate)(struct clk_hw *, struct clk_rate_request *);
int (*set_parent)(struct clk_hw *, u8);
u8 (*get_parent)(struct clk_hw *);
int (*set_rate)(struct clk_hw *, long unsigned int, long unsigned int);
int (*set_rate_and_parent)(struct clk_hw *, long unsigned int, long unsigned int, u8);
long unsigned int (*recalc_accuracy)(struct clk_hw *, long unsigned int);
int (*get_phase)(struct clk_hw *);
int (*set_phase)(struct clk_hw *, int);
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *);
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *);
void (*init)(struct clk_hw *);
void (*debug_init)(struct clk_hw *, struct dentry *);
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️int (*debug_init)(struct clk_hw *, struct dentry *)
➡️ void (*debug_init)(struct clk_hw *, struct dentry *)
4.18
and 5.0
⚠️int (*save_context)(struct clk_hw *)
void (*restore_context)(struct clk_hw *)
int (*get_duty_cycle)(struct clk_hw *, struct clk_duty *)
int (*set_duty_cycle)(struct clk_hw *, struct clk_duty *)
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️void (*terminate)(struct clk_hw *)
void (*init)(struct clk_hw *)
➡️ int (*init)(struct clk_hw *)
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 ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅