| /include/linux/ |
| A D | clkdev.h | 21 const char *con_id; member 29 .con_id = n, \ 36 struct clk_lookup *clkdev_create(struct clk *clk, const char *con_id, 38 struct clk_lookup *clkdev_hw_create(struct clk_hw *hw, const char *con_id, 48 const char *con_id, const char *dev_id);
|
| A D | reset-controller.h | 43 const char *con_id; member 51 .con_id = _con_id, \
|
| A D | pm_clock.h | 42 extern int pm_clk_add(struct device *dev, const char *con_id); 64 static inline int pm_clk_add(struct device *dev, const char *con_id) in pm_clk_add() argument
|
| A D | pwm.h | 496 struct pwm_device *pwm_get(struct device *dev, const char *con_id); 499 struct pwm_device *devm_pwm_get(struct device *dev, const char *con_id); 502 const char *con_id); 604 const char *con_id) in devm_fwnode_pwm_get() argument 649 const char *con_id; member 661 .con_id = _con_id, \
|
| A D | ahci_platform.h | 26 const char *con_id);
|
| A D | clk.h | 686 struct device_node *np, const char *con_id); 934 struct clk *clk_get_sys(const char *dev_id, const char *con_id); 1046 struct device_node *np, const char *con_id) in devm_get_clk_from_child() argument 1127 static inline struct clk *clk_get_sys(const char *dev_id, const char *con_id) in clk_get_sys() argument
|
| A D | sh_clk.h | 200 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk } 202 #define CLKDEV_ICK_ID(_cid, _did, _clk) { .con_id = _cid, .dev_id = _did, .clk = _clk }
|
| A D | leds.h | 58 const char *con_id; member 294 struct led_classdev *__must_check led_get(struct device *dev, char *con_id); 295 struct led_classdev *__must_check devm_led_get(struct device *dev, char *con_id);
|
| A D | property.h | 531 const char *con_id, void *data, 535 const char *con_id, void *data, in device_connection_find_match() argument 538 return fwnode_connection_find_match(dev_fwnode(dev), con_id, data, match); in device_connection_find_match() 542 const char *con_id, void *data,
|
| A D | nvmem-consumer.h | 37 const char *con_id; member
|
| A D | acpi.h | 1285 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *con_id, int index, 1298 static inline int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *con_id, in acpi_dev_gpio_irq_wake_get_by() argument 1311 static inline int acpi_dev_gpio_irq_get_by(struct acpi_device *adev, const char *con_id, in acpi_dev_gpio_irq_get_by() argument 1314 return acpi_dev_gpio_irq_wake_get_by(adev, con_id, index, NULL); in acpi_dev_gpio_irq_get_by()
|
| A D | clk-provider.h | 1398 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id); 1400 const char *con_id);
|
| /include/linux/gpio/ |
| A D | consumer.h | 66 const char *con_id, 73 const char *con_id, 76 const char *con_id, 80 const char *con_id, 83 const char *con_id, 89 const char *con_id, 92 const char *con_id, 205 const char *con_id, in gpiod_get_index() argument 267 const char *con_id, in devm_gpiod_get() argument 275 const char *con_id, in devm_gpiod_get_index() argument [all …]
|
| A D | machine.h | 38 const char *con_id; member 93 .con_id = _con_id, \
|
| /include/linux/soc/qcom/ |
| A D | smem_state.h | 16 struct qcom_smem_state *qcom_smem_state_get(struct device *dev, const char *con_id, unsigned *bit); 17 struct qcom_smem_state *devm_qcom_smem_state_get(struct device *dev, const char *con_id, unsigned *… 28 const char *con_id, unsigned *bit) in qcom_smem_state_get() argument 34 const char *con_id, in devm_qcom_smem_state_get() argument
|
| /include/linux/framer/ |
| A D | framer.h | 111 struct framer *framer_get(struct device *dev, const char *con_id); 114 struct framer *devm_framer_get(struct device *dev, const char *con_id); 115 struct framer *devm_framer_optional_get(struct device *dev, const char *con_id); 184 static inline struct framer *framer_get(struct device *dev, const char *con_id) in framer_get() argument 193 static inline struct framer *devm_framer_get(struct device *dev, const char *con_id) in devm_framer_get() argument 198 static inline struct framer *devm_framer_optional_get(struct device *dev, const char *con_id) in devm_framer_optional_get() argument
|
| /include/kunit/ |
| A D | clk.h | 13 clk_get_kunit(struct kunit *test, struct device *dev, const char *con_id); 18 clk_hw_get_clk_kunit(struct kunit *test, struct clk_hw *hw, const char *con_id); 21 const char *con_id);
|
| /include/linux/mmc/ |
| A D | slot-gpio.h | 19 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, 22 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
|
| /include/linux/phy/ |
| A D | phy.h | 204 const char *con_id; member 270 const char *con_id); 272 const char *con_id); 278 struct phy *of_phy_get(struct device_node *np, const char *con_id); 298 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id); 299 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id); 461 const char *con_id) in devm_of_phy_get() argument 468 const char *con_id) in devm_of_phy_optional_get() argument 492 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() argument 550 phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup() argument [all …]
|
| /include/drm/ |
| A D | drm_privacy_screen_consumer.h | 19 const char *con_id); 34 const char *con_id) in drm_privacy_screen_get() argument
|
| A D | drm_privacy_screen_machine.h | 26 const char *con_id; member
|