| /kernel/linux/linux-5.10/drivers/gpio/ |
| H A D | gpiolib-of.c | 38 static int of_gpio_spi_cs_get_count(struct device *dev, const char *con_id) in of_gpio_spi_cs_get_count() argument 59 int of_gpio_get_count(struct device *dev, const char *con_id) in of_gpio_get_count() argument 372 static struct gpio_desc *of_find_spi_gpio(struct device *dev, const char *con_id, in of_find_spi_gpio() argument 402 of_find_spi_cs_gpio(struct device *dev, const char *con_id, unsigned int idx, unsigned long *flags) of_find_spi_cs_gpio() argument 434 of_find_regulator_gpio(struct device *dev, const char *con_id, enum of_gpio_flags *of_flags) of_find_regulator_gpio() argument 461 of_find_arizona_gpio(struct device *dev, const char *con_id, enum of_gpio_flags *of_flags) of_find_arizona_gpio() argument 474 of_find_usb_gpio(struct device *dev, const char *con_id, enum of_gpio_flags *of_flags) of_find_usb_gpio() argument 492 of_find_gpio(struct device *dev, const char *con_id, unsigned int idx, unsigned long *flags) of_find_gpio() argument [all...] |
| H A D | gpio-max3191x.c | 332 devm_gpiod_get_array_optional_count( struct device *dev, const char *con_id, enum gpiod_flags flags, unsigned int expected) devm_gpiod_get_array_optional_count() argument
|
| /kernel/linux/linux-5.10/drivers/clk/pxa/ |
| H A D | clk-pxa25x.c | 314 const char *con_id; global() member [all...] |
| H A D | clk-pxa3xx.c | 302 const char *con_id; member [all...] |
| H A D | clk-pxa27x.c | 456 const char *con_id; member [all...] |
| /kernel/linux/linux-5.10/drivers/phy/ |
| H A D | phy-core.c | 64 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup() argument 96 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup() argument 115 phy_find(struct device *dev, const char *con_id) phy_find() argument 547 of_phy_get(struct device_node *np, const char *con_id) of_phy_get() argument 784 devm_of_phy_get(struct device *dev, struct device_node *np, const char *con_id) devm_of_phy_get() argument [all...] |
| /kernel/linux/linux-5.10/drivers/reset/ |
| H A D | core.c | 692 __reset_control_get_from_lookup(struct device *dev, const char *con_id, in __reset_control_get_from_lookup() argument
|
| /kernel/linux/linux-6.6/drivers/pwm/ |
| H A D | core.c | 686 of_pwm_get(struct device *dev, struct device_node *np, const char *con_id) of_pwm_get() argument 849 pwm_get(struct device *dev, const char *con_id) pwm_get() argument 1004 devm_pwm_get(struct device *dev, const char *con_id) devm_pwm_get() argument 1033 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, const char *con_id) devm_fwnode_pwm_get() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpio/ |
| H A D | gpio-max3191x.c | 332 devm_gpiod_get_array_optional_count( struct device *dev, const char *con_id, enum gpiod_flags flags, unsigned int expected) devm_gpiod_get_array_optional_count() argument
|
| H A D | gpiolib-of.c | 81 static int of_gpio_spi_cs_get_count(struct device *dev, const char *con_id) in of_gpio_spi_cs_get_count() argument 96 int of_gpio_get_count(struct device *dev, const char *con_id) in of_gpio_get_count() argument 460 const char *con_id; in of_find_gpio_rename() member 454 of_find_gpio_rename(struct device_node *np, const char *con_id, unsigned int idx, enum of_gpio_flags *of_flags) of_find_gpio_rename() argument 586 of_find_mt2701_gpio(struct device_node *np, const char *con_id, unsigned int idx, enum of_gpio_flags *of_flags) of_find_mt2701_gpio() argument 628 of_find_gpio(struct device_node *np, const char *con_id, unsigned int idx, unsigned long *flags) of_find_gpio() argument [all...] |
| /kernel/linux/linux-6.6/drivers/clk/pxa/ |
| H A D | clk-pxa27x.c | 434 const char *con_id; member [all...] |
| /kernel/linux/linux-6.6/drivers/phy/ |
| H A D | phy-core.c | 66 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup() argument 98 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup() argument 117 phy_find(struct device *dev, const char *con_id) phy_find() argument 617 of_phy_get(struct device_node *np, const char *con_id) of_phy_get() argument 835 devm_of_phy_get(struct device *dev, struct device_node *np, const char *con_id) devm_of_phy_get() argument 877 devm_of_phy_optional_get(struct device *dev, struct device_node *np, const char *con_id) devm_of_phy_optional_get() argument [all...] |
| /kernel/linux/linux-6.6/drivers/leds/ |
| H A D | led-class.c | 335 struct led_classdev *led_get(struct device *dev, char *con_id) in led_get() argument 371 struct led_classdev *devm_led_get(struct device *dev, char *con_id) in devm_led_get() argument
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| H A D | pwm.h | 481 static inline struct pwm_device *of_pwm_get(struct device *dev, struct device_node *np, const char *con_id) in of_pwm_get() argument 495 static inline struct pwm_device *devm_of_pwm_get(struct device *dev, struct device_node *np, const char *con_id) in devm_of_pwm_get() argument 548 const char *con_id; member 500 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, const char *con_id) devm_fwnode_pwm_get() argument [all...] |
| /kernel/linux/linux-5.10/drivers/base/ |
| H A D | property.c | 1189 fwnode_graph_devcon_match(struct fwnode_handle *fwnode, const char *con_id, in fwnode_graph_devcon_match() argument 1214 fwnode_devcon_match(struct fwnode_handle *fwnode, const char *con_id, in fwnode_devcon_match() argument 1246 fwnode_connection_find_match(struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match) fwnode_connection_find_match() argument
|
| /kernel/linux/linux-6.6/arch/arm/mach-ep93xx/ |
| H A D | clock.c | 466 const char *con_id; member
|
| /kernel/linux/linux-5.10/include/linux/phy/ |
| H A D | phy.h | 176 const char *con_id; member 442 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() argument 500 phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup() argument 504 static inline void phy_remove_lookup(struct phy *phy, const char *con_id, in phy_remove_lookup() argument 416 devm_of_phy_get(struct device *dev, struct device_node *np, const char *con_id) devm_of_phy_get() argument [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | pwm.h | 572 const char *con_id; member 499 of_pwm_get(struct device *dev, struct device_node *np, const char *con_id) of_pwm_get() argument 516 devm_of_pwm_get(struct device *dev, struct device_node *np, const char *con_id) devm_of_pwm_get() argument 524 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, const char *con_id) devm_fwnode_pwm_get() argument [all...] |
| H A D | property.h | 441 device_connection_find_match(struct device *dev, const char *con_id, void *data, devcon_match_fn_t match) device_connection_find_match() argument
|
| H A D | clk.h | 1000 static inline struct clk *clk_get_sys(const char *dev_id, const char *con_id) in clk_get_sys() argument 918 devm_get_clk_from_child(struct device *dev, struct device_node *np, const char *con_id) devm_get_clk_from_child() argument
|
| /kernel/linux/linux-5.10/drivers/pwm/ |
| H A D | core.c | 805 of_pwm_get(struct device *dev, struct device_node *np, const char *con_id) of_pwm_get() argument 998 pwm_get(struct device *dev, const char *con_id) pwm_get() argument 1152 devm_pwm_get(struct device *dev, const char *con_id) devm_pwm_get() argument 1184 devm_of_pwm_get(struct device *dev, struct device_node *np, const char *con_id) devm_of_pwm_get() argument 1217 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, const char *con_id) devm_fwnode_pwm_get() argument [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | property.h | 464 device_connection_find_match(const struct device *dev, const char *con_id, void *data, devcon_match_fn_t match) device_connection_find_match() argument
|
| H A D | pwm.h | 547 const char *con_id; member 501 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, const char *con_id) devm_fwnode_pwm_get() argument
|
| H A D | clk.h | 1053 static inline struct clk *clk_get_sys(const char *dev_id, const char *con_id) in clk_get_sys() argument 971 devm_get_clk_from_child(struct device *dev, struct device_node *np, const char *con_id) devm_get_clk_from_child() argument
|
| /kernel/linux/linux-6.6/include/linux/gpio/ |
| H A D | consumer.h | 192 gpiod_count(struct device *dev, const char *con_id) gpiod_count() argument 197 gpiod_get(struct device *dev, const char *con_id, enum gpiod_flags flags) gpiod_get() argument 204 gpiod_get_index(struct device *dev, const char *con_id, unsigned int idx, enum gpiod_flags flags) gpiod_get_index() argument 213 gpiod_get_optional(struct device *dev, const char *con_id, enum gpiod_flags flags) gpiod_get_optional() argument 220 gpiod_get_index_optional(struct device *dev, const char *con_id, unsigned int index, enum gpiod_flags flags) gpiod_get_index_optional() argument 227 gpiod_get_array(struct device *dev, const char *con_id, enum gpiod_flags flags) gpiod_get_array() argument 234 gpiod_get_array_optional(struct device *dev, const char *con_id, enum gpiod_flags flags) gpiod_get_array_optional() argument 266 devm_gpiod_get(struct device *dev, const char *con_id, enum gpiod_flags flags) devm_gpiod_get() argument 274 devm_gpiod_get_index(struct device *dev, const char *con_id, unsigned int idx, enum gpiod_flags flags) devm_gpiod_get_index() argument 283 devm_gpiod_get_optional(struct device *dev, const char *con_id, enum gpiod_flags flags) devm_gpiod_get_optional() argument 290 devm_gpiod_get_index_optional(struct device *dev, const char *con_id, unsigned int index, enum gpiod_flags flags) devm_gpiod_get_index_optional() argument 297 devm_gpiod_get_array(struct device *dev, const char *con_id, enum gpiod_flags flags) devm_gpiod_get_array() argument 304 devm_gpiod_get_array_optional(struct device *dev, const char *con_id, enum gpiod_flags flags) devm_gpiod_get_array_optional() argument 551 fwnode_gpiod_get_index(struct fwnode_handle *fwnode, const char *con_id, int index, enum gpiod_flags flags, const char *label) fwnode_gpiod_get_index() argument 560 devm_fwnode_gpiod_get_index(struct device *dev, struct fwnode_handle *fwnode, const char *con_id, int index, enum gpiod_flags flags, const char *label) devm_fwnode_gpiod_get_index() argument 572 devm_fwnode_gpiod_get(struct device *dev, struct fwnode_handle *fwnode, const char *con_id, enum gpiod_flags flags, const char *label) devm_fwnode_gpiod_get() argument [all...] |