Home
last modified time | relevance | path

Searched defs:bpw (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c872 unsigned int bpw) in mipi_dbi_spi1e_transfer()
990 unsigned int bpw) in mipi_dbi_spi1_transfer()
1107 unsigned int bpw = 8; in mipi_dbi_typec1_command() local
1198 unsigned int bpw = 8; in mipi_dbi_typec3_command() local
1328 u8 bpw, const void *buf, size_t len) in mipi_dbi_spi_transfer()
/linux/drivers/spi/
H A Dspi-clps711x.c32 unsigned int bpw; member
H A Dspi-ep93xx.c99 #define bits_per_word_to_dss(bpw) ((bpw) - 1) argument
/linux/drivers/gpu/drm/tiny/
H A Dili9486.c47 unsigned int bpw = 8; in waveshare_command() local
H A Dili9225.c318 unsigned int bpw = 8; in ili9225_dbi_command() local
/linux/include/linux/spi/
H A Dspi.h1330 static inline bool spi_is_bpw_supported(struct spi_device *spi, u32 bpw) in spi_is_bpw_supported()
1361 static inline u32 spi_bpw_to_bytes(u32 bpw) in spi_bpw_to_bytes()