Home
last modified time | relevance | path

Searched +full:sense +full:- +full:mode (Results 1 – 25 of 1014) sorted by relevance

12345678910>>...41

/kernel/linux/linux-4.19/drivers/video/fbdev/
Dmacmodes.c2 * linux/drivers/video/macmodes.c -- Standard MacOS video modes
6 * 2000 - Removal of OpenFirmware dependencies by:
7 * - Ani Joshi
8 * - Brad Douglas <brad@neruo.com>
10 * 2001 - Documented with DocBook
11 * - Brad Douglas <brad@neruo.com>
26 * MacOS video mode definitions
36 /* 512x384, 60Hz, Non-Interlaced (15.67 MHz dot clock) */
40 /* 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) */
44 /* 640x480, 67Hz, Non-Interlaced (30.0 MHz dotclock) */
[all …]
Dvalkyriefb.c2 * valkyriefb.c -- frame buffer device for the PowerMac 'valkyrie' display
7 * Vmode-switching changes and vmode 15/17 modifications created 29 August
10 * Ported to m68k Macintosh by David Huggins-Daines <dhd@debian.org>
14 * controlfb.c -- frame buffer device for the PowerMac 'control' display
17 * pmc-valkyrie.c -- Console support for PowerMac "valkyrie" display adaptor.
23 * drivers/video/chipsfb.c -- frame buffer device for
30 * And from the frame buffer device for Open Firmware-initialized devices:
97 int sense; member
136 /* Sets the video mode according to info->var */
141 volatile struct valkyrie_regs __iomem *valkyrie_regs = p->valkyrie_regs; in valkyriefb_set_par()
[all …]
Dplatinumfb.c2 * platinumfb.c -- frame buffer device for the PowerMac 'platinum' display
7 * drivers/video/controlfb.c -- frame buffer device for
117 return platinum_var_to_par(var, info->par, 1); in platinumfb_check_var()
125 struct fb_info_platinum *pinfo = info->par; in platinumfb_set_par()
129 if((err = platinum_var_to_par(&info->var, pinfo, 0))) { in platinumfb_set_par()
137 init = platinum_reg_init[pinfo->vmode-1]; in platinumfb_set_par()
139 if ((pinfo->vmode == VMODE_832_624_75) && (pinfo->cmode > CMODE_8)) in platinumfb_set_par()
142 info->screen_base = pinfo->frame_buffer + init->fb_offset + offset; in platinumfb_set_par()
143 mutex_lock(&info->mm_lock); in platinumfb_set_par()
144 info->fix.smem_start = (pinfo->frame_buffer_phys) + init->fb_offset + offset; in platinumfb_set_par()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dmacmodes.c2 * linux/drivers/video/macmodes.c -- Standard MacOS video modes
6 * 2000 - Removal of OpenFirmware dependencies by:
7 * - Ani Joshi
8 * - Brad Douglas <brad@neruo.com>
10 * 2001 - Documented with DocBook
11 * - Brad Douglas <brad@neruo.com>
26 * MacOS video mode definitions
36 /* 512x384, 60Hz, Non-Interlaced (15.67 MHz dot clock) */
40 /* 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) */
44 /* 640x480, 67Hz, Non-Interlaced (30.0 MHz dotclock) */
[all …]
Dvalkyriefb.c2 * valkyriefb.c -- frame buffer device for the PowerMac 'valkyrie' display
7 * Vmode-switching changes and vmode 15/17 modifications created 29 August
10 * Ported to m68k Macintosh by David Huggins-Daines <dhd@debian.org>
14 * controlfb.c -- frame buffer device for the PowerMac 'control' display
17 * pmc-valkyrie.c -- Console support for PowerMac "valkyrie" display adaptor.
23 * drivers/video/chipsfb.c -- frame buffer device for
30 * And from the frame buffer device for Open Firmware-initialized devices:
88 int sense; member
127 /* Sets the video mode according to info->var */
132 volatile struct valkyrie_regs __iomem *valkyrie_regs = p->valkyrie_regs; in valkyriefb_set_par()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/
Dad5755.txt1 * Analog Devices AD5755 IIO Multi-Channel DAC Linux Driver
4 - compatible: Has to contain one of the following:
6 adi,ad5755-1
11 - reg: spi chip select number for the device
12 - spi-cpha or spi-cpol: is the only modes that is supported
15 - spi-max-frequency: Definition as per
16 Documentation/devicetree/bindings/spi/spi-bus.txt
19 See include/dt-bindings/iio/ad5755.h
20 - adi,ext-dc-dc-compenstation-resistor: boolean set if the hardware have an
23 - adi,dc-dc-phase:
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/dac/
Dad5755.txt1 * Analog Device AD5755 IIO Multi-Channel DAC Linux Driver
4 - compatible: Has to contain one of the following:
6 adi,ad5755-1
11 - reg: spi chip select number for the device
12 - spi-cpha or spi-cpol: is the only modes that is supported
15 - spi-max-frequency: Definition as per
16 Documentation/devicetree/bindings/spi/spi-bus.txt
19 See include/dt-bindings/iio/ad5755.h
20 - adi,ext-dc-dc-compenstation-resistor: boolean set if the hardware have an
23 - adi,dc-dc-phase:
[all …]
/kernel/linux/linux-5.10/drivers/ide/
Dide-cd_verbose.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 1994-1996 Scott Snyder <snyder@fnald0.fnal.gov>
6 * Copyright (C) 1996-1998 Erik Andersen <andersee@debian.org>
7 * Copyright (C) 1998-2000 Jens Axboe <axboe@suse.de>
15 #include "ide-cd.h"
19 struct request_sense *sense) in ide_cd_log_error() argument
23 if (sense->sense_key == UNIT_ATTENTION || in ide_cd_log_error()
24 (sense->sense_key == NOT_READY && (sense->asc == 4 || in ide_cd_log_error()
25 sense->asc == 0x3a))) in ide_cd_log_error()
30 name, sense->error_code, sense->sense_key, in ide_cd_log_error()
[all …]
Dide-cd.c2 * ATAPI CD-ROM driver.
4 * Copyright (C) 1994-1996 Scott Snyder <snyder@fnald0.fnal.gov>
5 * Copyright (C) 1996-1998 Erik Andersen <andersee@debian.org>
6 * Copyright (C) 1998-2000 Jens Axboe <axboe@suse.de>
7 * Copyright (C) 2005, 2007-2009 Bartlomiej Zolnierkiewicz
12 * See Documentation/cdrom/ide-cd.rst for usage information.
14 * Suggestions are welcome. Patches that work are more welcome though. ;-)
17 * Mt. Fuji (SFF8090 version 4) and ATAPI (SFF-8020i rev 2.6) standards.
20 * Documentation/ide/ChangeLog.ide-cd.1994-2004
23 #define DRV_NAME "ide-cd"
[all …]
/kernel/linux/linux-4.19/drivers/ide/
Dide-cd_verbose.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 1994-1996 Scott Snyder <snyder@fnald0.fnal.gov>
6 * Copyright (C) 1996-1998 Erik Andersen <andersee@debian.org>
7 * Copyright (C) 1998-2000 Jens Axboe <axboe@suse.de>
15 #include "ide-cd.h"
19 struct request_sense *sense) in ide_cd_log_error() argument
23 if (sense->sense_key == UNIT_ATTENTION || in ide_cd_log_error()
24 (sense->sense_key == NOT_READY && (sense->asc == 4 || in ide_cd_log_error()
25 sense->asc == 0x3a))) in ide_cd_log_error()
30 name, sense->error_code, sense->sense_key, in ide_cd_log_error()
[all …]
/kernel/linux/linux-4.19/drivers/s390/char/
Dtape_34xx.c1 // SPDX-License-Identifier: GPL-2.0
7 * Tuan Ngo-Anh <ngoanh@de.ibm.com>
53 * Medium sense for 34xx tapes. There is no 'real' medium sense call.
54 * So we just do a normal sense.
58 struct tape_device *device = request->device; in __tape_34xx_medium_sense()
59 unsigned char *sense; in __tape_34xx_medium_sense() local
61 if (request->rc == 0) { in __tape_34xx_medium_sense()
62 sense = request->cpdata; in __tape_34xx_medium_sense()
66 * means that the drive is 'neither ready nor on-line' it is in __tape_34xx_medium_sense()
70 if (sense[0] & SENSE_INTERVENTION_REQUIRED) in __tape_34xx_medium_sense()
[all …]
/kernel/linux/linux-5.10/drivers/s390/char/
Dtape_34xx.c1 // SPDX-License-Identifier: GPL-2.0
7 * Tuan Ngo-Anh <ngoanh@de.ibm.com>
53 * Medium sense for 34xx tapes. There is no 'real' medium sense call.
54 * So we just do a normal sense.
58 struct tape_device *device = request->device; in __tape_34xx_medium_sense()
59 unsigned char *sense; in __tape_34xx_medium_sense() local
61 if (request->rc == 0) { in __tape_34xx_medium_sense()
62 sense = request->cpdata; in __tape_34xx_medium_sense()
66 * means that the drive is 'neither ready nor on-line' it is in __tape_34xx_medium_sense()
70 if (sense[0] & SENSE_INTERVENTION_REQUIRED) in __tape_34xx_medium_sense()
[all …]
/kernel/linux/linux-4.19/drivers/scsi/
Dosst.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 /* FIXME - rename and use the following two types or delete them!
12 * INQUIRY packet command - Data Format (From Table 6-8 of QIC-157C)
16 unsigned reserved0_765 :3; /* Peripheral Qualifier - Reserved */
24 unsigned reserved3_6 :1; /* TrmIOP - Reserved */
25 unsigned reserved3_7 :1; /* AENC - Reserved */
26 u8 additional_length; /* Additional Length (total_length-4) */
31 u8 vendor_specific[20]; /* Vendor Specific - Optional */
32 u8 reserved56t95[40]; /* Reserved - Optional */
37 * READ POSITION packet command - Data Format (From Table 6-57)
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
Ddac.c5 * Copyright 2007-2009 Stuart Bennett
43 struct dcb_output *dcb = nouveau_encoder(encoder)->dcb; in nv04_dac_output_offset()
46 if (dcb->or & (8 | DCB_OUTPUT_C)) in nv04_dac_output_offset()
48 if (dcb->or & (8 | DCB_OUTPUT_B)) in nv04_dac_output_offset()
55 * arbitrary limit to number of sense oscillations tolerated in one sample
66 static int sample_load_twice(struct drm_device *dev, bool sense[2]) in sample_load_twice()
69 struct nvif_object *device = &drm->client.device.object; in sample_load_twice()
77 * wait for bit 0 clear -- out of hblank -- (say reg value 0x4), in sample_load_twice()
78 * then wait for transition 0x4->0x5->0x4: enter hblank, leave in sample_load_twice()
83 if (nvif_msec(&drm->client.device, 10, in sample_load_twice()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/dispnv04/
Ddac.c5 * Copyright 2007-2009 Stuart Bennett
43 struct dcb_output *dcb = nouveau_encoder(encoder)->dcb; in nv04_dac_output_offset()
46 if (dcb->or & (8 | DCB_OUTPUT_C)) in nv04_dac_output_offset()
48 if (dcb->or & (8 | DCB_OUTPUT_B)) in nv04_dac_output_offset()
55 * arbitrary limit to number of sense oscillations tolerated in one sample
66 static int sample_load_twice(struct drm_device *dev, bool sense[2]) in sample_load_twice()
69 struct nvif_object *device = &drm->client.device.object; in sample_load_twice()
77 * wait for bit 0 clear -- out of hblank -- (say reg value 0x4), in sample_load_twice()
78 * then wait for transition 0x4->0x5->0x4: enter hblank, leave in sample_load_twice()
83 if (nvif_msec(&drm->client.device, 10, in sample_load_twice()
[all …]
/kernel/linux/linux-5.10/drivers/cdrom/
Dgdrom.c1 // SPDX-License-Identifier: GPL-2.0-or-later
16 #include <linux/dma-mapping.h>
20 #include <linux/blk-mq.h>
80 {UNIT_ATTENTION, "Device needs attention - disk may have been changed"},
159 * been hit by a serious failure - but we'll in gdrom_identifydevice()
160 * try to return a sense key even so */ in gdrom_identifydevice()
233 return -ENOMEM; in gdrom_preparedisk_cmd()
234 spin_command->cmd[0] = 0x70; in gdrom_preparedisk_cmd()
235 spin_command->cmd[2] = 0x1f; in gdrom_preparedisk_cmd()
236 spin_command->buflen = 0; in gdrom_preparedisk_cmd()
[all …]
/kernel/linux/linux-4.19/drivers/cdrom/
Dgdrom.c18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
30 #include <linux/dma-mapping.h>
95 {UNIT_ATTENTION, "Device needs attention - disk may have been changed"},
178 * been hit by a serious failure - but we'll in gdrom_identifydevice()
179 * try to return a sense key even so */ in gdrom_identifydevice()
252 return -ENOMEM; in gdrom_preparedisk_cmd()
253 spin_command->cmd[0] = 0x70; in gdrom_preparedisk_cmd()
254 spin_command->cmd[2] = 0x1f; in gdrom_preparedisk_cmd()
255 spin_command->buflen = 0; in gdrom_preparedisk_cmd()
266 return -EIO; in gdrom_preparedisk_cmd()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dpxa-usb.txt6 - compatible: Should be "marvell,pxa-ohci" for USB controllers
7 used in host mode.
10 - "marvell,enable-port1", "marvell,enable-port2", "marvell,enable-port3"
12 - "marvell,port-mode" selects the mode of the ports:
16 - "marvell,power-sense-low" - power sense pin is low-active.
17 - "marvell,power-control-low" - power control pin is low-active.
18 - "marvell,no-oc-protection" - disable over-current protection.
19 - "marvell,oc-mode-perport" - enable per-port over-current protection.
20 - "marvell,power_on_delay" Power On to Power Good time - in ms.
25 compatible = "marvell,pxa-ohci", "usb-ohci";
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/usb/
Dpxa-usb.txt6 - compatible: Should be "marvell,pxa-ohci" for USB controllers
7 used in host mode.
10 - "marvell,enable-port1", "marvell,enable-port2", "marvell,enable-port3"
12 - "marvell,port-mode" selects the mode of the ports:
16 - "marvell,power-sense-low" - power sense pin is low-active.
17 - "marvell,power-control-low" - power control pin is low-active.
18 - "marvell,no-oc-protection" - disable over-current protection.
19 - "marvell,oc-mode-perport" - enable per-port over-current protection.
20 - "marvell,power_on_delay" Power On to Power Good time - in ms.
25 compatible = "marvell,pxa-ohci", "usb-ohci";
[all …]
/kernel/linux/linux-5.10/block/
Dscsi_ioctl.c1 // SPDX-License-Identifier: GPL-2.0
58 return jiffies_to_clock_t(q->sg_timeout); in sg_get_timeout()
66 q->sg_timeout = clock_t_to_jiffies(timeout); in sg_set_timeout()
82 int val = min_t(int, q->sg_reserved_size, max_sectors_bytes(q)); in sg_get_reserved_size()
95 return -EINVAL; in sg_set_reserved_size()
97 q->sg_reserved_size = min(size, max_sectors_bytes(q)); in sg_set_reserved_size()
112 /* Basic read-only commands */ in blk_set_cmd_filter_defaults()
113 __set_bit(TEST_UNIT_READY, filter->read_ok); in blk_set_cmd_filter_defaults()
114 __set_bit(REQUEST_SENSE, filter->read_ok); in blk_set_cmd_filter_defaults()
115 __set_bit(READ_6, filter->read_ok); in blk_set_cmd_filter_defaults()
[all …]
/kernel/linux/linux-4.19/drivers/scsi/osd/
DKconfig15 tristate "OSD-Initiator library"
18 Enable the OSD-Initiator library (libosd.ko).
27 to user-mode for testing and controlling OSD devices. It is also
31 int "(0-2) When sense is returned, DEBUG print all sense descriptors"
36 sense-buffer is retrieved, turning this on will dump a full
37 sense-decoding message. Setting to 2 will also print recoverable
/kernel/linux/linux-4.19/drivers/s390/block/
Ddasd_3990_erp.c1 // SPDX-License-Identifier: GPL-2.0
10 #define KMSG_COMPONENT "dasd-eckd"
34 * 24 and 32 byte sense ERP functions
55 struct dasd_ccw_req *cqr = erp->refers; in dasd_3990_erp_cleanup()
57 dasd_free_erp_request(erp, erp->memdev); in dasd_3990_erp_cleanup()
58 cqr->status = final_status; in dasd_3990_erp_cleanup()
74 struct dasd_device *device = erp->startdev; in dasd_3990_erp_block_queue()
80 spin_lock_irqsave(get_ccwdev_lock(device->cdev), flags); in dasd_3990_erp_block_queue()
82 spin_unlock_irqrestore(get_ccwdev_lock(device->cdev), flags); in dasd_3990_erp_block_queue()
83 erp->status = DASD_CQR_FILLED; in dasd_3990_erp_block_queue()
[all …]
/kernel/linux/linux-5.10/drivers/s390/block/
Ddasd_3990_erp.c1 // SPDX-License-Identifier: GPL-2.0
10 #define KMSG_COMPONENT "dasd-eckd"
34 * 24 and 32 byte sense ERP functions
55 struct dasd_ccw_req *cqr = erp->refers; in dasd_3990_erp_cleanup()
57 dasd_free_erp_request(erp, erp->memdev); in dasd_3990_erp_cleanup()
58 cqr->status = final_status; in dasd_3990_erp_cleanup()
74 struct dasd_device *device = erp->startdev; in dasd_3990_erp_block_queue()
80 spin_lock_irqsave(get_ccwdev_lock(device->cdev), flags); in dasd_3990_erp_block_queue()
82 spin_unlock_irqrestore(get_ccwdev_lock(device->cdev), flags); in dasd_3990_erp_block_queue()
83 erp->status = DASD_CQR_FILLED; in dasd_3990_erp_block_queue()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/
Diqs269a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS269A is an 8-channel capacitive touch controller that features
14 additional Hall-effect and inductive sensing capabilities.
28 "#address-cells":
31 "#size-cells":
34 azoteq,hall-enable:
37 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes
[all …]
/kernel/linux/linux-4.19/Documentation/hwmon/
Dltc29907 Addresses scanned: -
15 -----------
25 -----------
32 ----------------
38 mode of the chip.
40 in[1-4]_input Voltage at V[1-4] pin in millivolt
43 curr1_input Current in mA across V1-V2 assuming a 1mOhm sense resistor
44 curr2_input Current in mA across V3-V4 assuming a 1mOhm sense resistor
48 sense resistor. Divide the reported value by the actual sense resistor value

12345678910>>...41