Home
last modified time | relevance | path

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

/u-boot/drivers/spi/
A Dspi-uclass.c31 ops = spi_get_ops(bus); 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()
138 ops = spi_get_ops(slave->dev->parent); in spi_set_speed()
200 struct dm_spi_ops *ops = spi_get_ops(bus); in spi_post_probe()
276 ops = spi_get_ops(bus); in spi_find_chip_select()
A Dspi-mem.c228 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()
/u-boot/include/
A Dspi.h744 #define spi_get_ops(dev) ((struct dm_spi_ops *)(dev)->driver->ops) macro

Completed in 10 milliseconds