Searched refs:drv_lcd_control (Results 1 – 9 of 9) sorted by relevance
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/port/ |
| A D | drv_lcd_spi.c | 48 static rt_err_t drv_lcd_control(struct rt_device *device, int cmd, void *args) in drv_lcd_control() function 110 drv_lcd_control 158 device->control = drv_lcd_control; in drv_lcd_hw_init()
|
| /bsp/tkm32F499/drivers/ |
| A D | drv_lcd.c | 53 static rt_err_t drv_lcd_control(struct rt_device *device, int cmd, void *args) in drv_lcd_control() function 143 drv_lcd_control 227 device->control = drv_lcd_control; in drv_lcd_hw_init()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_lcd.c | 50 static rt_err_t drv_lcd_control(struct rt_device *device, int cmd, void *args) in drv_lcd_control() function 272 drv_lcd_control 321 device->control = drv_lcd_control; in drv_lcd_hw_init()
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/port/lcd/ |
| A D | drv_lcd_spi.c | 395 static rt_err_t drv_lcd_control(struct rt_device *device, int cmd, void *args) in drv_lcd_control() function 439 drv_lcd_control 509 device->control = drv_lcd_control; in drv_hw_lcd_init()
|
| /bsp/k210/drivers/ |
| A D | drv_lcd.c | 463 static rt_err_t drv_lcd_control(rt_device_t dev, int cmd, void *args) in drv_lcd_control() function 531 drv_lcd_control 566 lcd_dev->parent.control = drv_lcd_control; in rt_hw_lcd_init()
|
| /bsp/stm32/stm32l4r9-st-eval/board/ports/ |
| A D | drv_lcd_dsi.c | 94 static rt_err_t drv_lcd_control(struct rt_device *device, int cmd, void *args) in drv_lcd_control() function 557 drv_lcd_control 603 device->control = drv_lcd_control; in drv_lcd_hw_init()
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | drv_spi_ili9488.c | 934 static rt_err_t drv_lcd_control(struct rt_device *device, int cmd, void *args) in drv_lcd_control() function 1002 drv_lcd_control 1048 device->control = drv_lcd_control; in drv_lcd_ili9488_hw_init()
|
| /bsp/stm32/stm32f407-rt-spark/board/ports/lcd/ |
| A D | drv_lcd.c | 1391 static rt_err_t drv_lcd_control(struct rt_device *device, int cmd, void *args) in drv_lcd_control() function 1422 drv_lcd_control}; 1440 device->control = drv_lcd_control; in drv_lcd_hw_init()
|
| /bsp/stm32/stm32f407-atk-explorer/board/ports/ |
| A D | drv_lcd.c | 1946 static rt_err_t drv_lcd_control(struct rt_device *device, int cmd, void *args) in drv_lcd_control() function 1977 drv_lcd_control}; 1995 device->control = drv_lcd_control; in drv_lcd_hw_init()
|
Completed in 33 milliseconds