Home
last modified time | relevance | path

Searched refs:txx9spi (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/spi/
Dspi-txx9.c74 struct txx9spi { struct
87 static u32 txx9spi_rd(struct txx9spi *c, int reg) in txx9spi_rd() argument
91 static void txx9spi_wr(struct txx9spi *c, u32 val, int reg) in txx9spi_wr()
96 static void txx9spi_cs_func(struct spi_device *spi, struct txx9spi *c, in txx9spi_cs_func()
118 struct txx9spi *c = spi_master_get_devdata(spi->master); in txx9spi_setup()
139 struct txx9spi *c = dev_id; in txx9spi_interrupt()
148 static void txx9spi_work_one(struct txx9spi *c, struct spi_message *m) in txx9spi_work_one()
283 struct txx9spi *c = container_of(work, struct txx9spi, work); in txx9spi_work()
304 struct txx9spi *c = spi_master_get_devdata(master); in txx9spi_transfer()
327 struct txx9spi *c; in txx9spi_probe()
[all …]