Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-tle62x0.c29 struct tle62x0_state { struct
41 static inline int tle62x0_write(struct tle62x0_state *st) in tle62x0_write() argument
60 static inline int tle62x0_read(struct tle62x0_state *st) in tle62x0_read()
102 struct tle62x0_state *st = dev_get_drvdata(dev); in tle62x0_status_show()
139 struct tle62x0_state *st = dev_get_drvdata(dev); in tle62x0_gpio_show()
154 struct tle62x0_state *st = dev_get_drvdata(dev); in tle62x0_gpio_store()
244 struct tle62x0_state *st; in tle62x0_probe()
255 st = kzalloc(sizeof(struct tle62x0_state), GFP_KERNEL); in tle62x0_probe()
296 struct tle62x0_state *st = spi_get_drvdata(spi); in tle62x0_remove()