Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-pxa/
Dicontrol.c40 static struct pxa2xx_spi_chip mcp251x_chip_info1 = {
47 static struct pxa2xx_spi_chip mcp251x_chip_info2 = {
54 static struct pxa2xx_spi_chip mcp251x_chip_info3 = {
61 static struct pxa2xx_spi_chip mcp251x_chip_info4 = {
Dz2.c569 static struct pxa2xx_spi_chip z2_lbs_chip_info = {
582 static struct pxa2xx_spi_chip lms283_chip_info = {
Dlittleton.c194 static struct pxa2xx_spi_chip littleton_tdo24m_chip = {
Dlubbock.c228 static struct pxa2xx_spi_chip ads_hw = {
Dhx4700.c615 static struct pxa2xx_spi_chip tsc2046_chip = {
Dmagician.c985 struct pxa2xx_spi_chip tsc2046_chip_info = {
/linux-6.1.9/Documentation/spi/
Dpxa2xx.rst92 information via the structure "pxa2xx_spi_chip" found in
99 struct pxa2xx_spi_chip {
106 The "pxa2xx_spi_chip.tx_threshold" and "pxa2xx_spi_chip.rx_threshold" fields are
116 The "pxa2xx_spi_chip.dma_burst_size" field is used to configure PXA2xx DMA
123 The "pxa2xx_spi_chip.timeout" fields is used to efficiently handle
137 For a legacy platform or in some other cases, the pxa2xx_spi_chip structure
143 static struct pxa2xx_spi_chip cs8415a_chip_info = {
150 static struct pxa2xx_spi_chip cs8405a_chip_info = {
/linux-6.1.9/include/linux/spi/
Dpxa2xx_spi.h39 struct pxa2xx_spi_chip { struct
/linux-6.1.9/drivers/spi/
Dspi-pxa2xx-dma.c229 struct pxa2xx_spi_chip *chip_info = spi->controller_data; in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx.c1167 struct pxa2xx_spi_chip *chip_info; in setup()