Searched defs:ifx_spi_device (Results 1 – 1 of 1) sorted by relevance
56 struct ifx_spi_device { struct58 struct spi_device *spi_dev;61 struct kfifo tx_fifo;62 spinlock_t fifo_lock;63 unsigned long signal_state;66 struct tty_port tty_port;67 struct device *tty_dev;68 int minor;71 struct tasklet_struct io_work_tasklet;72 unsigned long flags;[all …]