Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-pxa/
Dicontrol.c40 static struct pxa2xx_spi_chip mcp251x_chip_info1 = {
48 static struct pxa2xx_spi_chip mcp251x_chip_info2 = {
56 static struct pxa2xx_spi_chip mcp251x_chip_info3 = {
64 static struct pxa2xx_spi_chip mcp251x_chip_info4 = {
Dcorgi.c551 static struct pxa2xx_spi_chip corgi_ads7846_chip = {
576 static struct pxa2xx_spi_chip corgi_lcdcon_chip = {
580 static struct pxa2xx_spi_chip corgi_max1111_chip = {
Dz2.c562 static struct pxa2xx_spi_chip z2_lbs_chip_info = {
576 static struct pxa2xx_spi_chip lms283_chip_info = {
Dspitz.c513 static struct pxa2xx_spi_chip spitz_ads7846_chip = {
538 static struct pxa2xx_spi_chip spitz_lcdcon_chip = {
542 static struct pxa2xx_spi_chip spitz_max1111_chip = {
Dcm-x270.c318 static struct pxa2xx_spi_chip cm_x270_libertas_chip = {
Dstargate2.c351 static struct pxa2xx_spi_chip staccel_chip_info = {
359 static struct pxa2xx_spi_chip cc2420_info = {
Dlittleton.c195 static struct pxa2xx_spi_chip littleton_tdo24m_chip = {
Dpoodle.c208 static struct pxa2xx_spi_chip poodle_ads7846_chip = {
Dem-x270.c693 static struct pxa2xx_spi_chip em_x270_tdo24m_chip = {
708 static struct pxa2xx_spi_chip em_x270_libertas_chip = {
Dlubbock.c220 static struct pxa2xx_spi_chip ads_hw = {
Dhx4700.c611 static struct pxa2xx_spi_chip tsc2046_chip = {
Dmagician.c931 struct pxa2xx_spi_chip tsc2046_chip_info = {
/Linux-v5.4/Documentation/spi/
Dpxa2xx.rst87 information via the structure "pxa2xx_spi_chip" found in
94 struct pxa2xx_spi_chip {
103 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are
113 The "pxa2xx_spi_chip.dma_burst_size" field is used to configure PXA2xx DMA
120 The "pxa2xx_spi_chip.timeout" fields is used to efficiently handle
126 The "pxa2xx_spi_chip.enable_loopback" field is used to place the SSP porting
131 The "pxa2xx_spi_chip.cs_control" field is used to point to a board specific
144 The pxa2xx_spi_chip structure is passed to the pxa2xx_spi driver in the
168 static struct pxa2xx_spi_chip cs8415a_chip_info = {
176 static struct pxa2xx_spi_chip cs8405a_chip_info = {
/Linux-v5.4/arch/x86/platform/intel-mid/device_libs/
Dplatform_mrfld_spidev.c24 static struct pxa2xx_spi_chip spidev_spi_chip = {
/Linux-v5.4/include/linux/spi/
Dpxa2xx_spi.h34 struct pxa2xx_spi_chip { struct
/Linux-v5.4/drivers/spi/
Dspi-pxa2xx-dma.c238 struct pxa2xx_spi_chip *chip_info = spi->controller_data; in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx.c1169 struct pxa2xx_spi_chip *chip_info) in setup_cs()
1227 struct pxa2xx_spi_chip *chip_info; in setup()