Home
last modified time | relevance | path

Searched defs:omap_dm_timer_ops (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/arm64/
Dvmlinux.h111234 struct omap_dm_timer_ops { struct
111235 struct omap_dm_timer * (*request_by_node)(struct device_node *);
111236 struct omap_dm_timer * (*request_specific)(int);
111237 struct omap_dm_timer * (*request)();
111238 int (*free)(struct omap_dm_timer *);
111239 void (*enable)(struct omap_dm_timer *);
111240 void (*disable)(struct omap_dm_timer *);
111241 int (*get_irq)(struct omap_dm_timer *);
111242 int (*set_int_enable)(struct omap_dm_timer *, unsigned int);
111243 int (*set_int_disable)(struct omap_dm_timer *, u32);
[all …]
Dvmlinux_608.h111234 struct omap_dm_timer_ops { struct
111235 struct omap_dm_timer * (*request_by_node)(struct device_node *);
111236 struct omap_dm_timer * (*request_specific)(int);
111237 struct omap_dm_timer * (*request)();
111238 int (*free)(struct omap_dm_timer *);
111239 void (*enable)(struct omap_dm_timer *);
111240 void (*disable)(struct omap_dm_timer *);
111241 int (*get_irq)(struct omap_dm_timer *);
111242 int (*set_int_enable)(struct omap_dm_timer *, unsigned int);
111243 int (*set_int_disable)(struct omap_dm_timer *, u32);
[all …]