Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/hwmon/
Dadm1026.c1321 static ssize_t set_gpio(struct device *dev, struct device_attribute *attr, const char *buf, in set_gpio() function
1341 static DEVICE_ATTR(gpio, S_IRUGO | S_IWUSR, show_gpio, set_gpio);
/linux-2.6.39/drivers/tty/
Dsynclink_gt.c521 static int set_gpio(struct slgt_info *info, struct gpio_desc __user *gpio);
1061 return set_gpio(info, argp); in ioctl()
2984 static int set_gpio(struct slgt_info *info, struct gpio_desc __user *user_gpio) in set_gpio() function