/linux-4.1.27/drivers/tty/vt/ |
D | vc_screen.c | 66 struct vcs_poll_data *poll = in vcs_notifier() local 68 int currcons = poll->cons_num; in vcs_notifier() 80 poll->seen_last_update = false; in vcs_notifier() 81 wake_up_interruptible(&poll->waitq); in vcs_notifier() 82 kill_fasync(&poll->fasync, SIGIO, POLL_IN); in vcs_notifier() 87 vcs_poll_data_free(struct vcs_poll_data *poll) in vcs_poll_data_free() argument 89 unregister_vt_notifier(&poll->notifier); in vcs_poll_data_free() 90 kfree(poll); in vcs_poll_data_free() 96 struct vcs_poll_data *poll = file->private_data, *kill = NULL; in vcs_poll_data_get() local 98 if (poll) in vcs_poll_data_get() [all …]
|
/linux-4.1.27/arch/um/os-Linux/ |
D | sigio.c | 38 struct pollfd *poll; member 61 n = poll(fds->poll, fds->used, -1); in write_sigio_thread() 69 p = &fds->poll[i]; in write_sigio_thread() 88 memmove(&fds->poll[i], &fds->poll[i + 1], in write_sigio_thread() 89 (fds->used - i) * sizeof(*fds->poll)); in write_sigio_thread() 117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll() 118 kfree(polls->poll); in need_poll() 120 polls->poll = new; in need_poll() 174 if (all_sigio_fds.poll[i].fd == fd) in add_sigio_fd() 180 p = &all_sigio_fds.poll[i]; in add_sigio_fd() [all …]
|
D | irq.c | 28 n = poll(pollfds, pollfds_num, 0); in os_waiting_for_events()
|
/linux-4.1.27/drivers/iio/common/hid-sensors/ |
D | hid-sensor-attributes.c | 156 st->poll.report_id, in hid_sensor_read_poll_value() 157 st->poll.index, sizeof(value), &value); in hid_sensor_read_poll_value() 162 if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_poll_value() 177 st->poll.report_id, in hid_sensor_read_samp_freq_value() 178 st->poll.index, sizeof(value), &value); in hid_sensor_read_samp_freq_value() 183 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_read_samp_freq_value() 185 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_samp_freq_value() 208 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_write_samp_freq_value() 210 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_write_samp_freq_value() 215 ret = sensor_hub_set_feature(st->hsdev, st->poll.report_id, in hid_sensor_write_samp_freq_value() [all …]
|
/linux-4.1.27/drivers/vhost/ |
D | vhost.c | 42 struct vhost_poll *poll; in vhost_poll_func() local 44 poll = container_of(pt, struct vhost_poll, table); in vhost_poll_func() 45 poll->wqh = wqh; in vhost_poll_func() 46 add_wait_queue(wqh, &poll->wait); in vhost_poll_func() 52 struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait); in vhost_poll_wakeup() local 54 if (!((unsigned long)key & poll->mask)) in vhost_poll_wakeup() 57 vhost_poll_queue(poll); in vhost_poll_wakeup() 72 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, in vhost_poll_init() argument 75 init_waitqueue_func_entry(&poll->wait, vhost_poll_wakeup); in vhost_poll_init() 76 init_poll_funcptr(&poll->table, vhost_poll_func); in vhost_poll_init() [all …]
|
D | vhost.h | 41 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, 43 int vhost_poll_start(struct vhost_poll *poll, struct file *file); 44 void vhost_poll_stop(struct vhost_poll *poll); 45 void vhost_poll_flush(struct vhost_poll *poll); 46 void vhost_poll_queue(struct vhost_poll *poll); 72 struct vhost_poll poll; member
|
D | net.c | 104 struct vhost_poll poll[VHOST_NET_VQ_MAX]; member 286 vhost_poll_queue(&vq->poll); in vhost_zerocopy_callback() 413 vhost_poll_queue(&vq->poll); in handle_tx() 636 vhost_poll_queue(&vq->poll); in handle_rx() 647 poll.work); in handle_tx_kick() 656 poll.work); in handle_rx_kick() 665 poll[VHOST_NET_VQ_TX].work); in handle_tx_net() 672 poll[VHOST_NET_VQ_RX].work); in handle_rx_net() 710 vhost_poll_init(n->poll + VHOST_NET_VQ_TX, handle_tx_net, POLLOUT, dev); in vhost_net_open() 711 vhost_poll_init(n->poll + VHOST_NET_VQ_RX, handle_rx_net, POLLIN, dev); in vhost_net_open() [all …]
|
D | test.c | 85 vhost_poll_queue(&vq->poll); in handle_vq() 96 poll.work); in handle_vq_kick() 145 vhost_poll_flush(&n->vqs[index].poll); in vhost_test_flush_vq()
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | pl011.txt | 30 - auto-poll: 32 - poll-rate-ms: 33 Rate at which poll occurs when auto-poll is set, 35 - poll-timeout-ms: 36 Poll timeout when auto-poll is set, default
|
/linux-4.1.27/drivers/input/misc/ |
D | wm831x-on.c | 45 int poll, ret; in wm831x_poll_on() local 49 poll = !(ret & WM831X_ON_PIN_STS); in wm831x_poll_on() 51 input_report_key(wm831x_on->dev, KEY_POWER, poll); in wm831x_poll_on() 55 poll = 1; in wm831x_poll_on() 58 if (poll) in wm831x_poll_on()
|
D | rb532_button.c | 63 poll_dev->poll = rb532_button_poll; in rb532_button_probe()
|
D | sgi_btns.c | 110 poll_dev->poll = handle_buttons; in sgi_buttons_probe()
|
D | cobalt_btns.c | 93 poll_dev->poll = handle_buttons; in cobalt_buttons_probe()
|
D | mma8450.c | 191 idev->poll = mma8450_poll; in mma8450_probe()
|
D | gpio_tilt_polled.c | 132 poll_dev->poll = gpio_tilt_polled_poll; in gpio_tilt_polled_probe()
|
D | kxtj9.c | 396 static DEVICE_ATTR(poll, S_IRUGO|S_IWUSR, kxtj9_get_poll, kxtj9_set_poll); 452 poll_dev->poll = kxtj9_poll; in kxtj9_setup_polled_device()
|
/linux-4.1.27/drivers/dma-buf/ |
D | dma-buf.c | 127 spin_lock_irqsave(&dcb->poll->lock, flags); in dma_buf_poll_cb() 128 wake_up_locked_poll(dcb->poll, dcb->active); in dma_buf_poll_cb() 130 spin_unlock_irqrestore(&dcb->poll->lock, flags); in dma_buf_poll_cb() 133 static unsigned int dma_buf_poll(struct file *file, poll_table *poll) in dma_buf_poll() argument 148 poll_wait(file, &dmabuf->poll, poll); in dma_buf_poll() 150 events = poll_requested_events(poll) & (POLLIN | POLLOUT); in dma_buf_poll() 176 spin_lock_irq(&dmabuf->poll.lock); in dma_buf_poll() 182 spin_unlock_irq(&dmabuf->poll.lock); in dma_buf_poll() 209 spin_lock_irq(&dmabuf->poll.lock); in dma_buf_poll() 214 spin_unlock_irq(&dmabuf->poll.lock); in dma_buf_poll() [all …]
|
/linux-4.1.27/kernel/ |
D | utsname_sysctl.c | 58 proc_sys_poll_notify(table->poll); in proc_do_uts_string() 97 .poll = &hostname_poll, 105 .poll = &domainname_poll, 128 proc_sys_poll_notify(table->poll); in uts_proc_notify()
|
/linux-4.1.27/include/linux/ |
D | sysctl.h | 92 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll) in proc_sys_poll_event() argument 94 return (void *)(unsigned long)atomic_read(&poll->event); in proc_sys_poll_event() 113 struct ctl_table_poll *poll; member 169 void proc_sys_poll_notify(struct ctl_table_poll *poll);
|
D | dma-buf.h | 137 wait_queue_head_t poll; member 141 wait_queue_head_t *poll; member
|
D | input-polldev.h | 42 void (*poll)(struct input_polled_dev *dev); member
|
D | blk-iopoll.h | 13 blk_iopoll_fn *poll; member
|
D | adb.h | 36 void (*poll)(void); member
|
D | mailbox_controller.h | 84 struct timer_list poll; member
|
D | posix-clock.h | 93 uint (*poll) (struct posix_clock *pc, member
|
D | thread_info.h | 47 } poll; member
|
D | rfkill.h | 62 void (*poll)(struct rfkill *rfkill, void *data); member
|
D | tty_ldisc.h | 201 unsigned int (*poll)(struct tty_struct *, struct file *, member
|
D | ipmi_smi.h | 127 void (*poll)(void *send_info); member
|
D | hid-sensor-hub.h | 235 struct hid_sensor_hub_attribute_info poll; member
|
/linux-4.1.27/fs/ |
D | select.c | 457 if (f_op->poll) { in do_select() 460 mask = (*f_op->poll)(f.file, wait); in do_select() 764 if (f.file->f_op->poll) { in do_pollfd() 767 mask = f.file->f_op->poll(f.file, pwait); in do_pollfd() 937 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() 938 int nfds = restart_block->poll.nfds; in do_restart_poll() 942 if (restart_block->poll.has_timeout) { in do_restart_poll() 943 end_time.tv_sec = restart_block->poll.tv_sec; in do_restart_poll() 944 end_time.tv_nsec = restart_block->poll.tv_nsec; in do_restart_poll() 957 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument [all …]
|
D | proc_namespace.c | 25 poll_wait(file, &p->ns->poll, wait); in mounts_poll() 321 .poll = mounts_poll, 329 .poll = mounts_poll,
|
D | mount.h | 14 wait_queue_head_t poll; member
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | charger-manager.txt | 20 - cm-poll-mode : polling mode (enum polling_modes) 21 - cm-poll-interval : polling interval 39 cm-poll-mode = <1>; 40 cm-poll-interval = <30000>;
|
D | sbs_sbs-battery.txt | 10 - sbs,poll-retry-count : The number of times to try looking for new status 21 sbs,poll-retry-count = <10>;
|
/linux-4.1.27/drivers/media/ |
D | media-devnode.c | 108 struct poll_table_struct *poll) in media_poll() argument 114 if (!mdev->fops->poll) in media_poll() 116 return mdev->fops->poll(filp, poll); in media_poll() 216 .poll = media_poll,
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | dsp_core.c | 169 static int poll; variable 175 module_param(poll, uint, S_IRUGO | S_IWUSR); 1131 dsp_poll = poll; in dsp_init() 1135 "maximum.\n", __func__, poll, MAX_POLL); in dsp_init() 1145 dsp_tics = poll * HZ / 8000; in dsp_init() 1146 if (dsp_tics * 8000 != poll * HZ) { in dsp_init() 1149 "%d HZ.\n", poll, HZ); in dsp_init() 1154 poll = 8; in dsp_init() 1155 while (poll <= MAX_POLL) { in dsp_init() 1156 tics = (poll * HZ) / 8000; in dsp_init() [all …]
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpcihp_zt5550.c | 61 static bool poll; variable 220 if (!poll) { in zt5550_hc_init_one() 327 module_param(poll, bool, 0644); 328 MODULE_PARM_DESC(poll, "#ENUM polling mode enabled or not");
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | clps711x-keypad.txt | 6 - poll-interval: Poll interval time in milliseconds. 17 poll-interval = <120>;
|
D | gpio-keys-polled.txt | 5 - poll-interval: Poll interval time in milliseconds 31 poll-interval = <100>;
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-op-mode.h | 156 int (*poll)(struct napi_struct *, int), 266 int (*poll)(struct napi_struct *, int), in iwl_op_mode_napi_add() 271 op_mode->ops->napi_add(op_mode, napi, napi_dev, poll, weight); in iwl_op_mode_napi_add()
|
/linux-4.1.27/fs/proc/ |
D | inode.c | 227 unsigned int (*poll)(struct file *, struct poll_table_struct *); in proc_reg_poll() local 229 poll = pde->proc_fops->poll; in proc_reg_poll() 230 if (poll) in proc_reg_poll() 231 rv = poll(file, pts); in proc_reg_poll() 372 .poll = proc_reg_poll, 388 .poll = proc_reg_poll,
|
D | proc_sysctl.c | 44 void proc_sys_poll_notify(struct ctl_table_poll *poll) in proc_sys_poll_notify() argument 46 if (!poll) in proc_sys_poll_notify() 49 atomic_inc(&poll->event); in proc_sys_poll_notify() 50 wake_up_interruptible(&poll->wait); in proc_sys_poll_notify() 573 if (table->poll) in proc_sys_open() 574 filp->private_data = proc_sys_poll_event(table->poll); in proc_sys_open() 596 if (!table->poll) in proc_sys_poll() 600 poll_wait(filp, &table->poll->wait, wait); in proc_sys_poll() 602 if (event != atomic_read(&table->poll->event)) { in proc_sys_poll() 603 filp->private_data = proc_sys_poll_event(table->poll); in proc_sys_poll() [all …]
|
D | kmsg.c | 53 .poll = kmsg_poll,
|
/linux-4.1.27/drivers/mfd/ |
D | arizona-irq.c | 97 bool poll; in arizona_irq_thread() local 108 poll = false; in arizona_irq_thread() 134 poll = true; in arizona_irq_thread() 137 poll = true; in arizona_irq_thread() 139 } while (poll); in arizona_irq_thread()
|
D | tps65010.c | 322 u8 tmp = 0, mask, poll; in tps65010_interrupt() local 327 poll = 0; in tps65010_interrupt() 352 poll = 1; in tps65010_interrupt() 401 poll = 1; in tps65010_interrupt() 402 if (poll) in tps65010_interrupt()
|
/linux-4.1.27/drivers/mailbox/ |
D | mailbox.c | 134 mod_timer(&mbox->poll, jiffies + in poll_txdone() 420 mbox->poll.function = &poll_txdone; in mbox_controller_register() 421 mbox->poll.data = (unsigned long)mbox; in mbox_controller_register() 422 init_timer(&mbox->poll); in mbox_controller_register() 464 del_timer_sync(&mbox->poll); in mbox_controller_unregister()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | pcl816.c | 465 unsigned int poll; in pcl816_ai_poll() local 470 poll = comedi_isadma_poll(dma); in pcl816_ai_poll() 471 poll = comedi_bytes_to_samples(s, poll); in pcl816_ai_poll() 472 if (poll > devpriv->ai_poll_ptr) { in pcl816_ai_poll() 476 poll - devpriv->ai_poll_ptr); in pcl816_ai_poll() 478 devpriv->ai_poll_ptr = poll; in pcl816_ai_poll() 651 s->poll = pcl816_ai_poll; in pcl816_attach()
|
D | pcl812.c | 861 unsigned int poll; in pcl812_ai_poll() local 870 poll = comedi_isadma_poll(dma); in pcl812_ai_poll() 871 poll = comedi_bytes_to_samples(s, poll); in pcl812_ai_poll() 872 if (poll > devpriv->ai_poll_ptr) { in pcl812_ai_poll() 876 poll - devpriv->ai_poll_ptr); in pcl812_ai_poll() 878 devpriv->ai_poll_ptr = poll; in pcl812_ai_poll() 1208 s->poll = pcl812_ai_poll; in pcl812_attach()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | base.c | 91 bool poll = true; in nvkm_therm_update() local 105 poll = false; in nvkm_therm_update() 118 poll = false; in nvkm_therm_update() 126 poll = false; in nvkm_therm_update() 129 if (list_empty(&priv->alarm.head) && poll) in nvkm_therm_update()
|
/linux-4.1.27/Documentation/gpio/ |
D | sysfs.txt | 78 description of "edge"), you can poll(2) on that file and 79 poll(2) will return whenever the interrupt was triggered. If 80 you use poll(2), set the events POLLPRI and POLLERR. If you 82 poll(2) returns, either lseek(2) to the beginning of the sysfs 88 that will make poll(2) on the "value" file return. 96 poll(2) support configuration via the edge attribute 154 before and after gpiod_export(), and previously enabled poll(2) support for
|
/linux-4.1.27/Documentation/hwmon/ |
D | acpi_power_meter | 29 socket and a poll notification will be sent to the appropriate 39 the netlink event socket and a poll notification will be sent to the 46 well as sent as a poll notification to a sysfs file. The events are as
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 910 struct __pollrdmwr *poll = &entry->region.pollrdmwr; in qlcnic_read_pollrdmwr() local 913 poll_wait = poll->poll_wait; in qlcnic_read_pollrdmwr() 915 qlcnic_ind_wr(adapter, poll->addr1, poll->val1); in qlcnic_read_pollrdmwr() 919 data = qlcnic_ind_rd(adapter, poll->addr1); in qlcnic_read_pollrdmwr() 920 if ((data & poll->poll_mask) != 0) in qlcnic_read_pollrdmwr() 932 data = qlcnic_ind_rd(adapter, poll->addr2) & poll->mod_mask; in qlcnic_read_pollrdmwr() 933 qlcnic_ind_wr(adapter, poll->addr2, data); in qlcnic_read_pollrdmwr() 934 qlcnic_ind_wr(adapter, poll->addr1, poll->val2); in qlcnic_read_pollrdmwr() 938 temp = qlcnic_ind_rd(adapter, poll->addr1); in qlcnic_read_pollrdmwr() 939 if ((temp & poll->poll_mask) != 0) in qlcnic_read_pollrdmwr() [all …]
|
D | qlcnic_83xx_init.c | 1839 struct qlc_83xx_poll *poll; in qlcnic_83xx_poll_list() local 1843 poll = (struct qlc_83xx_poll *)((char *)p_hdr + in qlcnic_83xx_poll_list() 1846 entry = (struct qlc_83xx_entry *)((char *)poll + in qlcnic_83xx_poll_list() 1853 delay, poll->mask, in qlcnic_83xx_poll_list() 1854 poll->status); in qlcnic_83xx_poll_list() 1862 poll->mask, in qlcnic_83xx_poll_list() 1863 poll->status)){ in qlcnic_83xx_poll_list() 1883 struct qlc_83xx_poll *poll; in qlcnic_83xx_poll_write_list() local 1885 poll = (struct qlc_83xx_poll *)((char *)p_hdr + in qlcnic_83xx_poll_write_list() 1887 entry = (struct qlc_83xx_quad_entry *)((char *)poll + in qlcnic_83xx_poll_write_list() [all …]
|
/linux-4.1.27/Documentation/zh_CN/ |
D | basic_profiling.txt | 49 在kernel启动命令行增加“idle=poll” 57 说明APIC特性没有开启。另外注意idle=poll选项可能有损性能。
|
D | gpio.txt | 592 (见"edge"的描述),你可以对这个文件使用轮询操作(poll(2)), 593 且轮询操作会在任何中断触发时返回。如果你使用轮询操作(poll(2)), 596 轮询操作(poll(2))返回之后,既可以通过 lseek(2)操作读取 607 和 "falling" 沿触发模式的轮询操作(poll(2))将会遵循这个设置。 657 前后进行,且之前使能的轮询操作(poll(2))支持(上升或下降沿)将会被重新配置来遵循
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_probe_helper.c | 59 module_param_named(poll, drm_kms_helper_poll, bool, 0600); 411 bool poll = false; in drm_kms_helper_poll_enable() local 420 poll = true; in drm_kms_helper_poll_enable() 423 if (poll) in drm_kms_helper_poll_enable()
|
/linux-4.1.27/drivers/staging/octeon/ |
D | ethernet-xaui.c | 110 priv->poll = cvm_oct_xaui_poll; in cvm_oct_xaui_open() 136 priv->poll = cvm_oct_xaui_poll; in cvm_oct_xaui_init()
|
D | octeon-ethernet.h | 63 void (*poll)(struct net_device *dev); member
|
D | ethernet-sgmii.c | 110 priv->poll = cvm_oct_sgmii_poll; in cvm_oct_sgmii_open()
|
D | ethernet-mdio.c | 155 priv->poll = NULL; in cvm_oct_common_stop()
|
/linux-4.1.27/net/nfc/nci/ |
D | ntf.c | 418 struct activation_params_poll_nfc_dep *poll; in nci_extract_activation_params_nfc_dep() local 424 poll = &ntf->activation_params.poll_nfc_dep; in nci_extract_activation_params_nfc_dep() 425 poll->atr_res_len = min_t(__u8, *data++, in nci_extract_activation_params_nfc_dep() 427 pr_debug("atr_res_len %d\n", poll->atr_res_len); in nci_extract_activation_params_nfc_dep() 428 if (poll->atr_res_len > 0) in nci_extract_activation_params_nfc_dep() 429 memcpy(poll->atr_res, data, poll->atr_res_len); in nci_extract_activation_params_nfc_dep()
|
/linux-4.1.27/block/ |
D | blk-iopoll.c | 109 work = iop->poll(iop, weight); in blk_iopoll_softirq() 184 iop->poll = poll_fn; in blk_iopoll_init()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_83xx.h | 264 uint32_t poll; member 281 uint32_t poll; member 294 uint32_t poll; member
|
D | ql4_nx.c | 2646 uint32_t poll, mask, data_size, modify_mask; in qla4_84xx_minidump_process_rddfe() local 2659 poll = le32_to_cpu(rddfe->poll); in qla4_84xx_minidump_process_rddfe() 2670 while (wait_count < poll) { in qla4_84xx_minidump_process_rddfe() 2677 if (wait_count == poll) { in qla4_84xx_minidump_process_rddfe() 2691 while (wait_count < poll) { in qla4_84xx_minidump_process_rddfe() 2697 if (wait_count == poll) { in qla4_84xx_minidump_process_rddfe() 2708 while (wait_count < poll) { in qla4_84xx_minidump_process_rddfe() 2715 if (wait_count == poll) { in qla4_84xx_minidump_process_rddfe() 2743 uint32_t poll, mask; in qla4_84xx_minidump_process_rdmdio() local 2755 poll = le32_to_cpu(rdmdio->poll); in qla4_84xx_minidump_process_rdmdio() [all …]
|
/linux-4.1.27/drivers/input/ |
D | input-polldev.c | 41 dev->poll(dev); in input_polled_device_work() 54 dev->poll(dev); in input_open_polled_device() 115 static DEVICE_ATTR(poll, S_IRUGO | S_IWUSR, input_polldev_get_poll,
|
/linux-4.1.27/Documentation/networking/ |
D | netlink_mmap.txt | 19 additionally as long as the ring contains messages no recvmsg() or poll() 46 Conversion of the reception path involves calling poll() on the file 59 stack and setting up the frame header appropriately. Optionally poll() can 157 for user-space. Approriate action is to invoke poll() 166 Appropriate action is to invoke poll() to wait for 254 if (poll(pfds, 1, -1) < 0 && errno != -EINTR) 261 /* If no new messages, poll again */ 316 /* No frame available. Use poll() to avoid. */
|
D | netdevices.txt | 100 napi->poll: 103 all NAPI instances which will do a sleeping poll on the
|
D | packet_mmap.txt | 80 [capture] poll() ---------> to wait for incoming packets 122 [transmission] poll() ---------> wait for free packets (optional) 487 The user can use poll (any other variant should apply too) to check if new 497 retval = poll(&pfd, 1, timeout); 500 then poll for frames. 523 The user can also use poll() to check if a buffer is available: 530 retval = poll(&pfd, 1, timeout); 570 2. Read/poll is at a block-level (as opposed to packet-level) 571 3. Added poll timeout to avoid indefinite user-space wait 770 #include <poll.h> [all …]
|
D | nfc.txt | 60 * start_poll - setup the device to poll for targets 87 The user must call START_POLL to poll for NFC targets, passing the desired NFC
|
D | cxacru.txt | 91 "poll" (used to resume status polling if it was disabled due to failure)
|
D | driver.txt | 89 be aborted. If necessary, poll or wait for completion of
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 589 u32 poll = 0; in rtl8188e_set_FwJoinBssReport_cmd() local 622 poll = 0; in rtl8188e_set_FwJoinBssReport_cmd() 632 poll++; in rtl8188e_set_FwJoinBssReport_cmd() 633 } while (!bcn_valid && (poll%10) != 0 && !adapt->bSurpriseRemoved && !adapt->bDriverStopped); in rtl8188e_set_FwJoinBssReport_cmd() 639 DBG_88E("%s: 1 Download RSVD page failed! DLBcnCount:%u, poll:%u\n", __func__, DLBcnCount, poll); in rtl8188e_set_FwJoinBssReport_cmd() 641 DBG_88E("%s: 1 Download RSVD success! DLBcnCount:%u, poll:%u\n", __func__, DLBcnCount, poll); in rtl8188e_set_FwJoinBssReport_cmd()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | sparc_ksyms_32.c | 16 struct poll { struct
|
D | sparc_ksyms_64.c | 19 struct poll { struct
|
/linux-4.1.27/Documentation/ |
D | basic_profiling.txt | 32 http://oprofile.sourceforge.net/ and add "idle=poll" to the kernel command 41 a 0Hz CPU, APIC was not on. Be aware that idle=poll may mean a performance
|
D | xillybus.txt | 29 -- The "nonempty" message (supporting poll) 133 * Supporting poll() and select(). 233 poll() for this pipe. 367 The "nonempty" message (supporting poll) 370 In order to support the "poll" method (and hence select() ), there is a small 379 These messages are used only to support poll() and select(). The IP core can
|
/linux-4.1.27/include/linux/platform_data/ |
D | mv_usb.h | 33 int (*poll)(void); member
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | machinecheck | 38 How often to poll for corrected machine check errors, in seconds 40 finds MCEs it triggers an exponential speedup (poll more often) on 42 triggers an exponential backoff (poll less often) on the polling
|
/linux-4.1.27/drivers/usb/atm/ |
D | cxacru.c | 354 int poll = -1; in cxacru_sysfs_store_adsl_state() local 381 poll = CXPOLL_STOPPED; in cxacru_sysfs_store_adsl_state() 401 poll = CXPOLL_POLLING; in cxacru_sysfs_store_adsl_state() 407 poll = CXPOLL_POLLING; in cxacru_sysfs_store_adsl_state() 412 poll = -1; in cxacru_sysfs_store_adsl_state() 415 if (poll == CXPOLL_POLLING) { in cxacru_sysfs_store_adsl_state() 429 poll = -1; in cxacru_sysfs_store_adsl_state() 432 } else if (poll == CXPOLL_STOPPED) { in cxacru_sysfs_store_adsl_state() 442 if (poll == CXPOLL_POLLING) in cxacru_sysfs_store_adsl_state()
|
/linux-4.1.27/tools/perf/python/ |
D | twatch.py | 30 evlist.poll(timeout = -1)
|
/linux-4.1.27/drivers/gpu/drm/tdfx/ |
D | tdfx_drv.c | 51 .poll = drm_poll,
|
/linux-4.1.27/drivers/misc/cxl/ |
D | file.c | 249 static unsigned int afu_poll(struct file *file, struct poll_table_struct *poll) in afu_poll() argument 256 poll_wait(file, &ctx->wq, poll); in afu_poll() 365 .poll = afu_poll, 376 .poll = afu_poll,
|
/linux-4.1.27/include/media/ |
D | media-devnode.h | 47 unsigned int (*poll) (struct file *, struct poll_table_struct *); member
|
D | v4l2-dev.h | 67 unsigned int (*poll) (struct file *, struct poll_table_struct *); member
|
/linux-4.1.27/Documentation/i2c/ |
D | slave-eeprom-backend | 12 As of 2015, Linux doesn't support poll on binary sysfs files, so there is no
|
/linux-4.1.27/arch/blackfin/include/uapi/asm/ |
D | Kbuild | 11 header-y += poll.h
|
/linux-4.1.27/fs/kernfs/ |
D | file.c | 38 wait_queue_head_t poll; member 573 init_waitqueue_head(&new_on->poll); in kernfs_get_open_node() 792 poll_wait(filp, &on->poll, wait); in kernfs_fop_poll() 828 wake_up_interruptible(&on->poll); in kernfs_notify_workfn() 893 .poll = kernfs_fop_poll,
|
/linux-4.1.27/net/irda/irnet/ |
D | irnet_ppp.h | 103 .poll = dev_irnet_poll,
|
/linux-4.1.27/drivers/gpu/drm/savage/ |
D | savage_drv.c | 44 .poll = drm_poll,
|
/linux-4.1.27/fs/notify/inotify/ |
D | Kconfig | 10 descriptor, which is also select()- and poll()-able.
|
/linux-4.1.27/include/net/irda/ |
D | ircomm_param.h | 135 __u8 poll; member
|
/linux-4.1.27/drivers/gpu/drm/i810/ |
D | i810_drv.c | 51 .poll = drm_poll,
|
/linux-4.1.27/kernel/time/ |
D | posix-clock.c | 77 if (clk->ops.poll) in posix_clock_poll() 78 result = clk->ops.poll(clk, fp, wait); in posix_clock_poll() 198 .poll = posix_clock_poll,
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_nx2.h | 442 uint32_t poll; member 459 uint32_t poll; member 472 uint32_t poll; member
|
D | qla_nx2.c | 2995 uint32_t poll, mask, data_size, modify_mask; in qla8044_minidump_process_rddfe() local 3009 poll = rddfe->poll; in qla8044_minidump_process_rddfe() 3020 while (wait_count < poll) { in qla8044_minidump_process_rddfe() 3027 if (wait_count == poll) { in qla8044_minidump_process_rddfe() 3041 while (wait_count < poll) { in qla8044_minidump_process_rddfe() 3047 if (wait_count == poll) { in qla8044_minidump_process_rddfe() 3056 while (wait_count < poll) { in qla8044_minidump_process_rddfe() 3063 if (wait_count == poll) { in qla8044_minidump_process_rddfe() 3094 uint32_t poll, mask; in qla8044_minidump_process_rdmdio() local 3108 poll = rdmdio->poll; in qla8044_minidump_process_rdmdio() [all …]
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | trace-agent-ctl.c | 59 ret = poll(&poll_fd, 1, EVENT_WAIT_MSEC); in wait_order()
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | Kbuild | 11 header-y += poll.h
|
/linux-4.1.27/Documentation/power/ |
D | charger-manager.txt | 122 : CM_POLL_DISABLE: do not poll this battery. 123 CM_POLL_ALWAYS: always poll this battery. 124 CM_POLL_EXTERNAL_POWER_ONLY: poll this battery if and only if 126 CM_POLL_CHARGING_ONLY: poll this battery if and only if the 146 : Required polling interval in ms. Charger Manager will poll
|
/linux-4.1.27/include/sound/ |
D | hwdep.h | 40 unsigned int (*poll)(struct snd_hwdep *hw, struct file *file, member
|
D | info.h | 63 unsigned int (*poll)(struct snd_info_entry *entry, member
|
/linux-4.1.27/drivers/gpu/drm/r128/ |
D | r128_drv.c | 50 .poll = drm_poll,
|
/linux-4.1.27/net/rfkill/ |
D | core.c | 778 if (!rfkill->ops->poll) in rfkill_pause_polling() 789 if (!rfkill->ops->poll) in rfkill_resume_polling() 896 rfkill->ops->poll(rfkill, rfkill->data); in rfkill_poll() 962 if (rfkill->ops->poll) in rfkill_register() 997 if (rfkill->ops->poll) in rfkill_unregister() 1232 .poll = rfkill_fop_poll,
|
/linux-4.1.27/arch/x86/kvm/ |
D | irq.h | 49 u8 poll; member
|
D | i8259.c | 327 s->poll = 1; in pic_ioport_write() 433 if (s->poll) { in pic_ioport_read() 435 s->poll = 0; in pic_ioport_read()
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | Kbuild | 21 generic-y += poll.h
|
/linux-4.1.27/drivers/gpu/drm/mga/ |
D | mga_drv.c | 52 .poll = drm_poll,
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 60 static uint poll, tics; variable 67 module_param(poll, uint, S_IRUGO | S_IWUSR); 823 if (count > (poll << 1) - fcnt) in hfcpci_fill_fifo() 824 count = (poll << 1) - fcnt; in hfcpci_fill_fifo() 2103 mISDN_initbchannel(&card->bch[i], MAX_DATA_MEM, poll >> 1); in setup_card() 2315 if (!poll) in HFC_init() 2316 poll = HFCPCI_BTRANS_THRESHOLD; in HFC_init() 2318 if (poll != HFCPCI_BTRANS_THRESHOLD) { in HFC_init() 2319 tics = (poll * HZ) / 8000; in HFC_init() 2322 poll = (tics * 8000) / HZ; in HFC_init() [all …]
|
D | hfcmulti.c | 224 static uint poll; variable 241 module_param(poll, uint, S_IRUGO | S_IWUSR); 1200 hc->max_trans = poll << 1; in init_chip() 1649 hc->flash[2] = poll; in hfcmulti_leds() 1651 hc->flash[3] = poll; in hfcmulti_leds() 1661 hc->flash[2] += poll; in hfcmulti_leds() 1663 hc->flash[3] += poll; in hfcmulti_leds() 1696 hc->flash[i] = poll; in hfcmulti_leds() 1702 hc->flash[i] += poll; in hfcmulti_leds() 1760 hc->flash[i] = poll; in hfcmulti_leds() [all …]
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | Kbuild | 16 header-y += poll.h
|
/linux-4.1.27/arch/m32r/include/uapi/asm/ |
D | Kbuild | 15 header-y += poll.h
|
/linux-4.1.27/arch/score/include/uapi/asm/ |
D | Kbuild | 16 header-y += poll.h
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 68 Low latency busy poll timeout for socket reads. (needs CONFIG_NET_RX_BUSY_POLL) 79 Low latency busy poll timeout for poll and select. (needs CONFIG_NET_RX_BUSY_POLL) 81 Recommended value depends on the number of sockets you poll on. 144 poll). In one polling cycle interfaces which are registered to polling are
|
/linux-4.1.27/fs/cachefiles/ |
D | daemon.c | 57 .poll = cachefiles_daemon_poll, 294 struct poll_table_struct *poll) in cachefiles_daemon_poll() argument 299 poll_wait(file, &cache->daemon_pollwq, poll); in cachefiles_daemon_poll()
|
/linux-4.1.27/arch/frv/include/uapi/asm/ |
D | Kbuild | 16 header-y += poll.h
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
D | Kbuild | 33 generic-y += poll.h
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | Kbuild | 27 header-y += poll.h
|
/linux-4.1.27/drivers/gpu/drm/via/ |
D | via_drv.c | 66 .poll = drm_poll,
|
/linux-4.1.27/arch/microblaze/include/uapi/asm/ |
D | Kbuild | 19 header-y += poll.h
|
/linux-4.1.27/arch/arm/include/asm/ |
D | Kbuild | 19 generic-y += poll.h
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | Kbuild | 17 header-y += poll.h
|
D | Kbuild.asm | 22 header-y += poll.h
|
/linux-4.1.27/arch/tile/include/asm/ |
D | Kbuild | 26 generic-y += poll.h
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
D | Kbuild | 19 header-y += poll.h
|
/linux-4.1.27/drivers/gpu/drm/sis/ |
D | sis_drv.c | 74 .poll = drm_poll,
|
/linux-4.1.27/arch/sh/include/asm/ |
D | Kbuild | 24 generic-y += poll.h
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_drv.c | 29 .poll = drm_poll,
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-cros-ec-tunnel.txt | 36 sbs,poll-retry-count = <1>;
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | Kbuild | 21 header-y += poll.h
|
/linux-4.1.27/drivers/input/serio/ |
D | hp_sdc_mlc.c | 197 goto poll; in hp_sdc_mlc_cts() 205 poll: in hp_sdc_mlc_cts()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-timechart.txt | 30 There are also poll bars which show how much time application spent 31 in poll/epoll/select syscalls.
|
/linux-4.1.27/sound/core/ |
D | hwdep.c | 182 if (hw->ops.poll) in snd_hwdep_poll() 183 return hw->ops.poll(hw, file, wait); in snd_hwdep_poll() 341 .poll = snd_hwdep_poll,
|
D | info.c | 459 if (entry->c.ops->poll) in snd_info_entry_poll() 460 return entry->c.ops->poll(entry, in snd_info_entry_poll() 520 .poll = snd_info_entry_poll,
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-msm.c | 67 static inline int msm_dll_poll_ck_out_en(struct sdhci_host *host, u8 poll) in msm_dll_poll_ck_out_en() argument 77 while (ck_out_en != poll) { in msm_dll_poll_ck_out_en() 80 mmc_hostname(mmc), poll); in msm_dll_poll_ck_out_en()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 331 static unsigned int v4l2_poll(struct file *filp, struct poll_table_struct *poll) in v4l2_poll() argument 336 if (!vdev->fops->poll) in v4l2_poll() 339 res = vdev->fops->poll(filp, poll); in v4l2_poll() 466 .poll = v4l2_poll,
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.c | 83 .poll = drm_poll,
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | Kbuild | 22 header-y += poll.h
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | Kbuild | 23 header-y += poll.h
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | network.c | 93 int (*poll)(struct iss_net_private *lp); member 264 lp->tp.poll = tuntap_poll; in tuntap_probe() 279 if (lp->tp.poll(lp) == 0) in iss_net_rx()
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | tsc2007.txt | 22 - ti,poll-period: how much time to wait (in milliseconds) before reading again the
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | Kbuild | 27 header-y += poll.h
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | Kbuild | 26 header-y += poll.h
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | moxart-uc7112lx.dts | 66 poll-interval = <500>;
|
/linux-4.1.27/crypto/ |
D | algif_rng.c | 109 .poll = sock_no_poll,
|
D | algif_hash.c | 228 .poll = sock_no_poll, 336 .poll = sock_no_poll,
|
/linux-4.1.27/arch/arc/include/asm/ |
D | Kbuild | 32 generic-y += poll.h
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | Kbuild | 25 header-y += poll.h
|
/linux-4.1.27/tools/lib/api/fd/ |
D | array.c | 116 return poll(fda->entries, fda->nr, timeout); in fdarray__poll()
|
/linux-4.1.27/Documentation/filesystems/ |
D | inotify.txt | 42 file bar would pop poll() on both fd's, but there would be no way to tell 73 file descriptor-based one that allows basic file I/O and poll/select.
|
/linux-4.1.27/drivers/tty/serial/ |
D | sccnxp.c | 127 bool poll; member 909 s->poll = 1; in sccnxp_probe() 912 if (!s->poll) { in sccnxp_probe() 965 if (!s->poll) { in sccnxp_probe() 996 if (!s->poll) in sccnxp_remove()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | Kbuild | 34 generic-y += poll.h
|
/linux-4.1.27/arch/metag/include/asm/ |
D | Kbuild | 33 generic-y += poll.h
|
/linux-4.1.27/drivers/macintosh/ams/ |
D | ams-input.c | 70 ams_info.idev->poll = ams_idev_poll; in ams_input_enable()
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_drv.c | 127 .poll = drm_poll,
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | Kbuild | 37 generic-y += poll.h
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | Kbuild | 35 generic-y += poll.h
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-tty | 9 The file supports poll() to detect virtual 18 The file supports poll() to detect virtual
|
/linux-4.1.27/net/nfc/ |
D | rawsock.c | 287 .poll = datagram_poll, 307 .poll = datagram_poll,
|
/linux-4.1.27/net/9p/ |
D | trans_fd.c | 243 if (!ts->rd->f_op->poll) in p9_fd_poll() 246 if (!ts->wr->f_op->poll) in p9_fd_poll() 249 ret = ts->rd->f_op->poll(ts->rd, pt); in p9_fd_poll() 254 n = ts->wr->f_op->poll(ts->wr, pt); in p9_fd_poll()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | Kbuild | 35 header-y += poll.h
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | Kbuild | 35 generic-y += poll.h
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | Kbuild | 39 generic-y += poll.h
|
/linux-4.1.27/net/atm/ |
D | pvc.c | 116 .poll = vcc_poll,
|
/linux-4.1.27/drivers/usb/serial/ |
D | iuu_phoenix.c | 60 int poll; /* number of poll */ member 651 priv->poll++; in iuu_uart_read_callback() 679 if (priv->poll > 99) { in iuu_uart_read_callback() 681 priv->poll = 0; in iuu_uart_read_callback() 988 priv->poll = 0; in iuu_open()
|
/linux-4.1.27/drivers/xen/events/ |
D | events_base.c | 1535 struct sched_poll poll; in xen_poll_irq_timeout() local 1537 poll.nr_ports = 1; in xen_poll_irq_timeout() 1538 poll.timeout = timeout; in xen_poll_irq_timeout() 1539 set_xen_guest_handle(poll.ports, &evtchn); in xen_poll_irq_timeout() 1541 if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0) in xen_poll_irq_timeout()
|
/linux-4.1.27/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 424 为正确支持事件机制,poll() 文件操作也应被实现。 964 返回未决事件的数量。有助于实现轮询(poll)操作。 966 事件通过 poll 系统调用传递到用户空间。驱动可用
|
/linux-4.1.27/tools/testing/selftests/net/ |
D | psock_tpacket.c | 278 poll(&pfd, 1, 1); in walk_v1_v2_rx() 426 poll(&pfd, 1, 1); in walk_v1_v2_tx() 562 poll(&pfd, 1, 1); in walk_v3_rx()
|
/linux-4.1.27/drivers/input/mouse/ |
D | gpio_mouse.c | 107 input_poll->poll = gpio_mouse_scan; in gpio_mouse_probe()
|
D | psmouse.h | 80 int (*poll)(struct psmouse *psmouse); member
|
/linux-4.1.27/drivers/vfio/ |
D | virqfd.c | 169 events = irqfd.file->f_op->poll(irqfd.file, &virqfd->pt); in vfio_virqfd_enable()
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
D | bochs_drv.c | 75 .poll = drm_poll,
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_drv.c | 190 .poll = drm_poll,
|
/linux-4.1.27/Documentation/connector/ |
D | ucon.c | 207 switch (poll(&pfd, 1, -1)) { in main()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | sb1250-mac.c | 292 int work_to_do, int poll); 294 int poll); 1067 int work_to_do, int poll) in sbdma_rx_process() argument 1173 if (poll) in sbdma_rx_process() 1205 if (!poll) { in sbdma_rx_process() 1232 int poll) in sbdma_tx_process() argument
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_hwdep.c | 178 .poll = hwdep_poll,
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-hwdep.c | 173 .poll = hwdep_poll, in snd_dice_create_hwdep()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | divamnt.c | 177 .poll = maint_poll,
|
/linux-4.1.27/drivers/media/radio/si4713/ |
D | radio-platform-si4713.c | 63 .poll = v4l2_ctrl_poll,
|
/linux-4.1.27/kernel/events/ |
D | internal.h | 22 atomic_t poll; /* POLL_ for wakeups */ member
|
/linux-4.1.27/Documentation/x86/ |
D | usb-legacy-support.txt | 42 idle=poll on the kernel command line. The BIOS may be entering the SMM
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 173 .poll = hwdep_poll, in snd_oxfw_create_hwdep()
|
/linux-4.1.27/security/tomoyo/ |
D | securityfs_if.c | 211 .poll = tomoyo_poll,
|
D | common.c | 231 if (head->poll) { in tomoyo_flush() 2366 head->poll = tomoyo_poll_log; in tomoyo_open_control() 2391 head->poll = tomoyo_poll_query; in tomoyo_open_control() 2407 head->poll = NULL; in tomoyo_open_control() 2408 } else if (!head->poll) { in tomoyo_open_control() 2458 if (head->poll) in tomoyo_poll_control() 2459 return head->poll(file, wait) | POLLOUT | POLLWRNORM; in tomoyo_poll_control()
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | Kbuild | 44 generic-y += poll.h
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_printer.txt | 149 #include <linux/poll.h> 213 retval = poll(fd, 1, 1000); 270 retval = poll(fd, 1, 1000);
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | sock.c | 181 .poll = sock_no_poll,
|
/linux-4.1.27/drivers/input/keyboard/ |
D | clps711x-keypad.c | 142 poll_dev->poll = clps711x_keypad_poll; in clps711x_keypad_probe()
|
D | jornada680_kbd.c | 208 poll_dev->poll = jornadakbd680_poll; in jornada680kbd_probe()
|
/linux-4.1.27/Documentation/timers/ |
D | hpet_example.c | 183 if (poll(&pfd, 1, -1) < 0) in hpet_poll()
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-timb.c | 97 .poll = v4l2_ctrl_poll,
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | sock.c | 178 .poll = sock_no_poll,
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-ci.c | 220 .poll = fdtv_ca_io_poll,
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss.c | 216 .poll = odev_poll,
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-streams.c | 55 .poll = ivtv_v4l2_enc_poll, 65 .poll = ivtv_v4l2_dec_poll, 73 .poll = ivtv_v4l2_enc_poll,
|
/linux-4.1.27/net/bluetooth/ |
D | l2cap_core.c | 912 control->poll = (enh & L2CAP_CTRL_POLL) >> L2CAP_CTRL_POLL_SHIFT; in __unpack_enhanced_control() 923 control->poll = 0; in __unpack_enhanced_control() 936 control->poll = (ext & L2CAP_EXT_CTRL_POLL) >> L2CAP_EXT_CTRL_POLL_SHIFT; in __unpack_extended_control() 947 control->poll = 0; in __unpack_extended_control() 974 packed |= control->poll << L2CAP_EXT_CTRL_POLL_SHIFT; in __pack_extended_control() 993 packed |= control->poll << L2CAP_CTRL_POLL_SHIFT; in __pack_enhanced_control() 1073 !control->poll) in l2cap_send_sframe() 1087 control->final, control->poll, control->super); in l2cap_send_sframe() 1099 static void l2cap_send_rr_or_rnr(struct l2cap_chan *chan, bool poll) in l2cap_send_rr_or_rnr() argument 1103 BT_DBG("chan %p, poll %d", chan, poll); in l2cap_send_rr_or_rnr() [all …]
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_drv.c | 330 .poll = drm_poll, 557 .poll = drm_poll,
|
/linux-4.1.27/tools/iio/ |
D | generic_buffer.c | 312 poll(&pfd, 1, -1); in main()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_drv.c | 86 .poll = drm_poll,
|
/linux-4.1.27/tools/perf/bench/ |
D | sched-messaging.c | 78 if (poll(&pollfd, 1, -1) != 1) in ready()
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usX2Yhwdep.c | 260 hw->ops.poll = snd_us428ctls_poll; in usX2Y_hwdep_new()
|