[go: nahoru, domu]

Searched defs:vg (Results 1 - 2 of 2) sorted by relevance

/drivers/gpio/
H A Dgpio-vx855.c101 struct vx855_gpio *vg = container_of(gpio, struct vx855_gpio, gpio); local
114 spin_lock_irqsave(&vg->lock, flags);
115 reg_out = inl(vg->io_gpo);
117 outl(reg_out, vg->io_gpo);
118 spin_unlock_irqrestore(&vg->lock, flags);
125 struct vx855_gpio *vg = container_of(gpio, struct vx855_gpio, gpio); local
130 reg_in = inl(vg->io_gpi);
136 reg_in = inl(vg->io_gpo);
140 reg_in = inl(vg->io_gpi);
151 struct vx855_gpio *vg local
204 vx855gpio_gpio_setup(struct vx855_gpio *vg) argument
226 struct vx855_gpio *vg; local
288 struct vx855_gpio *vg = platform_get_drvdata(pdev); local
[all...]
/drivers/pinctrl/
H A Dpinctrl-baytrail.c150 struct byt_gpio *vg = to_byt_gpio(chip); local
156 reg_offset = vg->range->pins[offset] * 16;
158 return vg->reg_base + reg_offset + reg;
161 static bool is_special_pin(struct byt_gpio *vg, unsigned offset) argument
164 if (!strcmp(vg->range->name, BYT_SCORE_ACPI_UID) &&
169 if (!strcmp(vg->range->name, BYT_SUS_ACPI_UID) &&
178 struct byt_gpio *vg = to_byt_gpio(chip); local
190 special = is_special_pin(vg, offset);
192 dev_err(&vg->pdev->dev,
197 pm_runtime_get(&vg
204 struct byt_gpio *vg = to_byt_gpio(chip); local
218 struct byt_gpio *vg = to_byt_gpio(irq_data_get_irq_chip_data(d)); local
269 struct byt_gpio *vg = to_byt_gpio(chip); local
288 struct byt_gpio *vg = to_byt_gpio(chip); local
307 struct byt_gpio *vg = to_byt_gpio(chip); local
339 struct byt_gpio *vg = to_byt_gpio(chip); local
411 struct byt_gpio *vg = to_byt_gpio(irq_desc_get_handler_data(desc)); local
471 byt_gpio_irq_init_hw(struct byt_gpio *vg) argument
491 struct byt_gpio *vg; local
596 struct byt_gpio *vg = platform_get_drvdata(pdev); local
[all...]

Completed in 219 milliseconds