Home
last modified time | relevance | path

Searched refs:pbs_dev (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/soc/qcom/
H A Dqcom-pbs.h13 struct pbs_dev;
16 int qcom_pbs_trigger_event(struct pbs_dev *pbs, u8 bitmap);
17 struct pbs_dev *get_pbs_client_device(struct device *client_dev);
19 static inline int qcom_pbs_trigger_event(struct pbs_dev *pbs, u8 bitmap) in qcom_pbs_trigger_event()
24 static inline struct pbs_dev *get_pbs_client_device(struct device *client_dev) in get_pbs_client_device()
/linux/drivers/soc/qcom/
H A Dqcom-pbs.c26 struct pbs_dev { struct
35 static int qcom_pbs_wait_for_ack(struct pbs_dev *pbs, u8 bit_pos) in qcom_pbs_wait_for_ack() argument
75 int qcom_pbs_trigger_event(struct pbs_dev *pbs, u8 bitmap) in qcom_pbs_trigger_event()
144 struct pbs_dev *get_pbs_client_device(struct device *dev) in get_pbs_client_device()
147 struct pbs_dev *pbs; in get_pbs_client_device()
184 struct pbs_dev *pbs; in qcom_pbs_probe()