Lines Matching refs:GFP_KERNEL
209 map = kzalloc(sizeof(*map) * map_cnt, GFP_KERNEL); in exynos5440_dt_node_to_map()
220 gname = kzalloc(strlen(np->name) + GSUFFIX_LEN, GFP_KERNEL); in exynos5440_dt_node_to_map()
235 cfg = kzalloc(sizeof(*cfg) * cfg_cnt, GFP_KERNEL); in exynos5440_dt_node_to_map()
259 fname = kzalloc(strlen(np->name) + FSUFFIX_LEN, GFP_KERNEL); in exynos5440_dt_node_to_map()
655 *pin_list = devm_kzalloc(dev, *npins * sizeof(**pin_list), GFP_KERNEL); in exynos5440_pinctrl_parse_dt_pins()
686 groups = devm_kzalloc(dev, grp_cnt * sizeof(*groups), GFP_KERNEL); in exynos5440_pinctrl_parse_dt()
693 functions = devm_kzalloc(dev, grp_cnt * sizeof(*functions), GFP_KERNEL); in exynos5440_pinctrl_parse_dt()
716 GFP_KERNEL); in exynos5440_pinctrl_parse_dt()
737 GFP_KERNEL); in exynos5440_pinctrl_parse_dt()
746 func->groups = devm_kzalloc(dev, sizeof(char *), GFP_KERNEL); in exynos5440_pinctrl_parse_dt()
777 ctrldesc = devm_kzalloc(dev, sizeof(*ctrldesc), GFP_KERNEL); in exynos5440_pinctrl_register()
790 EXYNOS5440_MAX_PINS, GFP_KERNEL); in exynos5440_pinctrl_register()
807 ctrldesc->npins, GFP_KERNEL); in exynos5440_pinctrl_register()
847 gc = devm_kzalloc(&pdev->dev, sizeof(*gc), GFP_KERNEL); in exynos5440_gpiolib_register()
952 GFP_KERNEL); in exynos5440_gpio_irq_init()
998 priv = devm_kzalloc(dev, sizeof(*priv), GFP_KERNEL); in exynos5440_pinctrl_probe()