Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/spi/
Dspi-stm32.c243 int (*set_mode)(struct stm32_spi *spi, unsigned int comm_type);
1410 static int stm32f4_spi_set_mode(struct stm32_spi *spi, unsigned int comm_type) in stm32f4_spi_set_mode() argument
1412 if (comm_type == SPI_3WIRE_TX || comm_type == SPI_SIMPLEX_TX) { in stm32f4_spi_set_mode()
1416 } else if (comm_type == SPI_FULL_DUPLEX || in stm32f4_spi_set_mode()
1417 comm_type == SPI_SIMPLEX_RX) { in stm32f4_spi_set_mode()
1421 } else if (comm_type == SPI_3WIRE_RX) { in stm32f4_spi_set_mode()
1438 static int stm32h7_spi_set_mode(struct stm32_spi *spi, unsigned int comm_type) in stm32h7_spi_set_mode() argument
1443 if (comm_type == SPI_3WIRE_RX) { in stm32h7_spi_set_mode()
1446 } else if (comm_type == SPI_3WIRE_TX) { in stm32h7_spi_set_mode()
1449 } else if (comm_type == SPI_SIMPLEX_RX) { in stm32h7_spi_set_mode()
[all …]
/linux-6.1.9/fs/dlm/
Dconfig.c373 static const struct config_item_type comm_type = { variable
532 config_item_init_type_name(&cm->item, name, &comm_type); in make_comm()
/linux-6.1.9/drivers/nfc/
Dport100.c515 u8 comm_type; member