18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Driver for the Conexant CX23885/7/8 PCIe bridge 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Infrared device support routines - non-input, non-vl42_subdev routines 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * Copyright (C) 2009 Andy Walls <awalls@md.metrocast.net> 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifndef _CX23885_IR_H_ 118c2ecf20Sopenharmony_ci#define _CX23885_IR_H_ 128c2ecf20Sopenharmony_civoid cx23885_ir_rx_v4l2_dev_notify(struct v4l2_subdev *sd, u32 events); 138c2ecf20Sopenharmony_civoid cx23885_ir_tx_v4l2_dev_notify(struct v4l2_subdev *sd, u32 events); 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_civoid cx23885_ir_rx_work_handler(struct work_struct *work); 168c2ecf20Sopenharmony_civoid cx23885_ir_tx_work_handler(struct work_struct *work); 178c2ecf20Sopenharmony_ci#endif 18