Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dmax77620.h254 int max77620_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value);
H A Dmax77620.c494 DEVMETHOD(gpio_pin_set, max77620_gpio_pin_set),
H A Dmax77620_gpio.c593 max77620_gpio_pin_set(device_t dev, uint32_t pin, uint32_t val) in max77620_gpio_pin_set() function