Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.8 6 lines 237 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2int u300_gpio_config_get(struct gpio_chip *chip, 3 unsigned offset, 4 unsigned long *config); 5int u300_gpio_config_set(struct gpio_chip *chip, unsigned offset, 6 enum pin_config_param param);