Home
last modified time | relevance | path

Searched refs:middle (Results 1 – 84 of 84) sorted by relevance

/linux-4.4.14/drivers/input/mouse/
Dvsxxxaa.c212 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 …]
Dalps.c217 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()
543 input_report_key(dev, BTN_MIDDLE, f->middle); in alps_report_semi_mt_data()
[all …]
Dcypress_ps2.h147 unsigned int middle:1; member
Dalps.h211 unsigned int middle:1; member
Dsynaptics.h157 unsigned int middle:1; member
Dcypress_ps2.c511 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()
Dsynaptics.c779 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.4.14/tools/testing/selftests/mqueue/
Dmq_perf_tests.c349 clock_gettime(clock, &middle); \
353 nsec = ((middle.tv_sec - start.tv_sec) * 1000000000) + \
354 (middle.tv_nsec - start.tv_nsec); \
360 nsec = ((end.tv_sec - middle.tv_sec) * 1000000000) + \
361 (end.tv_nsec - middle.tv_nsec); \
427 struct timespec res, start, middle, end, send_total, recv_total; in perf_test_thread() local
/linux-4.4.14/fs/overlayfs/
Dreaddir.c42 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.4.14/drivers/hwmon/
Dapplesmc.c381 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.4.14/net/ceph/
Dmessenger.c1301 if (m->middle) in prepare_write_message()
1302 con_out_kvec_add(con, m->middle->vec.iov_len, in prepare_write_message()
1303 m->middle->vec.iov_base); in prepare_write_message()
1313 if (m->middle) { in prepare_write_message()
1314 crc = crc32c(0, m->middle->vec.iov_base, in prepare_write_message()
1315 m->middle->vec.iov_len); in prepare_write_message()
2383 if (m->middle) in read_partial_message()
2384 m->middle->vec.iov_len = 0; in read_partial_message()
2399 if (m->middle) { in read_partial_message()
2400 ret = read_partial_message_section(con, &m->middle->vec, in read_partial_message()
[all …]
/linux-4.4.14/drivers/staging/rdma/hfi1/
Duc.c74 int middle = 0; in hfi1_make_uc_req() local
188 middle = HFI1_CAP_IS_KSET(SDMA_AHG); in hfi1_make_uc_req()
213 middle = HFI1_CAP_IS_KSET(SDMA_AHG); in hfi1_make_uc_req()
237 mask_psn(qp->s_next_psn++), middle); in hfi1_make_uc_req()
Druc.c758 u32 bth0, u32 bth2, int middle) in hfi1_make_ruc_header() argument
776 middle = 0; in hfi1_make_ruc_header()
799 middle = 0; in hfi1_make_ruc_header()
800 if (middle) in hfi1_make_ruc_header()
Drc.c105 int middle = 0; in make_rc_ack() local
200 middle = HFI1_CAP_IS_KSET(SDMA_AHG); in make_rc_ack()
238 hfi1_make_ruc_header(qp, ohdr, bth0, bth2, middle); in make_rc_ack()
275 int middle = 0; in hfi1_make_rc_req() local
559 middle = HFI1_CAP_IS_KSET(SDMA_AHG); in hfi1_make_rc_req()
601 middle = HFI1_CAP_IS_KSET(SDMA_AHG); in hfi1_make_rc_req()
665 middle); in hfi1_make_rc_req()
Dverbs.h1081 u32 bth0, u32 bth2, int middle);
/linux-4.4.14/fs/jfs/
Djfs_xtree.c970 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.4.14/drivers/input/tablet/
Daiptek.c440 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.4.14/scripts/
Dget_maintainer.pl2154 my $middle = $nw[@nw - 2];
2159 (length($middle) == 1 ||
2160 (length($middle) == 2 && substr($middle, -1) eq "."))) {
2161 $name = "$first $middle $last";
2163 $name = "$middle $last";
/linux-4.4.14/Documentation/RCU/
Drculist_nulls.txt81 * not in the middle or end.
158 * not in the middle or end.
DUP.txt131 Because some other task might have been preempted in the middle
Dstallwarn.txt221 happen to preempt a low-priority task in the middle of an RCU
DwhatisRCU.txt920 even though they are in the middle of the idle loop, during
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dhead.S471 | IO_STATE (R_SERIAL0_REC_CTRL, sampling, middle) \
505 | IO_STATE (R_SERIAL1_REC_CTRL, sampling, middle) \
540 | IO_STATE (R_SERIAL2_REC_CTRL, sampling, middle) \
576 | IO_STATE (R_SERIAL3_REC_CTRL, sampling, middle) \
Ddebugport.c265 IO_STATE(R_SERIAL0_REC_CTRL, sampling, middle) | in start_port()
/linux-4.4.14/arch/unicore32/mm/
Dproc-macros.S126 .word 0xffffc000, 980f @ middle page
/linux-4.4.14/include/linux/ceph/
Dmessenger.h151 struct ceph_buffer *middle; member
/linux-4.4.14/arch/arm/boot/dts/
Dat91-ariag25.dts172 /* little green LED in middle of Aria G25 module */
Darmada-xp-synology-ds414.dts132 * of the flash, i.e. in the middle of the uImage.
Darmada-370-synology-ds213j.dts109 * of the flash, i.e. in the middle of the uImage.
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-pxa-pci-ce4100.txt16 (middle group of 3) is translated to the local
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dwlan.h396 struct ar9170_rx_frame_middle middle; member
/linux-4.4.14/Documentation/x86/
Dkernel-stacks76 middle of switching stacks. Using IST for NMI events avoids making
94 middle of switching stacks. Using IST for MCE events avoids making
/linux-4.4.14/Documentation/input/
Dappletouch.txt28 tap for middle button mouse emulation, 3 finger tap for right button mouse
Dalps.txt280 (v6 touchpad does not have middle button)
Devent-codes.txt289 visual/haptic areas for left, middle, right buttons intended to be used
Datarikbd.txt378 OUTPUT command is received in the middle of a multiple byte report, the packet
Dsentelic.txt363 If bit 1 and 0 are all 1 and bit 4 is 0, the middle external
/linux-4.4.14/Documentation/
DSM501.txt50 of it. Any memory left over in the middle is used for the acceleration
Drobust-futex-ABI.txt69 in the middle of a locking or unlocking operation.
133 exits (perhaps it gets an unexpected signal 9 in the middle of
Demail-clients.txt104 paste with the middle button.
173 before middle button or shift-insert or use
DBUG-HUNTING70 you know that 1.3.69 does. Pick a kernel in the middle and build
Dapplying-patches.txt108 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
Dkprobes.txt237 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
DDMA-API-HOWTO.txt793 - unmap pages that are already mapped, when mapping error occurs in the middle
827 mapping error is detected in the middle)
DSubmittingPatches227 introduce bugs in the middle.
Dmemory-barriers.txt121 The set of accesses as seen by the memory system in the middle can be arranged
/linux-4.4.14/fs/ocfs2/
Drefcounttree.c1423 int delta, middle = num_used / 2; in ocfs2_find_refcount_split_pos() local
1425 for (delta = 0; delta < middle; delta++) { in ocfs2_find_refcount_split_pos()
1428 &rl->rl_recs[middle - delta - 1], in ocfs2_find_refcount_split_pos()
1429 &rl->rl_recs[middle - delta])) { in ocfs2_find_refcount_split_pos()
1430 *split_index = middle - delta; in ocfs2_find_refcount_split_pos()
1435 if ((middle + delta + 1) == num_used) in ocfs2_find_refcount_split_pos()
1440 &rl->rl_recs[middle + delta], in ocfs2_find_refcount_split_pos()
1441 &rl->rl_recs[middle + delta + 1])) { in ocfs2_find_refcount_split_pos()
1442 *split_index = middle + delta + 1; in ocfs2_find_refcount_split_pos()
1447 if (delta >= middle) in ocfs2_find_refcount_split_pos()
Dxattr.c4573 int delta, middle = count / 2; in ocfs2_xattr_find_divide_pos() local
4581 for (delta = 0; delta < middle; delta++) { in ocfs2_xattr_find_divide_pos()
4583 if (cmp_xe(&entries[middle - delta - 1], in ocfs2_xattr_find_divide_pos()
4584 &entries[middle - delta])) in ocfs2_xattr_find_divide_pos()
4585 return middle - delta; in ocfs2_xattr_find_divide_pos()
4588 if ((middle + delta + 1) == count) in ocfs2_xattr_find_divide_pos()
4592 if (cmp_xe(&entries[middle + delta], in ocfs2_xattr_find_divide_pos()
4593 &entries[middle + delta + 1])) in ocfs2_xattr_find_divide_pos()
4594 return middle + delta + 1; in ocfs2_xattr_find_divide_pos()
/linux-4.4.14/Documentation/power/
Dcharger-manager.txt36 consumption can stop chargers in the middle of charging
43 suspend_again callback that calls cm_suspend_again in the middle.
Dfreezing-of-tasks.txt136 s2ram with some devices in the middle of a DMA. So we want to be able to
/linux-4.4.14/Documentation/mtd/nand/
Dpxa3xx-nand.txt74 the middle of a page, spare OOB cannot be read or write independently of the
/linux-4.4.14/tools/power/cpupower/bench/
DREADME-BENCH83 But if ondemand always kicks in in the middle of the load sleep cycles, it
/linux-4.4.14/kernel/locking/
Dlockdep.c2299 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.4.14/Documentation/networking/
Dieee802154.txt73 The MAC is the middle layer in the IEEE 802.15.4 Linux stack. This moment it
Dpktgen.txt180 outer label=16,middle label=32,
Darcnet-hardware.txt186 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
Dip-sysctl.txt312 a buggy or malicious middlebox or man-in-the-middle can
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dhw.h258 } middle; member
Dnetdev.c383 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.4.14/Documentation/sound/alsa/
DProcfile.txt94 invalid PCM position debug/check of ALSA PCM middle layer.
/linux-4.4.14/Documentation/scsi/
Dosd.txt165 last scatter chain can be incomplete and all the middle chains are of PAGE_SIZE.
DFlashPoint.txt96 In the middle of December, I asked to meet with BusLogic's senior
DChangeLog.lpfc1323 restarting correctly when there are link events in the middle of
/linux-4.4.14/Documentation/powerpc/
Dbootwrapper.txt136 middle of the script. This is also the place where platform specific fixups
/linux-4.4.14/Documentation/filesystems/
Dporting317 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
Ddebugfs.txt144 another to insert a register block in the middle of another sequential
Doverlayfs.txt176 top, lower2 the middle and lower3 the bottom layer.
Dseq_file.txt22 middle of a line of output. The kernel has traditionally had a number of
Dxfs-delayed-logging-design.txt781 logging methods are in the middle of the life cycle - they still have the same
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_asm.S732 # 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.4.14/Documentation/device-mapper/
Ddm-raid.txt223 that the devices be consistent. Blocks may be discarded in the middle
/linux-4.4.14/Documentation/virtual/kvm/arm/
Dvgic-mapped-irqs.txt102 physical interrupt occurring in the middle of the guest ISR would
/linux-4.4.14/Documentation/frv/
Dmmu-layout.txt139 The page tables are arranged in 2-layer format. There is a middle layer (PMD) that would be used in
/linux-4.4.14/fs/ceph/
Dcaps.c1065 msg->middle = ceph_buffer_get(xattrs_buf); in send_cap_msg()
3521 msg->middle, session, cap, issued); in ceph_handle_caps()
3545 msg->middle, session, cap, issued); in ceph_handle_caps()
/linux-4.4.14/Documentation/development-process/
D5.Posting100 patch series is interrupted in the middle, the result should still be a
/linux-4.4.14/Documentation/vm/
Dtranshuge.txt361 already in the middle of splitting the page. So if pmd_trans_splitting
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_hw.h578 } middle; member
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq691 * at any time, even in the middle of a DMA, so
2251 * host disconnects in the middle of a
/linux-4.4.14/Documentation/security/
DSmack.txt301 From the middle of the 1980's until the turn of the century Mandatory Access
/linux-4.4.14/fs/btrfs/
Dextent-tree.c2691 u64 middle; in find_middle() local
2710 middle = entry->bytenr; in find_middle()
2719 return middle; in find_middle()
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt597 Show Square: show a square in the middle of the image. If the image is
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt555 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.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio1117 devices put their data in the middle of the transferred elements
/linux-4.4.14/Documentation/trace/
Dftrace.txt1632 caused it. There is a middle ground, and that is with enabling