Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/
H A Dssvdevice.c51 u32 ssv_devicetype = 0; variable
52 EXPORT_SYMBOL(ssv_devicetype);
237 debugfs_create_u32(DEBUG_DEVICETYPE_ENTRY, S_IRUGO|S_IWUSR, debugfs, &ssv_devicetype); in ssvdevice_init()
283 module_param_named(devicetype,ssv_devicetype, uint , S_IRUSR | S_IWUSR);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/bridge/
H A Dsdiobridge.c1005 extern int ssv_devicetype;
1015 if (ssv_devicetype != 1) { in ssv_sdiobridge_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hwif/sdio/
H A Dsdio.c62 extern int ssv_devicetype;
1204 if (ssv_devicetype != 0) {