Searched refs:con_id (Results 1 - 11 of 11) sorted by relevance

/include/linux/gpio/
H A Dconsumer.h39 const char *con_id,
42 const char *con_id,
46 const char *con_id,
49 const char *con_id,
55 const char *con_id,
58 const char *con_id,
62 const char *con_id,
65 __devm_gpiod_get_index_optional(struct device *dev, const char *con_id,
100 const char *con_id,
107 const char *con_id,
99 __gpiod_get(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
106 __gpiod_get_index(struct device *dev, const char *con_id, unsigned int idx, enum gpiod_flags flags) argument
115 __gpiod_get_optional(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
122 __gpiod_get_index_optional(struct device *dev, const char *con_id, unsigned int index, enum gpiod_flags flags) argument
137 __devm_gpiod_get(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
145 __devm_gpiod_get_index(struct device *dev, const char *con_id, unsigned int idx, enum gpiod_flags flags) argument
154 __devm_gpiod_get_optional(struct device *dev, const char *con_id, enum gpiod_flags flags) argument
161 __devm_gpiod_get_index_optional(struct device *dev, const char *con_id, unsigned int index, enum gpiod_flags flags) argument
[all...]
H A Dmachine.h18 * @con_id: name of the GPIO from the device's point of view
28 const char *con_id; member in struct:gpiod_lookup
40 * Simple definition of a single GPIO under a con_id
46 * Use this macro if you need to have several GPIOs under the same con_id.
54 .con_id = _con_id, \
/include/linux/
H A Dclkdev.h23 const char *con_id; member in struct:clk_lookup
30 .con_id = n, \
34 struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id,
H A Dpm_clock.h31 extern int pm_clk_add(struct device *dev, const char *con_id);
32 extern void pm_clk_remove(struct device *dev, const char *con_id);
50 static inline int pm_clk_add(struct device *dev, const char *con_id) argument
54 static inline void pm_clk_remove(struct device *dev, const char *con_id) argument
H A Dpwm.h194 struct pwm_device *pwm_get(struct device *dev, const char *con_id);
195 struct pwm_device *of_pwm_get(struct device_node *np, const char *con_id);
198 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id);
200 const char *con_id);
239 const char *con_id)
256 const char *con_id)
276 const char *con_id; member in struct:pwm_lookup
286 .con_id = _con_id, \
238 of_pwm_get(struct device_node *np, const char *con_id) argument
254 devm_of_pwm_get(struct device *dev, struct device_node *np, const char *con_id) argument
H A Dsh_clk.h203 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
205 #define CLKDEV_ICK_ID(_cid, _did, _clk) { .con_id = _cid, .dev_id = _did, .clk = _clk }
H A Dclk.h325 * @con_id: connection ID
329 * uses @dev_id and @con_id to determine the clock consumer, and
337 struct clk *clk_get_sys(const char *dev_id, const char *con_id);
/include/linux/mmc/
H A Dslot-gpio.h25 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
28 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
/include/media/
H A Domap3isp.h157 const char *con_id; member in struct:isp_platform_xclk
/include/linux/phy/
H A Dphy.h155 const char *con_id);
158 struct phy *of_phy_get(struct device_node *np, const char *con_id);
278 const char *con_id)
291 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) argument
276 devm_of_phy_get(struct device *dev, struct device_node *np, const char *con_id) argument
/include/linux/clk/
H A Dti.h212 .con_id = con, \

Completed in 123 milliseconds