Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dinterrupt.h78 struct itr_ops { struct
79 void (*configure)(struct itr_chip *chip, size_t it, uint32_t type,
81 void (*enable)(struct itr_chip *chip, size_t it);
82 void (*disable)(struct itr_chip *chip, size_t it);
83 void (*mask)(struct itr_chip *chip, size_t it);
84 void (*unmask)(struct itr_chip *chip, size_t it);
85 void (*raise_pi)(struct itr_chip *chip, size_t it);
86 void (*raise_sgi)(struct itr_chip *chip, size_t it,
88 void (*set_affinity)(struct itr_chip *chip, size_t it,
90 void (*set_wake)(struct itr_chip *chip, size_t it, bool on);