2019-05-27 14:55:06 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2009-09-28 06:51:50 +08:00
|
|
|
/*
|
|
|
|
* Driver for the Conexant CX23885/7/8 PCIe bridge
|
|
|
|
*
|
|
|
|
* Infrared device support routines - non-input, non-vl42_subdev routines
|
|
|
|
*
|
2010-05-24 05:53:35 +08:00
|
|
|
* Copyright (C) 2009 Andy Walls <awalls@md.metrocast.net>
|
2009-09-28 06:51:50 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _CX23885_IR_H_
|
|
|
|
#define _CX23885_IR_H_
|
|
|
|
void cx23885_ir_rx_v4l2_dev_notify(struct v4l2_subdev *sd, u32 events);
|
|
|
|
void cx23885_ir_tx_v4l2_dev_notify(struct v4l2_subdev *sd, u32 events);
|
|
|
|
|
|
|
|
void cx23885_ir_rx_work_handler(struct work_struct *work);
|
|
|
|
void cx23885_ir_tx_work_handler(struct work_struct *work);
|
|
|
|
#endif
|