Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Dicontrol.c43 static struct pxa2xx_spi_chip mcp251x_chip_info1 = {
51 static struct pxa2xx_spi_chip mcp251x_chip_info2 = {
59 static struct pxa2xx_spi_chip mcp251x_chip_info3 = {
67 static struct pxa2xx_spi_chip mcp251x_chip_info4 = {
Dcorgi.c541 static struct pxa2xx_spi_chip corgi_ads7846_chip = {
566 static struct pxa2xx_spi_chip corgi_lcdcon_chip = {
570 static struct pxa2xx_spi_chip corgi_max1111_chip = {
Dspitz.c516 static struct pxa2xx_spi_chip spitz_ads7846_chip = {
541 static struct pxa2xx_spi_chip spitz_lcdcon_chip = {
545 static struct pxa2xx_spi_chip spitz_max1111_chip = {
Dz2.c557 static struct pxa2xx_spi_chip z2_lbs_chip_info = {
571 static struct pxa2xx_spi_chip lms283_chip_info = {
Dcm-x270.c311 static struct pxa2xx_spi_chip cm_x270_libertas_chip = {
Dstargate2.c353 static struct pxa2xx_spi_chip staccel_chip_info = {
361 static struct pxa2xx_spi_chip cc2420_info = {
Dlittleton.c199 static struct pxa2xx_spi_chip littleton_tdo24m_chip = {
Dpoodle.c210 static struct pxa2xx_spi_chip poodle_ads7846_chip = {
Dlubbock.c197 static struct pxa2xx_spi_chip ads_hw = {
Dem-x270.c708 static struct pxa2xx_spi_chip em_x270_tdo24m_chip = {
723 static struct pxa2xx_spi_chip em_x270_libertas_chip = {
Dhx4700.c611 static struct pxa2xx_spi_chip tsc2046_chip = {
/linux-4.4.14/Documentation/spi/
Dpxa2xx85 information via the structure "pxa2xx_spi_chip" found in
90 struct pxa2xx_spi_chip {
99 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are
109 The "pxa2xx_spi_chip.dma_burst_size" field is used to configure PXA2xx DMA
116 The "pxa2xx_spi_chip.timeout" fields is used to efficiently handle
122 The "pxa2xx_spi_chip.enable_loopback" field is used to place the SSP porting
127 The "pxa2xx_spi_chip.cs_control" field is used to point to a board specific
140 The pxa2xx_spi_chip structure is passed to the pxa2xx_spi driver in the
162 static struct pxa2xx_spi_chip cs8415a_chip_info = {
170 static struct pxa2xx_spi_chip cs8405a_chip_info = {
/linux-4.4.14/include/linux/spi/
Dpxa2xx_spi.h41 struct pxa2xx_spi_chip { struct
/linux-4.4.14/drivers/spi/
Dspi-pxa2xx-dma.c352 struct pxa2xx_spi_chip *chip_info = spi->controller_data; in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx.c1116 struct pxa2xx_spi_chip *chip_info) in setup_cs()
1155 struct pxa2xx_spi_chip *chip_info = NULL; in setup()