Searched refs:poll_mode (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/audio/ |
H A D | alsaaudio.c | 775 bool poll_mode = apdo->try_poll; in alsa_enable_out() local 778 if (poll_mode && alsa_poll_out(hw)) { in alsa_enable_out() 779 poll_mode = 0; in alsa_enable_out() 781 hw->poll_mode = poll_mode; in alsa_enable_out() 785 if (hw->poll_mode) { in alsa_enable_out() 786 hw->poll_mode = 0; in alsa_enable_out() 880 bool poll_mode = apdo->try_poll; in alsa_enable_in() local 883 if (poll_mode && alsa_poll_in(hw)) { in alsa_enable_in() 884 poll_mode = 0; in alsa_enable_in() 886 hw->poll_mode = poll_mode; in alsa_enable_in() [all …]
|
H A D | ossaudio.c | 590 hw->poll_mode = opdo->try_poll; in oss_enable_out() 593 if (hw->poll_mode) { in oss_enable_out() 609 if (hw->poll_mode) { in oss_enable_out() 611 hw->poll_mode = 0; in oss_enable_out() 718 hw->poll_mode = opdo->try_poll; in oss_enable_in() 720 if (hw->poll_mode) { in oss_enable_in() 724 if (hw->poll_mode) { in oss_enable_in() 726 hw->poll_mode = 0; in oss_enable_in()
|
H A D | audio_int.h | 67 int poll_mode; member 88 int poll_mode; member
|
H A D | audio.c | 812 if (!hwo->poll_mode) { in audio_is_timer_needed() 817 if (!hwi->poll_mode) { in audio_is_timer_needed()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_transport.h | 15 int poll_mode, struct adf_etr_ring_data **ring_ptr);
|
H A D | adf_transport.c | 220 adf_callback_fn callback, int poll_mode, in adf_create_ring() argument 293 if (callback && (!poll_mode)) in adf_create_ring()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_droq.h | 235 u32 poll_mode; member
|
H A D | lio_core.c | 834 droq_ops.poll_mode = 1; in liquidio_setup_io_queues() 880 octeon_dev->droq[0]->ops.poll_mode = 0; in liquidio_setup_io_queues() 920 if (droq->ops.poll_mode) { in liquidio_schedule_msix_droq_pkt_handler() 973 if (droq->ops.poll_mode) { in liquidio_schedule_droq_pkt_handlers()
|
H A D | lio_vf_main.c | 683 oct->droq[0]->ops.poll_mode = 0; in liquidio_destroy_nic_device() 921 oct->droq[0]->ops.poll_mode = 1; in liquidio_open() 987 oct->droq[0]->ops.poll_mode = 0; in liquidio_stop()
|
H A D | cn66xx_device.c | 533 if (droq->ops.poll_mode) { in lio_cn6xxx_process_droq_intr_regs()
|
H A D | lio_main.c | 1236 oct->droq[0]->ops.poll_mode = 0; in liquidio_destroy_nic_device() 1787 oct->droq[0]->ops.poll_mode = 1; in liquidio_open() 1840 oct->droq[0]->ops.poll_mode = 0; in liquidio_open() 1903 oct->droq[0]->ops.poll_mode = 0; in liquidio_stop()
|
/openbmc/linux/drivers/power/supply/ |
H A D | charger-manager.c | 1285 u32 poll_mode = CM_POLL_DISABLE; in of_cm_parse_desc() local 1295 of_property_read_u32(np, "cm-poll-mode", &poll_mode); in of_cm_parse_desc() 1296 desc->polling_mode = poll_mode; in of_cm_parse_desc()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-fsl-dspi.c | 1398 goto poll_mode; in dspi_probe() 1410 poll_mode: in dspi_probe()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 282 enum lpfc_poll_mode poll_mode; member
|
H A D | lpfc_sli.c | 86 enum lpfc_poll_mode poll_mode); 633 u8 rearm, enum lpfc_poll_mode poll_mode) in lpfc_sli4_process_eq() argument 643 lpfc_sli4_hba_handle_eqe(phba, eq, eqe, poll_mode); in lpfc_sli4_process_eq() 8008 eq->poll_mode = LPFC_QUEUE_WORK; in lpfc_init_idle_stat_hb() 8010 eq->poll_mode = LPFC_THREADED_IRQ; in lpfc_init_idle_stat_hb() 15431 struct lpfc_eqe *eqe, enum lpfc_poll_mode poll_mode) in lpfc_sli4_hba_handle_eqe() argument 15497 switch (poll_mode) { in lpfc_sli4_hba_handle_eqe() 15596 switch (fpeq->poll_mode) { in lpfc_sli4_hba_intr_handler()
|
H A D | lpfc_init.c | 1337 eq->poll_mode = LPFC_QUEUE_WORK; in lpfc_idle_stat_delay_work() 1339 eq->poll_mode = LPFC_THREADED_IRQ; in lpfc_idle_stat_delay_work()
|