Home
last modified time | relevance | path

Searched refs:ft8xx_drv_command (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/misc/ft8xx/
Dft8xx_drv.h28 int ft8xx_drv_command(const struct device *dev, uint8_t command);
Dft8xx_drv.c160 int ft8xx_drv_command(const struct device *dev, uint8_t command) in ft8xx_drv_command() function
Dft8xx.c54 err = ft8xx_drv_command(dev, cmd); in host_command()