Searched defs:con_id (Results 1 - 25 of 55) sorted by last modified time

123

/linux-master/include/linux/
H A Dclk.h1092 static inline struct clk *clk_get_sys(const char *dev_id, const char *con_id) argument
1010 devm_get_clk_from_child(struct device *dev, struct device_node *np, const char *con_id) argument
H A Dproperty.h497 device_connection_find_match(const struct device *dev, const char *con_id, void *data, devcon_match_fn_t match) argument
H A Dreset-controller.h43 const char *con_id; member in struct:reset_control_lookup
H A Dpwm.h596 const char *con_id; member in struct:pwm_lookup
543 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, const char *con_id) argument
H A Dleds.h58 const char *con_id; member in struct:led_lookup_data
/linux-master/drivers/clk/
H A Dclk.c106 const char *con_id; member in struct:clk
4128 alloc_clk(struct clk_core *core, const char *dev_id, const char *con_id) argument
4170 clk_hw_create_clk(struct device *dev, struct clk_hw *hw, const char *dev_id, const char *con_id) argument
4207 clk_hw_get_clk(struct clk_hw *hw, const char *con_id) argument
4712 devm_clk_hw_get_clk(struct device *dev, struct clk_hw *hw, const char *con_id) argument
5296 of_clk_get_hw(struct device_node *np, int index, const char *con_id) argument
5313 __of_clk_get(struct device_node *np, int index, const char *dev_id, const char *con_id) argument
[all...]
H A Dclkdev.c36 static struct clk_lookup *clk_find(const char *dev_id, const char *con_id) argument
72 struct clk_hw *clk_find_hw(const char *dev_id, const char *con_id) argument
86 __clk_get_sys(struct device *dev, const char *dev_id, const char *con_id) argument
94 clk_get_sys(const char *dev_id, const char *con_id) argument
100 clk_get(struct device *dev, const char *con_id) argument
153 char con_id[MAX_CON_ID]; member in struct:clk_lookup_alloc
157 vclkdev_alloc(struct clk_hw *hw, const char *con_id, const char *dev_fmt, va_list ap) argument
181 vclkdev_create(struct clk_hw *hw, const char *con_id, const char *dev_fmt, va_list ap) argument
202 clkdev_create(struct clk *clk, const char *con_id, const char *dev_fmt, ...) argument
225 clkdev_hw_create(struct clk_hw *hw, const char *con_id, const char *dev_fmt, ...) argument
239 clk_add_alias(const char *alias, const char *alias_dev_name, const char *con_id, struct device *dev) argument
268 __clk_register_clkdev(struct clk_hw *hw, const char *con_id, const char *dev_id, ...) argument
282 do_clk_register_clkdev(struct clk_hw *hw, struct clk_lookup **cl, const char *con_id, const char *dev_id) argument
313 clk_register_clkdev(struct clk *clk, const char *con_id, const char *dev_id) argument
340 clk_hw_register_clkdev(struct clk_hw *hw, const char *con_id, const char *dev_id) argument
369 devm_clk_hw_register_clkdev(struct device *dev, struct clk_hw *hw, const char *con_id, const char *dev_id) argument
[all...]
H A Dclk-devres.c245 devm_get_clk_from_child(struct device *dev, struct device_node *np, const char *con_id) argument
/linux-master/drivers/gpio/
H A Dgpiolib.c2403 static inline const char *function_name_or_default(const char *con_id) argument
4065 static struct gpio_desc *gpiod_find(struct device *dev, const char *con_id, argument
4134 static int platform_gpio_count(struct device *dev, const char *con_id) argument
4158 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) argument
4182 gpiod_find_and_request(struct device *consumer, struct fwnode_handle *fwnode, const char *con_id, unsigned int idx, enum gpiod_flags flags, const char *label, bool platform_lookup_allowed) argument
4273 fwnode_gpiod_get_index(struct fwnode_handle *fwnode, const char *con_id, int index, enum gpiod_flags flags, const char *label) argument
4289 gpiod_count(struct device *dev, const char *con_id) argument
4318 gpiod_get(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
4335 gpiod_get_optional(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
4356 gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, unsigned long lflags, enum gpiod_flags dflags) argument
4431 gpiod_get_index(struct device *dev, const char *con_id, unsigned int idx, enum gpiod_flags flags) argument
4456 gpiod_get_index_optional(struct device *dev, const char *con_id, unsigned int index, enum gpiod_flags flags) argument
4538 gpiod_get_array(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
4663 gpiod_get_array_optional(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
[all...]
H A Dgpiolib-of.c95 int of_gpio_count(const struct fwnode_handle *fwnode, const char *con_id) argument
473 const char *con_id; member in struct:of_rename_gpio
81 of_gpio_spi_cs_get_count(const struct device_node *np, const char *con_id) argument
467 of_find_gpio_rename(struct device_node *np, const char *con_id, unsigned int idx, enum of_gpio_flags *of_flags) argument
599 of_find_mt2701_gpio(struct device_node *np, const char *con_id, unsigned int idx, enum of_gpio_flags *of_flags) argument
637 of_find_trigger_gpio(struct device_node *np, const char *con_id, unsigned int idx, enum of_gpio_flags *of_flags) argument
669 of_find_gpio(struct device_node *np, const char *con_id, unsigned int idx, unsigned long *flags) argument
[all...]
H A Dgpiolib-of.h27 of_find_gpio(struct device_node *np, const char *con_id, unsigned int idx, unsigned long *lookupflags) argument
36 of_gpio_count(const struct fwnode_handle *fwnode, const char *con_id) argument
H A Dgpiolib-devres.c56 devm_gpiod_get(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
74 devm_gpiod_get_optional(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
93 devm_gpiod_get_index(struct device *dev, const char *con_id, unsigned int idx, enum gpiod_flags flags) argument
147 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) argument
186 devm_gpiod_get_index_optional(struct device *dev, const char *con_id, unsigned int index, enum gpiod_flags flags) argument
211 devm_gpiod_get_array(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
248 devm_gpiod_get_array_optional(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
[all...]
H A Dgpiolib-acpi.h48 acpi_find_gpio(struct fwnode_handle *fwnode, const char *con_id, argument
54 acpi_gpio_count(const struct fwnode_handle *fwnode, const char *con_id) argument
H A Dgpiolib-acpi.c1413 int acpi_gpio_count(const struct fwnode_handle *fwnode, const char *con_id) argument
941 acpi_can_fallback_to_crs(struct acpi_device *adev, const char *con_id) argument
951 acpi_find_gpio(struct fwnode_handle *fwnode, const char *con_id, unsigned int idx, enum gpiod_flags *dflags, unsigned long *lookupflags) argument
[all...]
/linux-master/drivers/pwm/
H A Dcore.c708 of_pwm_get(struct device *dev, struct device_node *np, const char *con_id) argument
874 pwm_get(struct device *dev, const char *con_id) argument
1028 devm_pwm_get(struct device *dev, const char *con_id) argument
1057 devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, const char *con_id) argument
[all...]
/linux-master/include/linux/framer/
H A Dframer.h184 static inline struct framer *framer_get(struct device *dev, const char *con_id) argument
193 static inline struct framer *devm_framer_get(struct device *dev, const char *con_id) argument
198 static inline struct framer *devm_framer_optional_get(struct device *dev, const char *con_id) argument
/linux-master/include/linux/phy/
H A Dphy.h197 const char *con_id; member in struct:phy_lookup
497 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) argument
464 devm_of_phy_get(struct device *dev, struct device_node *np, const char *con_id) argument
471 devm_of_phy_optional_get(struct device *dev, struct device_node *np, const char *con_id) argument
555 phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) argument
559 phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) argument
[all...]
/linux-master/drivers/phy/
H A Dphy-core.c66 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) argument
98 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) argument
117 phy_find(struct device *dev, const char *con_id) argument
664 of_phy_get(struct device_node *np, const char *con_id) argument
882 devm_of_phy_get(struct device *dev, struct device_node *np, const char *con_id) argument
924 devm_of_phy_optional_get(struct device *dev, struct device_node *np, const char *con_id) argument
[all...]
/linux-master/drivers/nvmem/
H A Dcore.c1317 nvmem_cell_get_from_lookup(struct device *dev, const char *con_id) argument
/linux-master/drivers/base/
H A Dproperty.c1293 fwnode_graph_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
1327 fwnode_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
1369 fwnode_connection_find_match(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match) argument
1407 fwnode_connection_find_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
[all...]
/linux-master/drivers/reset/
H A Dcore.c1098 __reset_control_get_from_lookup(struct device *dev, const char *con_id, argument
/linux-master/drivers/leds/
H A Dled-class.c335 struct led_classdev *led_get(struct device *dev, char *con_id) argument
371 struct led_classdev *devm_led_get(struct device *dev, char *con_id) argument
/linux-master/drivers/net/wan/framer/
H A Dframer-core.c469 struct framer *framer_get(struct device *dev, const char *con_id) argument
541 struct framer *devm_framer_get(struct device *dev, const char *con_id) argument
572 struct framer *devm_framer_optional_get(struct device *dev, const char *con_id) argument
[all...]
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dx86-android-tablets.h43 const char *con_id; member in struct:x86_acpi_irq_data
H A Dcore.c43 int x86_android_tablet_get_gpiod(const char *chip, int pin, const char *con_id, argument

Completed in 321 milliseconds

123