Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Ddrv_types.h677 int rtw_get_gpio(struct net_device *netdev, int gpio_num);
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c2094 int rtw_get_gpio(struct net_device *netdev, int gpio_num) in rtw_get_gpio() function
2120 EXPORT_SYMBOL(rtw_get_gpio);
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c3147 value = rtw_get_gpio(dev, extra_arg); in rtw_dbg_port()