Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qal/linux/src/
H A Di_qal_vbus_dev.h240 struct reset_control *rsctl; in __qal_vbus_get_dev_rstctl() local
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()
246 rsctl = NULL; in __qal_vbus_get_dev_rstctl()
248 *rstctl = (struct qdf_vbus_rstctl *)rsctl; in __qal_vbus_get_dev_rstctl()