/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/include/linux/gpio/ |
D | consumer.h | 196 static inline int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() 202 const char *con_id, in gpiod_get() 209 const char *con_id, in gpiod_get_index() 217 gpiod_get_optional(struct device *dev, const char *con_id, in gpiod_get_optional() 224 gpiod_get_index_optional(struct device *dev, const char *con_id, in gpiod_get_index_optional() 231 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array() 238 gpiod_get_array_optional(struct device *dev, const char *con_id, in gpiod_get_array_optional() 271 const char *con_id, in devm_gpiod_get() 279 const char *con_id, in devm_gpiod_get_index() 287 devm_gpiod_get_optional(struct device *dev, const char *con_id, in devm_gpiod_get_optional() [all …]
|
/kernel/linux/linux-5.10/drivers/base/power/ |
D | clock_ops.c | 32 char *con_id; member 80 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
|
/kernel/linux/linux-5.10/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_gpiod_get_index() 242 const char *con_id, in devm_gpiod_get_index_optional() 269 const char *con_id, in devm_gpiod_get_array() 305 devm_gpiod_get_array_optional(struct device *dev, const char *con_id, in devm_gpiod_get_array_optional()
|
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() 59 int of_gpio_get_count(struct device *dev, const char *con_id) in of_gpio_get_count() 372 static struct gpio_desc *of_find_spi_gpio(struct device *dev, const char *con_id, in of_find_spi_gpio() 403 const char *con_id, in of_find_spi_cs_gpio() 434 static struct gpio_desc *of_find_regulator_gpio(struct device *dev, const char *con_id, in of_find_regulator_gpio() 462 const char *con_id, in of_find_arizona_gpio() 475 const char *con_id, in of_find_usb_gpio() 492 struct gpio_desc *of_find_gpio(struct device *dev, const char *con_id, in of_find_gpio()
|
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-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 | 3701 static struct gpio_desc *gpiod_find(struct device *dev, const char *con_id, in gpiod_find() 3767 static int platform_gpio_count(struct device *dev, const char *con_id) in platform_gpio_count() 3810 const char *con_id, int index, in fwnode_gpiod_get_index() 3842 int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() 3868 struct gpio_desc *__must_check gpiod_get(struct device *dev, const char *con_id, in gpiod_get() 3886 const char *con_id, in gpiod_get_optional() 3906 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags() 3977 const char *con_id, in gpiod_get_index() 4132 const char *con_id, in gpiod_get_index_optional() 4214 const char *con_id, in gpiod_get_array() [all …]
|
/kernel/linux/linux-5.10/drivers/clk/pxa/ |
D | clk-pxa25x.c | 136 #define PXA25X_CKEN(dev_id, con_id, parents, mult, div, \ argument 140 #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, \ argument 132 #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, \ argument 136 #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; member 129 #define PXA_CKEN_1RATE(dev_id, con_id, name, parents, cken_reg, \ argument
|
/kernel/linux/linux-5.10/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 | 501 const char *con_id) in of_pwm_get() 518 const char *con_id) in devm_of_pwm_get() 525 const char *con_id) in devm_fwnode_pwm_get() 572 const char *con_id; member
|
D | reset-controller.h | 43 const char *con_id; member
|
/kernel/linux/linux-5.10/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() 785 const char *con_id) in devm_of_phy_get()
|
/kernel/linux/linux-5.10/drivers/pwm/ |
D | core.c | 806 const char *con_id) in of_pwm_get() 998 struct pwm_device *pwm_get(struct device *dev, const char *con_id) in pwm_get() 1152 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id) in devm_pwm_get() 1185 const char *con_id) in devm_of_pwm_get() 1219 const char *con_id) in devm_fwnode_pwm_get()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
D | slot-gpio.c | 169 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd() 218 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro()
|
/kernel/linux/linux-5.10/include/linux/phy/ |
D | phy.h | 176 const char *con_id; member 418 const char *con_id) in devm_of_phy_get() 442 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() 500 phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup() 504 static inline void phy_remove_lookup(struct phy *phy, const char *con_id, in phy_remove_lookup()
|
/kernel/linux/linux-5.10/drivers/staging/board/ |
D | board.h | 10 const char *con_id; member
|
/kernel/linux/linux-5.10/include/linux/soc/qcom/ |
D | smem_state.h | 27 const char *con_id, unsigned *bit) in qcom_smem_state_get()
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
D | smem_state.c | 89 const char *con_id, in qcom_smem_state_get()
|
/kernel/linux/linux-5.10/drivers/base/ |
D | property.c | 1189 fwnode_graph_devcon_match(struct fwnode_handle *fwnode, const char *con_id, in fwnode_graph_devcon_match() 1214 fwnode_devcon_match(struct fwnode_handle *fwnode, const char *con_id, in fwnode_devcon_match() 1247 const char *con_id, void *data, in fwnode_connection_find_match()
|