Home
last modified time | relevance | path

Searched defs:chipselect (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/platform_data/
Dspi-clps711x.h17 int *chipselect; /* Array of GPIO-numbers */ member
Dspi-imx.h21 int *chipselect; member
Datmel.h20 u8 chipselect; /* EBI Chip Select number */ member
/linux-4.4.14/drivers/spi/
Dspi-xcomm.c37 uint16_t chipselect; member
63 uint16_t chipselect = spi_xcomm->chipselect; in spi_xcomm_chipselect() local
Dspi-imx.c114 int chipselect[0]; member
/linux-4.4.14/include/linux/spi/
Dspi_bitbang.h20 void (*chipselect)(struct spi_device *spi, int is_on); member
/linux-4.4.14/drivers/mtd/nand/
Dhisi504_nand.c144 int chipselect; member
343 static int hisi_nfc_send_cmd_reset(struct hinfc_host *host, int chipselect) in hisi_nfc_send_cmd_reset()
358 static void hisi_nfc_select_chip(struct mtd_info *mtd, int chipselect) in hisi_nfc_select_chip()