Lines Matching refs:bt8xxgpio
59 struct bt8xxgpio { struct
83 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); in bt8xxgpio_gpio_direction_input() argument
104 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); in bt8xxgpio_gpio_get()
118 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); in bt8xxgpio_gpio_direction_output()
143 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); in bt8xxgpio_gpio_set()
159 static void bt8xxgpio_gpio_setup(struct bt8xxgpio *bg) in bt8xxgpio_gpio_setup()
178 struct bt8xxgpio *bg; in bt8xxgpio_probe()
181 bg = devm_kzalloc(&dev->dev, sizeof(struct bt8xxgpio), GFP_KERNEL); in bt8xxgpio_probe()
236 struct bt8xxgpio *bg = pci_get_drvdata(pdev); in bt8xxgpio_remove()
250 struct bt8xxgpio *bg = pci_get_drvdata(pdev); in bt8xxgpio_suspend()
273 struct bt8xxgpio *bg = pci_get_drvdata(pdev); in bt8xxgpio_resume()