Searched refs:omap_twl_info (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpio/
H A Dgpio-twl4030.c451 struct twl4030_gpio_platform_data *omap_twl_info; of_gpio_twl4030() local
453 omap_twl_info = devm_kzalloc(dev, sizeof(*omap_twl_info), GFP_KERNEL); of_gpio_twl4030()
454 if (!omap_twl_info) of_gpio_twl4030()
458 *omap_twl_info = *pdata; of_gpio_twl4030()
460 omap_twl_info->use_leds = of_property_read_bool(dev->of_node, of_gpio_twl4030()
464 &omap_twl_info->debounce); of_gpio_twl4030()
466 (u32 *)&omap_twl_info->mmc_cd); of_gpio_twl4030()
468 &omap_twl_info->pullups); of_gpio_twl4030()
470 &omap_twl_info->pulldowns); of_gpio_twl4030()
472 return omap_twl_info; of_gpio_twl4030()

Completed in 67 milliseconds