Lines Matching refs:handled

1095 		bool *handled)  in tc35874x_hdmi_audio_int_handler()  argument
1108 static void tc35874x_csi_err_int_handler(struct v4l2_subdev *sd, bool *handled) in tc35874x_csi_err_int_handler() argument
1116 bool *handled) in tc35874x_hdmi_misc_int_handler() argument
1137 if (handled) in tc35874x_hdmi_misc_int_handler()
1138 *handled = true; in tc35874x_hdmi_misc_int_handler()
1148 bool *handled) in tc35874x_hdmi_cbit_int_handler() argument
1164 if (handled) in tc35874x_hdmi_cbit_int_handler()
1165 *handled = true; in tc35874x_hdmi_cbit_int_handler()
1175 if (handled) in tc35874x_hdmi_cbit_int_handler()
1176 *handled = true; in tc35874x_hdmi_cbit_int_handler()
1185 static void tc35874x_hdmi_clk_int_handler(struct v4l2_subdev *sd, bool *handled) in tc35874x_hdmi_clk_int_handler() argument
1210 if (handled) in tc35874x_hdmi_clk_int_handler()
1211 *handled = true; in tc35874x_hdmi_clk_int_handler()
1220 static void tc35874x_hdmi_sys_int_handler(struct v4l2_subdev *sd, bool *handled) in tc35874x_hdmi_sys_int_handler() argument
1247 if (handled) in tc35874x_hdmi_sys_int_handler()
1248 *handled = true; in tc35874x_hdmi_sys_int_handler()
1264 if (handled) in tc35874x_hdmi_sys_int_handler()
1265 *handled = true; in tc35874x_hdmi_sys_int_handler()
1276 if (handled) in tc35874x_hdmi_sys_int_handler()
1277 *handled = true; in tc35874x_hdmi_sys_int_handler()
1474 static int tc35874x_isr(struct v4l2_subdev *sd, u32 status, bool *handled) in tc35874x_isr() argument
1485 tc35874x_hdmi_misc_int_handler(sd, handled); in tc35874x_isr()
1487 tc35874x_hdmi_cbit_int_handler(sd, handled); in tc35874x_isr()
1489 tc35874x_hdmi_clk_int_handler(sd, handled); in tc35874x_isr()
1491 tc35874x_hdmi_sys_int_handler(sd, handled); in tc35874x_isr()
1493 tc35874x_hdmi_audio_int_handler(sd, handled); in tc35874x_isr()
1503 tc35874x_csi_err_int_handler(sd, handled); in tc35874x_isr()
1521 bool handled = false; in tc35874x_irq_handler() local
1523 tc35874x_isr(&state->sd, 0, &handled); in tc35874x_irq_handler()
1525 return handled ? IRQ_HANDLED : IRQ_NONE; in tc35874x_irq_handler()
1547 bool handled; in tc35874x_work_i2c_poll() local
1549 tc35874x_isr(&state->sd, 0, &handled); in tc35874x_work_i2c_poll()