Home
last modified time | relevance | path

Searched refs:gctrl (Results 1 – 4 of 4) sorted by relevance

/drivers/pinctrl/
A Dpinctrl-equilibrium.c182 gc = &gctrl->chip; in gpiochip_setup()
183 gc->label = gctrl->name; in gpiochip_setup()
190 gctrl->name); in gpiochip_setup()
222 if (!gctrl->name) in gpiolib_reg()
235 if (!gctrl->virq) { in gpiolib_reg()
237 gctrl->name); in gpiolib_reg()
242 ret = bgpio_init(&gctrl->chip, dev, gctrl->bank->nr_pins / 8, in gpiolib_reg()
257 ret = devm_gpiochip_add_data(dev, &gctrl->chip, gctrl); in gpiolib_reg()
428 if (!gctrl) { in eqbr_pinconf_get()
497 if (!gctrl) { in eqbr_pinconf_set()
[all …]
/drivers/media/usb/stk1160/
A Dstk1160-core.c101 static const u8 gctrl[] = { in stk1160_select_input() local
110 if (dev->ctl_input < ARRAY_SIZE(gctrl)) { in stk1160_select_input()
113 stk1160_write_reg(dev, STK1160_GCTRL, gctrl[dev->ctl_input]); in stk1160_select_input()
/drivers/mfd/
A Dlpc_ich.c361 int gctrl; /* GPIO control */ member
974 pci_write_config_byte(dev, priv->gctrl, priv->gctrl_save); in lpc_ich_restore_config_space()
1011 pci_read_config_byte(dev, priv->gctrl, &reg_save); in lpc_ich_enable_gpio_space()
1012 pci_write_config_byte(dev, priv->gctrl, reg_save | 0x10); in lpc_ich_enable_gpio_space()
1396 priv->gctrl = GPIOCTRL_ICH0; in lpc_ich_probe()
1399 priv->gctrl = GPIOCTRL_ICH6; in lpc_ich_probe()
/drivers/scsi/
A Dinitio.c484 u8 gctrl; in initio_read_eeprom() local
488 gctrl = inb(base + TUL_GCTRL); in initio_read_eeprom()
489 outb(gctrl | TUL_GCTRL_EEPROM_BIT, base + TUL_GCTRL); in initio_read_eeprom()
495 gctrl = inb(base + TUL_GCTRL); in initio_read_eeprom()
496 outb(gctrl & ~TUL_GCTRL_EEPROM_BIT, base + TUL_GCTRL); in initio_read_eeprom()

Completed in 19 milliseconds