Home
last modified time | relevance | path

Searched refs:comm_type (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-stm32.c249 int (*set_mode)(struct stm32_spi *spi, unsigned int comm_type);
1473 * @comm_type: type of communication to configure
1475 static int stm32f4_spi_set_mode(struct stm32_spi *spi, unsigned int comm_type) in stm32f4_spi_set_mode() argument
1477 if (comm_type == SPI_3WIRE_TX || comm_type == SPI_SIMPLEX_TX) { in stm32f4_spi_set_mode()
1481 } else if (comm_type == SPI_FULL_DUPLEX || in stm32f4_spi_set_mode()
1482 comm_type == SPI_SIMPLEX_RX) { in stm32f4_spi_set_mode()
1486 } else if (comm_type == SPI_3WIRE_RX) { in stm32f4_spi_set_mode()
1501 * @comm_type: type of communication to configure
1503 static int stm32h7_spi_set_mode(struct stm32_spi *spi, unsigned int comm_type) in stm32h7_spi_set_mode() argument
1598 unsigned int comm_type; stm32_spi_transfer_one_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-stm32.c251 int (*set_mode)(struct stm32_spi *spi, unsigned int comm_type);
1437 * @comm_type: type of communication to configure
1439 static int stm32f4_spi_set_mode(struct stm32_spi *spi, unsigned int comm_type) in stm32f4_spi_set_mode() argument
1441 if (comm_type == SPI_3WIRE_TX || comm_type == SPI_SIMPLEX_TX) { in stm32f4_spi_set_mode()
1445 } else if (comm_type == SPI_FULL_DUPLEX || in stm32f4_spi_set_mode()
1446 comm_type == SPI_SIMPLEX_RX) { in stm32f4_spi_set_mode()
1450 } else if (comm_type == SPI_3WIRE_RX) { in stm32f4_spi_set_mode()
1465 * @comm_type: type of communication to configure
1467 static int stm32h7_spi_set_mode(struct stm32_spi *spi, unsigned int comm_type) in stm32h7_spi_set_mode() argument
1556 unsigned int comm_type; stm32_spi_transfer_one_setup() local
[all...]
/kernel/linux/linux-5.10/fs/dlm/
H A Dconfig.c338 static const struct config_item_type comm_type = { variable
496 config_item_init_type_name(&cm->item, name, &comm_type); in make_comm()
/kernel/linux/linux-6.6/fs/dlm/
H A Dconfig.c361 static const struct config_item_type comm_type = { variable
517 config_item_init_type_name(&cm->item, name, &comm_type); in make_comm()
/kernel/linux/linux-5.10/drivers/nfc/
H A Dport100.c515 u8 comm_type; member
/kernel/linux/linux-6.6/drivers/nfc/
H A Dport100.c515 u8 comm_type; member

Completed in 13 milliseconds