Searched defs:ifx_spi_device (Results 1 – 1 of 1) sorted by relevance
69 struct ifx_spi_device { struct71 struct spi_device *spi_dev;74 struct kfifo tx_fifo;75 spinlock_t fifo_lock;76 unsigned long signal_state;79 struct tty_port tty_port;80 struct device *tty_dev;81 int minor;84 struct tasklet_struct io_work_tasklet;85 unsigned long flags;[all …]