Home
last modified time | relevance | path

Searched defs:con_id (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/drivers/clk/
Dclkdev.c32 const char *dev_id, const char *con_id) in __of_clk_get()
132 static struct clk_lookup *clk_find(const char *dev_id, const char *con_id) in clk_find()
166 struct clk *clk_get_sys(const char *dev_id, const char *con_id) in clk_get_sys()
194 struct clk *clk_get(struct device *dev, const char *con_id) in clk_get()
247 char con_id[MAX_CON_ID]; member
251 vclkdev_alloc(struct clk_hw *hw, const char *con_id, const char *dev_fmt, in vclkdev_alloc()
275 vclkdev_create(struct clk_hw *hw, const char *con_id, const char *dev_fmt, in vclkdev_create()
288 clkdev_alloc(struct clk *clk, const char *con_id, const char *dev_fmt, ...) in clkdev_alloc()
302 clkdev_hw_alloc(struct clk_hw *hw, const char *con_id, const char *dev_fmt, ...) in clkdev_hw_alloc()
324 struct clk_lookup *clkdev_create(struct clk *clk, const char *con_id, in clkdev_create()
[all …]
Dclk.h28 __clk_create_clk(struct clk_hw *hw, const char *dev_id, const char *con_id) in __clk_create_clk()
Dclk-devres.c94 struct device_node *np, const char *con_id) in devm_get_clk_from_child()
/Linux-v4.19/include/linux/gpio/
Dconsumer.h172 static inline int gpiod_count(struct device *dev, const char *con_id) in gpiod_count()
178 const char *con_id, in gpiod_get()
185 const char *con_id, in gpiod_get_index()
193 gpiod_get_optional(struct device *dev, const char *con_id, in gpiod_get_optional()
200 gpiod_get_index_optional(struct device *dev, const char *con_id, in gpiod_get_index_optional()
207 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array()
214 gpiod_get_array_optional(struct device *dev, const char *con_id, in gpiod_get_array_optional()
238 const char *con_id, in devm_gpiod_get()
246 const char *con_id, in devm_gpiod_get_index()
254 devm_gpiod_get_optional(struct device *dev, const char *con_id, in devm_gpiod_get_optional()
[all …]
/Linux-v4.19/drivers/base/power/
Dclock_ops.c32 char *con_id; member
75 static int __pm_clk_add(struct device *dev, const char *con_id, in __pm_clk_add()
120 int pm_clk_add(struct device *dev, const char *con_id) in pm_clk_add()
262 void pm_clk_remove(struct device *dev, const char *con_id) in pm_clk_remove()
467 char **con_id; in pm_clk_notify() local
550 static void enable_clock(struct device *dev, const char *con_id) in enable_clock()
567 static void disable_clock(struct device *dev, const char *con_id) in disable_clock()
595 char **con_id; in pm_clk_notify() local
/Linux-v4.19/drivers/gpio/
Ddevres.c65 const char *con_id, in devm_gpiod_get()
83 const char *con_id, in devm_gpiod_get_optional()
102 const char *con_id, in devm_gpiod_get_index()
186 const char *con_id, int index, in devm_fwnode_get_index_gpiod_from_child()
239 const char *con_id, in devm_gpiod_get_index_optional()
266 const char *con_id, in devm_gpiod_get_array()
302 devm_gpiod_get_array_optional(struct device *dev, const char *con_id, in devm_gpiod_get_array_optional()
Dgpiolib.h108 const char *con_id, in of_find_gpio()
162 acpi_find_gpio(struct device *dev, const char *con_id, in acpi_find_gpio()
174 static inline int acpi_gpio_count(struct device *dev, const char *con_id) in acpi_gpio_count()
180 const char *con_id) in acpi_can_fallback_to_crs()
Dgpiolib-of.c166 static struct gpio_desc *of_find_spi_gpio(struct device *dev, const char *con_id, in of_find_spi_gpio()
196 static struct gpio_desc *of_find_regulator_gpio(struct device *dev, const char *con_id, in of_find_regulator_gpio()
223 struct gpio_desc *of_find_gpio(struct device *dev, const char *con_id, in of_find_gpio()
Dgpiolib.c3644 static struct gpio_desc *gpiod_find(struct device *dev, const char *con_id, in gpiod_find()
3698 static int dt_gpio_count(struct device *dev, const char *con_id) in dt_gpio_count()
3719 static int platform_gpio_count(struct device *dev, const char *con_id) in platform_gpio_count()
3746 int gpiod_count(struct device *dev, const char *con_id) in gpiod_count()
3772 struct gpio_desc *__must_check gpiod_get(struct device *dev, const char *con_id, in gpiod_get()
3790 const char *con_id, in gpiod_get_optional()
3810 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id, in gpiod_configure_flags()
3870 const char *con_id, in gpiod_get_index()
4077 const char *con_id, in gpiod_get_index_optional()
4169 const char *con_id, in gpiod_get_array()
[all …]
/Linux-v4.19/drivers/clk/pxa/
Dclk-pxa25x.c139 #define PXA25X_CKEN(dev_id, con_id, parents, mult, div, \ argument
143 #define PXA25X_PBUS95_CKEN(dev_id, con_id, bit, mult_hp, div_hp, delay) \ argument
146 #define PXA25X_PBUS147_CKEN(dev_id, con_id, bit, mult_hp, div_hp, delay)\ argument
149 #define PXA25X_OSC3_CKEN(dev_id, con_id, bit, mult_hp, div_hp, delay) \ argument
153 #define PXA25X_CKEN_1RATE(dev_id, con_id, bit, parents, delay) \ argument
156 #define PXA25X_CKEN_1RATE_AO(dev_id, con_id, bit, parents, delay) \ argument
317 const char *con_id; member
Dclk-pxa3xx.c130 #define PXA3XX_CKEN(dev_id, con_id, parents, mult_lp, div_lp, mult_hp, \ argument
135 #define PXA3XX_PBUS_CKEN(dev_id, con_id, bit, mult_lp, div_lp, \ argument
139 #define PXA3XX_CKEN_1RATE(dev_id, con_id, bit, parents) \ argument
305 const char *con_id; member
Dclk-pxa27x.c136 #define PXA27X_CKEN(dev_id, con_id, parents, mult_hp, div_hp, \ argument
140 #define PXA27X_PBUS_CKEN(dev_id, con_id, bit, mult_hp, div_hp, delay) \ argument
150 #define PXA27X_CKEN_1RATE(dev_id, con_id, bit, parents, delay) \ argument
153 #define PXA27X_CKEN_1RATE_AO(dev_id, con_id, bit, parents, delay) \ argument
460 const char *con_id; member
Dclk-pxa.h114 const char *con_id; member
133 #define PXA_CKEN_1RATE(dev_id, con_id, name, parents, cken_reg, \ argument
/Linux-v4.19/drivers/base/
Ddevcon.c25 void *device_connection_find_match(struct device *dev, const char *con_id, in device_connection_find_match()
108 struct device *device_connection_find(struct device *dev, const char *con_id) in device_connection_find()
/Linux-v4.19/include/linux/
Dpm_clock.h66 static inline int pm_clk_add(struct device *dev, const char *con_id) in pm_clk_add()
79 static inline void pm_clk_remove(struct device *dev, const char *con_id) in pm_clk_remove()
Dclkdev.h24 const char *con_id; member
Dreset-controller.h43 const char *con_id; member
Dclk.h657 struct device_node *np, const char *con_id) in devm_get_clk_from_child()
727 static inline struct clk *clk_get_sys(const char *dev_id, const char *con_id) in clk_get_sys()
/Linux-v4.19/drivers/phy/
Dphy-core.c68 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup()
100 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup()
119 static struct phy *phy_find(struct device *dev, const char *con_id) in phy_find()
471 struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get()
684 const char *con_id) in devm_of_phy_get()
/Linux-v4.19/include/linux/phy/
Dphy.h126 const char *con_id; member
339 const char *con_id) in devm_of_phy_get()
359 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get()
417 phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup()
421 static inline void phy_remove_lookup(struct phy *phy, const char *con_id, in phy_remove_lookup()
/Linux-v4.19/drivers/pwm/
Dcore.c658 struct pwm_device *of_pwm_get(struct device_node *np, const char *con_id) in of_pwm_get()
762 struct pwm_device *pwm_get(struct device *dev, const char *con_id) in pwm_get()
901 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id) in devm_pwm_get()
934 const char *con_id) in devm_of_pwm_get()
/Linux-v4.19/drivers/mmc/core/
Dslot-gpio.c259 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd()
310 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro()
/Linux-v4.19/drivers/staging/board/
Dboard.h10 const char *con_id; member
/Linux-v4.19/include/linux/soc/qcom/
Dsmem_state.h27 const char *con_id, unsigned *bit) in qcom_smem_state_get()
/Linux-v4.19/drivers/soc/qcom/
Dsmem_state.c97 const char *con_id, in qcom_smem_state_get()

12