/linux/drivers/s390/block/ |
H A D | dasd_3990_erp.c | 30 * 24 and 32 byte sense ERP functions 290 * sense sense data of the actual error 298 dasd_3990_erp_action_4(struct dasd_ccw_req * erp, char *sense) in dasd_3990_erp_action_4() argument 315 if (sense && (sense[25] == 0x1D)) { /* state change pending */ in dasd_3990_erp_action_4() 324 } else if (sense && (sense[25] == 0x1E)) { /* busy */ in dasd_3990_erp_action_4() 346 * 24 byte sense ERP functions (only) 381 * Does a analysis of the sense dat 391 dasd_3990_handle_env_data(struct dasd_ccw_req * erp,char * sense) dasd_3990_handle_env_data() argument 1024 dasd_3990_erp_com_rej(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_com_rej() argument 1113 dasd_3990_erp_equip_check(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_equip_check() argument 1166 dasd_3990_erp_data_check(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_data_check() argument 1225 dasd_3990_erp_overrun(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_overrun() argument 1254 dasd_3990_erp_inv_format(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_inv_format() argument 1292 dasd_3990_erp_EOC(struct dasd_ccw_req * default_erp,char * sense) dasd_3990_erp_EOC() argument 1317 dasd_3990_erp_env_data(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_env_data() argument 1352 dasd_3990_erp_no_rec(struct dasd_ccw_req * default_erp,char * sense) dasd_3990_erp_no_rec() argument 1415 char *sense; dasd_3990_erp_inspect_alias() local 1468 dasd_3990_erp_inspect_24(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_inspect_24() argument 1548 dasd_3990_erp_action_10_32(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_action_10_32() argument 1582 dasd_3990_erp_action_1B_32(struct dasd_ccw_req * default_erp,char * sense) dasd_3990_erp_action_1B_32() argument 1740 dasd_3990_update_1B(struct dasd_ccw_req * previous_erp,char * sense) dasd_3990_update_1B() argument 1854 dasd_3990_erp_compound_retry(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_compound_retry() argument 1898 dasd_3990_erp_compound_path(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_compound_path() argument 1931 dasd_3990_erp_compound_code(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_compound_code() argument 1979 dasd_3990_erp_compound_config(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_compound_config() argument 2008 dasd_3990_erp_compound(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_compound() argument 2050 dasd_3990_erp_handle_sim(struct dasd_device * device,char * sense) dasd_3990_erp_handle_sim() argument 2082 dasd_3990_erp_inspect_32(struct dasd_ccw_req * erp,char * sense) dasd_3990_erp_inspect_32() argument 2289 char *sense; dasd_3990_erp_inspect() local 2566 char *sense = dasd_get_sense(&erp->irb); dasd_3990_erp_further_erp() local 2683 char *sense = dasd_get_sense(&erp->refers->irb); dasd_3990_erp_handle_match_erp() local [all...] |
/linux/Documentation/devicetree/bindings/iio/afe/ |
H A D | current-sense-amplifier.yaml | 4 $id: http://devicetree.org/schemas/iio/afe/current-sense-amplifier.yaml# 7 title: Current Sense Amplifier 13 When an io-channel measures the output voltage from a current sense 15 through the sense resistor, not the voltage output. This binding 16 describes such a current sense circuit. 20 const: current-sense-amplifier 27 sense-resistor-micro-ohms: 28 description: The sense resistance. 30 sense-gain-mult: 34 sense [all...] |
H A D | temperature-transducer.yaml | 64 sense-offset-millicelsius: 68 In that case, sense-offset-millicelsius would be set to <(-273150)>. 71 sense-resistor-ohms: 73 The sense resistor. 74 By default sense-resistor-ohms cancels out the resistor making the 101 sense-offset-millicelsius = <(-273150)>; /* Kelvin to degrees Celsius */ 102 sense-resistor-ohms = <8060>; 111 sense-offset-millicelsius = <(-273150)>; /* Kelvin to degrees Celsius */
|
H A D | current-sense-shunt.yaml | 4 $id: http://devicetree.org/schemas/iio/afe/current-sense-shunt.yaml# 7 title: Current Sense Shunt 13 When an io-channel measures the voltage over a current sense shunt, 16 sense circuit. 20 const: current-sense-shunt 61 compatible = "current-sense-shunt";
|
/linux/drivers/s390/char/ |
H A D | tape_3590.c | 49 [0x10] = "Lost Sense", 492 * SENSE Medium: Get Sense data about medium state 586 * 1. A unit check is presented, when attention sense is present (e.g. when 587 * a medium has been unloaded). The attention sense comes then 670 struct tape_3590_med_sense *sense) in tape_3590_med_state_set() argument 676 DBF_EVENT(6, "medium state: %x:%x\n", sense->macst, sense->masst); in tape_3590_med_state_set() 677 switch (sense->macst) { in tape_3590_med_state_set() 693 if (sense in tape_3590_med_state_set() 827 struct tape_3590_sense *sense; tape_3590_erp_basic() local 959 struct tape_3590_sense *sense; tape_3590_print_mim_msg_f0() local 1023 struct tape_3590_sense *sense; tape_3590_print_io_sim_msg_f1() local 1134 struct tape_3590_sense *sense; tape_3590_print_dev_sim_msg_f2() local 1246 struct tape_3590_sense *sense; tape_3590_print_era_msg() local 1307 char *sense; tape_3590_crypt_error() local 1334 struct tape_3590_sense *sense; tape_3590_unit_check() local [all...] |
H A D | tape_34xx.c | 54 * Medium sense for 34xx tapes. There is no 'real' medium sense call. 55 * So we just do a normal sense. 60 unsigned char *sense; in __tape_34xx_medium_sense() local 63 sense = request->cpdata; in __tape_34xx_medium_sense() 71 if (sense[0] & SENSE_INTERVENTION_REQUIRED) in __tape_34xx_medium_sense() 76 if (sense[1] & SENSE_WRITE_PROTECT) in __tape_34xx_medium_sense() 81 DBF_EVENT(4, "tape_34xx: medium sense failed with rc=%d\n", in __tape_34xx_medium_sense() 98 tape_ccw_end(request->cpaddr, SENSE, 32, request->cpdata); in tape_34xx_medium_sense() 115 tape_ccw_end(request->cpaddr, SENSE, 3 in tape_34xx_medium_sense_async() 322 __u8* sense; tape_34xx_unit_check() local [all...] |
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | sense.c | 51 mlx4_err(dev, "Sense command failed for port: %d\n", port); in mlx4_SENSE_PORT() 56 mlx4_err(dev, "Sense returned illegal value: 0x%llx\n", out_param); in mlx4_SENSE_PORT() 68 struct mlx4_sense *sense = &mlx4_priv(dev)->sense; in mlx4_do_sense_ports() local 74 if (sense->do_sense_port[i] && sense->sense_allowed[i] && in mlx4_do_sense_ports() 94 struct mlx4_sense *sense = container_of(delay, struct mlx4_sense, in mlx4_sense_port() local 96 struct mlx4_dev *dev = sense->dev; in mlx4_sense_port() 111 queue_delayed_work(mlx4_wq , &sense->sense_poll, in mlx4_sense_port() 118 struct mlx4_sense *sense in mlx4_start_sense() local 135 struct mlx4_sense *sense = &priv->sense; mlx4_sense_init() local [all...] |
/linux/drivers/scsi/ |
H A D | scsi_lib_test.c | 20 .sense = DATA_PROTECT, in scsi_lib_test_multiple_sense() 26 .sense = UNIT_ATTENTION, in scsi_lib_test_multiple_sense() 33 .sense = NOT_READY, in scsi_lib_test_multiple_sense() 40 .sense = ABORTED_COMMAND, in scsi_lib_test_multiple_sense() 47 .sense = HARDWARE_ERROR, in scsi_lib_test_multiple_sense() 53 .sense = ILLEGAL_REQUEST, in scsi_lib_test_multiple_sense() 64 u8 sense[SCSI_SENSE_BUFFERSIZE] = {}; in scsi_lib_test_multiple_sense() local 66 .sense_buffer = sense, in scsi_lib_test_multiple_sense() 83 /* No matching sense entry */ in scsi_lib_test_multiple_sense() 127 u8 sense[SCSI_SENSE_BUFFERSIZ in scsi_lib_test_any_sense() local 154 u8 sense[SCSI_SENSE_BUFFERSIZE] = {}; scsi_lib_test_host() local 180 u8 sense[SCSI_SENSE_BUFFERSIZE] = {}; scsi_lib_test_any_failure() local 203 u8 sense[SCSI_SENSE_BUFFERSIZE] = {}; scsi_lib_test_any_status() local 237 u8 sense[SCSI_SENSE_BUFFERSIZE] = {}; scsi_lib_test_total_allowed() local 277 u8 sense[SCSI_SENSE_BUFFERSIZE] = {}; scsi_lib_test_mixed_total() local [all...] |
/linux/include/uapi/linux/netfilter/ |
H A D | xt_tcpudp.h | 18 #define XT_TCP_INV_SRCPT 0x01 /* Invert the sense of source ports. */ 19 #define XT_TCP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */ 20 #define XT_TCP_INV_FLAGS 0x04 /* Invert the sense of TCP flags. */ 21 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */ 32 #define XT_UDP_INV_SRCPT 0x01 /* Invert the sense of source ports. */ 33 #define XT_UDP_INV_DSTPT 0x02 /* Invert the sense of dest ports. */
|
/linux/include/uapi/linux/netfilter_arp/ |
H A D | arp_tables.h | 81 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */ 82 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */ 83 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */ 84 #define ARPT_INV_TGTIP 0x0008 /* Invert the sense of TGT IP. */ 85 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */ 86 #define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the sense of TGT DEV ADDR. */ 87 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */ 88 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */ 89 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */ 90 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense o [all...] |
/linux/Documentation/hwmon/ |
H A D | ltc4260.rst | 50 Current Sense register. The reported value assumes that a 1 mOhm sense resistor 51 is installed. If a different sense resistor is installed, calculate the real 52 current by dividing the reported value by the sense resistor value in mOhm. 62 curr1_input SENSE current (mA) 63 curr1_alarm SENSE overcurrent alarm
|
H A D | ltc2945.rst | 50 Current Sense register. The reported value assumes that a 1 mOhm sense resistor 51 is installed. If a different sense resistor is installed, calculate the real 52 current by dividing the reported value by the sense resistor value in mOhm. 56 SENSE+ or VDD pin depending on chip configuration. 74 curr1_input SENSE current (mA) 83 power1_input Power (in uW). Power is calculated based on SENSE+/VDD
|
H A D | ltc4261.rst | 50 Current Sense register. The reported value assumes that a 1 mOhm sense resistor 51 is installed. If a different sense resistor is installed, calculate the real 52 current by dividing the reported value by the sense resistor value in mOhm. 69 curr1_input SENSE current (mA) 70 curr1_alarm SENSE overcurrent alarm
|
/linux/drivers/iio/afe/ |
H A D | iio-rescale.c | 311 * Using .read_avail() is fringe to begin with and makes no sense in rescale_configure_channel() 325 u32 sense; in rescale_current_sense_amplifier_props() local 331 ret = device_property_read_u32(dev, "sense-resistor-micro-ohms", in rescale_current_sense_amplifier_props() 332 &sense); in rescale_current_sense_amplifier_props() 334 dev_err(dev, "failed to read the sense resistance: %d\n", ret); in rescale_current_sense_amplifier_props() 338 device_property_read_u32(dev, "sense-gain-mult", &gain_mult); in rescale_current_sense_amplifier_props() 339 device_property_read_u32(dev, "sense-gain-div", &gain_div); in rescale_current_sense_amplifier_props() 342 * Calculate the scaling factor, 1 / (gain * sense), or in rescale_current_sense_amplifier_props() 343 * gain_div / (gain_mult * sense), while trying to keep the in rescale_current_sense_amplifier_props() 346 factor = gcd(sense, 100000 in rescale_current_sense_amplifier_props() 454 s32 sense = 1; rescale_temp_transducer_props() local [all...] |
/linux/drivers/s390/cio/ |
H A D | device_id.c | 3 * CCW device SENSE ID I/O handling. 32 * diag210_to_senseid - convert diag 0x210 data to sense id information 33 * @senseid: sense id 133 * Initialize SENSE ID data. 145 * Check for complete SENSE ID data. 152 /* Check for incomplete SENSE ID data. */ in snsid_check() 157 /* Check for incompatible SENSE ID data. */ in snsid_check() 171 * Process SENSE ID request result. 195 * ccw_device_sense_id_start - perform SENSE ID 198 * Execute a SENSE I [all...] |
/linux/drivers/irqchip/ |
H A D | irq-renesas-rza1.c | 31 #define ICR1_IRQS(n, sense) ((sense) << ((n) * 2)) /* IRQ Sense Select */ argument 72 u16 sense, tmp; in rza1_irqc_set_type() local 76 sense = ICR1_IRQS_LEVEL_LOW; in rza1_irqc_set_type() 80 sense = ICR1_IRQS_EDGE_FALLING; in rza1_irqc_set_type() 84 sense = ICR1_IRQS_EDGE_RISING; in rza1_irqc_set_type() 88 sense = ICR1_IRQS_EDGE_BOTH; in rza1_irqc_set_type() 97 tmp |= ICR1_IRQS(hw_irq, sense); in rza1_irqc_set_type() 159 /* Check interrupt number, ignore sense */ in rza1_irqc_parse_map() [all...] |
H A D | irq-renesas-rzv2h.c | 228 u32 sense; in rzv2h_nmi_set_type() local 232 sense = ICU_NMI_EDGE_FALLING; in rzv2h_nmi_set_type() 236 sense = ICU_NMI_EDGE_RISING; in rzv2h_nmi_set_type() 243 writel_relaxed(sense, priv->base + ICU_NITSR); in rzv2h_nmi_set_type() 272 u32 iitsr, sense; in rzv2h_irq_set_type() local 276 sense = ICU_IRQ_LEVEL_LOW; in rzv2h_irq_set_type() 280 sense = ICU_IRQ_EDGE_FALLING; in rzv2h_irq_set_type() 284 sense = ICU_IRQ_EDGE_RISING; in rzv2h_irq_set_type() 288 sense = ICU_IRQ_EDGE_BOTH; in rzv2h_irq_set_type() 298 iitsr |= ICU_IITSR_IITSEL_PREP(sense, irq_n in rzv2h_irq_set_type() 332 u32 tint, sense; rzv2h_tint_set_type() local [all...] |
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | busnv04.c | 32 u8 sense; member 62 return !!(nvkm_rdvgac(device, 0, bus->sense) & 0x04); in nv04_i2c_bus_sense_scl() 70 return !!(nvkm_rdvgac(device, 0, bus->sense) & 0x08); in nv04_i2c_bus_sense_sda() 83 nv04_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, u8 sense, in nv04_i2c_bus_new() argument 94 bus->sense = sense; in nv04_i2c_bus_new()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | i2c.c | 96 info->sense = DCB_I2C_UNUSED; in dcb_i2c_parse() 103 info->sense = nvbios_rd08(bios, ent + 1); in dcb_i2c_parse() 148 info->sense = nvbios_rd08(bios, ent + 5); in dcb_i2c_parse() 149 if (!info->sense) info->sense = 0x3e; in dcb_i2c_parse() 154 info->sense = nvbios_rd08(bios, ent + 7); in dcb_i2c_parse() 155 if (!info->sense) info->sense = 0x36; in dcb_i2c_parse()
|
/linux/drivers/media/rc/ |
H A D | serial_ir.c | 56 static int sense = -1; /* -1 = auto, 0 = active high, 1 = active low */ variable 343 sense != -1) { in serial_ir_irq_handler() 350 * sense could be inverted. in serial_ir_irq_handler() 359 dcd, sense, ktime_to_ns(kt), in serial_ir_irq_handler() 367 if (!(dcd ^ sense)) { in serial_ir_irq_handler() 371 dcd, sense, ktime_to_ns(kt), in serial_ir_irq_handler() 377 sense = sense ? 0 : 1; in serial_ir_irq_handler() 382 frbwrite(data, !(dcd ^ sense)); in serial_ir_irq_handler() 572 if (sense in serial_ir_probe() [all...] |
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | starfive,jh71x0-temp.yaml | 30 - const: sense 42 - const: sense 65 clock-names = "sense", "bus"; 69 reset-names = "sense", "bus";
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | cirrus,cs42l42.yaml | 65 This is "inverted tip sense (ITS)" in the datasheet. 68 This is "normal tip sense (TS)" in the datasheet. 78 debounce, the tip sense pin might be noisy on a plug event. 97 debounce, the tip sense pin might be noisy on an unplug event. 176 cirrus,hs-bias-sense-disable: 178 If present the HSBIAS sense is disabled. Configures HSBIAS output 179 current sense through the external 2.21-k resistor. HSBIAS_SENSE
|
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_trigger_diag.h | 119 * @ASCQ: Additional Sense Code Qualifier. Can be specific or 0xFF for 121 * @ASC: Additional Sense Code. Can be specific or 0xFF for wildcard 122 * @SenseKey: SCSI Sense Key 124 * Defines a sense key (single or many variants) that should induce a 136 * list of SCSI sense codes that should trigger a DIAG_SERVICE event when 140 * @SCSITriggerEntry: List of SCSI Sense Code trigger elements. 142 * This binary structure is transferred via sysfs to get/set SCSI Sense Code
|
/linux/sound/soc/codecs/ |
H A D | max98373.c | 70 SND_SOC_DAPM_AIF_OUT("Voltage Sense", "HiFi Capture", 0, 72 SND_SOC_DAPM_AIF_OUT("Current Sense", "HiFi Capture", 0, 74 SND_SOC_DAPM_AIF_OUT("Speaker FB Sense", "HiFi Capture", 0, 76 SND_SOC_DAPM_SWITCH("VI Sense", SND_SOC_NOPM, 0, 0, 78 SND_SOC_DAPM_SWITCH("SpkFB Sense", SND_SOC_NOPM, 0, 0, 316 { "VI Sense", "Switch", "VMON" }, 317 { "VI Sense", "Switch", "IMON" }, 318 { "SpkFB Sense", "Switch", "FBMON" }, 319 { "Voltage Sense", NULL, "VI Sense" }, [all...] |
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | lltc,ltc294x.yaml | 33 lltc,resistor-sense: 36 Sense resistor value in milli-ohms. 50 - lltc,resistor-sense 63 lltc,resistor-sense = <15>;
|