Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/platform_data/
Dspi-s3c64xx.h35 struct s3c64xx_spi_info { struct
57 extern struct s3c64xx_spi_info s3c64xx_spi0_pdata; argument
/Linux-v6.6/drivers/spi/
Dspi-s3c64xx.c190 struct s3c64xx_spi_info *cntrlr_info;
1064 struct s3c64xx_spi_info *sci = sdd->cntrlr_info; in s3c64xx_spi_hwinit()
1104 static struct s3c64xx_spi_info *s3c64xx_spi_parse_dt(struct device *dev) in s3c64xx_spi_parse_dt()
1106 struct s3c64xx_spi_info *sci; in s3c64xx_spi_parse_dt()
1133 static struct s3c64xx_spi_info *s3c64xx_spi_parse_dt(struct device *dev) in s3c64xx_spi_parse_dt()
1153 struct s3c64xx_spi_info *sci = dev_get_platdata(&pdev->dev); in s3c64xx_spi_probe()
1340 struct s3c64xx_spi_info *sci = sdd->cntrlr_info; in s3c64xx_spi_resume()
/Linux-v6.6/arch/arm/mach-s3c/
Ddevs.c386 struct s3c64xx_spi_info pd; in s3c64xx_spi0_set_platdata()