Searched defs:bgc (Results  1 – 13 of 13) sorted by relevance
| /linux-4.1.27/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()  local
 147 	struct bgpio_chip *bgc = to_bgpio_chip(gc);  in bgpio_set()  local
 166 	struct bgpio_chip *bgc = to_bgpio_chip(gc);  in bgpio_set_with_clear()  local
 177 	struct bgpio_chip *bgc = to_bgpio_chip(gc);  in bgpio_set_set()  local
 193 static void bgpio_multiple_get_masks(struct bgpio_chip *bgc,  in bgpio_multiple_get_masks()
 215 static void bgpio_set_multiple_single_reg(struct bgpio_chip *bgc,  in bgpio_set_multiple_single_reg()
 238 	struct bgpio_chip *bgc = to_bgpio_chip(gc);  in bgpio_set_multiple()  local
 246 	struct bgpio_chip *bgc = to_bgpio_chip(gc);  in bgpio_set_multiple_set()  local
 [all …]
 
 | 
| D | gpio-dwapb.c | 69 	struct bgpio_chip	bgc;  member87 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()  local76 	struct bgpio_chip *bgc = platform_get_drvdata(pdev);  in clps711x_gpio_remove()  local
 
 | 
| D | gpio-xgene-sb.c | 48 	struct bgpio_chip	bgc;  member55 	struct bgpio_chip *bgc = to_bgpio_chip(gc);  in to_xgene_gpio_sb()  local
 60 static void xgene_gpio_set_bit(struct bgpio_chip *bgc, void __iomem *reg, u32 gpio, int val)  in xgene_gpio_set_bit()
 
 | 
| D | gpio-moxart.c | 44 	struct bgpio_chip *bgc = to_bgpio_chip(chip);  in moxart_gpio_get()  local57 	struct bgpio_chip *bgc;  in moxart_gpio_probe()  local
 
 | 
| D | gpio-74xx-mmio.c | 24 	struct bgpio_chip	bgc;  member83 	struct bgpio_chip *bgc = to_bgpio_chip(gc);  in to_74xx_gpio()  local
 
 | 
| D | gpio-grgpio.c | 66 	struct bgpio_chip bgc;  member97 	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
 347 	struct bgpio_chip *bgc;  in grgpio_probe()  local
 
 | 
| D | gpio-mxs.c | 67 	struct bgpio_chip bgc;  member223 	struct bgpio_chip *bgc = to_bgpio_chip(gc);  in mxs_gpio_to_irq()  local
 232 	struct bgpio_chip *bgc = to_bgpio_chip(gc);  in mxs_gpio_get_direction()  local
 
 | 
| D | gpio-ep93xx.c | 31 	struct bgpio_chip	bgc[8];  member321 static int ep93xx_gpio_add_bank(struct bgpio_chip *bgc, struct device *dev,  in ep93xx_gpio_add_bank()
 360 		struct bgpio_chip *bgc = &ep93xx_gpio->bgc[i];  in ep93xx_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;  member396 	struct bgpio_chip *bgc = to_bgpio_chip(gc);  in mxc_gpio_to_irq()  local
 
 | 
| /linux-4.1.27/drivers/irqchip/ | 
| D | irq-atmel-aic5.c | 91 	struct irq_chip_generic *bgc = dgc->gc[0];  in aic5_mask()  local109 	struct irq_chip_generic *bgc = dgc->gc[0];  in aic5_unmask()  local
 162 	struct irq_chip_generic *bgc = dgc->gc[0];  in aic5_suspend()  local
 186 	struct irq_chip_generic *bgc = dgc->gc[0];  in aic5_resume()  local
 210 	struct irq_chip_generic *bgc = dgc->gc[0];  in aic5_pm_shutdown()  local
 
 | 
| /linux-4.1.27/drivers/video/fbdev/ | 
| D | imsttfb.c | 994 	__u32 Bpp, line_pitch, bgc, dx, dy, width, height;  in imsttfb_fillrect()  local
 |