root/drivers/media/dvb-frontends/cxd2880/cxd2880_devio_spi.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /*
   3  * cxd2880_devio_spi.h
   4  * Sony CXD2880 DVB-T2/T tuner + demodulator driver
   5  * I/O interface via SPI
   6  *
   7  * Copyright (C) 2016, 2017, 2018 Sony Semiconductor Solutions Corporation
   8  */
   9 
  10 #ifndef CXD2880_DEVIO_SPI_H
  11 #define CXD2880_DEVIO_SPI_H
  12 
  13 #include "cxd2880_common.h"
  14 #include "cxd2880_io.h"
  15 #include "cxd2880_spi.h"
  16 
  17 #include "cxd2880_tnrdmd.h"
  18 
  19 int cxd2880_io_spi_create(struct cxd2880_io *io,
  20                           struct cxd2880_spi *spi,
  21                           u8 slave_select);
  22 
  23 #endif

/* [<][>][^][v][top][bottom][index][help] */