Searched refs:omap_twl_info (Results 1 – 1 of 1) sorted by relevance
446 struct twl4030_gpio_platform_data *omap_twl_info; in of_gpio_twl4030() local448 omap_twl_info = devm_kzalloc(dev, sizeof(*omap_twl_info), GFP_KERNEL); in of_gpio_twl4030()449 if (!omap_twl_info) in of_gpio_twl4030()453 *omap_twl_info = *pdata; in of_gpio_twl4030()455 omap_twl_info->use_leds = of_property_read_bool(dev->of_node, in of_gpio_twl4030()459 &omap_twl_info->debounce); in of_gpio_twl4030()461 (u32 *)&omap_twl_info->mmc_cd); in of_gpio_twl4030()463 &omap_twl_info->pullups); in of_gpio_twl4030()465 &omap_twl_info->pulldowns); in of_gpio_twl4030()467 return omap_twl_info; in of_gpio_twl4030()