Home
last modified time | relevance | path

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

/openbmc/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()
421 instance->poll_state = CXPOLL_STOPPING; in adsl_state_store()
795 switch (instance->poll_state) { in cxacru_atm_start()
798 instance->poll_state = CXPOLL_POLLING; in cxacru_atm_start()
803 instance->poll_state = CXPOLL_POLLING; in cxacru_atm_start()
924 instance->poll_state = CXPOLL_STOPPED; in cxacru_poll_status()
1145 instance->poll_state = CXPOLL_STOPPED; in cxacru_bind()
[all …]
/openbmc/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()
/openbmc/linux/drivers/cpuidle/
H A DMakefile10 obj-$(CONFIG_ARCH_HAS_CPU_RELAX) += poll_state.o
/openbmc/linux/drivers/s390/cio/
H A Dqdio.h256 unsigned long poll_state; member
297 if (!test_and_set_bit(QDIO_IRQ_DISABLED, &irq->poll_state)) in qdio_deliver_irq()
H A Dqdio_debug.c119 &q->irq_ptr->poll_state)); in qstat_show()
H A Dqdio_main.c1353 clear_bit(QDIO_IRQ_DISABLED, &irq_ptr->poll_state); in qdio_start_irq()
1370 if (test_and_set_bit(QDIO_IRQ_DISABLED, &irq_ptr->poll_state)) in qdio_start_irq()
1393 if (test_and_set_bit(QDIO_IRQ_DISABLED, &irq_ptr->poll_state)) in qdio_stop_irq()
H A Dqdio_setup.c374 set_bit(QDIO_IRQ_DISABLED, &irq_ptr->poll_state); in qdio_setup_irq()