xref: /kernel/linux/linux-5.10/drivers/media/pci/cx23885/cx23885-input.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/pci/cx23885/
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

Indexes created Thu Nov 07 10:32:03 CST 2024