Home
last modified time | relevance | path

Searched refs:get_pbs_client_device (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/soc/qcom/
H A Dqcom-pbs.h17 struct pbs_dev *get_pbs_client_device(struct device *client_dev);
24 static inline struct pbs_dev *get_pbs_client_device(struct device *client_dev) in get_pbs_client_device() function
/linux-6.15/drivers/soc/qcom/
H A Dqcom-pbs.c144 struct pbs_dev *get_pbs_client_device(struct device *dev) in get_pbs_client_device() function
178 EXPORT_SYMBOL_GPL(get_pbs_client_device);
/linux-6.15/drivers/leds/rgb/
H A Dleds-qcom-lpg.c1565 lpg->pbs_dev = get_pbs_client_device(lpg->dev); in lpg_init_sdam()