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