Searched refs:lookupflags (Results 1 – 5 of 5) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | auth.c | 607 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred() argument 616 lookupflags |= RPCAUTH_LOOKUP_ASYNC; in rpcauth_bind_root_cred() 617 ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred() 623 rpcauth_bind_machine_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_machine_cred() argument 634 lookupflags |= RPCAUTH_LOOKUP_ASYNC; in rpcauth_bind_machine_cred() 635 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_machine_cred() 639 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() argument 643 return rpcauth_lookupcred(auth, lookupflags); in rpcauth_bind_new_cred() 651 int lookupflags = 0; in rpcauth_bindcred() local 658 lookupflags |= RPCAUTH_LOOKUP_NEW | RPCAUTH_LOOKUP_ASYNC; in rpcauth_bindcred() [all …]
|
| /linux/drivers/gpio/ |
| H A D | gpiolib-of.h | 22 unsigned long *lookupflags); 31 unsigned long *lookupflags) in of_find_gpio() argument
|
| H A D | gpiolib-acpi.h | 34 unsigned long *lookupflags); 50 unsigned long *lookupflags) in acpi_find_gpio() argument
|
| H A D | gpiolib-acpi-core.c | 656 static int acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, in acpi_gpio_update_gpiod_lookup_flags() argument 661 *lookupflags |= GPIO_PULL_UP; in acpi_gpio_update_gpiod_lookup_flags() 664 *lookupflags |= GPIO_PULL_DOWN; in acpi_gpio_update_gpiod_lookup_flags() 667 *lookupflags |= GPIO_PULL_DISABLE; in acpi_gpio_update_gpiod_lookup_flags() 674 *lookupflags |= GPIO_ACTIVE_LOW; in acpi_gpio_update_gpiod_lookup_flags() 948 unsigned long *lookupflags) in acpi_find_gpio() argument 966 acpi_gpio_update_gpiod_lookup_flags(lookupflags, &info); in acpi_find_gpio()
|
| H A D | gpiolib.c | 4656 unsigned long *lookupflags) in gpiod_find_by_fwnode() argument 4663 desc = of_find_gpio(to_of_node(fwnode), con_id, idx, lookupflags); in gpiod_find_by_fwnode() 4666 desc = acpi_find_gpio(fwnode, con_id, idx, flags, lookupflags); in gpiod_find_by_fwnode() 4669 desc = swnode_find_gpio(fwnode, con_id, idx, lookupflags); in gpiod_find_by_fwnode() 4680 unsigned long *lookupflags) in gpiod_fwnode_lookup() argument 4684 desc = gpiod_find_by_fwnode(fwnode, consumer, con_id, idx, flags, lookupflags); in gpiod_fwnode_lookup() 4687 idx, flags, lookupflags); in gpiod_fwnode_lookup() 4700 unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; in gpiod_find_and_request() local 4711 &flags, &lookupflags); in gpiod_find_and_request() 4721 lookupflags); in gpiod_find_and_request() [all …]
|