lookupflags 606 drivers/gpio/gpiolib-acpi.c int acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, lookupflags 611 drivers/gpio/gpiolib-acpi.c *lookupflags |= GPIO_PULL_UP; lookupflags 614 drivers/gpio/gpiolib-acpi.c *lookupflags |= GPIO_PULL_DOWN; lookupflags 621 drivers/gpio/gpiolib-acpi.c *lookupflags |= GPIO_ACTIVE_LOW; lookupflags 816 drivers/gpio/gpiolib-acpi.c unsigned long *lookupflags) lookupflags 858 drivers/gpio/gpiolib-acpi.c acpi_gpio_update_gpiod_lookup_flags(lookupflags, &info); lookupflags 42 drivers/gpio/gpiolib-acpi.h int acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, lookupflags 49 drivers/gpio/gpiolib-acpi.h unsigned long *lookupflags); lookupflags 71 drivers/gpio/gpiolib-acpi.h acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, lookupflags 80 drivers/gpio/gpiolib-acpi.h unsigned long *lookupflags) lookupflags 13 drivers/gpio/gpiolib-of.h unsigned long *lookupflags); lookupflags 22 drivers/gpio/gpiolib-of.h unsigned long *lookupflags) lookupflags 4539 drivers/gpio/gpiolib.c unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; lookupflags 4551 drivers/gpio/gpiolib.c desc = of_find_gpio(dev, con_id, idx, &lookupflags); lookupflags 4554 drivers/gpio/gpiolib.c desc = acpi_find_gpio(dev, con_id, idx, &flags, &lookupflags); lookupflags 4564 drivers/gpio/gpiolib.c desc = gpiod_find(dev, con_id, idx, &lookupflags); lookupflags 4595 drivers/gpio/gpiolib.c ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); lookupflags 659 net/sunrpc/auth.c rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) lookupflags 667 net/sunrpc/auth.c ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); lookupflags 673 net/sunrpc/auth.c rpcauth_bind_machine_cred(struct rpc_task *task, int lookupflags) lookupflags 683 net/sunrpc/auth.c return auth->au_ops->lookup_cred(auth, &acred, lookupflags); lookupflags 687 net/sunrpc/auth.c rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) lookupflags 691 net/sunrpc/auth.c return rpcauth_lookupcred(auth, lookupflags); lookupflags 699 net/sunrpc/auth.c int lookupflags = 0; lookupflags 706 net/sunrpc/auth.c lookupflags |= RPCAUTH_LOOKUP_NEW; lookupflags 711 net/sunrpc/auth.c new = auth->au_ops->lookup_cred(auth, &acred, lookupflags); lookupflags 713 net/sunrpc/auth.c new = rpcauth_bind_machine_cred(task, lookupflags); lookupflags 719 net/sunrpc/auth.c new = rpcauth_bind_root_cred(task, lookupflags); lookupflags 723 net/sunrpc/auth.c new = rpcauth_bind_new_cred(task, lookupflags);