Home
last modified time | relevance | path

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

/freebsd/sys/arm64/nvidia/tegra210/
H A Dmax77620.h252 int max77620_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value);
H A Dmax77620.c495 DEVMETHOD(gpio_pin_set, max77620_gpio_pin_set),
H A Dmax77620_gpio.c590 max77620_gpio_pin_set(device_t dev, uint32_t pin, uint32_t val) in max77620_gpio_pin_set() function