Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/atm/
Dcxacru.c181 enum cxacru_poll_state poll_state; member
402 switch (instance->poll_state) { in adsl_state_store()
405 instance->poll_state = CXPOLL_POLLING; in adsl_state_store()
410 instance->poll_state = CXPOLL_POLLING; in adsl_state_store()
421 if (instance->poll_state == CXPOLL_POLLING) in adsl_state_store()
422 instance->poll_state = CXPOLL_STOPPING; in adsl_state_store()
783 switch (instance->poll_state) { in cxacru_atm_start()
786 instance->poll_state = CXPOLL_POLLING; in cxacru_atm_start()
791 instance->poll_state = CXPOLL_POLLING; in cxacru_atm_start()
830 if (instance->poll_state != CXPOLL_SHUTDOWN) { in cxacru_poll_status()
[all …]
/Linux-v4.19/drivers/pci/hotplug/
Dibmphp_hpc.c809 int poll_state = POLL_LATCH_REGISTER; in poll_hpc() local
821 switch (poll_state) { in poll_hpc()
843 poll_state = POLL_SLEEP; in poll_hpc()
870 poll_state = POLL_SLEEP; in poll_hpc()
884 poll_state = POLL_SLOTS; in poll_hpc()
886 poll_state = POLL_LATCH_REGISTER; in poll_hpc()
/Linux-v4.19/drivers/cpuidle/
DMakefile9 obj-$(CONFIG_ARCH_HAS_CPU_RELAX) += poll_state.o