Home
last modified time | relevance | path

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

/linux/drivers/gpio/
A Dgpiolib-acpi.h46 int acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags,
53 unsigned long *lookupflags);
77 acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, in acpi_gpio_update_gpiod_lookup_flags() argument
86 unsigned long *lookupflags) in acpi_find_gpio() argument
A Dgpiolib-of.h13 unsigned long *lookupflags);
23 unsigned long *lookupflags) in of_find_gpio() argument
A Dgpiolib-acpi.c691 int acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, in acpi_gpio_update_gpiod_lookup_flags() argument
696 *lookupflags |= GPIO_PULL_UP; in acpi_gpio_update_gpiod_lookup_flags()
699 *lookupflags |= GPIO_PULL_DOWN; in acpi_gpio_update_gpiod_lookup_flags()
706 *lookupflags |= GPIO_ACTIVE_LOW; in acpi_gpio_update_gpiod_lookup_flags()
907 unsigned long *lookupflags) in acpi_find_gpio() argument
949 acpi_gpio_update_gpiod_lookup_flags(lookupflags, &info); in acpi_find_gpio()
A Dgpiolib.c3855 unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; in gpiod_get_index() local
3867 desc = of_find_gpio(dev, con_id, idx, &lookupflags); in gpiod_get_index()
3870 desc = acpi_find_gpio(dev, con_id, idx, &flags, &lookupflags); in gpiod_get_index()
3879 desc = gpiod_find(dev, con_id, idx, &lookupflags); in gpiod_get_index()
3910 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_get_index()
/linux/net/sunrpc/
A Dauth.c610 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred() argument
618 ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred()
634 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_machine_cred()
638 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() argument
642 return rpcauth_lookupcred(auth, lookupflags); in rpcauth_bind_new_cred()
650 int lookupflags = 0; in rpcauth_bindcred() local
657 lookupflags |= RPCAUTH_LOOKUP_NEW; in rpcauth_bindcred()
662 new = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bindcred()
664 new = rpcauth_bind_machine_cred(task, lookupflags); in rpcauth_bindcred()
670 new = rpcauth_bind_root_cred(task, lookupflags); in rpcauth_bindcred()
[all …]

Completed in 18 milliseconds