/include/linux/gpio/ |
H A D | consumer.h | 39 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 D | machine.h | 18 * @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 D | clkdev.h | 23 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 D | pm_clock.h | 31 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 D | pwm.h | 194 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 D | sh_clk.h | 203 #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 D | clk.h | 325 * @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 D | slot-gpio.h | 25 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 D | omap3isp.h | 157 const char *con_id; member in struct:isp_platform_xclk
|
/include/linux/phy/ |
H A D | phy.h | 155 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 D | ti.h | 212 .con_id = con, \
|