Home
last modified time | relevance | path

Searched refs:transfer_one (Results 1 – 25 of 68) sorted by relevance

123

/drivers/spi/
A Dspi-realtek-rtl.c93 static int transfer_one(struct spi_controller *ctrl, struct spi_device *spi, in transfer_one() function
175 ctrl->transfer_one = transfer_one; in realtek_rtl_spi_probe()
A Dspi-rspi.c243 int (*transfer_one)(struct spi_controller *ctlr, member
1180 .transfer_one = rspi_transfer_one,
1190 .transfer_one = rspi_rz_transfer_one,
1200 .transfer_one = qspi_transfer_one,
1332 ctlr->transfer_one = ops->transfer_one; in rspi_probe()
A Dspi-clps711x.c112 host->transfer_one = spi_clps711x_transfer_one; in spi_clps711x_probe()
A Dspi-rb4xx.c160 host->transfer_one = rb4xx_transfer_one; in rb4xx_spi_probe()
A Dspi-jcore.c158 host->transfer_one = jcore_spi_txrx; in jcore_spi_probe()
A Dspi-lp8841-rtc.c200 host->transfer_one = spi_lp8841_rtc_transfer_one; in spi_lp8841_rtc_probe()
A Dspi-altera-core.c209 host->transfer_one = altera_spi_txrx; in altera_spi_init_host()
A Dspi-sunplus-sp7021.c428 ctlr->transfer_one = sp7021_spi_target_transfer_one; in sp7021_spi_controller_probe()
437 ctlr->transfer_one = sp7021_spi_host_transfer_one; in sp7021_spi_controller_probe()
A Dspi-ch341.c190 ctrl->transfer_one = ch341_transfer_one; in ch341_probe()
A Dspi-ljca.c237 controller->transfer_one = ljca_spi_transfer_one; in ljca_spi_probe()
A Dspi-loongson-core.c209 controller->transfer_one = loongson_spi_transfer_one; in loongson_spi_init_controller()
A Dspi-meson-spifc.c328 host->transfer_one = meson_spifc_transfer_one; in meson_spifc_probe()
A Dspi-mt7621.c349 host->transfer_one = mt7621_spi_transfer_one; in mt7621_spi_probe()
A Dspi-bitbang.c377 ctlr->transfer_one = spi_bitbang_transfer_one; in spi_bitbang_init()
A Dspi-kspi2.c392 host->transfer_one = kspi2_transfer_one; in kspi2_probe()
A Dspi-rzv2h-rspi.c415 controller->transfer_one = rzv2h_rspi_transfer_one; in rzv2h_rspi_probe()
A Dspi-npcm-pspi.c407 host->transfer_one = npcm_pspi_transfer_one; in npcm_pspi_probe()
A Dspi-sifive.c385 host->transfer_one = sifive_spi_transfer_one; in sifive_spi_probe()
A Dspi-st-ssc4.c289 host->transfer_one = spi_st_transfer_one; in spi_st_probe()
A Dspi-xlp.c411 host->transfer_one = xlp_spi_transfer_one; in xlp_spi_probe()
A Dspi-sun4i.c470 host->transfer_one = sun4i_spi_transfer_one; in sun4i_spi_probe()
A Dspi-bcm2835aux.c501 host->transfer_one = bcm2835aux_spi_transfer_one; in bcm2835aux_spi_probe()
A Dspi-cs42l43.c358 priv->ctlr->transfer_one = cs42l43_transfer_one; in cs42l43_spi_probe()
A Dspi-apple.c495 ctlr->transfer_one = apple_spi_transfer_one; in apple_spi_probe()
A Dspi-hisi-kunpeng.c498 host->transfer_one = hisi_spi_transfer_one; in hisi_spi_probe()

Completed in 45 milliseconds

123