Searched refs:pxa2xx_spi_controller (Results 1 – 20 of 20) sorted by relevance
21 struct pxa2xx_spi_controller { struct57 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_controller *info);
120 static struct pxa2xx_spi_controller pxa_ssp3_spi_master_info = {125 static struct pxa2xx_spi_controller pxa_ssp4_spi_master_info = {
337 static struct pxa2xx_spi_controller pxa_ssp_master_0_info = {341 static struct pxa2xx_spi_controller pxa_ssp_master_1_info = {345 static struct pxa2xx_spi_controller pxa_ssp_master_2_info = {
132 static struct pxa2xx_spi_controller pxa_ssp_master_info = {
618 static struct pxa2xx_spi_controller pxa_ssp1_master_info = {623 static struct pxa2xx_spi_controller pxa_ssp2_master_info = {
191 static struct pxa2xx_spi_controller littleton_spi_info = {
196 static struct pxa2xx_spi_controller poodle_spi_info = {
196 static struct pxa2xx_spi_controller pxa_ssp_master_info = {
529 static struct pxa2xx_spi_controller corgi_spi_info = {
633 static struct pxa2xx_spi_controller pxa_ssp2_master_info = {
391 static struct pxa2xx_spi_controller pxa2xx_spi_ssp3_master_info = {
945 static struct pxa2xx_spi_controller magician_spi_info = {
820 static struct pxa2xx_spi_controller pxa_ssp_master_info = {
591 static struct pxa2xx_spi_controller spitz_spi_info = {
1076 void __init pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_controller *info) in pxa2xx_set_spi_info()
18 struct pxa2xx_spi_controller;32 struct pxa2xx_spi_controller *controller_info;
215 struct pxa2xx_spi_controller spi_pdata; in pxa2xx_spi_pci_probe()285 struct pxa2xx_spi_controller *spi_pdata; in pxa2xx_spi_pci_remove()
184 struct pxa2xx_spi_controller *pdata = drv_data->controller_info; in pxa2xx_spi_dma_setup()
1572 static struct pxa2xx_spi_controller *1575 struct pxa2xx_spi_controller *pdata; in pxa2xx_spi_init_pdata()1668 struct pxa2xx_spi_controller *platform_info; in pxa2xx_spi_probe()
26 struct pxa2xx_spi_controller {32 The "pxa2xx_spi_controller.num_chipselect" field is used to determine the number of35 The "pxa2xx_spi_controller.enable_dma" field informs the driver that SSP DMA should60 static struct pxa2xx_spi_controller pxa_nssp_master_info = {220 by setting the "enable_dma" flag in the "pxa2xx_spi_controller" structure.
Completed in 27 milliseconds