Searched refs:lookupflags (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/net/sunrpc/ |
| D | auth.c | 657 rpcauth_generic_bind_cred(struct rpc_task *task, struct rpc_cred *cred, int lookupflags) in rpcauth_generic_bind_cred() argument 666 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred() argument 676 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred() 680 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() argument 686 return rpcauth_lookupcred(auth, lookupflags); in rpcauth_bind_new_cred() 694 int lookupflags = 0; in rpcauth_bindcred() local 697 lookupflags |= RPCAUTH_LOOKUP_NEW; in rpcauth_bindcred() 699 new = cred->cr_ops->crbind(task, cred, lookupflags); in rpcauth_bindcred() 701 new = rpcauth_bind_root_cred(task, lookupflags); in rpcauth_bindcred() 703 new = rpcauth_bind_new_cred(task, lookupflags); in rpcauth_bindcred()
|
| D | auth_generic.c | 73 struct rpc_cred *cred, int lookupflags) in generic_bind_cred() argument 78 return auth->au_ops->lookup_cred(auth, acred, lookupflags); in generic_bind_cred()
|
| /Linux-v4.19/drivers/gpio/ |
| D | gpiolib.h | 137 enum gpio_lookup_flags *lookupflags); 164 enum gpio_lookup_flags *lookupflags) in acpi_find_gpio() argument
|
| D | gpiolib-acpi.c | 667 enum gpio_lookup_flags *lookupflags) in acpi_find_gpio() argument 709 *lookupflags |= GPIO_ACTIVE_LOW; in acpi_find_gpio()
|
| D | gpiolib.c | 3876 enum gpio_lookup_flags lookupflags = 0; in gpiod_get_index() local 3886 desc = of_find_gpio(dev, con_id, idx, &lookupflags); in gpiod_get_index() 3889 desc = acpi_find_gpio(dev, con_id, idx, &flags, &lookupflags); in gpiod_get_index() 3899 desc = gpiod_find(dev, con_id, idx, &lookupflags); in gpiod_get_index() 3915 status = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_get_index()
|