Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/platform_data/
Dspi-s3c64xx.h34 struct s3c64xx_spi_info { struct
55 extern struct s3c64xx_spi_info s3c64xx_spi0_pdata; argument
/Linux-v6.1/drivers/spi/
Dspi-s3c64xx.c188 struct s3c64xx_spi_info *cntrlr_info;
1007 struct s3c64xx_spi_info *sci = sdd->cntrlr_info; in s3c64xx_spi_hwinit()
1047 static struct s3c64xx_spi_info *s3c64xx_spi_parse_dt(struct device *dev) in s3c64xx_spi_parse_dt()
1049 struct s3c64xx_spi_info *sci; in s3c64xx_spi_parse_dt()
1075 static struct s3c64xx_spi_info *s3c64xx_spi_parse_dt(struct device *dev) in s3c64xx_spi_parse_dt()
1095 struct s3c64xx_spi_info *sci = dev_get_platdata(&pdev->dev); in s3c64xx_spi_probe()
1339 struct s3c64xx_spi_info *sci = sdd->cntrlr_info; in s3c64xx_spi_resume()
/Linux-v6.1/arch/arm/mach-s3c/
Ddevs.c1112 struct s3c64xx_spi_info pd; in s3c64xx_spi0_set_platdata()