Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qal/inc/ !
H A Dqal_vbus_dev.h74 qal_vbus_allocate_iorsc(unsigned int pinnum, const char *label);
316 qal_vbus_allocate_iorsc(unsigned int pinnum, const char *label) in qal_vbus_allocate_iorsc() argument
318 return __qal_vbus_allocate_iorsc(pinnum, label); in qal_vbus_allocate_iorsc()
/wlan-driver/qca-wifi-host-cmn/qal/linux/src/ !
H A Di_qal_vbus_dev.h91 __qal_vbus_allocate_iorsc(unsigned int pinnum, const char *label) in __qal_vbus_allocate_iorsc() argument
95 ret = gpio_request(pinnum, label); in __qal_vbus_allocate_iorsc()