/linux-4.1.27/drivers/input/mouse/ |
D | vsxxxaa.c | 212 int left, middle, right; in vsxxxaa_handle_REL_packet() local 243 middle = buf[0] & 0x02; in vsxxxaa_handle_REL_packet() 250 left ? "L" : "l", middle ? "M" : "m", right ? "R" : "r"); in vsxxxaa_handle_REL_packet() 256 input_report_key(dev, BTN_MIDDLE, middle); in vsxxxaa_handle_REL_packet() 268 int left, middle, right, touch; in vsxxxaa_handle_ABS_packet() local 293 middle = buf[0] & 0x04; in vsxxxaa_handle_ABS_packet() 301 left ? "L" : "l", middle ? "M" : "m", in vsxxxaa_handle_ABS_packet() 308 input_report_key(dev, BTN_MIDDLE, middle); in vsxxxaa_handle_ABS_packet() 320 int left, middle, right; in vsxxxaa_handle_POR_packet() local 352 middle = buf[0] & 0x02; in vsxxxaa_handle_POR_packet() [all …]
|
D | alps.c | 217 int left, int right, int middle) in alps_report_buttons() argument 233 input_report_key(dev, BTN_MIDDLE, middle); in alps_report_buttons() 249 int x, y, z, ges, fin, left, right, middle; in alps_process_packet_v1_v2() local 255 middle = 0; in alps_process_packet_v1_v2() 262 middle = packet[3] & 4; in alps_process_packet_v1_v2() 276 if ((middle = forward && back)) in alps_process_packet_v1_v2() 287 alps_report_buttons(dev2, dev, left, right, middle); in alps_process_packet_v1_v2() 297 middle |= packet[0] & 4; in alps_process_packet_v1_v2() 300 alps_report_buttons(dev, dev2, left, right, middle); in alps_process_packet_v1_v2() 534 input_report_key(dev, BTN_MIDDLE, f->middle); in alps_report_semi_mt_data() [all …]
|
D | cypress_ps2.h | 147 unsigned int middle:1; member
|
D | synaptics.h | 157 unsigned int middle:1; member
|
D | alps.h | 211 unsigned int middle:1; member
|
D | cypress_ps2.c | 511 psmouse_dbg(psmouse, "middle = %d\n", report_data->middle); in cypress_parse_packet() 558 input_report_key(input, BTN_MIDDLE, report_data.middle); in cypress_process_packet()
|
D | synaptics.c | 779 hw->middle = ((buf[0] ^ buf[3]) & 0x01) ? 1 : 0; in synaptics_parse_hw_state() 907 input_report_key(dev, BTN_MIDDLE, hw->middle); in synaptics_report_buttons()
|
/linux-4.1.27/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 348 clock_gettime(clock, &middle); \ 352 nsec = ((middle.tv_sec - start.tv_sec) * 1000000000) + \ 353 (middle.tv_nsec - start.tv_nsec); \ 359 nsec = ((end.tv_sec - middle.tv_sec) * 1000000000) + \ 360 (end.tv_nsec - middle.tv_nsec); \ 426 struct timespec res, start, middle, end, send_total, recv_total; in perf_test_thread() local
|
/linux-4.1.27/fs/overlayfs/ |
D | readdir.c | 42 struct list_head middle; member 150 list_move_tail(&p->l_node, &rdd->middle); in ovl_fill_lower() 156 list_add_tail(&p->l_node, &rdd->middle); in ovl_fill_lower() 308 list_add(&rdd.middle, rdd.list); in ovl_dir_read_merged() 311 list_del(&rdd.middle); in ovl_dir_read_merged()
|
/linux-4.1.27/drivers/hwmon/ |
D | applesmc.c | 381 int middle = begin + (end - begin) / 2; in applesmc_get_lower_bound() local 382 entry = applesmc_get_entry_by_index(middle); in applesmc_get_lower_bound() 388 begin = middle + 1; in applesmc_get_lower_bound() 390 end = middle; in applesmc_get_lower_bound() 403 int middle = begin + (end - begin) / 2; in applesmc_get_upper_bound() local 404 entry = applesmc_get_entry_by_index(middle); in applesmc_get_upper_bound() 410 end = middle; in applesmc_get_upper_bound() 412 begin = middle + 1; in applesmc_get_upper_bound()
|
/linux-4.1.27/net/ceph/ |
D | messenger.c | 1304 if (m->middle) in prepare_write_message() 1305 con_out_kvec_add(con, m->middle->vec.iov_len, in prepare_write_message() 1306 m->middle->vec.iov_base); in prepare_write_message() 1316 if (m->middle) { in prepare_write_message() 1317 crc = crc32c(0, m->middle->vec.iov_base, in prepare_write_message() 1318 m->middle->vec.iov_len); in prepare_write_message() 2378 if (m->middle) in read_partial_message() 2379 m->middle->vec.iov_len = 0; in read_partial_message() 2394 if (m->middle) { in read_partial_message() 2395 ret = read_partial_message_section(con, &m->middle->vec, in read_partial_message() [all …]
|
/linux-4.1.27/fs/jfs/ |
D | jfs_xtree.c | 970 int skip, maxentry, middle, righthalf, n; in xtSplitPage() local 1117 middle = maxentry >> 1; in xtSplitPage() 1118 righthalf = maxentry - middle; in xtSplitPage() 1123 if (skip <= middle) { in xtSplitPage() 1125 memmove(&rp->xad[XTENTRYSTART], &sp->xad[middle], in xtSplitPage() 1129 if (skip < middle) in xtSplitPage() 1131 (middle - skip) << L2XTSLOTSIZE); in xtSplitPage() 1139 sp->header.nextindex = cpu_to_le16(middle + 1); in xtSplitPage() 1153 n = skip - middle; in xtSplitPage() 1154 memmove(&rp->xad[XTENTRYSTART], &sp->xad[middle], in xtSplitPage() [all …]
|
/linux-4.1.27/scripts/ |
D | get_maintainer.pl | 2116 my $middle = $nw[@nw - 2]; 2121 (length($middle) == 1 || 2122 (length($middle) == 2 && substr($middle, -1) eq "."))) { 2123 $name = "$first $middle $last"; 2125 $name = "$middle $last";
|
/linux-4.1.27/drivers/input/tablet/ |
D | aiptek.c | 440 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local 494 middle = (data[1] & aiptek->curSetting.mouseButtonMiddle >> 2) != 0 ? 1 : 0; in aiptek_irq() 497 input_report_key(inputdev, BTN_MIDDLE, middle); in aiptek_irq() 625 middle = (data[5] & aiptek->curSetting.mouseButtonMiddle) != 0 ? 1 : 0; in aiptek_irq() 647 input_report_key(inputdev, BTN_MIDDLE, middle); in aiptek_irq() 722 middle = (data[1] & aiptek->curSetting.mouseButtonMiddle) != 0 ? 1 : 0; in aiptek_irq()
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | kernel-stacks | 80 middle of switching stacks. Using IST for NMI events avoids making 98 middle of switching stacks. Using IST for MCE events avoids making
|
/linux-4.1.27/Documentation/RCU/ |
D | rculist_nulls.txt | 81 * not in the middle or end. 158 * not in the middle or end.
|
D | UP.txt | 131 Because some other task might have been preempted in the middle
|
D | stallwarn.txt | 205 happen to preempt a low-priority task in the middle of an RCU
|
D | whatisRCU.txt | 920 even though they are in the middle of the idle loop, during
|
/linux-4.1.27/arch/unicore32/mm/ |
D | proc-macros.S | 126 .word 0xffffc000, 980f @ middle page
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | at91-ariag25.dts | 172 /* little green LED in middle of Aria G25 module */
|
D | armada-xp-synology-ds414.dts | 130 * of the flash, i.e. in the middle of the uImage.
|
D | armada-370-synology-ds213j.dts | 108 * of the flash, i.e. in the middle of the uImage.
|
/linux-4.1.27/include/linux/ceph/ |
D | messenger.h | 155 struct ceph_buffer *middle; member
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | head.S | 577 | IO_STATE (R_SERIAL0_REC_CTRL, sampling, middle) \ 611 | IO_STATE (R_SERIAL1_REC_CTRL, sampling, middle) \ 646 | IO_STATE (R_SERIAL2_REC_CTRL, sampling, middle) \ 682 | IO_STATE (R_SERIAL3_REC_CTRL, sampling, middle) \
|
D | debugport.c | 265 IO_STATE(R_SERIAL0_REC_CTRL, sampling, middle) | in start_port()
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa-pci-ce4100.txt | 16 (middle group of 3) is translated to the local
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | wlan.h | 396 struct ar9170_rx_frame_middle middle; member
|
/linux-4.1.27/Documentation/input/ |
D | appletouch.txt | 28 tap for middle button mouse emulation, 3 finger tap for right button mouse
|
D | alps.txt | 280 (v6 touchpad does not have middle button)
|
D | event-codes.txt | 289 visual/haptic areas for left, middle, right buttons intended to be used
|
D | atarikbd.txt | 378 OUTPUT command is received in the middle of a multiple byte report, the packet
|
D | sentelic.txt | 363 If bit 1 and 0 are all 1 and bit 4 is 0, the middle external
|
/linux-4.1.27/Documentation/ |
D | SM501.txt | 50 of it. Any memory left over in the middle is used for the acceleration
|
D | robust-futex-ABI.txt | 69 in the middle of a locking or unlocking operation. 133 exits (perhaps it gets an unexpected signal 9 in the middle of
|
D | email-clients.txt | 104 paste with the middle button. 173 before middle button or shift-insert or use
|
D | BUG-HUNTING | 70 you know that 1.3.69 does. Pick a kernel in the middle and build
|
D | applying-patches.txt | 108 a change in the middle of the file but for some reasons a few lines have 169 unexpectedly ends in middle of line" means that patch could make no sense of
|
D | kprobes.txt | 237 possible for a CPU to be interrupted in the middle of executing the 319 If you need to insert a probe in the middle of a function, you may find
|
D | DMA-API-HOWTO.txt | 788 - unmap pages that are already mapped, when mapping error occurs in the middle 822 mapping error is detected in the middle)
|
D | SubmittingPatches | 227 introduce bugs in the middle.
|
D | memory-barriers.txt | 121 The set of accesses as seen by the memory system in the middle can be arranged
|
/linux-4.1.27/fs/ocfs2/ |
D | refcounttree.c | 1429 int delta, middle = num_used / 2; in ocfs2_find_refcount_split_pos() local 1431 for (delta = 0; delta < middle; delta++) { in ocfs2_find_refcount_split_pos() 1434 &rl->rl_recs[middle - delta - 1], in ocfs2_find_refcount_split_pos() 1435 &rl->rl_recs[middle - delta])) { in ocfs2_find_refcount_split_pos() 1436 *split_index = middle - delta; in ocfs2_find_refcount_split_pos() 1441 if ((middle + delta + 1) == num_used) in ocfs2_find_refcount_split_pos() 1446 &rl->rl_recs[middle + delta], in ocfs2_find_refcount_split_pos() 1447 &rl->rl_recs[middle + delta + 1])) { in ocfs2_find_refcount_split_pos() 1448 *split_index = middle + delta + 1; in ocfs2_find_refcount_split_pos() 1453 if (delta >= middle) in ocfs2_find_refcount_split_pos()
|
D | xattr.c | 4581 int delta, middle = count / 2; in ocfs2_xattr_find_divide_pos() local 4589 for (delta = 0; delta < middle; delta++) { in ocfs2_xattr_find_divide_pos() 4591 if (cmp_xe(&entries[middle - delta - 1], in ocfs2_xattr_find_divide_pos() 4592 &entries[middle - delta])) in ocfs2_xattr_find_divide_pos() 4593 return middle - delta; in ocfs2_xattr_find_divide_pos() 4596 if ((middle + delta + 1) == count) in ocfs2_xattr_find_divide_pos() 4600 if (cmp_xe(&entries[middle + delta], in ocfs2_xattr_find_divide_pos() 4601 &entries[middle + delta + 1])) in ocfs2_xattr_find_divide_pos() 4602 return middle + delta + 1; in ocfs2_xattr_find_divide_pos()
|
/linux-4.1.27/Documentation/power/ |
D | charger-manager.txt | 36 consumption can stop chargers in the middle of charging 43 suspend_again callback that calls cm_suspend_again in the middle.
|
D | freezing-of-tasks.txt | 136 s2ram with some devices in the middle of a DMA. So we want to be able to
|
/linux-4.1.27/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 74 the middle of a page, spare OOB cannot be read or write independently of the
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | README-BENCH | 83 But if ondemand always kicks in in the middle of the load sleep cycles, it
|
/linux-4.1.27/kernel/locking/ |
D | lockdep.c | 2299 struct lock_list *middle = NULL; in print_irq_inversion_bug() local 2329 middle = entry; in print_irq_inversion_bug() 2335 middle ? middle->class : root->class, other->class); in print_irq_inversion_bug() 2338 middle ? middle->class : other->class, root->class); in print_irq_inversion_bug()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 258 } middle; member
|
D | netdev.c | 383 le32_to_cpu(rx_desc_ps->wb.middle.status_error); in e1000e_dump() 1327 staterr = le32_to_cpu(rx_desc->wb.middle.status_error); in e1000_clean_rx_irq_ps() 1372 length = le16_to_cpu(rx_desc->wb.middle.length0); in e1000_clean_rx_irq_ps() 1464 rx_desc->wb.middle.vlan); in e1000_clean_rx_irq_ps() 1467 rx_desc->wb.middle.status_error &= cpu_to_le32(~0xFF); in e1000_clean_rx_irq_ps() 1481 staterr = le32_to_cpu(rx_desc->wb.middle.status_error); in e1000_clean_rx_irq_ps()
|
/linux-4.1.27/Documentation/networking/ |
D | ieee802154.txt | 84 The MAC is the middle layer in the IEEE 802.15.4 Linux stack. This moment it
|
D | pktgen.txt | 160 outer label=16,middle label=32,
|
D | arcnet-hardware.txt | 186 anywhere in middle of a cable in a STAR topology network. And more - you 1160 jumpers so they connect the middle pin and the pins closest to the RJ11 1165 jumpers so they connect the middle pin and the pins closest to the RJ11
|
D | ip-sysctl.txt | 303 a buggy or malicious middlebox or man-in-the-middle can
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Procfile.txt | 94 invalid PCM position debug/check of ALSA PCM middle layer.
|
/linux-4.1.27/Documentation/scsi/ |
D | osd.txt | 165 last scatter chain can be incomplete and all the middle chains are of PAGE_SIZE.
|
D | FlashPoint.txt | 96 In the middle of December, I asked to meet with BusLogic's senior
|
D | ChangeLog.lpfc | 1323 restarting correctly when there are link events in the middle of
|
/linux-4.1.27/Documentation/filesystems/ |
D | debugfs.txt | 125 another to insert a register block in the middle of another sequential
|
D | porting | 317 may happen while the inode is in the middle of ->write_inode(); e.g. if you blindly 390 filesystem does not support hole punching (deallocating space in the middle of a
|
D | overlayfs.txt | 175 top, lower2 the middle and lower3 the bottom layer.
|
D | seq_file.txt | 22 middle of a line of output. The kernel has traditionally had a number of
|
D | xfs-delayed-logging-design.txt | 781 logging methods are in the middle of the life cycle - they still have the same
|
/linux-4.1.27/Documentation/powerpc/ |
D | bootwrapper.txt | 136 middle of the script. This is also the place where platform specific fixups
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_asm.S | 732 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 762 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 940 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 970 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 1136 # middle section of the temp results combined as in karatsuba algorithm
|
/linux-4.1.27/Documentation/frv/ |
D | mmu-layout.txt | 139 The page tables are arranged in 2-layer format. There is a middle layer (PMD) that would be used in
|
/linux-4.1.27/fs/ceph/ |
D | caps.c | 1047 msg->middle = ceph_buffer_get(xattrs_buf); in send_cap_msg() 3210 msg->middle, session, cap, issued); in ceph_handle_caps() 3234 msg->middle, session, cap, issued); in ceph_handle_caps()
|
/linux-4.1.27/Documentation/development-process/ |
D | 5.Posting | 100 patch series is interrupted in the middle, the result should still be a
|
/linux-4.1.27/Documentation/vm/ |
D | transhuge.txt | 351 already in the middle of splitting the page. So if pmd_trans_splitting
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 578 } middle; member
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 691 * at any time, even in the middle of a DMA, so 2251 * host disconnects in the middle of a
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 266 From the middle of the 1980's until the turn of the century Mandatory Access
|
/linux-4.1.27/fs/btrfs/ |
D | extent-tree.c | 2587 u64 middle; in find_middle() local 2606 middle = entry->bytenr; in find_middle() 2615 return middle; in find_middle()
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 597 Show Square: show a square in the middle of the image. If the image is
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 1053 devices put their data in the middle of the transferred elements
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 555 in the middle of the kernel address space, so UML won't even load - it 3508 (address in frame 3) is 0x50000800, which is right in the middle of
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 1619 caused it. There is a middle ground, and that is with enabling
|