Lines Matching defs:handled
2036 static void adv76xx_cec_isr(struct v4l2_subdev *sd, bool *handled)
2077 if (handled)
2078 *handled = true;
2204 static int adv76xx_isr(struct v4l2_subdev *sd, u32 status, bool *handled)
2237 if (handled)
2238 *handled = true;
2245 if (handled)
2246 *handled = true;
2251 adv76xx_cec_isr(sd, handled);
2259 if (handled)
2260 *handled = true;
2268 bool handled = false;
2270 adv76xx_isr(&state->sd, 0, &handled);
2272 return handled ? IRQ_HANDLED : IRQ_NONE;