Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/platform_data/
Dspi-s3c64xx.h34 struct s3c64xx_spi_info { struct
55 extern struct s3c64xx_spi_info s3c64xx_spi0_pdata; argument
/linux-5.19.10/drivers/spi/
Dspi-s3c64xx.c182 struct s3c64xx_spi_info *cntrlr_info;
948 struct s3c64xx_spi_info *sci = sdd->cntrlr_info; in s3c64xx_spi_hwinit()
988 static struct s3c64xx_spi_info *s3c64xx_spi_parse_dt(struct device *dev) in s3c64xx_spi_parse_dt()
990 struct s3c64xx_spi_info *sci; in s3c64xx_spi_parse_dt()
1016 static struct s3c64xx_spi_info *s3c64xx_spi_parse_dt(struct device *dev) in s3c64xx_spi_parse_dt()
1036 struct s3c64xx_spi_info *sci = dev_get_platdata(&pdev->dev); in s3c64xx_spi_probe()
1298 struct s3c64xx_spi_info *sci = sdd->cntrlr_info; in s3c64xx_spi_resume()
/linux-5.19.10/arch/arm/mach-s3c/
Ddevs.c1112 struct s3c64xx_spi_info pd; in s3c64xx_spi0_set_platdata()