Searched defs:con_id (Results 1 – 11 of 11) sorted by relevance
/include/linux/gpio/ |
D | consumer.h | 193 static inline int gpiod_count(struct device *dev, const char *con_id) in gpiod_count() 199 const char *con_id, in gpiod_get() 206 const char *con_id, in gpiod_get_index() 214 gpiod_get_optional(struct device *dev, const char *con_id, in gpiod_get_optional() 221 gpiod_get_index_optional(struct device *dev, const char *con_id, in gpiod_get_index_optional() 228 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array() 235 gpiod_get_array_optional(struct device *dev, const char *con_id, in gpiod_get_array_optional() 268 const char *con_id, in devm_gpiod_get() 276 const char *con_id, in devm_gpiod_get_index() 284 devm_gpiod_get_optional(struct device *dev, const char *con_id, in devm_gpiod_get_optional() [all …]
|
D | machine.h | 38 const char *con_id; member
|
/include/linux/soc/qcom/ |
D | smem_state.h | 28 const char *con_id, unsigned *bit) in qcom_smem_state_get() 34 const char *con_id, in devm_qcom_smem_state_get()
|
/include/linux/ |
D | pm_clock.h | 66 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()
|
D | clkdev.h | 21 const char *con_id; member
|
D | pwm.h | 519 const char *con_id) in of_pwm_get() 536 const char *con_id) in devm_of_pwm_get() 543 const char *con_id) in devm_fwnode_pwm_get() 587 const char *con_id; member
|
D | reset-controller.h | 43 const char *con_id; member
|
D | clk.h | 959 struct device_node *np, const char *con_id) in devm_get_clk_from_child() 1040 static inline struct clk *clk_get_sys(const char *dev_id, const char *con_id) in clk_get_sys()
|
D | nvmem-consumer.h | 44 const char *con_id; member
|
D | property.h | 448 const char *con_id, void *data, in device_connection_find_match()
|
/include/linux/phy/ |
D | phy.h | 186 const char *con_id; member 444 const char *con_id) in devm_of_phy_get() 468 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() 526 phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup() 530 static inline void phy_remove_lookup(struct phy *phy, const char *con_id, in phy_remove_lookup()
|