omap_dm_timer_ops
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: Absent ⚠️
5.11
: Absent ⚠️
5.13
: Absent ⚠️
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: ✅struct omap_dm_timer_ops {
struct omap_dm_timer * (*request_by_node)(struct device_node *);
struct omap_dm_timer * (*request_specific)(int);
struct omap_dm_timer * (*request)();
int (*free)(struct omap_dm_timer *);
void (*enable)(struct omap_dm_timer *);
void (*disable)(struct omap_dm_timer *);
int (*get_irq)(struct omap_dm_timer *);
int (*set_int_enable)(struct omap_dm_timer *, unsigned int);
int (*set_int_disable)(struct omap_dm_timer *, u32);
struct clk * (*get_fclk)(struct omap_dm_timer *);
int (*start)(struct omap_dm_timer *);
int (*stop)(struct omap_dm_timer *);
int (*set_source)(struct omap_dm_timer *, int);
int (*set_load)(struct omap_dm_timer *, int, unsigned int);
int (*set_match)(struct omap_dm_timer *, int, unsigned int);
int (*set_pwm)(struct omap_dm_timer *, int, int, int);
int (*set_prescaler)(struct omap_dm_timer *, int);
unsigned int (*read_counter)(struct omap_dm_timer *);
int (*write_counter)(struct omap_dm_timer *, unsigned int);
unsigned int (*read_status)(struct omap_dm_timer *);
int (*write_status)(struct omap_dm_timer *, unsigned int);
};
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Arch