Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/atm/
Dcxacru.c196 enum cxacru_poll_state poll_state; member
417 switch (instance->poll_state) { in cxacru_sysfs_store_adsl_state()
420 instance->poll_state = CXPOLL_POLLING; in cxacru_sysfs_store_adsl_state()
425 instance->poll_state = CXPOLL_POLLING; in cxacru_sysfs_store_adsl_state()
435 if (instance->poll_state == CXPOLL_POLLING) in cxacru_sysfs_store_adsl_state()
436 instance->poll_state = CXPOLL_STOPPING; in cxacru_sysfs_store_adsl_state()
786 switch (instance->poll_state) { in cxacru_atm_start()
789 instance->poll_state = CXPOLL_POLLING; in cxacru_atm_start()
794 instance->poll_state = CXPOLL_POLLING; in cxacru_atm_start()
832 if (instance->poll_state != CXPOLL_SHUTDOWN) { in cxacru_poll_status()
[all …]
/linux-4.1.27/drivers/pci/hotplug/
Dibmphp_hpc.c825 int poll_state = POLL_LATCH_REGISTER; in poll_hpc() local
837 switch (poll_state) { in poll_hpc()
859 poll_state = POLL_SLEEP; in poll_hpc()
886 poll_state = POLL_SLEEP; in poll_hpc()
900 poll_state = POLL_SLOTS; in poll_hpc()
902 poll_state = POLL_LATCH_REGISTER; in poll_hpc()