Searched +full:wake +full:- +full:on +full:- +full:motion (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/iio/imu/ |
D | invensense,icm42600.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: InvenSense ICM-426xx Inertial Measurement Unit 10 - Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> 13 6-axis MotionTracking device that combines a 3-axis gyroscope and a 3-axis 18 ultra-low-power wake-on-motion support to minimize system power consumption. 20 Other industry-leading features include InvenSense on-chip APEX Motion 25 https://invensense.tdk.com/wp-content/uploads/2020/03/DS-000292-ICM-42605-v1.4.pdf 30 - invensense,icm42600 [all …]
|
/Linux-v6.1/include/linux/platform_data/ |
D | cros_ec_commands.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 7 * NOTE: This file is auto-generated from ChromeOS EC Open Source code from 26 * depends on it. 52 * The actual block is 0x800-0x8ff, but some BIOSes think it's 0x880-0x8ff 77 #define EC_MEMMAP_TEMP_SENSOR 0x00 /* Temp sensors 0x00 - 0x0f */ 78 #define EC_MEMMAP_FAN 0x10 /* Fan speeds 0x10 - 0x17 */ 79 #define EC_MEMMAP_TEMP_SENSOR_B 0x18 /* More temp sensors 0x18 - 0x1f */ 81 #define EC_MEMMAP_ID_VERSION 0x22 /* Version of data in 0x20 - 0x2f */ 82 #define EC_MEMMAP_THERMAL_VERSION 0x23 /* Version of data in 0x00 - 0x1f */ 83 #define EC_MEMMAP_BATTERY_VERSION 0x24 /* Version of data in 0x40 - 0x7f */ [all …]
|
/Linux-v6.1/drivers/media/pci/zoran/ |
D | zoran_device.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 18 #include <linux/i2c-algo-bit.h> 20 #include <media/v4l2-common.h> 26 #include <linux/dma-mapping.h> 44 * on TV monitor connected to the output. 46 * load on Bt819 input, there will be 51 MODULE_PARM_DESC(lml33dpath, "Use digital path capture mode (on LML33 cards)"); 68 // || zr->revision < 1) // Revision 1 has also Triton support in zr36057_init_vfe() 90 * A bit number of -1 (lacking) gives a mask of 0, in GPIO() 114 if ((por & ZR36057_POR_PO_TIME) && !zr->card.gws_not_connected) { in post_office_wait() [all …]
|
/Linux-v6.1/drivers/video/fbdev/ |
D | sm712fb.c | 2 * Silicon Motion SM7XX frame buffer device 4 * Copyright (C) 2006 Silicon Motion Technology Corp. 18 * Framebuffer driver for Silicon Motion SM710, SM712, SM721 and SM722 chips 70 .height = -1, 71 .width = -1, 884 chan >>= 16 - bf->length; in chan_to_field() 885 return chan << bf->offset; in chan_to_field() 890 struct smtcfb_info *sfb = info->par; in smtc_blank() 895 /* Screen On: HSync: On, VSync : On */ in smtc_blank() 897 switch (sfb->chip_id) { in smtc_blank() [all …]
|
/Linux-v6.1/drivers/iio/imu/ |
D | kmx61.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * KMX61 - Kionix 6-axis Accelerometer/Magnetometer 7 * IIO driver for KMX61 (7-bit I2C slave address 0x0E or 0x0F). 32 * three 16-bit accelerometer output registers for X/Y/Z axis 45 * one 16-bit temperature output register 51 * three 16-bit magnetometer output registers for X/Y/Z axis 118 /* serialize access to non-atomic ops, e.g set_mode */ 299 return -EINVAL; in kmx61_convert_freq_to_bit() 310 return -EINVAL; in kmx61_convert_wake_up_odr_to_bit() 314 * kmx61_set_mode() - set KMX61 device operating mode [all …]
|
/Linux-v6.1/drivers/misc/sgi-xp/ |
D | xpc_main.c | 7 * Copyright (c) 2004-2009 Silicon Graphics, Inc. All Rights Reserved. 11 * Cross Partition Communication (XPC) support - standard version. 29 * . Currently on sn2, we have no way to determine which nasid an IRQ 139 /* non-zero if any remote partition disengage was timed out */ 146 /* IRQ handler notifies this wait queue on receipt of an IRQ */ 173 * Timer function to enforce the timelimit on the partition disengage. 180 DBUG_ON(time_is_after_jiffies(part->disengage_timeout)); in xpc_timeout_partition_disengage() 184 DBUG_ON(part->disengage_timeout != 0); in xpc_timeout_partition_disengage() 241 if (part->act_state == XPC_P_AS_INACTIVE || in xpc_check_remote_hb() 242 part->act_state == XPC_P_AS_DEACTIVATING) { in xpc_check_remote_hb() [all …]
|
/Linux-v6.1/Documentation/driver-api/usb/ |
D | power-management.rst | 1 .. _usb-power-management: 7 :Date: Last-updated: February 2014 11 --------- 17 * Changing the default idle-delay time 31 ------------------------- 35 component is ``suspended`` it is in a nonfunctional low-power state; it 37 ``resumed`` (returned to a functional full-power state) when the kernel 47 "selective suspend"). This document concentrates mostly on how 59 kernel had been built with ``CONFIG_USB_SUSPEND`` enabled (which depended on 67 ---------------------- [all …]
|
/Linux-v6.1/drivers/input/ |
D | mousedev.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (c) 1999-2002 Vojtech Pavlik 119 #define fx(i) (mousedev->old_x[(mousedev->pkt_count - (i)) & 03]) 120 #define fy(i) (mousedev->old_y[(mousedev->pkt_count - (i)) & 03]) 134 if (mousedev->touch && mousedev->pkt_count >= 2) { in mousedev_touchpad_event() 135 size = input_abs_get_max(dev, ABS_X) - in mousedev_touchpad_event() 140 tmp = ((value - fx(2)) * 256 * FRACTION_DENOM) / size; in mousedev_touchpad_event() 141 tmp += mousedev->frac_dx; in mousedev_touchpad_event() 142 mousedev->packet.dx = tmp / FRACTION_DENOM; in mousedev_touchpad_event() 143 mousedev->frac_dx = in mousedev_touchpad_event() [all …]
|
/Linux-v6.1/drivers/iio/accel/ |
D | msa311.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * MEMSensing digital 3-Axis accelerometer 5 * MSA311 is a tri-axial, low-g accelerometer with I2C digital output for 6 * sensitivity consumer applications. It has dynamic user-selectable full 7 * scales range of +-2g/+-4g/+-8g/+-16g and allows acceleration measurements 11 * and is guaranteed to operate over -40C to +85C. 14 * - IIO interface 15 * - Different power modes: NORMAL, SUSPEND 16 * - ODR (Output Data Rate) selection 17 * - Scale selection [all …]
|
/Linux-v6.1/kernel/sched/ |
D | core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * Copyright (C) 1991-2002 Linus Torvalds 70 # include <linux/entry-common.h> 95 #include "../../io_uring/io-wq.h" 122 * at compile time and compiler optimization based on features default. 157 if (p->sched_class == &stop_sched_class) /* trumps deadline */ in __task_prio() 158 return -2; in __task_prio() 160 if (rt_prio(p->prio)) /* includes deadline */ in __task_prio() 161 return p->prio; /* [-1, 99] */ in __task_prio() 163 if (p->sched_class == &idle_sched_class) in __task_prio() [all …]
|
/Linux-v6.1/drivers/infiniband/hw/qib/ |
D | qib_iba7220.c | 2 * Copyright (c) 2011 - 2017 Intel Corporation. All rights reserved. 17 * - Redistributions of source code must retain the above 21 * - Redistributions in binary form must reproduce the above 59 * This file contains almost all the chip-specific register information and 60 * access functions for the QLogic QLogic_IB 7220 PCI-Express chip, with the 64 /* Below uses machine-generated qib_chipnum_regs.h file */ 67 /* Use defines to tie machine-generated names to lower-case names */ 132 #define CREG_IDX(regname) ((QIB_7220_##regname##_OFFS - \ 201 /* wait for TS1, then go on */ 215 * on opteron (the northbridge always generates 2 separate HT 32 bit reads), [all …]
|
D | qib_iba7322.c | 2 * Copyright (c) 2012 - 2017 Intel Corporation. All rights reserved. 3 * Copyright (c) 2008 - 2012 QLogic Corporation. All rights reserved. 15 * - Redistributions of source code must retain the above 19 * - Redistributions in binary form must reproduce the above 88 #define BMASK(msb, lsb) (((1 << ((msb) + 1 - (lsb))) - 1) << (lsb)) 95 /* Below is special-purpose, so only really works for the IB SerDes blocks. */ 112 MODULE_PARM_DESC(num_vls, "Set number of Virtual Lanes to use (1-8)"); 125 MODULE_PARM_DESC(singleport, "Use only IB port 1; more per-port buffer space"); 140 MODULE_PARM_DESC(rcvhdrsize, "receive header size in 32-bit words"); 144 MODULE_PARM_DESC(rcvhdrentsize, "receive header entry size in 32-bit words"); [all …]
|