/Linux-v4.19/drivers/spi/ |
D | spi-pxa2xx-pci.c | 30 int num_chipselect; member 76 c->num_chipselect = 1; in lpss_spi_setup() 109 c->num_chipselect = 1; in mrfld_spi_setup() 115 c->num_chipselect = 4; in mrfld_spi_setup() 121 c->num_chipselect = 1; in mrfld_spi_setup() 143 .num_chipselect = -1, 182 .num_chipselect = 1, 221 spi_pdata.num_chipselect = (c->num_chipselect > 0) ? c->num_chipselect : dev->devfn; in pxa2xx_spi_pci_probe()
|
D | spi-gpio.c | 346 pdata->num_chipselect = tmp; in spi_gpio_probe_dt() 379 if (!pdata || (!use_of && !pdata->num_chipselect)) in spi_gpio_probe() 390 pdata->num_chipselect, in spi_gpio_probe() 399 spi_gpio->has_cs = !!pdata->num_chipselect; in spi_gpio_probe() 406 pdata->num_chipselect, &master_flags); in spi_gpio_probe() 415 master->num_chipselect = spi_gpio->has_cs ? pdata->num_chipselect : 1; in spi_gpio_probe()
|
D | spi-sprd-adi.c | 433 u32 num_chipselect; in sprd_adi_probe() local 442 num_chipselect = of_get_child_count(np); in sprd_adi_probe() 478 ctlr->num_chipselect = num_chipselect; in sprd_adi_probe()
|
D | spi-ppc4xx.c | 277 if (!hw->master->num_chipselect || hw->gpios[cs] == -EEXIST) in spi_ppc4xx_chipsel() 367 if (hw->master->num_chipselect) { in free_gpios() 369 for (i = 0; i < hw->master->num_chipselect; i++) in free_gpios() 465 bbp->master->num_chipselect = num_gpios > 0 ? num_gpios : 0; in spi_ppc4xx_of_probe()
|
D | spi-sh-sci.c | 145 sp->bitbang.master->num_chipselect = sp->info->num_chipselect; in sh_sci_spi_probe()
|
/Linux-v4.19/drivers/staging/greybus/ |
D | spilib.c | 31 u8 num_chipselect; member 429 spi->num_chipselect = response.num_chipselect; in gb_spi_get_master_config() 508 master->num_chipselect = spi->num_chipselect; in gb_spilib_master_init() 535 for (i = 0; i < spi->num_chipselect; i++) { in gb_spilib_master_init()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | icontrol.c | 119 .num_chipselect = 2, 124 .num_chipselect = 2,
|
/Linux-v4.19/include/linux/spi/ |
D | spi_gpio.h | 22 u16 num_chipselect; member
|
D | rspi.h | 23 u16 num_chipselect; member
|
D | xilinx_spi.h | 14 u16 num_chipselect; member
|
D | sh_msiof.h | 13 u16 num_chipselect; member
|
D | pxa2xx_spi.h | 26 u16 num_chipselect; member
|
/Linux-v4.19/include/linux/platform_data/ |
D | spi-clps711x.h | 18 int num_chipselect; /* Total count of GPIOs */ member
|
D | spi-imx.h | 30 int num_chipselect; member
|
D | spi-ep93xx.h | 15 int num_chipselect; member
|
D | spi-davinci.h | 49 u8 num_chipselect; member
|
/Linux-v4.19/arch/mips/include/asm/mach-ath79/ |
D | ath79_spi_platform.h | 16 unsigned num_chipselect; member
|
/Linux-v4.19/arch/sh/include/asm/ |
D | spi.h | 9 int num_chipselect; member
|
/Linux-v4.19/arch/mips/include/asm/mach-au1x00/ |
D | au1550_spi.h | 11 u16 num_chipselect; /* number of chipselects supported */ member
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | mcfqspi.h | 46 u16 num_chipselect; member
|
/Linux-v4.19/arch/arm/mach-spear/ |
D | spear320.c | 198 .num_chipselect = 2, 205 .num_chipselect = 2,
|
/Linux-v4.19/arch/arm/mach-imx/ |
D | mach-mx31lite.c | 87 .num_chipselect = 3, 130 .num_chipselect = 1,
|
D | mach-mx31lilly.c | 230 .num_chipselect = 3, 234 .num_chipselect = 3,
|
/Linux-v4.19/arch/mips/ath79/ |
D | mach-ap121.c | 72 .num_chipselect = 1,
|
/Linux-v4.19/drivers/misc/eeprom/ |
D | digsy_mtc_eeprom.c | 54 .num_chipselect = 1,
|