Home
last modified time | relevance | path

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

/Linux-v4.19/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.c542 static struct pxa2xx_spi_chip corgi_ads7846_chip = {
567 static struct pxa2xx_spi_chip corgi_lcdcon_chip = {
571 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.c354 static struct pxa2xx_spi_chip staccel_chip_info = {
362 static struct pxa2xx_spi_chip cc2420_info = {
Dlittleton.c200 static struct pxa2xx_spi_chip littleton_tdo24m_chip = {
Dpoodle.c210 static struct pxa2xx_spi_chip poodle_ads7846_chip = {
Dem-x270.c706 static struct pxa2xx_spi_chip em_x270_tdo24m_chip = {
721 static struct pxa2xx_spi_chip em_x270_libertas_chip = {
Dlubbock.c208 static struct pxa2xx_spi_chip ads_hw = {
Dhx4700.c614 static struct pxa2xx_spi_chip tsc2046_chip = {
Dmagician.c908 struct pxa2xx_spi_chip tsc2046_chip_info = {
/Linux-v4.19/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-v4.19/arch/x86/platform/intel-mid/device_libs/
Dplatform_mrfld_spidev.c28 static struct pxa2xx_spi_chip spidev_spi_chip = {
/Linux-v4.19/include/linux/spi/
Dpxa2xx_spi.h41 struct pxa2xx_spi_chip { struct
/Linux-v4.19/drivers/spi/
Dspi-pxa2xx-dma.c241 struct pxa2xx_spi_chip *chip_info = spi->controller_data; in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx.c1121 struct pxa2xx_spi_chip *chip_info) in setup_cs()
1179 struct pxa2xx_spi_chip *chip_info; in setup()