Home
last modified time | relevance | path

Searched refs:lookupflags (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpio/
Dgpiolib-acpi.h42 int acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags,
49 unsigned long *lookupflags);
71 acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, in acpi_gpio_update_gpiod_lookup_flags() argument
80 unsigned long *lookupflags) in acpi_find_gpio() argument
Dgpiolib-of.h13 unsigned long *lookupflags);
22 unsigned long *lookupflags) in of_find_gpio() argument
Dgpiolib-acpi.c544 int acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, in acpi_gpio_update_gpiod_lookup_flags() argument
549 *lookupflags |= GPIO_PULL_UP; in acpi_gpio_update_gpiod_lookup_flags()
552 *lookupflags |= GPIO_PULL_DOWN; in acpi_gpio_update_gpiod_lookup_flags()
559 *lookupflags |= GPIO_ACTIVE_LOW; in acpi_gpio_update_gpiod_lookup_flags()
754 unsigned long *lookupflags) in acpi_find_gpio() argument
796 acpi_gpio_update_gpiod_lookup_flags(lookupflags, &info); in acpi_find_gpio()
Dgpiolib.c4503 unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; in gpiod_get_index() local
4515 desc = of_find_gpio(dev, con_id, idx, &lookupflags); in gpiod_get_index()
4518 desc = acpi_find_gpio(dev, con_id, idx, &flags, &lookupflags); in gpiod_get_index()
4528 desc = gpiod_find(dev, con_id, idx, &lookupflags); in gpiod_get_index()
4559 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_get_index()
/Linux-v5.4/net/sunrpc/
Dauth.c659 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred() argument
667 ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred()
673 rpcauth_bind_machine_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_machine_cred() argument
683 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_machine_cred()
687 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() argument
691 return rpcauth_lookupcred(auth, lookupflags); in rpcauth_bind_new_cred()
699 int lookupflags = 0; in rpcauth_bindcred() local
706 lookupflags |= RPCAUTH_LOOKUP_NEW; in rpcauth_bindcred()
711 new = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bindcred()
713 new = rpcauth_bind_machine_cred(task, lookupflags); in rpcauth_bindcred()
[all …]