Searched defs:set_gpio (Results 1 - 4 of 4) sorted by relevance
/drivers/media/dvb-frontends/ |
H A D | dib7000p.h | 55 int (*set_gpio)(struct dvb_frontend *demod, u8 num, u8 dir, u8 val); member in struct:dib7000p_ops
|
H A D | dib8000.h | 46 int (*set_gpio)(struct dvb_frontend *fe, u8 num, u8 dir, u8 val); member in struct:dib8000_ops
|
/drivers/hwmon/ |
H A D | adm1026.c | 1191 static ssize_t set_gpio(struct device *dev, struct device_attribute *attr, function 1216 static DEVICE_ATTR(gpio, S_IRUGO | S_IWUSR, show_gpio, set_gpio);
|
/drivers/tty/ |
H A D | synclink_gt.c | 519 static int set_gpio(struct slgt_info *info, struct gpio_desc __user *gpio); 1059 return set_gpio(info, argp); 2977 static int set_gpio(struct slgt_info *info, struct gpio_desc __user *user_gpio) function 2987 DBGINFO(("%s set_gpio state=%08x smask=%08x dir=%08x dmask=%08x\n",
|
Completed in 93 milliseconds