Home
last modified time | relevance | path

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

/linux/drivers/usb/atm/
H A Dcxacru.c181 enum cxacru_poll_state poll_state; member
401 switch (instance->poll_state) { in adsl_state_store()
404 instance->poll_state = CXPOLL_POLLING; in adsl_state_store()
409 instance->poll_state = CXPOLL_POLLING; in adsl_state_store()
420 if (instance->poll_state == CXPOLL_POLLING) in adsl_state_store()
421 instance->poll_state = CXPOLL_STOPPING; in adsl_state_store()
797 switch (instance->poll_state) { in cxacru_atm_start()
800 instance->poll_state = CXPOLL_POLLING; in cxacru_atm_start()
805 instance->poll_state = CXPOLL_POLLING; in cxacru_atm_start()
836 if (instance->poll_state != CXPOLL_SHUTDOWN) { in cxacru_poll_status()
[all …]
/linux/drivers/pci/hotplug/
H A Dibmphp_hpc.c790 int poll_state = POLL_LATCH_REGISTER; in poll_hpc() local
802 switch (poll_state) { in poll_hpc()
824 poll_state = POLL_SLEEP; in poll_hpc()
851 poll_state = POLL_SLEEP; in poll_hpc()
865 poll_state = POLL_SLOTS; in poll_hpc()
867 poll_state = POLL_LATCH_REGISTER; in poll_hpc()
/linux/drivers/s390/cio/
H A Dqdio_debug.c118 &q->irq_ptr->poll_state)); in qstat_show()