Searched refs:lookupflags (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/sunrpc/ |
A D | auth.c | 619 lookupflags |= RPCAUTH_LOOKUP_ASYNC; in rpcauth_bind_root_cred() 620 ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred() 637 lookupflags |= RPCAUTH_LOOKUP_ASYNC; in rpcauth_bind_machine_cred() 638 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_machine_cred() 642 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() argument 646 return rpcauth_lookupcred(auth, lookupflags); in rpcauth_bind_new_cred() 654 int lookupflags = 0; in rpcauth_bindcred() local 661 lookupflags |= RPCAUTH_LOOKUP_NEW | RPCAUTH_LOOKUP_ASYNC; in rpcauth_bindcred() 668 new = rpcauth_bind_machine_cred(task, lookupflags); in rpcauth_bindcred() 674 new = rpcauth_bind_root_cred(task, lookupflags); in rpcauth_bindcred() [all …]
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpiolib-of.h | 22 unsigned long *lookupflags); 30 unsigned long *lookupflags) in of_find_gpio() argument
|
A D | gpiolib-acpi.h | 35 unsigned long *lookupflags); 51 unsigned long *lookupflags) in acpi_find_gpio() argument
|
A D | gpiolib-acpi.c | 717 static int acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, in acpi_gpio_update_gpiod_lookup_flags() argument 722 *lookupflags |= GPIO_PULL_UP; in acpi_gpio_update_gpiod_lookup_flags() 725 *lookupflags |= GPIO_PULL_DOWN; in acpi_gpio_update_gpiod_lookup_flags() 728 *lookupflags |= GPIO_PULL_DISABLE; in acpi_gpio_update_gpiod_lookup_flags() 735 *lookupflags |= GPIO_ACTIVE_LOW; in acpi_gpio_update_gpiod_lookup_flags() 976 unsigned long *lookupflags) in acpi_find_gpio() argument 1023 acpi_gpio_update_gpiod_lookup_flags(lookupflags, &info); in acpi_find_gpio()
|
A D | gpiolib.c | 3882 unsigned long *lookupflags) in gpiod_find_by_fwnode() argument 3889 desc = of_find_gpio(to_of_node(fwnode), con_id, idx, lookupflags); in gpiod_find_by_fwnode() 3893 desc = acpi_find_gpio(fwnode, con_id, idx, flags, lookupflags); in gpiod_find_by_fwnode() 3897 desc = swnode_find_gpio(fwnode, con_id, idx, lookupflags); in gpiod_find_by_fwnode() 3911 unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; in gpiod_find_and_request() local 3917 &flags, &lookupflags); in gpiod_find_and_request() 3926 desc = gpiod_find(consumer, con_id, idx, &lookupflags); in gpiod_find_and_request() 3956 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_find_and_request()
|
Completed in 15 milliseconds