Searched refs:eoc_gpiod (Results 1 – 1 of 1) sorted by relevance
416 struct gpio_desc *eoc_gpiod; member581 irq = gpiod_to_irq(data->eoc_gpiod); in ak8975_setup_irq()630 if (data->eoc_gpiod || client->irq > 0) { in ak8975_setup()655 if (gpiod_get_value(data->eoc_gpiod)) in wait_conversion_complete_gpio()727 else if (data->eoc_gpiod) in ak8975_start_read_axis()910 struct gpio_desc *eoc_gpiod; in ak8975_probe() local920 eoc_gpiod = devm_gpiod_get_optional(&client->dev, NULL, GPIOD_IN); in ak8975_probe()921 if (IS_ERR(eoc_gpiod)) in ak8975_probe()922 return PTR_ERR(eoc_gpiod); in ak8975_probe()923 if (eoc_gpiod) in ak8975_probe()[all …]