/linux-4.4.14/drivers/gpio/ |
D | gpio-generic.c | 127 static unsigned long bgpio_pin2mask(struct bgpio_chip *bgc, unsigned int pin) in bgpio_pin2mask() 132 static unsigned long bgpio_pin2mask_be(struct bgpio_chip *bgc, in bgpio_pin2mask_be() 140 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_get_set() local 151 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_get() local 162 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set() local 181 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_with_clear() local 192 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_set() local 208 static void bgpio_multiple_get_masks(struct bgpio_chip *bgc, in bgpio_multiple_get_masks() 230 static void bgpio_set_multiple_single_reg(struct bgpio_chip *bgc, in bgpio_set_multiple_single_reg() 253 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_multiple() local [all …]
|
D | gpio-dwapb.c | 69 struct bgpio_chip bgc; member 87 to_dwapb_gpio_port(struct bgpio_chip *bgc) in to_dwapb_gpio_port() 94 struct bgpio_chip *bgc = &gpio->ports[0].bgc; in dwapb_read() local 103 struct bgpio_chip *bgc = &gpio->ports[0].bgc; in dwapb_write() local 111 struct bgpio_chip *bgc = to_bgpio_chip(gc); in dwapb_gpio_to_irq() local 165 struct bgpio_chip *bgc = &gpio->ports[0].bgc; in dwapb_irq_enable() local 180 struct bgpio_chip *bgc = &gpio->ports[0].bgc; in dwapb_irq_disable() local 195 struct bgpio_chip *bgc = &gpio->ports[0].bgc; in dwapb_irq_reqres() local 209 struct bgpio_chip *bgc = &gpio->ports[0].bgc; in dwapb_irq_relres() local 218 struct bgpio_chip *bgc = &gpio->ports[0].bgc; in dwapb_irq_set_type() local [all …]
|
D | gpio-clps711x.c | 22 struct bgpio_chip *bgc; in clps711x_gpio_probe() local 76 struct bgpio_chip *bgc = platform_get_drvdata(pdev); in clps711x_gpio_remove() local
|
D | gpio-xgene-sb.c | 51 struct bgpio_chip bgc; member 58 struct bgpio_chip *bgc = to_bgpio_chip(gc); in to_xgene_gpio_sb() local 63 static void xgene_gpio_set_bit(struct bgpio_chip *bgc, void __iomem *reg, u32 gpio, int val) in xgene_gpio_set_bit()
|
D | gpio-74xx-mmio.c | 24 struct bgpio_chip bgc; member 83 struct bgpio_chip *bgc = to_bgpio_chip(gc); in to_74xx_gpio() local
|
D | gpio-grgpio.c | 66 struct bgpio_chip bgc; member 97 struct bgpio_chip *bgc = to_bgpio_chip(gc); in grgpio_gc_to_priv() local 105 struct bgpio_chip *bgc = &priv->bgc; in grgpio_set_imask() local 344 struct bgpio_chip *bgc; in grgpio_probe() local
|
D | gpio-mxs.c | 67 struct bgpio_chip bgc; member 228 struct bgpio_chip *bgc = to_bgpio_chip(gc); in mxs_gpio_to_irq() local 237 struct bgpio_chip *bgc = to_bgpio_chip(gc); in mxs_gpio_get_direction() local
|
D | gpio-brcmstb.c | 38 struct bgpio_chip bgc; member 63 struct bgpio_chip *bgc = to_bgpio_chip(gc); in brcmstb_gpio_gc_to_bank() local 77 struct bgpio_chip *bgc = &bank->bgc; in brcmstb_gpio_set_imask() local 454 struct bgpio_chip *bgc; in brcmstb_gpio_probe() local
|
D | gpio-ep93xx.c | 31 struct bgpio_chip bgc[8]; member 322 static int ep93xx_gpio_add_bank(struct bgpio_chip *bgc, struct device *dev, in ep93xx_gpio_add_bank() 361 struct bgpio_chip *bgc = &ep93xx_gpio->bgc[i]; in ep93xx_gpio_probe() local
|
D | gpio-moxart.c | 36 struct bgpio_chip *bgc; in moxart_gpio_probe() local
|
D | gpio-ge.c | 58 struct bgpio_chip *bgc; in gef_gpio_probe() local
|
D | gpio-mxc.c | 67 struct bgpio_chip bgc; member 401 struct bgpio_chip *bgc = to_bgpio_chip(gc); in mxc_gpio_to_irq() local
|
D | gpio-etraxfs.c | 70 struct bgpio_chip bgc; member 422 struct bgpio_chip *bgc = &chip->bgc; in etraxfs_gpio_probe() local
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-atmel-aic5.c | 73 struct irq_chip_generic *bgc = irq_get_domain_generic_chip(aic5_domain, 0); in aic5_handle() local 89 struct irq_chip_generic *bgc = irq_get_domain_generic_chip(domain, 0); in aic5_mask() local 106 struct irq_chip_generic *bgc = irq_get_domain_generic_chip(domain, 0); in aic5_unmask() local 123 struct irq_chip_generic *bgc = irq_get_domain_generic_chip(domain, 0); in aic5_retrigger() local 137 struct irq_chip_generic *bgc = irq_get_domain_generic_chip(domain, 0); in aic5_set_type() local 157 struct irq_chip_generic *bgc = irq_get_domain_generic_chip(domain, 0); in aic5_suspend() local 181 struct irq_chip_generic *bgc = irq_get_domain_generic_chip(domain, 0); in aic5_resume() local 205 struct irq_chip_generic *bgc = irq_get_domain_generic_chip(domain, 0); in aic5_pm_shutdown() local 260 struct irq_chip_generic *bgc = irq_get_domain_generic_chip(d, 0); in aic5_irq_domain_xlate() local
|
/linux-4.4.14/drivers/video/fbdev/ |
D | imsttfb.c | 994 __u32 Bpp, line_pitch, bgc, dx, dy, width, height; in imsttfb_fillrect() local
|