Searched defs:con_id (Results 1 – 4 of 4) sorted by relevance
| /device/soc/rockchip/common/sdk_linux/drivers/gpio/ |
| D | gpiolib-of.c | 38 static int of_gpio_spi_cs_get_count(struct device *dev, const char *con_id) in of_gpio_spi_cs_get_count() 61 int of_gpio_get_count(struct device *dev, const char *con_id) in of_gpio_get_count() 367 static struct gpio_desc *of_find_spi_gpio(struct device *dev, const char *con_id, enum of_gpio_flag… in of_find_spi_gpio() 398 static struct gpio_desc *of_find_spi_cs_gpio(struct device *dev, const char *con_id, unsigned int i… in of_find_spi_cs_gpio() 430 static struct gpio_desc *of_find_regulator_gpio(struct device *dev, const char *con_id, enum of_gpi… in of_find_regulator_gpio() 459 static struct gpio_desc *of_find_arizona_gpio(struct device *dev, const char *con_id, enum of_gpio_… in of_find_arizona_gpio() 472 static struct gpio_desc *of_find_usb_gpio(struct device *dev, const char *con_id, enum of_gpio_flag… in of_find_usb_gpio() 490 struct gpio_desc *of_find_gpio(struct device *dev, const char *con_id, unsigned int idx, unsigned l… in of_find_gpio()
|
| D | gpiolib-of.h | 17 static inline struct gpio_desc *of_find_gpio(struct device *dev, const char *con_id, unsigned int i… in of_find_gpio() 29 static inline int of_gpio_get_count(struct device *dev, const char *con_id) in of_gpio_get_count()
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | pwm.h | 481 …nline struct pwm_device *of_pwm_get(struct device *dev, struct device_node *np, const char *con_id) in of_pwm_get() 495 … struct pwm_device *devm_of_pwm_get(struct device *dev, struct device_node *np, const char *con_id) in devm_of_pwm_get() 501 const char *con_id) in devm_fwnode_pwm_get() 548 const char *con_id; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/nvmem/ |
| D | core.c | 1002 static struct nvmem_cell *nvmem_cell_get_from_lookup(struct device *dev, const char *con_id) in nvmem_cell_get_from_lookup()
|