comm_type 515 drivers/nfc/port100.c u8 comm_type; comm_type 249 drivers/spi/spi-stm32.c int (*set_mode)(struct stm32_spi *spi, unsigned int comm_type); comm_type 1465 drivers/spi/spi-stm32.c static int stm32f4_spi_set_mode(struct stm32_spi *spi, unsigned int comm_type) comm_type 1467 drivers/spi/spi-stm32.c if (comm_type == SPI_3WIRE_TX || comm_type == SPI_SIMPLEX_TX) { comm_type 1471 drivers/spi/spi-stm32.c } else if (comm_type == SPI_FULL_DUPLEX) { comm_type 1487 drivers/spi/spi-stm32.c static int stm32h7_spi_set_mode(struct stm32_spi *spi, unsigned int comm_type) comm_type 1492 drivers/spi/spi-stm32.c if (comm_type == SPI_3WIRE_RX) { comm_type 1495 drivers/spi/spi-stm32.c } else if (comm_type == SPI_3WIRE_TX) { comm_type 1498 drivers/spi/spi-stm32.c } else if (comm_type == SPI_SIMPLEX_RX) { comm_type 1500 drivers/spi/spi-stm32.c } else if (comm_type == SPI_SIMPLEX_TX) { comm_type 1579 drivers/spi/spi-stm32.c unsigned int comm_type; comm_type 1605 drivers/spi/spi-stm32.c comm_type = stm32_spi_communication_type(spi_dev, transfer); comm_type 1606 drivers/spi/spi-stm32.c if (spi->cur_comm != comm_type) { comm_type 1607 drivers/spi/spi-stm32.c ret = spi->cfg->set_mode(spi, comm_type); comm_type 1612 drivers/spi/spi-stm32.c spi->cur_comm = comm_type; comm_type 309 fs/dlm/config.c static const struct config_item_type comm_type = { comm_type 459 fs/dlm/config.c config_item_init_type_name(&cm->item, name, &comm_type);