Home
last modified time | relevance | path

Searched refs:lookupflags (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-acpi.h42 int acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags,
49 unsigned long *lookupflags);
71 acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, in acpi_gpio_update_gpiod_lookup_flags() argument
80 unsigned long *lookupflags) in acpi_find_gpio()
78 acpi_find_gpio(struct device *dev, const char *con_id, unsigned int idx, enum gpiod_flags *dflags, unsigned long *lookupflags) acpi_find_gpio() argument
H A Dgpiolib-of.h13 unsigned long *lookupflags);
22 unsigned long *lookupflags) in of_find_gpio()
19 of_find_gpio(struct device *dev, const char *con_id, unsigned int idx, unsigned long *lookupflags) of_find_gpio() argument
H A Dgpiolib-acpi.c613 int acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, in acpi_gpio_update_gpiod_lookup_flags() argument
618 *lookupflags |= GPIO_PULL_UP; in acpi_gpio_update_gpiod_lookup_flags()
621 *lookupflags |= GPIO_PULL_DOWN; in acpi_gpio_update_gpiod_lookup_flags()
628 *lookupflags |= GPIO_ACTIVE_LOW; in acpi_gpio_update_gpiod_lookup_flags()
828 unsigned long *lookupflags) in acpi_find_gpio()
870 acpi_gpio_update_gpiod_lookup_flags(lookupflags, &info); in acpi_find_gpio()
824 acpi_find_gpio(struct device *dev, const char *con_id, unsigned int idx, enum gpiod_flags *dflags, unsigned long *lookupflags) acpi_find_gpio() argument
H A Dgpiolib.c3994 unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; in gpiod_get_index() local
4006 desc = of_find_gpio(dev, con_id, idx, &lookupflags); in gpiod_get_index()
4009 desc = acpi_find_gpio(dev, con_id, idx, &flags, &lookupflags); in gpiod_get_index()
4019 desc = gpiod_find(dev, con_id, idx, &lookupflags); in gpiod_get_index()
4050 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_get_index()
/kernel/linux/linux-6.6/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 | in rpcauth_bindcred()
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dauth.c610 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred() argument
618 ret = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred()
624 rpcauth_bind_machine_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_machine_cred() argument
634 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_machine_cred()
638 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() argument
642 return rpcauth_lookupcred(auth, lookupflags); in rpcauth_bind_new_cred()
650 int lookupflags = 0; in rpcauth_bindcred() local
657 lookupflags |= RPCAUTH_LOOKUP_NEW; in rpcauth_bindcred()
662 new = auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bindcred()
664 new = rpcauth_bind_machine_cred(task, lookupflags); in rpcauth_bindcred()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-of.h21 unsigned long *lookupflags);
29 unsigned long *lookupflags) in of_find_gpio()
26 of_find_gpio(struct device_node *np, const char *con_id, unsigned int idx, unsigned long *lookupflags) of_find_gpio() argument
H A Dgpiolib-acpi.h34 unsigned long *lookupflags);
50 unsigned long *lookupflags) in acpi_find_gpio()
48 acpi_find_gpio(struct fwnode_handle *fwnode, const char *con_id, unsigned int idx, enum gpiod_flags *dflags, unsigned long *lookupflags) acpi_find_gpio() argument
H A Dgpiolib-acpi.c722 static int acpi_gpio_update_gpiod_lookup_flags(unsigned long *lookupflags, in acpi_gpio_update_gpiod_lookup_flags() argument
727 *lookupflags |= GPIO_PULL_UP; in acpi_gpio_update_gpiod_lookup_flags()
730 *lookupflags |= GPIO_PULL_DOWN; in acpi_gpio_update_gpiod_lookup_flags()
733 *lookupflags |= GPIO_PULL_DISABLE; in acpi_gpio_update_gpiod_lookup_flags()
740 *lookupflags |= GPIO_ACTIVE_LOW; in acpi_gpio_update_gpiod_lookup_flags()
979 unsigned long *lookupflags) in acpi_find_gpio()
1026 acpi_gpio_update_gpiod_lookup_flags(lookupflags, &info); in acpi_find_gpio()
975 acpi_find_gpio(struct fwnode_handle *fwnode, const char *con_id, unsigned int idx, enum gpiod_flags *dflags, unsigned long *lookupflags) acpi_find_gpio() argument
H A Dgpiolib.c4003 unsigned long *lookupflags) in gpiod_find_by_fwnode()
4010 desc = of_find_gpio(to_of_node(fwnode), con_id, idx, lookupflags); in gpiod_find_by_fwnode()
4014 desc = acpi_find_gpio(fwnode, con_id, idx, flags, lookupflags); in gpiod_find_by_fwnode()
4018 desc = swnode_find_gpio(fwnode, con_id, idx, lookupflags); in gpiod_find_by_fwnode()
4032 unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; in gpiod_find_and_request() local
4036 desc = gpiod_find_by_fwnode(fwnode, consumer, con_id, idx, &flags, &lookupflags); in gpiod_find_and_request()
4044 desc = gpiod_find(consumer, con_id, idx, &lookupflags); in gpiod_find_and_request()
4074 ret = gpiod_configure_flags(desc, con_id, lookupflags, flags); in gpiod_find_and_request()
3998 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

Completed in 19 milliseconds