Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-ep93xx.c123 static void ep93xx_spi_write_u8(const struct ep93xx_spi *espi, in ep93xx_spi_write_u8()
134 static void ep93xx_spi_write_u16(const struct ep93xx_spi *espi, in ep93xx_spi_write_u16()
145 static int ep93xx_spi_enable(const struct ep93xx_spi *espi) in ep93xx_spi_enable()
161 static void ep93xx_spi_disable(const struct ep93xx_spi *espi) in ep93xx_spi_disable()
172 static void ep93xx_spi_enable_interrupts(const struct ep93xx_spi *espi) in ep93xx_spi_enable_interrupts()
181 static void ep93xx_spi_disable_interrupts(const struct ep93xx_spi *espi) in ep93xx_spi_disable_interrupts()
197 static int ep93xx_spi_calc_divisors(const struct ep93xx_spi *espi, in ep93xx_spi_calc_divisors()
252 struct ep93xx_spi *espi = spi_master_get_devdata(spi->master); in ep93xx_spi_setup() local
310 static int ep93xx_spi_chip_setup(const struct ep93xx_spi *espi, in ep93xx_spi_chip_setup()
338 static void ep93xx_do_write(struct ep93xx_spi *espi, struct spi_transfer *t) in ep93xx_do_write()
[all …]
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Despi.c117 void t1_espi_intr_enable(struct peespi *espi) in t1_espi_intr_enable()
133 void t1_espi_intr_clear(struct peespi *espi) in t1_espi_intr_clear()
140 void t1_espi_intr_disable(struct peespi *espi) in t1_espi_intr_disable()
148 int t1_espi_intr_handler(struct peespi *espi) in t1_espi_intr_handler()
182 const struct espi_intr_counts *t1_espi_get_intr_counts(struct peespi *espi) in t1_espi_get_intr_counts()
237 int t1_espi_init(struct peespi *espi, int mac_type, int nports) in t1_espi_init()
285 void t1_espi_destroy(struct peespi *espi) in t1_espi_destroy()
292 struct peespi *espi = kzalloc(sizeof(*espi), GFP_KERNEL); in t1_espi_create() local
316 struct peespi *espi = adapter->espi; in t1_espi_get_mon() local
347 struct peespi *espi = adapter->espi; in t1_espi_get_mon_t204() local
Dcommon.h243 struct peespi *espi; member