Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/firmware/broadcom/AP6398S/wifi/
H A Dnvram_ap6398s.txt170 #device_wake_opt=1
/OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW54591_SDIO/
H A Dcyw54591_sdio.txt170 #device_wake_opt=1
/OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW54591_PCIE/
H A Dcyw54591_pcie.txt172 #device_wake_opt=1
/OK3568_Linux_fs/external/rkwifibt/firmware/broadcom/AP6275_PCIE/wifi/
H A Dnvram_AP6275P.txt201 #device_wake_opt=1
/OK3568_Linux_fs/external/rkwifibt/firmware/broadcom/AP6275S/wifi/
H A Dnvram_ap6275s.txt209 #device_wake_opt=1
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dsiutils_priv.h176 uint8 device_wake_opt; /* device_wake GPIO number */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dsiutils_priv.h176 uint8 device_wake_opt; /* device_wake GPIO number */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dsiutils_priv.h176 uint8 device_wake_opt; /* device_wake GPIO number */ member
/OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW5557X_SDIO/
H A Dcyw5557x_sdio.txt337 #device_wake_opt=1
/OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW5557X_PCIE/
H A Dcyw5557x_pcie.txt337 #device_wake_opt=1
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dsiutils_priv.h227 uint8 device_wake_opt; /* device_wake GPIO number */ member
H A Dsiutils.c1488 sii->device_wake_opt = (uint8)getintvar(NULL, rstr_device_wake_opt); in BCMINITFN()
1489 return sii->device_wake_opt; in BCMINITFN()
1496 uint32 device_wake_opt; in si_enable_device_wake() local
1499 device_wake_opt = sii->device_wake_opt; in si_enable_device_wake()
1501 if (device_wake_opt == CC_GCI_GPIO_INVALID) { in si_enable_device_wake()
1510 device_wake_opt = getintvar(NULL, rstr_device_wake_opt); in si_enable_device_wake()
1528 if (device_wake_opt == 1) { in si_enable_device_wake()
1549 CHIPID(sih->chip), device_wake_opt)); in si_enable_device_wake()
3267 sii->device_wake_opt = CC_GCI_GPIO_INVALID; in BCMATTACHFN()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dsiutils_priv.h227 uint8 device_wake_opt; /* device_wake GPIO number */ member
H A Dsiutils.c1488 sii->device_wake_opt = (uint8)getintvar(NULL, rstr_device_wake_opt); in BCMINITFN()
1489 return sii->device_wake_opt; in BCMINITFN()
1496 uint32 device_wake_opt; in si_enable_device_wake() local
1499 device_wake_opt = sii->device_wake_opt; in si_enable_device_wake()
1501 if (device_wake_opt == CC_GCI_GPIO_INVALID) { in si_enable_device_wake()
1510 device_wake_opt = getintvar(NULL, rstr_device_wake_opt); in si_enable_device_wake()
1528 if (device_wake_opt == 1) { in si_enable_device_wake()
1549 CHIPID(sih->chip), device_wake_opt)); in si_enable_device_wake()
3267 sii->device_wake_opt = CC_GCI_GPIO_INVALID; in BCMATTACHFN()