| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | pagealloc.c | 77 static u32 get_function(u16 func_id, bool ec_function) in get_function() function 336 u32 function = get_function(func_id, ec_function); in give_pages() 404 u32 function = get_function(func_id, ec_function); in release_all_pages() 469 root = xa_load(&dev->priv.page_root_xa, get_function(func_id, ec_function)); in reclaim_pages_cmd() 488 u32 function = get_function(func_id, ec_function); in reclaim_pages()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | gpio-uclass.c | 623 static int get_function(struct udevice *dev, int offset, bool skip_unused, in get_function() function 638 if (ops->get_function) { in get_function() 641 ret = ops->get_function(dev, offset); in get_function() 654 return get_function(dev, offset, true, namep); in gpio_get_function() 659 return get_function(dev, offset, false, namep); in gpio_get_raw_function()
|
| H A D | pm8916_gpio.c | 168 .get_function = pm8916_gpio_get_function, 252 .get_function = pm8941_pwrkey_get_function,
|
| H A D | msm_gpio.c | 93 .get_function = msm_gpio_get_function,
|
| H A D | gpio-uniphier.c | 88 .get_function = uniphier_gpio_get_function,
|
| H A D | bcm6345_gpio.c | 87 .get_function = bcm6345_gpio_get_function,
|
| H A D | mvebu_gpio.c | 106 .get_function = mvebu_gpio_get_function,
|
| H A D | vybrid_gpio.c | 91 .get_function = vybrid_gpio_get_function,
|
| H A D | pic32_gpio.c | 124 .get_function = pic32_gpio_get_function,
|
| H A D | 74x164_gpio.c | 122 .get_function = gen_74x164_get_function,
|
| H A D | bcm2835_gpio.c | 106 .get_function = bcm2835_gpio_get_function,
|
| H A D | imx_rgpio2p.c | 132 .get_function = imx_rgpio2p_get_function,
|
| H A D | intel_broadwell_gpio.c | 171 .get_function = broadwell_gpio_get_function,
|
| H A D | lpc32xx_gpio.c | 293 .get_function = lpc32xx_gpio_get_function,
|
| H A D | omap_gpio.c | 284 .get_function = omap_gpio_get_function,
|
| H A D | rk_gpio.c | 182 .get_function = rockchip_gpio_get_function,
|
| H A D | sandbox.c | 193 .get_function = sb_gpio_get_function,
|
| H A D | intel_ich6_gpio.c | 223 .get_function = ich6_gpio_get_function,
|
| H A D | gpio-uclass.su | |
| H A D | tegra186_gpio.c | 162 .get_function = tegra186_gpio_get_function,
|
| H A D | mpc85xx_gpio.c | 232 .get_function = mpc85xx_gpio_get_function,
|
| H A D | mxc_gpio.c | 268 .get_function = mxc_gpio_get_function,
|
| H A D | sunxi_gpio.c | 238 .get_function = sunxi_gpio_get_function,
|
| H A D | s5p_gpio.c | 283 .get_function = exynos_gpio_get_function,
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | gpio.h | 266 int (*get_function)(struct udevice *dev, unsigned offset); member
|