Path: blob/master/drivers/media/video/cx23885/cx23885-input.h
17768 views
/*1* Driver for the Conexant CX23885/7/8 PCIe bridge2*3* Infrared remote control input device4*5* Copyright (C) 2009 Andy Walls <[email protected]>6*7* This program is free software; you can redistribute it and/or8* modify it under the terms of the GNU General Public License9* as published by the Free Software Foundation; either version 210* of the License, or (at your option) any later version.11*12* This program is distributed in the hope that it will be useful,13* but WITHOUT ANY WARRANTY; without even the implied warranty of14* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the15* GNU General Public License for more details.16*17* You should have received a copy of the GNU General Public License18* along with this program; if not, write to the Free Software19* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA20* 02110-1301, USA.21*/2223#ifndef _CX23885_INPUT_H_24#define _CX23885_INPUT_H_25int cx23885_input_rx_work_handler(struct cx23885_dev *dev, u32 events);2627int cx23885_input_init(struct cx23885_dev *dev);28void cx23885_input_fini(struct cx23885_dev *dev);29#endif303132