| /Linux-v5.4/drivers/clk/ | 
| D | clkdev.c | 36 static struct clk_lookup *clk_find(const char *dev_id, const char *con_id)  in clk_find()72 struct clk_hw *clk_find_hw(const char *dev_id, const char *con_id)  in clk_find_hw()
 87 				 const char *con_id)  in __clk_get_sys()
 94 struct clk *clk_get_sys(const char *dev_id, const char *con_id)  in clk_get_sys()
 100 struct clk *clk_get(struct device *dev, const char *con_id)  in clk_get()
 153 	char	con_id[MAX_CON_ID];  member
 157 vclkdev_alloc(struct clk_hw *hw, const char *con_id, const char *dev_fmt,  in vclkdev_alloc()
 181 vclkdev_create(struct clk_hw *hw, const char *con_id, const char *dev_fmt,  in vclkdev_create()
 194 clkdev_alloc(struct clk *clk, const char *con_id, const char *dev_fmt, ...)  in clkdev_alloc()
 208 clkdev_hw_alloc(struct clk_hw *hw, const char *con_id, const char *dev_fmt, ...)  in clkdev_hw_alloc()
 [all …]
 
 | 
| D | clk.h | 16 				    int index, const char *con_id)  in of_clk_get_hw()32 		  const char *con_id)  in clk_hw_create_clk()
 
 | 
