Searched refs:soc_ops (Results 1 - 7 of 7) sorted by path

/u-boot/drivers/soc/
H A Dsoc-uclass.c22 struct soc_ops *ops = soc_get_ops(dev);
32 struct soc_ops *ops = soc_get_ops(dev);
42 struct soc_ops *ops = soc_get_ops(dev);
H A Dsoc_sandbox.c33 static const struct soc_ops soc_sandbox_ops = {
H A Dsoc_ti_k3.c110 static const struct soc_ops soc_ti_k3_ops = {
H A Dsoc_xilinx_versal.c39 static const struct soc_ops soc_xilinx_versal_ops = {
H A Dsoc_xilinx_versal_net.c41 static const struct soc_ops soc_xilinx_versal_net_ops = {
H A Dsoc_xilinx_zynqmp.c339 static const struct soc_ops soc_xilinx_zynqmp_ops = {
/u-boot/include/
H A Dsoc.h36 struct soc_ops { struct
68 #define soc_get_ops(dev) ((struct soc_ops *)(dev)->driver->ops)

Completed in 87 milliseconds