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

/linux-4.1.27/drivers/usb/atm/
H A Dcxacru.c196 enum cxacru_poll_state poll_state; member in struct:cxacru_data
417 switch (instance->poll_state) { cxacru_sysfs_store_adsl_state()
420 instance->poll_state = CXPOLL_POLLING; cxacru_sysfs_store_adsl_state()
425 instance->poll_state = CXPOLL_POLLING; cxacru_sysfs_store_adsl_state()
435 if (instance->poll_state == CXPOLL_POLLING) cxacru_sysfs_store_adsl_state()
436 instance->poll_state = CXPOLL_STOPPING; cxacru_sysfs_store_adsl_state()
786 switch (instance->poll_state) { cxacru_atm_start()
789 instance->poll_state = CXPOLL_POLLING; cxacru_atm_start()
794 instance->poll_state = CXPOLL_POLLING; cxacru_atm_start()
832 if (instance->poll_state != CXPOLL_SHUTDOWN) { cxacru_poll_status()
833 instance->poll_state = CXPOLL_STOPPED; cxacru_poll_status()
919 if (instance->poll_state == CXPOLL_STOPPING && cxacru_poll_status()
922 instance->poll_state = CXPOLL_STOPPED; cxacru_poll_status()
924 if (instance->poll_state == CXPOLL_STOPPED) cxacru_poll_status()
1144 instance->poll_state = CXPOLL_STOPPED; cxacru_bind()
1238 BUG_ON(instance->poll_state == CXPOLL_SHUTDOWN); cxacru_unbind()
1242 if (instance->poll_state == CXPOLL_STOPPED) cxacru_unbind()
1246 instance->poll_state = CXPOLL_SHUTDOWN; cxacru_unbind()
/linux-4.1.27/drivers/pci/hotplug/
H A Dibmphp_hpc.c825 int poll_state = POLL_LATCH_REGISTER; poll_hpc() local
837 switch (poll_state) { poll_hpc()
859 poll_state = POLL_SLEEP; poll_hpc()
886 poll_state = POLL_SLEEP; poll_hpc()
900 poll_state = POLL_SLOTS; poll_hpc()
902 poll_state = POLL_LATCH_REGISTER; poll_hpc()
/linux-4.1.27/include/linux/
H A Drfkill.h149 * You need not (but may) call this function if poll_state is assigned.

Completed in 167 milliseconds