Searched defs:spi_device (Results 1 – 1 of 1) sorted by relevance
113552 struct spi_device { struct113553 struct device dev;113554 struct spi_controller *controller;113555 struct spi_controller *master;113556 u32 max_speed_hz;113557 u8 chip_select;113558 u8 bits_per_word;113559 bool rt;113560 u32 mode;113561 int irq;[all …]