/linux-4.1.27/arch/um/os-Linux/ |
H A D | sigio.c | 103 static int need_poll(struct pollfds *polls, int n) need_poll() argument 107 if (n <= polls->size) need_poll() 117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); need_poll() 118 kfree(polls->poll); need_poll() 120 polls->poll = new; need_poll() 121 polls->size = n; need_poll()
|
/linux-4.1.27/include/linux/ |
H A D | input-polldev.h | 22 * @poll: driver-supplied method that polls the device and posts
|
H A D | thermal.h | 150 * @passive_delay: number of milliseconds to wait between polls when 153 * @polling_delay: number of milliseconds to wait between polls when
|
H A D | mailbox_controller.h | 67 * @txpoll_period: If 'txdone_poll' is in effect, the API polls for
|
H A D | ide.h | 758 /* timeout value during long polls */
|
/linux-4.1.27/sound/pci/mixart/ |
H A D | mixart_hwdep.h | 85 * the driver polls on this address, until it shows 1 (presence) or 2 (absence)
|
/linux-4.1.27/drivers/remoteproc/ |
H A D | da8xx_remoteproc.c | 85 * mailbox-based implementations on OMAP4. As such, this handler "polls"
|
/linux-4.1.27/drivers/s390/crypto/ |
H A D | ap_bus.h | 38 #define AP_POLL_TIME 1 /* Time in ticks between receive polls. */
|
H A D | ap_bus.c | 1854 * ap_poll_thread(): Thread that polls for finished requests.
|
/linux-4.1.27/drivers/parisc/ |
H A D | power.c | 114 /* main kernel thread worker. It polls the button state */ kpowerswd()
|
/linux-4.1.27/drivers/input/joystick/ |
H A D | grip.c | 179 * grip_timer() repeatedly polls the joysticks and generates events.
|
H A D | adi.c | 275 * adi_poll() repeatedly polls the Logitech joysticks.
|
H A D | analog.c | 329 * analog_poll() repeatedly polls the Analog joysticks.
|
/linux-4.1.27/drivers/input/misc/ |
H A D | apanel.c | 12 * accessible via the i2c/smbus interface. This driver polls those
|
/linux-4.1.27/drivers/pps/clients/ |
H A D | pps_parport.c | 91 * number of polls is limited by clear_wait parameter which is parport_irq()
|
/linux-4.1.27/drivers/net/wireless/ath/ar5523/ |
H A D | ar5523_hw.h | 299 #define UATH_FILTER_RX_XR_POOL 0x00000400 /* XR group polls */
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | irq.c | 127 seq_puts(p, " Machine check polls\n"); arch_show_interrupts()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | sal.c | 224 * HP rx5670 firmware polls for interrupts during SAL_CACHE_FLUSH by reading sal_desc_ap_wakeup()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl.h | 350 * then polls it to know when the reset is complete.
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_virtchnl.h | 350 * then polls it to know when the reset is complete.
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | ir-kbd-i2c.c | 463 /* kill outstanding polls */ ir_remove()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
H A D | iwl-eeprom-read.c | 77 * Driver then polls CSR_EEPROM_REG for CSR_EEPROM_REG_READ_VALID_MSK (0x1).
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | mux.c | 376 * This function periodically polls the Serial MUX to check for new data.
|
H A D | sn_console.c | 524 * polls calling this function due to sn_sal_switch_to_asynch but we can
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | io_ionsp.h | 60 In addition, we use another interrupt pipe (endpoint) which the host polls
|
/linux-4.1.27/include/uapi/linux/ |
H A D | fd.h | 237 /* get drive state: GET returns the cached state, POLL polls for new state */
|
H A D | ixjuser.h | 631 * IXJCTL_RATE sets the number of times per second that the driver polls
|
/linux-4.1.27/net/9p/ |
H A D | trans_fd.c | 609 * p9_poll_mux - polls a mux and schedules read or write works if necessary 1074 * polls all v9fs transports for new events and queues the appropriate
|
/linux-4.1.27/net/mac80211/ |
H A D | sta_info.h | 274 * when it leaves power saving state or polls 278 * the station when it leaves powersave or polls for frames
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | wm97xx-core.c | 332 * pen down operation then we need to schedule polls while the wm97xx_pen_irq_worker()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
H A D | ariadne.c | 514 /* We stop the LANCE here -- it occasionally polls memory if we don't */ ariadne_close()
|
H A D | atarilance.c | 1060 /* We stop the LANCE here -- it occasionally polls lance_close()
|
H A D | sun3lance.c | 882 /* We stop the LANCE here -- it occasionally polls lance_close()
|
H A D | lance.c | 1243 /* We stop the LANCE here -- it occasionally polls lance_close()
|
H A D | pcnet32.c | 2582 /* We stop the PCNET32 here -- it occasionally polls memory if we don't. */ pcnet32_close()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_en.h | 156 /* Interval between successive polls in the Tx routine when polling is used
|
/linux-4.1.27/drivers/net/ethernet/arc/ |
H A D | emac_main.c | 772 /* Set poll rate so that it polls every 1 ms */ arc_emac_probe()
|
/linux-4.1.27/drivers/gpu/drm/via/ |
H A D | via_dmablit.c | 450 * A timer that regularly polls the blit engine in cases where we don't have interrupts:
|
/linux-4.1.27/drivers/tty/ |
H A D | metag_da.c | 310 * This gets called every DA_TTY_POLL and polls the channels for data
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | rndis.c | 816 /* NOTE: RNDIS is *EXTREMELY* chatty ... Windows constantly polls for rndis_msg_parser()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | cmm.c | 74 MODULE_PARM_DESC(delay, "Delay (in seconds) between polls to query hypervisor paging requests. "
|
/linux-4.1.27/fs/dlm/ |
H A D | recover.c | 66 * status. The node with the lowest nodeid polls all the others for their
|
/linux-4.1.27/drivers/thermal/ |
H A D | thermal_core.c | 1470 * @passive_delay: number of milliseconds to wait between polls when 1472 * @polling_delay: number of milliseconds to wait between polls when checking
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-traffic.c | 2398 * The function polls the Rx for the completed descriptors and calls 2454 * The function polls the Tx for the completed descriptors and calls
|
/linux-4.1.27/drivers/net/usb/ |
H A D | usbnet.c | 73 * us (it polls at HZ/4 usually) before we report too many false errors. 199 * already polls infrequently intr_complete()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
H A D | sdio.c | 668 * This function polls the card status. 895 /* The host polls for the DN_LD_CARD_RDY and CARD_IO_READY mwifiex_prog_fw_w_helper()
|
/linux-4.1.27/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 1935 * bnx2i_ep_poll - polls for TCP connection establishement 1939 * polls for TCP connect request to complete
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | igb_ptp.c | 593 * This work function polls the TSYNCTXCTL valid bit to determine when a
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 487 * This work item polls TSYNCTXCTL valid bit to determine when a Tx hardware
|
/linux-4.1.27/drivers/net/wan/ |
H A D | hdlc_fr.c | 862 /* Next full report after N391 polls */ fr_lmi_recv()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
H A D | if_cs.c | 656 * "The host polls the Card Status register ... for 50 ms before if_cs_prog_helper()
|
/linux-4.1.27/drivers/block/ |
H A D | umem.c | 248 * The interrupt handler only polls the device to clear the interrupt.
|
/linux-4.1.27/drivers/usb/core/ |
H A D | usb.c | 613 * lock, the routine polls repeatedly. This is to prevent deadlock with
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | mxc_nand.c | 386 /* This function polls the NANDFC to wait for the basic operation to
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_sd7220.c | 1377 * Shut down the timer that polls for relock occasions, if needed
|
/linux-4.1.27/include/media/ |
H A D | v4l2-ctrls.h | 805 /* Can be used as a poll function that just polls for control events. */
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | arizona.c | 1985 arizona_fll_dbg(fll, "FLL locked (%d polls)\n", i); arizona_enable_fll()
|
H A D | wm_adsp.c | 1501 adsp_dbg(dsp, "RAM ready after %d polls\n", count); wm_adsp2_ena()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | sdio.c | 83 * polls. 401 uint pollcnt; /* Count of active polls */ 476 uint pollrate; /* Ticks between device polls */
|
/linux-4.1.27/drivers/macintosh/ |
H A D | via-pmu.c | 74 /* How many iterations between battery polls */
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 1820 * this almost certainly polls too fast. dummy_timer()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 809 * @attempts: max number of polls of the status register 810 * @delay: delay between polls in ms
|
/linux-4.1.27/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 443 * @attempts: max number of polls of the status register 444 * @delay: delay between polls in ms
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | efx.c | 265 * NAPI guarantees serialisation of polls of the same device, which
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 2055 * This function polls the device until bit 7 of what is read matches data
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | rndis_wlan.c | 3204 * also polls device with rndis_command() and catches for media link rndis_device_poller()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | common.h | 181 * Driver then polls CSR_EEPROM_REG for CSR_EEPROM_REG_READ_VALID_MSK (0x1).
|
/linux-4.1.27/kernel/rcu/ |
H A D | tree_plugin.h | 1825 * has been specified, in which case each kthread actively polls its
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 1564 * @attempts: max number of polls of the status register 1565 * @delay: delay between polls in ms
|
/linux-4.1.27/net/core/ |
H A D | dev.c | 6471 * amount of fields so it can be used to schedule NAPI polls without 6481 * only ever used for NAPI polls init_dummy_netdev()
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 3048 /* if using multiple tx queues, make sure NIC polls the myri10ge_xmit()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
H A D | cnic.c | 4810 /* Set the CP and COM doorbells. These two processors polls the cnic_start_bnx2_hw()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 1174 * This work function polls the TSYNCTXCTL valid bit to determine when a
|
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci.c | 477 * The quirk creates a timer that polls every 2 seconds the link state of
|
/linux-4.1.27/net/bluetooth/ |
H A D | l2cap_core.c | 6087 * the remote stack receives and processes both polls, l2cap_classify_txseq()
|
/linux-4.1.27/drivers/message/fusion/ |
H A D | mptbase.c | 4853 * This routine polls the IOC for a handshake reply, 16 bits at a time.
|
/linux-4.1.27/include/net/ |
H A D | cfg80211.h | 2326 * @rfkill_poll: polls the hw rfkill line, use cfg80211 reporting
|
H A D | mac80211.h | 2400 * or polls; the frames that are already queued could end up being
|