Searched refs:comm_type (Results 1 – 3 of 3) sorted by relevance
1411 if (comm_type == SPI_3WIRE_TX || comm_type == SPI_SIMPLEX_TX) { in stm32f4_spi_set_mode()1415 } else if (comm_type == SPI_FULL_DUPLEX || in stm32f4_spi_set_mode()1416 comm_type == SPI_SIMPLEX_RX) { in stm32f4_spi_set_mode()1420 } else if (comm_type == SPI_3WIRE_RX) { in stm32f4_spi_set_mode()1442 if (comm_type == SPI_3WIRE_RX) { in stm32h7_spi_set_mode()1445 } else if (comm_type == SPI_3WIRE_TX) { in stm32h7_spi_set_mode()1448 } else if (comm_type == SPI_SIMPLEX_RX) { in stm32h7_spi_set_mode()1450 } else if (comm_type == SPI_SIMPLEX_TX) { in stm32h7_spi_set_mode()1526 unsigned int comm_type; in stm32_spi_transfer_one_setup() local1550 ret = spi->cfg->set_mode(spi, comm_type); in stm32_spi_transfer_one_setup()[all …]
369 static const struct config_item_type comm_type = { variable527 config_item_init_type_name(&cm->item, name, &comm_type); in make_comm()
515 u8 comm_type; member
Completed in 19 milliseconds