Searched defs:gpiod (Results 1 - 6 of 6) sorted by relevance

/drivers/clk/
H A Dclk-gpio-gate.c37 gpiod_set_value(clk->gpiod, 1);
46 gpiod_set_value(clk->gpiod, 0);
53 return gpiod_get_value(clk->gpiod);
68 * @gpiod: gpio descriptor to gate this clock
71 const char *parent_name, struct gpio_desc *gpiod,
80 if (gpiod_is_active_low(gpiod))
86 err = devm_gpio_request_one(dev, desc_to_gpio(gpiod),
89 err = gpio_request_one(desc_to_gpio(gpiod), gpio_flags, name);
93 __func__, name, desc_to_gpio(gpiod));
114 clk_gpio->gpiod
70 clk_register_gpio_gate(struct device *dev, const char *name, const char *parent_name, struct gpio_desc *gpiod, unsigned long flags) argument
152 struct gpio_desc *gpiod; local
[all...]
/drivers/video/fbdev/omap2/displays-new/
H A Dpanel-sharp-ls037v7dw01.c201 char *desc, struct gpio_desc **gpiod)
206 *gpiod = NULL;
216 *gpiod = gd;
268 const char *desc, struct gpio_desc **gpiod)
273 *gpiod = NULL;
283 *gpiod = gd;
200 sharp_ls_get_gpio(struct device *dev, int gpio, unsigned long flags, char *desc, struct gpio_desc **gpiod) argument
267 sharp_ls_get_gpio_of(struct device *dev, int index, int val, const char *desc, struct gpio_desc **gpiod) argument
/drivers/regulator/
H A Dcore.c81 struct gpio_desc *gpiod; member in struct:regulator_enable_gpio
1666 struct gpio_desc *gpiod; local
1669 gpiod = gpio_to_desc(config->ena_gpio);
1672 if (pin->gpiod == gpiod) {
1691 pin->gpiod = gpiod;
1710 if (pin->gpiod == rdev->ena_pin->gpiod) {
1713 gpiod_put(pin->gpiod);
[all...]
/drivers/tty/serial/
H A Datmel_serial.c2520 struct gpio_desc *gpiod; local
2527 gpiod = mctrl_gpio_to_gpiod(p->gpios, i);
2528 if (gpiod && (gpiod_get_direction(gpiod) == GPIOF_DIR_IN))
2529 p->gpio_irq[i] = gpiod_to_irq(gpiod);
/drivers/scsi/qla2xxx/
H A Dqla_fw.h1025 uint32_t gpiod; /* GPIO Data register. */ member in struct:device_reg_24xx
H A Dqla_def.h551 uint16_t gpiod; /* GPIO Data register. */ member in struct:device_reg_2xxx

Completed in 920 milliseconds