Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-twl4030.c473 struct twl4030_gpio_platform_data *omap_twl_info; in of_gpio_twl4030() local
475 omap_twl_info = devm_kzalloc(dev, sizeof(*omap_twl_info), GFP_KERNEL); in of_gpio_twl4030()
476 if (!omap_twl_info) in of_gpio_twl4030()
480 *omap_twl_info = *pdata; in of_gpio_twl4030()
482 omap_twl_info->use_leds = of_property_read_bool(dev->of_node, in of_gpio_twl4030()
486 &omap_twl_info->debounce); in of_gpio_twl4030()
488 (u32 *)&omap_twl_info->mmc_cd); in of_gpio_twl4030()
490 &omap_twl_info->pullups); in of_gpio_twl4030()
492 &omap_twl_info in of_gpio_twl4030()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-twl4030.c472 struct twl4030_gpio_platform_data *omap_twl_info; in of_gpio_twl4030() local
474 omap_twl_info = devm_kzalloc(dev, sizeof(*omap_twl_info), GFP_KERNEL); in of_gpio_twl4030()
475 if (!omap_twl_info) in of_gpio_twl4030()
478 omap_twl_info->use_leds = of_property_read_bool(dev->of_node, in of_gpio_twl4030()
482 &omap_twl_info->debounce); in of_gpio_twl4030()
484 (u32 *)&omap_twl_info->mmc_cd); in of_gpio_twl4030()
486 &omap_twl_info->pullups); in of_gpio_twl4030()
488 &omap_twl_info->pulldowns); in of_gpio_twl4030()
490 return omap_twl_info; in of_gpio_twl4030()
[all...]

Completed in 3 milliseconds