Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qal/inc/
H A Dqal_vbus_dev.h174 struct qdf_vbus_rstctl **rstctl);
187 struct qdf_vbus_rstctl *rstctl);
200 struct qdf_vbus_rstctl *rstctl);
213 struct qdf_vbus_rstctl *rstctl);
373 struct qdf_vbus_rstctl **rstctl) in qal_vbus_get_dev_rstctl() argument
375 return __qal_vbus_get_dev_rstctl(pfhndl, state, rstctl); in qal_vbus_get_dev_rstctl()
380 struct qdf_vbus_rstctl *rstctl) in qal_vbus_release_dev_rstctl() argument
382 return __qal_vbus_release_dev_rstctl(pfhndl, rstctl); in qal_vbus_release_dev_rstctl()
387 struct qdf_vbus_rstctl *rstctl) in qal_vbus_activate_dev_rstctl() argument
389 return __qal_vbus_activate_dev_rstctl(pfhndl, rstctl); in qal_vbus_activate_dev_rstctl()
[all …]
/wlan-driver/qca-wifi-host-cmn/qal/linux/src/
H A Di_qal_vbus_dev.h238 struct qdf_vbus_rstctl **rstctl) in __qal_vbus_get_dev_rstctl() argument
248 *rstctl = (struct qdf_vbus_rstctl *)rsctl; in __qal_vbus_get_dev_rstctl()
263 struct qdf_vbus_rstctl *rstctl) in __qal_vbus_release_dev_rstctl() argument
265 reset_control_put((struct reset_control *)rstctl); in __qal_vbus_release_dev_rstctl()
280 struct qdf_vbus_rstctl *rstctl) in __qal_vbus_activate_dev_rstctl() argument
282 reset_control_assert((struct reset_control *)rstctl); in __qal_vbus_activate_dev_rstctl()
297 struct qdf_vbus_rstctl *rstctl) in __qal_vbus_deactivate_dev_rstctl() argument
299 reset_control_deassert((struct reset_control *)rstctl); in __qal_vbus_deactivate_dev_rstctl()