Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/include/
Ddrv_types.h668 int rtw_get_gpio(struct net_device *netdev, int gpio_num);
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c2078 int rtw_get_gpio(struct net_device *netdev, int gpio_num) in rtw_get_gpio() function
2104 EXPORT_SYMBOL(rtw_get_gpio);
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c3126 value = rtw_get_gpio(dev, extra_arg); in rtw_dbg_port()