Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dgpio-uclass.c622 static int get_function(struct udevice *dev, int offset, bool skip_unused, in get_function() argument
635 if (skip_unused && !uc_priv->name[offset]) in get_function()