Lines Matching refs:it
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);
125 size_t it; member
135 .chip = (_chip), .it = (_itr_num), .flags = (_flags), \