Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/spi/
Dspi_s3c24xx_gpio.c29 struct s3c2410_spigpio { struct
36 static inline struct s3c2410_spigpio *spidev_to_sg(struct spi_device *spi) in spidev_to_sg() argument
43 struct s3c2410_spigpio *sg = spidev_to_sg(dev); in setsck()
49 struct s3c2410_spigpio *sg = spidev_to_sg(dev); in setmosi()
55 struct s3c2410_spigpio *sg = spidev_to_sg(dev); in getmiso()
91 struct s3c2410_spigpio *sg = spidev_to_sg(dev); in s3c2410_spigpio_chipselect()
101 struct s3c2410_spigpio *sp; in s3c2410_spigpio_probe()
104 master = spi_alloc_master(&dev->dev, sizeof(struct s3c2410_spigpio)); in s3c2410_spigpio_probe()
157 struct s3c2410_spigpio *sp = platform_get_drvdata(dev); in s3c2410_spigpio_remove()