sc18is602
static int sc18is602_setup_transfer(struct sc18is602 *hw, u32 hz, u8 mode)
struct sc18is602 *hw = spi_controller_get_devdata(host);
struct sc18is602 *hw = spi_controller_get_devdata(spi->controller);
if (hw->id == sc18is602 && (spi_get_chipselect(spi, 0) == 2))
struct sc18is602 *hw;
host = devm_spi_alloc_host(dev, sizeof(struct sc18is602));
case sc18is602:
{ "sc18is602", sc18is602 },
.data = (void *)sc18is602
static int sc18is602_wait_ready(struct sc18is602 *hw, int len)
static int sc18is602_txrx(struct sc18is602 *hw, struct spi_message *msg,