Searched refs:device_wake_opt (Results 1 – 14 of 14) sorted by relevance
170 #device_wake_opt=1
172 #device_wake_opt=1
201 #device_wake_opt=1
209 #device_wake_opt=1
176 uint8 device_wake_opt; /* device_wake GPIO number */ member
337 #device_wake_opt=1
227 uint8 device_wake_opt; /* device_wake GPIO number */ member
1488 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() local1499 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()