Home
last modified time | relevance | path

Searched defs:espi (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/spi/
H A Dspi-ep93xx.c111 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_calc_divisors() local
146 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_chip_setup() local
177 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_do_write() local
195 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_do_read() local
224 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_read_write() local
271 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_dma_prepare() local
375 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_dma_finish() local
402 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_dma_transfer() local
436 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_interrupt() local
482 struct ep93xx_spi *espi = spi_controller_get_devdata(host); in ep93xx_spi_transfer_one() local
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Despi.c108 void t1_espi_intr_enable(struct peespi *espi) in t1_espi_intr_enable()
124 void t1_espi_intr_clear(struct peespi *espi) in t1_espi_intr_clear()
131 void t1_espi_intr_disable(struct peespi *espi) in t1_espi_intr_disable()
139 int t1_espi_intr_handler(struct peespi *espi) in t1_espi_intr_handler()
173 const struct espi_intr_counts *t1_espi_get_intr_counts(struct peespi *espi) in t1_espi_get_intr_counts()
228 int t1_espi_init(struct peespi *espi, int mac_type, int nports) in t1_espi_init()
276 void t1_espi_destroy(struct peespi *espi) in t1_espi_destroy()
283 struct peespi *espi = kzalloc(sizeof(*espi), GFP_KERNEL); in t1_espi_create() local
307 struct peespi *espi = adapter->espi; in t1_espi_get_mon() local
338 struct peespi *espi = adapter->espi; in t1_espi_get_mon_t204() local
H A Dcommon.h236 struct peespi *espi; member