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.c4740 unsigned long *lookupflags) in gpiod_fwnode_lookup()
4747 desc = of_find_gpio(to_of_node(fwnode), con_id, idx, lookupflags); in gpiod_fwnode_lookup()
4750 desc = acpi_find_gpio(fwnode, con_id, idx, flags, lookupflags); in gpiod_fwnode_lookup()
4753 desc = swnode_find_gpio(fwnode, con_id, idx, lookupflags); in gpiod_fwnode_lookup()
4764 unsigned long *lookupflags) in gpiod_find_and_request() local
4768 desc = gpiod_find_by_fwnode(fwnode, consumer, con_id, idx, flags, lookupflags); in gpiod_find_and_request()
4771 idx, flags, lookupflags); in gpiod_find_and_request()
4784 unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; in gpiod_find_and_request()
4795 &flags, &lookupflags); in gpiod_find_and_request()
4805 con_id, lookupflags); in gpiod_find_and_request()
4720 gpiod_find_by_fwnode(struct fwnode_handle * fwnode,struct device * consumer,const char * con_id,unsigned int idx,enum gpiod_flags * flags,unsigned long * lookupflags) gpiod_find_by_fwnode() argument
4744 gpiod_fwnode_lookup(struct fwnode_handle * fwnode,struct device * consumer,const char * con_id,unsigned int idx,enum gpiod_flags * flags,unsigned long * lookupflags) gpiod_fwnode_lookup() argument
[all...]