Searched refs:sc18is602 (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/platform_data/ |
H A D | sc18is602.h | 10 * For further information, see the Documentation/spi/sc18is602 file. 14 * struct sc18is602_platform_data - sc18is602 info
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-sc18is602.c | 25 #include <linux/platform_data/sc18is602.h> 27 enum chips { sc18is602, sc18is602b, sc18is603 }; enumerator in enum:chips 40 struct sc18is602 { struct 55 static int sc18is602_wait_ready(struct sc18is602 *hw, int len) sc18is602_wait_ready() 70 static int sc18is602_txrx(struct sc18is602 *hw, struct spi_message *msg, sc18is602_txrx() 135 static int sc18is602_setup_transfer(struct sc18is602 *hw, u32 hz, u8 mode) sc18is602_setup_transfer() 191 struct sc18is602 *hw = spi_master_get_devdata(master); sc18is602_transfer_one() 230 struct sc18is602 *hw = spi_master_get_devdata(spi->master); sc18is602_setup() 233 if (hw->id == sc18is602 && spi->chip_select == 2) sc18is602_setup() 245 struct sc18is602 *hw; sc18is602_probe() 253 master = spi_alloc_master(dev, sizeof(struct sc18is602)); sc18is602_probe() 268 case sc18is602: sc18is602_probe() 310 { "sc18is602", sc18is602 }, 319 .name = "sc18is602",
|
H A D | Makefile | 76 obj-$(CONFIG_SPI_SC18IS602) += spi-sc18is602.o
|
Completed in 162 milliseconds