162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci *  Driver for the Conexant CX23885/7/8 PCIe bridge
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci *  Infrared device support routines - non-input, non-vl42_subdev routines
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci *  Copyright (C) 2009  Andy Walls <awalls@md.metrocast.net>
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifndef _CX23885_IR_H_
1162306a36Sopenharmony_ci#define _CX23885_IR_H_
1262306a36Sopenharmony_civoid cx23885_ir_rx_v4l2_dev_notify(struct v4l2_subdev *sd, u32 events);
1362306a36Sopenharmony_civoid cx23885_ir_tx_v4l2_dev_notify(struct v4l2_subdev *sd, u32 events);
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_civoid cx23885_ir_rx_work_handler(struct work_struct *work);
1662306a36Sopenharmony_civoid cx23885_ir_tx_work_handler(struct work_struct *work);
1762306a36Sopenharmony_ci#endif
18