| /Linux-v5.4/include/linux/gpio/ | 
| D | consumer.h | 187 static inline int gpiod_count(struct device *dev, const char *con_id)  in gpiod_count()193 						       const char *con_id,  in gpiod_get()
 200 		const char *con_id,  in gpiod_get_index()
 208 gpiod_get_optional(struct device *dev, const char *con_id,  in gpiod_get_optional()
 215 gpiod_get_index_optional(struct device *dev, const char *con_id,  in gpiod_get_index_optional()
 222 gpiod_get_array(struct device *dev, const char *con_id,  in gpiod_get_array()
 229 gpiod_get_array_optional(struct device *dev, const char *con_id,  in gpiod_get_array_optional()
 262 		 const char *con_id,  in devm_gpiod_get()
 270 		       const char *con_id,  in devm_gpiod_get_index()
 278 devm_gpiod_get_optional(struct device *dev, const char *con_id,  in devm_gpiod_get_optional()
 [all …]
 
 | 
| /Linux-v5.4/drivers/base/power/ | 
| D | clock_ops.c | 32 	char *con_id;  member80 static int __pm_clk_add(struct device *dev, const char *con_id,  in __pm_clk_add()
 123 int pm_clk_add(struct device *dev, const char *con_id)  in pm_clk_add()
 264 void pm_clk_remove(struct device *dev, const char *con_id)  in pm_clk_remove()
 469 	char **con_id;  in pm_clk_notify()  local
 552 static void enable_clock(struct device *dev, const char *con_id)  in enable_clock()
 569 static void disable_clock(struct device *dev, const char *con_id)  in disable_clock()
 597 	char **con_id;  in pm_clk_notify()  local
 
 | 
| /Linux-v5.4/drivers/base/ | 
| D | devcon.c | 16 fwnode_graph_devcon_match(struct fwnode_handle *fwnode, const char *con_id,  in fwnode_graph_devcon_match()39 fwnode_devcon_match(struct fwnode_handle *fwnode, const char *con_id,  in fwnode_devcon_match()
 72 				   const char *con_id, void *data,  in fwnode_connection_find_match()
 99 void *device_connection_find_match(struct device *dev, const char *con_id,  in device_connection_find_match()
 203 struct device *device_connection_find(struct device *dev, const char *con_id)  in device_connection_find()
 
 | 
| /Linux-v5.4/drivers/gpio/ | 
| D | gpiolib-devres.c | 57 					      const char *con_id,  in devm_gpiod_get()75 						       const char *con_id,  in devm_gpiod_get_optional()
 94 						    const char *con_id,  in devm_gpiod_get_index()
 204 						const char *con_id, int index,  in devm_fwnode_get_index_gpiod_from_child()
 257 							     const char *con_id,  in devm_gpiod_get_index_optional()
 284 						     const char *con_id,  in devm_gpiod_get_array()
 320 devm_gpiod_get_array_optional(struct device *dev, const char *con_id,  in devm_gpiod_get_array_optional()
 
 | 
| D | gpiolib-of.h | 20 					     const char *con_id,  in of_find_gpio()28 static inline int of_gpio_get_count(struct device *dev, const char *con_id)  in of_gpio_get_count()
 
 | 
| D | gpiolib-of.c | 32 int of_gpio_get_count(struct device *dev, const char *con_id)  in of_gpio_get_count()353 static struct gpio_desc *of_find_spi_gpio(struct device *dev, const char *con_id,  in of_find_spi_gpio()
 384 					     const char *con_id,  in of_find_spi_cs_gpio()
 414 static struct gpio_desc *of_find_regulator_gpio(struct device *dev, const char *con_id,  in of_find_regulator_gpio()
 442 					      const char *con_id,  in of_find_arizona_gpio()
 454 struct gpio_desc *of_find_gpio(struct device *dev, const char *con_id,  in of_find_gpio()
 
 | 
| D | gpiolib-acpi.h | 78 acpi_find_gpio(struct device *dev, const char *con_id,  in acpi_find_gpio()90 static inline int acpi_gpio_count(struct device *dev, const char *con_id)  in acpi_gpio_count()
 
 | 
| D | gpiolib.c | 4284 static struct gpio_desc *gpiod_find(struct device *dev, const char *con_id,  in gpiod_find()4337 static int platform_gpio_count(struct device *dev, const char *con_id)  in platform_gpio_count()
 4364 int gpiod_count(struct device *dev, const char *con_id)  in gpiod_count()
 4390 struct gpio_desc *__must_check gpiod_get(struct device *dev, const char *con_id,  in gpiod_get()
 4408 						  const char *con_id,  in gpiod_get_optional()
 4428 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,  in gpiod_configure_flags()
 4499 					       const char *con_id,  in gpiod_get_index()
 4648 							const char *con_id,  in gpiod_get_index_optional()
 4731 						const char *con_id,  in gpiod_get_array()
 4855 							const char *con_id,  in gpiod_get_array_optional()
 
 | 
| /Linux-v5.4/drivers/clk/pxa/ | 
| D | clk-pxa25x.c | 136 #define PXA25X_CKEN(dev_id, con_id, parents, mult, div,			\  argument140 #define PXA25X_PBUS95_CKEN(dev_id, con_id, bit, mult_hp, div_hp, delay)	\  argument
 143 #define PXA25X_PBUS147_CKEN(dev_id, con_id, bit, mult_hp, div_hp, delay)\  argument
 146 #define PXA25X_OSC3_CKEN(dev_id, con_id, bit, mult_hp, div_hp, delay)	\  argument
 150 #define PXA25X_CKEN_1RATE(dev_id, con_id, bit, parents, delay)		\  argument
 153 #define PXA25X_CKEN_1RATE_AO(dev_id, con_id, bit, parents, delay)	\  argument
 314 	const char *con_id;  member
 
 | 
| D | clk-pxa3xx.c | 127 #define PXA3XX_CKEN(dev_id, con_id, parents, mult_lp, div_lp, mult_hp,	\  argument132 #define PXA3XX_PBUS_CKEN(dev_id, con_id, bit, mult_lp, div_lp,		\  argument
 136 #define PXA3XX_CKEN_1RATE(dev_id, con_id, bit, parents)			\  argument
 302 	const char *con_id;  member
 
 | 
| D | clk-pxa27x.c | 132 #define PXA27X_CKEN(dev_id, con_id, parents, mult_hp, div_hp,		\  argument136 #define PXA27X_PBUS_CKEN(dev_id, con_id, bit, mult_hp, div_hp, delay)	\  argument
 146 #define PXA27X_CKEN_1RATE(dev_id, con_id, bit, parents, delay)		\  argument
 149 #define PXA27X_CKEN_1RATE_AO(dev_id, con_id, bit, parents, delay)	\  argument
 456 	const char *con_id;  member
 
 | 
| D | clk-pxa.h | 110 	const char *con_id;  member129 #define PXA_CKEN_1RATE(dev_id, con_id, name, parents, cken_reg,		\  argument
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | pm_clock.h | 65 static inline int pm_clk_add(struct device *dev, const char *con_id)  in pm_clk_add()78 static inline void pm_clk_remove(struct device *dev, const char *con_id)  in pm_clk_remove()
 
 | 
| D | clkdev.h | 21 	const char		*con_id;  member
 | 
| D | pwm.h | 502 					    const char *con_id)  in of_pwm_get()519 						 const char *con_id)  in devm_of_pwm_get()
 526 		    const char *con_id)  in devm_fwnode_pwm_get()
 573 	const char *con_id;  member
 
 | 
| D | reset-controller.h | 43 	const char *con_id;  member
 | 
| /Linux-v5.4/drivers/pwm/ | 
| D | core.c | 678 			      const char *con_id)  in of_pwm_get()870 struct pwm_device *pwm_get(struct device *dev, const char *con_id)  in pwm_get()
 1024 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id)  in devm_pwm_get()
 1057 				   const char *con_id)  in devm_of_pwm_get()
 1091 				       const char *con_id)  in devm_fwnode_pwm_get()
 
 | 
| /Linux-v5.4/drivers/phy/ | 
| D | phy-core.c | 64 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id)  in phy_create_lookup()96 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id)  in phy_remove_lookup()
 115 static struct phy *phy_find(struct device *dev, const char *con_id)  in phy_find()
 547 struct phy *of_phy_get(struct device_node *np, const char *con_id)  in of_phy_get()
 765 			    const char *con_id)  in devm_of_phy_get()
 
 | 
| /Linux-v5.4/include/linux/phy/ | 
| D | phy.h | 168 	const char *con_id;  member409 					  const char *con_id)  in devm_of_phy_get()
 429 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id)  in of_phy_get()
 487 phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id)  in phy_create_lookup()
 491 static inline void phy_remove_lookup(struct phy *phy, const char *con_id,  in phy_remove_lookup()
 
 | 
| /Linux-v5.4/drivers/mmc/core/ | 
| D | slot-gpio.c | 179 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,  in mmc_gpiod_request_cd()226 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,  in mmc_gpiod_request_ro()
 
 | 
| /Linux-v5.4/include/linux/soc/qcom/ | 
| D | smem_state.h | 27 	const char *con_id, unsigned *bit)  in qcom_smem_state_get()
 | 
| /Linux-v5.4/drivers/staging/board/ | 
| D | board.h | 10 	const char *con_id;  member
 | 
| /Linux-v5.4/drivers/soc/qcom/ | 
| D | smem_state.c | 89 					    const char *con_id,  in qcom_smem_state_get()
 |