Searched defs:itr_ops (Results 1 – 1 of 1) sorted by relevance
/optee_os/core/include/kernel/ |
A D | interrupt.h | 31 struct itr_ops { struct 32 void (*add)(struct itr_chip *chip, size_t it, uint32_t type, 34 void (*enable)(struct itr_chip *chip, size_t it); 35 void (*disable)(struct itr_chip *chip, size_t it); 36 void (*raise_pi)(struct itr_chip *chip, size_t it); 37 void (*raise_sgi)(struct itr_chip *chip, size_t it, 39 void (*set_affinity)(struct itr_chip *chip, size_t it,
|
Completed in 2 milliseconds