Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dbcm63xx_hsspi.c99 struct bcm63xx_hsspi_priv { struct
110 struct bcm63xx_hsspi_priv *priv = dev_get_priv(bus); in bcm63xx_hsspi_cs_info() argument
122 struct bcm63xx_hsspi_priv *priv = dev_get_priv(bus); in bcm63xx_hsspi_set_mode()
135 struct bcm63xx_hsspi_priv *priv = dev_get_priv(bus); in bcm63xx_hsspi_set_speed()
142 static void bcm63xx_hsspi_activate_cs(struct bcm63xx_hsspi_priv *priv, in bcm63xx_hsspi_activate_cs()
191 static void bcm63xx_hsspi_deactivate_cs(struct bcm63xx_hsspi_priv *priv) in bcm63xx_hsspi_deactivate_cs()
219 struct bcm63xx_hsspi_priv *priv = dev_get_priv(dev->parent); in bcm63xx_hsspi_xfer()
318 struct bcm63xx_hsspi_priv *priv = dev_get_priv(dev->parent); in bcm63xx_hsspi_child_pre_probe()
338 struct bcm63xx_hsspi_priv *priv = dev_get_priv(dev); in bcm63xx_hsspi_probe()
411 .priv_auto_alloc_size = sizeof(struct bcm63xx_hsspi_priv),