Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-tle62x0.c26 struct tle62x0_state { struct
38 static inline int tle62x0_write(struct tle62x0_state *st) in tle62x0_write() argument
57 static inline int tle62x0_read(struct tle62x0_state *st) in tle62x0_read()
99 struct tle62x0_state *st = dev_get_drvdata(dev); in tle62x0_status_show()
136 struct tle62x0_state *st = dev_get_drvdata(dev); in tle62x0_gpio_show()
151 struct tle62x0_state *st = dev_get_drvdata(dev); in tle62x0_gpio_store()
241 struct tle62x0_state *st; in tle62x0_probe()
252 st = kzalloc(sizeof(struct tle62x0_state), GFP_KERNEL); in tle62x0_probe()
293 struct tle62x0_state *st = spi_get_drvdata(spi); in tle62x0_remove()