Lines Matching defs:handled
2019 static void adv76xx_cec_isr(struct v4l2_subdev *sd, bool *handled)
2060 if (handled)
2061 *handled = true;
2187 static int adv76xx_isr(struct v4l2_subdev *sd, u32 status, bool *handled)
2220 if (handled)
2221 *handled = true;
2228 if (handled)
2229 *handled = true;
2234 adv76xx_cec_isr(sd, handled);
2242 if (handled)
2243 *handled = true;
2251 bool handled = false;
2253 adv76xx_isr(&state->sd, 0, &handled);
2255 return handled ? IRQ_HANDLED : IRQ_NONE;