Searched defs:spi_device (Results 1 – 2 of 2) sorted by relevance
80761 struct spi_device { struct80762 struct device dev;80763 struct spi_controller *controller;80764 struct spi_controller *master;80765 u32 max_speed_hz;80766 u8 chip_select;80767 u8 bits_per_word;80768 bool rt;80769 u32 mode;80770 int irq;[all …]
90534 struct spi_device { struct90535 struct device dev;90536 struct spi_controller *controller;90537 struct spi_controller *master;90538 u32 max_speed_hz;90539 u8 chip_select;90540 u8 bits_per_word;90541 bool rt;90542 u32 mode;90543 int irq;[all …]