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 remote control input device 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * Copyright (C) 2009 Andy Walls <awalls@md.metrocast.net> 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifndef _CX23885_INPUT_H_ 118c2ecf20Sopenharmony_ci#define _CX23885_INPUT_H_ 128c2ecf20Sopenharmony_civoid cx23885_input_rx_work_handler(struct cx23885_dev *dev, u32 events); 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ciint cx23885_input_init(struct cx23885_dev *dev); 158c2ecf20Sopenharmony_civoid cx23885_input_fini(struct cx23885_dev *dev); 168c2ecf20Sopenharmony_ci#endif 17