Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Dspi-uclass.c159 static int spi_child_post_bind(struct udevice *dev) in spi_child_post_bind() function
517 .child_post_bind = spi_child_post_bind,
/rk3399_rockchip-uboot/doc/driver-model/
H A Dspi-howto.txt604 from the device tree in spi_child_post_bind(). It must not
615 each one. This in turn causes spi_child_post_bind() to be
618 spi_child_post_bind() - called when a new child is bound
H A Dspi-howto.rst664 from the device tree in spi_child_post_bind(). It must not
677 each one. This in turn causes spi_child_post_bind() to be
680 spi_child_post_bind():