Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-txx9.c74 struct txx9spi { struct
86 static u32 txx9spi_rd(struct txx9spi *c, int reg) in txx9spi_rd() argument
90 static void txx9spi_wr(struct txx9spi *c, u32 val, int reg) in txx9spi_wr()
95 static void txx9spi_cs_func(struct spi_device *spi, struct txx9spi *c, in txx9spi_cs_func()
117 struct txx9spi *c = spi_master_get_devdata(spi->master); in txx9spi_setup()
138 struct txx9spi *c = dev_id; in txx9spi_interrupt()
147 static void txx9spi_work_one(struct txx9spi *c, struct spi_message *m) in txx9spi_work_one()
282 struct txx9spi *c = container_of(work, struct txx9spi, work); in txx9spi_work()
303 struct txx9spi *c = spi_master_get_devdata(master); in txx9spi_transfer()
326 struct txx9spi *c; in txx9spi_probe()
[all …]