Searched defs:bpw (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/ |
A D | drm_mipi_dbi.c | 746 unsigned int bpw) in mipi_dbi_spi1e_transfer() 864 unsigned int bpw) in mipi_dbi_spi1_transfer() 981 unsigned int bpw = (*cmd == MIPI_DCS_WRITE_MEMORY_START) ? 16 : 8; in mipi_dbi_typec1_command() local 1066 unsigned int bpw = 8; in mipi_dbi_typec3_command() local 1175 u8 bpw, const void *buf, size_t len) in mipi_dbi_spi_transfer()
|
/linux/drivers/spi/ |
A D | spi-dln2.c | 91 u8 bpw; member 302 static int dln2_spi_set_bpw(struct dln2_spi *dln2, u8 bpw) in dln2_spi_set_bpw() 306 u8 bpw; in dln2_spi_set_bpw() member 355 static int dln2_spi_copy_to_buf(u8 *dln2_buf, const u8 *src, u16 len, u8 bpw) in dln2_spi_copy_to_buf() 388 static int dln2_spi_copy_from_buf(u8 *dest, const u8 *dln2_buf, u16 len, u8 bpw) in dln2_spi_copy_from_buf() 610 u8 bpw, u8 mode) in dln2_spi_transfer_setup()
|
A D | spi-topcliff-pch.c | 544 static void pch_spi_set_tx(struct pch_spi_data *data, int *bpw) in pch_spi_set_tx() 722 static void pch_spi_copy_rx_data(struct pch_spi_data *data, int bpw) in pch_spi_copy_rx_data() 743 static void pch_spi_copy_rx_data_for_dma(struct pch_spi_data *data, int bpw) in pch_spi_copy_rx_data_for_dma() 847 static void pch_spi_request_dma(struct pch_spi_data *data, int bpw) in pch_spi_request_dma() 917 static void pch_spi_handle_dma(struct pch_spi_data *data, int *bpw) in pch_spi_handle_dma() 1129 int bpw; in pch_spi_process_messages() local
|
A D | spi-synquacer.c | 125 unsigned int bpw; member 233 unsigned int speed, mode, bpw, cs, bus_width, transfer_mode; in synquacer_spi_config() local 361 u8 bpw; in synquacer_spi_transfer_one() local
|
A D | spi-clps711x.c | 31 unsigned int bpw; member
|
A D | spi-au1550.c | 223 unsigned int bpw, hz; in au1550_spi_setupxfer() local 649 static void au1550_spi_bits_handlers_set(struct au1550_spi *hw, int bpw) in au1550_spi_bits_handlers_set()
|
A D | spi-uniphier.c | 320 unsigned int bpw = bytes_per_word(priv->bits_per_word); in uniphier_spi_fill_tx_fifo() local 354 unsigned int bpw = bytes_per_word(priv->bits_per_word); in uniphier_spi_can_dma() local
|
A D | spi-fsl-lpspi.c | 87 u8 bpw; member 169 static int fsl_lpspi_bytes_per_word(const int bpw) in fsl_lpspi_bytes_per_word()
|
A D | spi-ep93xx.c | 103 #define bits_per_word_to_dss(bpw) ((bpw) - 1) argument
|
A D | spi-stm32.c | 467 u32 packet, bpw; in stm32h7_spi_prepare_fthlv() local 1336 u32 bpw, fthlv; in stm32h7_spi_set_bpw() local
|
A D | spi-s3c64xx.c | 676 u8 bpw; in s3c64xx_spi_transfer_one() local
|
/linux/drivers/gpu/drm/tiny/ |
A D | ili9225.c | 308 unsigned int bpw = 8; in ili9225_dbi_command() local
|
/linux/drivers/soc/qcom/ |
A D | qcom-geni-se.c | 436 void geni_se_config_packing(struct geni_se *se, int bpw, int pack_words, in geni_se_config_packing()
|
/linux/include/linux/spi/ |
A D | spi.h | 1138 static inline bool spi_is_bpw_supported(struct spi_device *spi, u32 bpw) in spi_is_bpw_supported()
|
Completed in 48 milliseconds