Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dauth.c607 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 Dgpiolib-acpi.h34 unsigned long *lookupflags);
50 unsigned long *lookupflags) in acpi_find_gpio() argument
H A Dgpiolib.c4720 unsigned long *lookupflags) in gpiod_find_by_fwnode() argument
4727 desc = of_find_gpio(to_of_node(fwnode), con_id, idx, lookupflags); in gpiod_find_by_fwnode()
4730 desc = acpi_find_gpio(fwnode, con_id, idx, flags, lookupflags); in gpiod_find_by_fwnode()
4733 desc = swnode_find_gpio(fwnode, con_id, idx, lookupflags); in gpiod_find_by_fwnode()
4744 unsigned long *lookupflags) in gpiod_fwnode_lookup() argument
4748 desc = gpiod_find_by_fwnode(fwnode, consumer, con_id, idx, flags, lookupflags); in gpiod_fwnode_lookup()
4751 idx, flags, lookupflags); in gpiod_fwnode_lookup()
4764 unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; in gpiod_find_and_request() local
4775 &flags, &lookupflags); in gpiod_find_and_request()
4785 con_id, lookupflags); in gpiod_find_and_request()
[all …]