Searched refs:pfhndl (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/qal/inc/ |
H A D | qal_vbus_dev.h | 173 qal_vbus_get_dev_rstctl(struct qdf_pfm_hndl *pfhndl, const char *state, 186 qal_vbus_release_dev_rstctl(struct qdf_pfm_hndl *pfhndl, 199 qal_vbus_activate_dev_rstctl(struct qdf_pfm_hndl *pfhndl, 212 qal_vbus_deactivate_dev_rstctl(struct qdf_pfm_hndl *pfhndl, 227 qal_vbus_get_resource(struct qdf_pfm_hndl *pfhndl, 242 qal_vbus_get_irq(struct qdf_pfm_hndl *pfhndl, const char *str, int *irq); 372 qal_vbus_get_dev_rstctl(struct qdf_pfm_hndl *pfhndl, const char *state, in qal_vbus_get_dev_rstctl() argument 375 return __qal_vbus_get_dev_rstctl(pfhndl, state, rstctl); in qal_vbus_get_dev_rstctl() 379 qal_vbus_release_dev_rstctl(struct qdf_pfm_hndl *pfhndl, in qal_vbus_release_dev_rstctl() argument 382 return __qal_vbus_release_dev_rstctl(pfhndl, rstctl); in qal_vbus_release_dev_rstctl() [all …]
|
/wlan-driver/qca-wifi-host-cmn/qal/linux/src/ |
H A D | i_qal_vbus_dev.h | 237 __qal_vbus_get_dev_rstctl(struct qdf_pfm_hndl *pfhndl, const char *state, in __qal_vbus_get_dev_rstctl() argument 242 rsctl = devm_reset_control_get_optional((struct device *)pfhndl, state); in __qal_vbus_get_dev_rstctl() 244 rsctl = reset_control_get_optional((struct device *)pfhndl, state); in __qal_vbus_get_dev_rstctl() 262 __qal_vbus_release_dev_rstctl(struct qdf_pfm_hndl *pfhndl, in __qal_vbus_release_dev_rstctl() argument 279 __qal_vbus_activate_dev_rstctl(struct qdf_pfm_hndl *pfhndl, in __qal_vbus_activate_dev_rstctl() argument 296 __qal_vbus_deactivate_dev_rstctl(struct qdf_pfm_hndl *pfhndl, in __qal_vbus_deactivate_dev_rstctl() argument 315 __qal_vbus_get_resource(struct qdf_pfm_hndl *pfhndl, in __qal_vbus_get_resource() argument 321 rsrc = platform_get_resource((struct platform_device *)pfhndl, in __qal_vbus_get_resource() 338 __qal_vbus_get_irq(struct qdf_pfm_hndl *pfhndl, const char *str, int *irq) in __qal_vbus_get_irq() argument 340 *irq = platform_get_irq_byname((struct platform_device *)pfhndl, str); in __qal_vbus_get_irq()
|