Home
last modified time | relevance | path

Searched refs:comm_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/spi/
H A Dspi-stm32.c1645 if (comm_type == SPI_3WIRE_TX || comm_type == SPI_SIMPLEX_TX) { in stm32fx_spi_set_mode()
1649 } else if (comm_type == SPI_FULL_DUPLEX || in stm32fx_spi_set_mode()
1650 comm_type == SPI_SIMPLEX_RX) { in stm32fx_spi_set_mode()
1654 } else if (comm_type == SPI_3WIRE_RX) { in stm32fx_spi_set_mode()
1676 if (comm_type == SPI_3WIRE_RX) { in stm32h7_spi_set_mode()
1679 } else if (comm_type == SPI_3WIRE_TX) { in stm32h7_spi_set_mode()
1682 } else if (comm_type == SPI_SIMPLEX_RX) { in stm32h7_spi_set_mode()
1684 } else if (comm_type == SPI_SIMPLEX_TX) { in stm32h7_spi_set_mode()
1760 unsigned int comm_type; in stm32_spi_transfer_one_setup() local
1786 ret = spi->cfg->set_mode(spi, comm_type); in stm32_spi_transfer_one_setup()
[all …]
/linux-6.15/fs/dlm/
H A Dconfig.c374 static const struct config_item_type comm_type = { variable
522 config_item_init_type_name(&cm->item, name, &comm_type); in make_comm()
/linux-6.15/drivers/nfc/
H A Dport100.c515 u8 comm_type; member