Searched refs:dm_spi_ops (Results 1 – 25 of 71) sorted by relevance
123
28 struct dm_spi_ops *ops; in spi_set_speed_mode()56 struct dm_spi_ops *ops = spi_get_ops(bus); in dm_spi_claim_bus()89 struct dm_spi_ops *ops = spi_get_ops(bus); in dm_spi_release_bus()99 struct dm_spi_ops *ops = spi_get_ops(bus); in dm_spi_xfer()113 struct dm_spi_ops *ops = spi_get_ops(bus); in dm_spi_get_mmap()135 struct dm_spi_ops *ops; in spi_set_speed()200 struct dm_spi_ops *ops = spi_get_ops(bus); in spi_post_probe()265 struct dm_spi_ops *ops; in spi_find_chip_select()
228 struct dm_spi_ops *ops = spi_get_ops(bus); in spi_mem_supports_op()252 struct dm_spi_ops *ops = spi_get_ops(bus); in spi_mem_exec_op()471 struct dm_spi_ops *ops = spi_get_ops(bus); in spi_mem_adjust_op_size()558 struct dm_spi_ops *ops = spi_get_ops(bus); in spi_mem_dirmap_create()606 struct dm_spi_ops *ops = spi_get_ops(bus); in spi_mem_dirmap_destroy()706 struct dm_spi_ops *ops = spi_get_ops(bus); in spi_mem_dirmap_read()746 struct dm_spi_ops *ops = spi_get_ops(bus); in spi_mem_dirmap_write()
156 static const struct dm_spi_ops sandbox_spi_ops = {
201 static const struct dm_spi_ops mscc_bb_ops = {
181 static const struct dm_spi_ops altera_spi_ops = {
208 static const struct dm_spi_ops ath79_spi_ops = {
207 static const struct dm_spi_ops npcm_pspi_ops = {
222 static const struct dm_spi_ops mpc8xx_spi_ops = {
222 static const struct dm_spi_ops soft_spi_ops = {
281 static const struct dm_spi_ops gxp_spi_ops = {
263 static const struct dm_spi_ops mt7620_spi_ops = {
308 static const struct dm_spi_ops mvebu_spi_ops = {
302 static const struct dm_spi_ops mvebu_spi_ops = {
287 static const struct dm_spi_ops mt7621_spi_ops = {
232 struct dm_spi_ops apple_spi_ops = {
282 static const struct dm_spi_ops meson_spifc_ops = {
274 static const struct dm_spi_ops mpc8xxx_spi_ops = {
299 static const struct dm_spi_ops mtk_snfi_spi_ops = {
280 static const struct dm_spi_ops pl022_spi_ops = {
342 static const struct dm_spi_ops sh_qspi_ops = {
307 static const struct dm_spi_ops atmel_spi_ops = {
304 static const struct dm_spi_ops bcm63xx_hsspi_ops = {
304 static const struct dm_spi_ops bcm63xx_spi_ops = {
376 static const struct dm_spi_ops davinci_spi_ops = {
397 struct dm_spi_ops { struct744 #define spi_get_ops(dev) ((struct dm_spi_ops *)(dev)->driver->ops)
Completed in 52 milliseconds