Searched refs:inverted (Results 1 - 200 of 282) sorted by relevance

12

/linux-4.4.14/include/linux/platform_data/
H A Dmmc-pxamci.h19 bool gpio_card_ro_invert; /* gpio ro is inverted */
21 bool gpio_power_invert; /* gpio power is inverted */
H A Dirda-pxaficp.h16 bool gpio_pwdown_inverted; /* gpio_pwdown is inverted */
H A Datmel.h31 u8 rdy_pin_active_low; /* rdy_pin value is inverted */
H A Dmmc-s3cmci.h19 * gpio_get_value() is inverted, which makes 1 mean card inserted.
/linux-4.4.14/arch/arm/boot/dts/
H A Dst-pincfg.h48 * single-edge data non inverted clock, retime data with clk
53 * single-edge data inverted clock, retime data with clk
62 * CIV0, CIV1 modes with inverted clock
67 * CLK0, CLK1 modes with non-inverted clock
/linux-4.4.14/drivers/leds/trigger/
H A Dledtrig-gpio.c27 unsigned inverted; /* true when gpio is inverted */ member in struct:gpio_trig_data
52 if (gpio_data->inverted) gpio_trig_work()
102 return sprintf(buf, "%u\n", gpio_data->inverted); gpio_trig_inverted_show()
110 unsigned long inverted; gpio_trig_inverted_store() local
113 ret = kstrtoul(buf, 10, &inverted); gpio_trig_inverted_store()
117 if (inverted > 1) gpio_trig_inverted_store()
120 gpio_data->inverted = inverted; gpio_trig_inverted_store()
127 static DEVICE_ATTR(inverted, 0644, gpio_trig_inverted_show,
H A Dledtrig-backlight.c98 static DEVICE_ATTR(inverted, 0644, bl_trig_invert_show, bl_trig_invert_store);
/linux-4.4.14/drivers/video/backlight/
H A Dlms283gf05.c96 static void lms283gf05_reset(unsigned long gpio, bool inverted) lms283gf05_reset() argument
98 gpio_set_value(gpio, !inverted); lms283gf05_reset()
100 gpio_set_value(gpio, inverted); lms283gf05_reset()
102 gpio_set_value(gpio, !inverted); lms283gf05_reset()
H A Dcorgi_lcd.c521 * have inverted polarity of GPIO_BACKLIGHT_CONT setup_gpio_backlight()
/linux-4.4.14/drivers/media/platform/
H A Dvia-camera.h55 #define VCR_CI_CLKINV 0x00080000 /* Input CLK inverted */
56 #define VCR_CI_VREFINV 0x00100000 /* VREF inverted */
57 #define VCR_CI_HREFINV 0x00200000 /* HREF inverted */
58 #define VCR_CI_FLDINV 0x00400000 /* Field inverted */
63 #define VCR_CI_OFLDINV 0x40000000 /* Field output inverted */
/linux-4.4.14/include/linux/
H A Dlp.h72 * gets inverted, but it is also active low.
82 #define LP_PSELECP 0x08 /* inverted output, active low */
84 #define LP_PAUTOLF 0x02 /* inverted output, active low */
H A Dspinlock_up.h17 * are inverted, to catch initialization bugs)
H A Dcrc8.h26 * if a CRC is inverted before transmission. The CRC computed over the
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dsi2168.h43 /* TS clock inverted */
H A Dcx24123.h34 /* 0 = LNB voltage normal, 1 = LNB voltage inverted */
H A Ddib0070.h38 u8 invert_iq; /* invert Q - in case I or Q is inverted on the board */
H A Dmt312.h35 /* inverted voltage setting */
H A Dstv0297.h38 /* does the "inversion" need inverted? */
H A Dtda10086.h39 /* does the "inversion" need inverted? */
H A Dves1820.h37 /* does inversion need inverted? */
H A Dves1x93.h39 /* should PWM be inverted? */
H A Dtda1004x.h74 /* does the "inversion" need inverted? */
77 /* Does the OCLK signal need inverted? */
H A Dcxd2820r.h55 /* TS clock inverted.
H A Ds5h1409.c390 static int s5h1409_set_spectralinversion(struct dvb_frontend *fe, int inverted) s5h1409_set_spectralinversion() argument
394 dprintk("%s(%d)\n", __func__, inverted); s5h1409_set_spectralinversion()
396 if (inverted == 1) s5h1409_set_spectralinversion()
H A Dstv0900_priv.h321 /* inversion search : auto, auto norma first, normal or inverted */
H A Dtda10021.c358 /* the agc value is inverted */ tda10021_read_signal_strength()
H A Dlg2160.c356 int inverted) lg2160_spectrum_polarity()
366 val |= (inverted) ? 0x02 : 0x00; lg2160_spectrum_polarity()
355 lg2160_spectrum_polarity(struct lg216x_state *state, int inverted) lg2160_spectrum_polarity() argument
/linux-4.4.14/arch/x86/math-emu/
H A Dpoly_atan.c54 u_char transformed, inverted, sign1, sign2; poly_atan() local
81 inverted = 1; poly_atan()
86 inverted = 0; poly_atan()
181 if (inverted) { poly_atan()
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Deseries-gpio.h23 /* Note: PWR1 seems to be inverted */
H A Dh5000.h92 #define H5000_GPIO_POWER_RS232_N (61) /* inverted FORCEON to rs232 transceiver */
/linux-4.4.14/drivers/mmc/core/
H A Dhost.c211 cd_cap_invert = of_property_read_bool(np, "cd-inverted"); mmc_of_parse()
224 * There are two ways to flag that the CD line is inverted: mmc_of_parse()
225 * through the cd-inverted flag and by the GPIO line itself mmc_of_parse()
226 * being inverted from the GPIO subsystem. This is a leftover mmc_of_parse()
228 * possible to flag a line as inverted. mmc_of_parse()
231 * both inverted, the end result is that the CD line is mmc_of_parse()
232 * not inverted. mmc_of_parse()
239 ro_cap_invert = of_property_read_bool(np, "wp-inverted"); mmc_of_parse()
H A Dslot-gpio.c221 * @gpio_invert: will return whether the GPIO line is inverted or not, set
268 * @gpio_invert: will return whether the GPIO line is inverted or not,
/linux-4.4.14/include/media/
H A Dtvp7002.h43 * 1 - Operation with polarity inverted.
45 * 0 - Normal operation, 1 - Operation with polarity inverted
H A Dtuner-types.h95 * inverted. So a 0 here means a 1 in the B6 bit.
99 * inverted. So a 0 here means a 1 in the B7 bit.
100 * @port1_invert_for_secam_lc: Sometimes PORT1 is inverted when the SECAM-L'
103 * @port2_invert_for_secam_lc: Sometimes PORT2 is inverted when the SECAM-L'
H A Dsaa7115.h52 * controls the IDQ signal polarity which is set to 'inverted' if the bit
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
H A Damd.c31 * inverted mask of bits of 128K granularity 15 bits long offset amd_get_mtrr()
75 * inverted bitmask of the size The size is the only odd amd_set_mtrr()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-parport-light.c67 if ((op->inverted && !state) || (!op->inverted && state)) line_set()
77 return ((op->inverted && (oldval & op->val) != op->val) line_get()
78 || (!op->inverted && (oldval & op->val) == op->val)); line_get()
H A Di2c-parport.c102 if ((op->inverted && !state) || (!op->inverted && state)) line_set()
113 return ((op->inverted && (oldval & op->val) != op->val) line_get()
114 || (!op->inverted && (oldval & op->val) == op->val)); line_get()
H A Di2c-parport.h24 u8 inverted; member in struct:lineop
/linux-4.4.14/drivers/pcmcia/
H A Dsa1100_simpad.c44 /* the detect signal is inverted - fix that up here */ simpad_pcmcia_socket_state()
/linux-4.4.14/arch/arc/include/asm/
H A Dchecksum.h26 * added back and final sword result inverted.
/linux-4.4.14/include/linux/sched/
H A Dprio.h12 * values are inverted: lower p->prio value means higher priority.
/linux-4.4.14/arch/sh/drivers/pci/
H A Dfixups-sdk7786.c48 * Card presence is logically inverted. sdk7786_pci_init()
/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Ddisplay7seg.h24 * FLIP - Toggle inverted mode (0=normal 1=flipped)
/linux-4.4.14/drivers/watchdog/
H A Dwd501p.h35 /* inverted opto isolated reset output: */
/linux-4.4.14/drivers/input/touchscreen/
H A Dhtcpen.c45 MODULE_PARM_DESC(invert_x, "If set, X axis is inverted");
48 MODULE_PARM_DESC(invert_y, "If set, Y axis is inverted");
H A Dchipone_icn8318.c235 data->invert_x = of_property_read_bool(np, "touchscreen-inverted-x"); icn8318_probe()
236 data->invert_y = of_property_read_bool(np, "touchscreen-inverted-y"); icn8318_probe()
H A Dft6236.c259 "touchscreen-inverted-x"); ft6236_probe()
261 "touchscreen-inverted-y"); ft6236_probe()
H A Dbcm_iproc_tsc.c406 of_property_read_bool(np, "touchscreen-inverted-x"); iproc_get_tsc_config()
408 of_property_read_bool(np, "touchscreen-inverted-y"); iproc_get_tsc_config()
/linux-4.4.14/arch/sh/drivers/
H A Dheartbeat.c36 unsigned bit, unsigned int inverted) heartbeat_toggle_bit()
41 if (inverted) heartbeat_toggle_bit()
35 heartbeat_toggle_bit(struct heartbeat_data *hd, unsigned bit, unsigned int inverted) heartbeat_toggle_bit() argument
/linux-4.4.14/drivers/input/misc/
H A Drb532_button.c30 * The GPIO value occurs to be inverted, so pin high means
/linux-4.4.14/drivers/input/mouse/
H A Dtrackpoint.c110 unsigned char inverted; member in struct:trackpoint_attr_data
120 if (attr->inverted) trackpoint_show_int_attr()
171 if (attr->inverted) trackpoint_set_bit_attr()
189 .inverted = _inv, \
H A Dvsxxxaa.c282 * Get X/Y position. Y axis needs to be inverted since VSXXX-AB vsxxxaa_handle_ABS_packet()
/linux-4.4.14/arch/x86/include/asm/
H A Dpreempt.h11 * We use the PREEMPT_NEED_RESCHED bit as an inverted NEED_RESCHED such
H A Dchecksum_64.h157 * Returns the 16bit folded/inverted checksum of the passed buffer.
/linux-4.4.14/include/net/netfilter/
H A Dnf_conntrack_l3proto.h35 * Some packets can't be inverted: return 0 in that case.
H A Dnf_conntrack_l4proto.h32 * Some packets can't be inverted: return 0 in that case.
/linux-4.4.14/drivers/gpio/
H A Dgpio-clps711x.c45 /* PORTD is inverted logic for direction register */ clps711x_gpio_probe()
H A Dgpio-wm831x.c223 reg & WM831X_GPN_POL ? "" : " inverted", wm831x_gpio_dbg_show()
H A Dgpio-wm8994.c218 seq_printf(s, "inverted "); wm8994_gpio_dbg_show()
H A Dgpio-pxa.c174 /* GPIO86/87/88/89 on PXA26x have their direction bits in PXA_GPDR(2 inverted,
/linux-4.4.14/tools/firewire/
H A Dnosy-dump.h66 uint32_t inverted; member in struct:phy_packet
/linux-4.4.14/drivers/thermal/
H A Darmada_thermal.c65 bool inverted; member in struct:armada_thermal_data
179 if (priv->data->inverted) armada_get_temp()
230 .inverted = true,
/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-pltfm.c57 if (of_get_property(np, "sdhci,wp-inverted", NULL) || sdhci_of_wp_inverted()
58 of_get_property(np, "wp-inverted", NULL)) sdhci_of_wp_inverted()
61 /* Old device trees don't have the wp-inverted property. */ sdhci_of_wp_inverted()
H A Dwmt-sdmmc.c811 if (of_get_property(np, "sdon-inverted", NULL)) wmt_mci_probe()
813 if (of_get_property(np, "cd-inverted", NULL)) wmt_mci_probe()
H A Dsdhci.h356 /* Controller reports inverted write-protect state */
/linux-4.4.14/lib/
H A Dglob.c71 bool match = false, inverted = (*pat == '!'); glob_match() local
72 char const *class = pat + inverted; glob_match()
98 if (match == inverted) glob_match()
/linux-4.4.14/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-gpio.c76 * @inverted: pin logic is inverted
90 bool inverted; member in struct:pm8xxx_pin_data
421 if (!pin->inverted) pm8xxx_pin_config_set()
570 if (pin->inverted) pm8xxx_gpio_dbg_show_one()
571 seq_puts(s, " inverted"); pm8xxx_gpio_dbg_show_one()
647 pin->inverted = !(val & BIT(3)); pm8xxx_pin_populate()
H A Dpinctrl-ssbi-mpp.c593 "inverted" : "follow"); pm8xxx_mpp_dbg_show_one()
606 "inverted" : "follow"); pm8xxx_mpp_dbg_show_one()
622 "inverted" : "follow"); pm8xxx_mpp_dbg_show_one()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Damplc_dio200.c116 * 3. /OUT n-2, the inverted output of counter channel n-2 (see note
132 * 2. Gate source /OUT n-2 is the inverted output of channel 0 on the
133 * same counter subdevice if n = 2, or the inverted output of channel n+1
H A Damplc_dio200_pci.c126 * 3. /OUT n-2, the inverted output of counter channel n-2 (see note
139 * 7. OUT n-2, the non-inverted output of counter channel n-2
163 * 2. Gate source /OUT n-2 is the inverted output of channel 0 on the
164 * same counter subdevice if n = 2, or the inverted output of channel n+1
H A Dni_65xx.c44 * This driver previously inverted the outputs on PCI-6513 through to
47 * you require the outputs to be inverted on those cards for legacy
712 * Use the io_bits to handle the inverted outputs. Inverted ni_65xx_auto_attach()
721 writeb(s->io_bits, /* inverted if necessary */ ni_65xx_auto_attach()
H A Dpcmmio.c246 * a read reflects the inverted state of the I/O pin, such that a
265 * Outputs are inverted, invert the state and pcmmio_dio_insn_bits()
277 /* get inverted state of the channels from the port */ pcmmio_dio_insn_bits()
H A Dpcmuio.c216 * a read reflects the inverted state of the I/O pin, such that a
235 * Outputs are inverted, invert the state and pcmuio_dio_insn_bits()
247 /* get inverted state of the channels from the port */ pcmuio_dio_insn_bits()
H A Drti800.c253 /* Outputs are inverted... */ rti800_do_insn_bits()
H A Dni_6527.c178 /* Outputs are inverted */ ni6527_do_insn_bits()
H A Daddi_apci_1500.c124 * diagnostic signals and bit 7 is inverted. z8536_reset()
H A Damplc_pci230.c381 #define GAT_NOUTNM2 3 /* inverted output of channel-2 modulo total */
1927 * inverted output of monostable CT2. pci230_ai_start()
1958 * inverted output of CT1 (falling edge on CT1). pci230_ai_start()
/linux-4.4.14/drivers/gpu/drm/rcar-du/
H A Drcar_du_drv.h34 #define RCAR_DU_QUIRK_LVDS_LANES (1 << 1) /* LVDS lanes 1 and 3 inverted */
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Daf9005-remote.c130 deb_decode("code != inverted code\n"); af9005_rc_decode()
/linux-4.4.14/arch/cris/arch-v10/drivers/
H A Dsync_serial.c387 IO_STATE(R_SYNC_SERIAL1_CTRL, status_polarity, inverted)| initialize_port()
846 frame_polarity, inverted); sync_serial_ioctl_unlocked()
853 status_polarity, inverted); sync_serial_ioctl_unlocked()
861 clk_driver, inverted); sync_serial_ioctl_unlocked()
868 frame_driver, inverted); sync_serial_ioctl_unlocked()
875 status_driver, inverted); sync_serial_ioctl_unlocked()
891 frame_polarity, inverted); sync_serial_ioctl_unlocked()
898 frame_driver, inverted); sync_serial_ioctl_unlocked()
900 clk_driver, inverted); sync_serial_ioctl_unlocked()
/linux-4.4.14/include/uapi/linux/
H A Dzorro.h78 __u8 er_Reserved03; /* Must be zero ($ff inverted) */
H A Dchio.h128 #define CGE_INVERT 0x02 /* media inverted */
H A Dlp.h35 #define LP_PBUSY 0x80 /* inverted input, active high */
H A Dcan.h190 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can
/linux-4.4.14/include/net/irda/
H A Dirmod.h94 /* Locking wrapper - Note the inverted logic on irda_lock().
/linux-4.4.14/arch/powerpc/platforms/85xx/
H A Dp1022_rdk.c77 /* Disable the pixel clock, and set it to non-inverted and no delay */ p1022rdk_set_pixel_clock()
H A Dp1022_ds.c407 /* Disable the pixel clock, and set it to non-inverted and no delay */ p1022ds_set_pixel_clock()
/linux-4.4.14/arch/sparc/include/asm/
H A Dns87303.h53 /* if 1 polarity is inverted */
/linux-4.4.14/net/netfilter/
H A Dxt_connbytes.c94 else /* inverted */ connbytes_mt()
/linux-4.4.14/drivers/hwmon/
H A Dk8temp.c50 u8 swap_core_select; /* meaning of SEL_CORE is inverted */
199 * meaning of SEL_CORE bit is inverted k8temp_probe()
H A Dadm1026.c56 "List of GPIO pins (0-16) to program as inverted");
59 "List of GPIO pins (0-16) to program as normal/non-inverted");
1672 /* Normal overrides inverted */ adm1026_fixup_gpio()
/linux-4.4.14/arch/arm/mach-imx/
H A Dmach-mx27ads.c282 * - clock inverted
283 * - data not inverted
/linux-4.4.14/drivers/staging/vme/devices/
H A Dvme_pio2_gpio.c55 * are inverted! pio2_gpio_get()
H A Dvme_pio2_core.c253 * is input, output or both at run time. The inputs are also inverted pio2_probe()
/linux-4.4.14/drivers/staging/fbtft/
H A Dfb_uc1701.c44 /* 9: inverted display */
/linux-4.4.14/drivers/irqchip/
H A Dirq-st.c148 /* External IRQs may be inverted. */ st_irq_syscfg_enable()
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-i2c.c339 /* write bits are inverted */ ivtv_setscl()
347 /* write bits are inverted */ ivtv_setsda()
651 /* write bits are inverted */ ivtv_setscl_old()
665 /* write bits are inverted */ ivtv_setsda_old()
H A Divtv-ioctl.c1446 /* 16-bit formats have inverted local alpha */ ivtv_g_fbuf()
1453 /* 16-bit formats have inverted local alpha */ ivtv_g_fbuf()
/linux-4.4.14/drivers/media/rc/
H A Dir-sharp-decoder.c149 /* Validate - command, ext, chk should be inverted in 2nd */ ir_sharp_decode()
H A Dst_rc.c173 /* IRB input pins are inverted internally from high to low. */ st_rc_hardware_init()
/linux-4.4.14/arch/powerpc/mm/
H A Dhugepage-hash64.c66 * _PAGE_EXEC -> HW_NO_EXEC since it's inverted __hash_page_thp()
H A Dhugetlbpage-hash64.c64 /* _PAGE_EXEC -> HW_NO_EXEC since it's inverted */ __hash_page_huge()
H A Dhash_low_64.S286 /* Secondary group ? if yes, get a inverted hash value */
653 /* Secondary group ? if yes, get a inverted hash value */
950 /* Secondary group ? if yes, get a inverted hash value */
/linux-4.4.14/arch/m68k/include/asm/
H A Dmcfwdebug.h50 #define MCFDEBUG_TDR_EAI1 0x00000010 /* Enable address BP inverted */
/linux-4.4.14/arch/arm/mach-sa1100/
H A Dh3xxx.c129 * DCD and CTS bits are inverted in GPLR by RS232 transceiver h3xxx_uart_get_mctrl()
/linux-4.4.14/drivers/media/pci/ttpci/
H A Dav7110_ir.c55 MODULE_PARM_DESC(ir_inversion, "Inversion of infrared signal: 0 not inverted (default), 1 inverted");
/linux-4.4.14/include/sound/
H A Dsoc-dai.h53 * Specifies whether the DAI can also support inverted clocks for the specified
58 * - "inverted" polarity means signal is available at falling edge of BCLK
H A Dac97_codec.h384 #define AC97_SCAP_INV_EAPD (1<<7) /* inverted EAPD */
599 AC97_TUNE_INV_EAPD, /* inverted EAPD implementation */
/linux-4.4.14/drivers/media/usb/gspca/
H A Dpac7311.c29 * 0x1b Auto white balance related, bit 0 is AWB enable (inverted)
30 * bits 345 seem to toggle per color gains on/off (inverted)
31 * 0x78 Global control, bit 6 controls the LED (inverted)
/linux-4.4.14/drivers/net/irda/
H A Dtoim3232-sir.c92 * RTS is inverted and attached to the BR/~D input pin. When RTS
336 * RTS is inverted and then fed to BR/~D, so to put it in programming mode, we
/linux-4.4.14/drivers/net/wireless/ath/
H A Dkey.c203 * Write inverted key[47:0] first to avoid Michael MIC errors ath_hw_set_keycache_entry()
307 * Write the correct (un-inverted) key[47:0] last to enable ath_hw_set_keycache_entry()
/linux-4.4.14/drivers/platform/x86/
H A Dhdaps.c234 * have "inverted" axises. hdaps_device_init()
492 /* hdaps_dmi_match_invert - found an inverted match. */ hdaps_dmi_match_invert()
/linux-4.4.14/arch/mips/alchemy/devboards/
H A Ddb1300.c667 /* Apply power (Vee/Vdd logic is inverted on Panel DB1300_800x480) */ db1300fb_panel_init()
675 /* Remove power (Vee/Vdd logic is inverted on Panel DB1300_800x480) */ db1300fb_panel_shutdown()
H A Ddb1000.c225 /* testing suggests that this bit is inverted */ db1100_mmc_card_readonly()
/linux-4.4.14/sound/pci/hda/
H A Dhda_codec.h251 unsigned int inv_eapd:1; /* broken h/w: inverted EAPD control */
252 unsigned int inv_jack_detect:1; /* broken h/w: inverted detection bit */
H A Dhda_generic.h222 unsigned int inv_dmic_split:1; /* inverted dmic w/a for conexant */
H A Dpatch_cirrus.c690 /* MacMini 7,1 has the inverted jack detection */ cs4208_fixup_macmini()
701 /* HP pin (0x10) has an inverted detection */ cs4208_fixup_macmini()
1012 coef |= 0x0010; /* B2 is SENSE_B, not inverted */ cs4210_pinmux_init()
/linux-4.4.14/drivers/spi/
H A Dspi-butterfly.c250 /* nCS for dataflash (this bit is inverted on output) */ butterfly_attach()
H A Dspi-bitbang.c210 * between normal (active low) and inverted chipselects. spi_bitbang_setup()
H A Dspi-lm70llp.c65 * Note that parport pin 13 actually gets inverted by the transistor
H A Dspi-dw.c140 /* Chip select logic is inverted from spi_set_cs() */ dw_spi_set_cs()
H A Dspi-mxs.c390 /* De-assert on last transfer, inverted by cs_change flag */ mxs_spi_transfer_one()
H A Dspi-omap-uwire.c323 /* mode 0..3, clock inverted separately; uwire_setup_transfer()
H A Dspi-orion.c287 /* Chip select logic is inverted from spi_set_cs */ orion_spi_set_cs()
H A Dspi-omap2-mcspi.c251 /* The controller handles the inverted chip selects omap2_mcspi_set_cs()
952 (spi->mode & SPI_CPOL) ? "inverted" : "normal"); omap2_mcspi_setup_transfer()
/linux-4.4.14/drivers/isdn/hisax/
H A Dhfc_usb.h204 #define LED_INVERTED 1 // LEDs are inverted
/linux-4.4.14/drivers/media/common/siano/
H A Dsms-cards.c254 /* inverted gpio */ sms_set_gpio()
/linux-4.4.14/drivers/mtd/nand/
H A Dnand_bch.c205 * compute and store the inverted ecc of an erased ecc block nand_bch_init()
/linux-4.4.14/drivers/media/pci/saa7134/
H A Dsaa7134-ts.c293 /* TS clock non-inverted */ saa7134_ts_start()
/linux-4.4.14/drivers/media/radio/
H A Dradio-sf16fmr2.c66 /* WRITE_ENABLE is inverted, DATA must be high during read */ fmr2_tea575x_set_pins()
/linux-4.4.14/kernel/locking/
H A Dsemaphore.c124 * NOTE: This return value is inverted from both spin_trylock and
/linux-4.4.14/include/linux/mtd/
H A Dsh_flctl.h123 * HOLDEN: Bus Occupancy Enable (inverted)
/linux-4.4.14/arch/powerpc/platforms/86xx/
H A Dmpc8610_hpcd.c263 /* Disable the pixel clock, and set it to non-inverted and no delay */ mpc8610hpcd_set_pixel_clock()
/linux-4.4.14/arch/mn10300/include/asm/
H A Dbusctl-regs.h111 #define SBCNTRL2_RWINV_INV 0x08000000 /* - inverted (read low) */
/linux-4.4.14/arch/arm/mach-lpc32xx/
H A Dphy3250.c131 * On some early LCD modules (1307.0), the backlight logic is inverted.
/linux-4.4.14/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c245 * direction bit inverted in GPDR2. See PXA26x DM 4.1.1. pxa25x_mfp_init()
/linux-4.4.14/arch/arm/mach-ixp4xx/
H A Dixp4xx_qmgr.c66 if (src & 4) /* the IRQ condition is inverted */ qmgr_irq1_a0()
/linux-4.4.14/sound/ppc/
H A Dawacs.c151 int inverted = (kcontrol->private_value >> 16) & 1; snd_pmac_awacs_get_volume() local
159 if (inverted) { snd_pmac_awacs_get_volume()
174 int inverted = (kcontrol->private_value >> 16) & 1; snd_pmac_awacs_put_volume() local
183 if (inverted) { snd_pmac_awacs_put_volume()
H A Ddaca.c56 /* GCFG: power amp inverted, DAC on */ daca_init_client()
/linux-4.4.14/sound/soc/codecs/
H A Dtlv320aic3x.h237 /* Default output volume (inverted) */
H A Dtlv320dac33.c500 * Need to be inverted later on:
569 * LOP inverted from the corresponding DAC side.
H A Dab8500-codec.c2195 "%s: IF0: Normal bit clock, inverted frame\n", ab8500_codec_set_dai_fmt()
2207 "%s: IF0: Inverted bit clock, inverted frame\n", ab8500_codec_set_dai_fmt()
H A Dmax98090.c1676 * This accommodates an inverted logic in the MAX98090 chip max98090_dai_set_fmt()
1677 * for Bit Clock Invert (BCI). The inverted logic is only max98090_dai_set_fmt()
/linux-4.4.14/drivers/staging/panel/
H A Dpanel.c86 #define PNL_PBUSY 0x80 /* inverted input, active low */
95 #define PNL_PSELECP 0x08 /* inverted output, active low */
97 #define PNL_PAUTOLF 0x02 /* inverted output, active low */
98 #define PNL_PSTROBE 0x01 /* inverted output */
743 case PIN_STROBE: /* strobe, inverted */ pin_to_bits()
750 case PIN_AUTOLF: /* autofeed, inverted */ pin_to_bits()
757 case PIN_SELECP: /* select_in, inverted */ pin_to_bits()
/linux-4.4.14/drivers/video/fbdev/
H A Dffb.c359 #define FFB_FLAG_INVCURSOR 0x00000004 /* DAC has inverted cursor logic */
969 * ramdacs with manufacturing revision less than 3 have inverted ffb_probe()
H A Datmel_lcdfb.c291 /* contrast pwm can be 'inverted' */ init_contrast()
1114 pdata->lcdcon_pol_negative = of_property_read_bool(display_np, "atmel,lcdcon-backlight-inverted"); atmel_lcdfb_of_init()
H A Dcyber2000fb.c1186 if (!val) /* bit is inverted */ cyber2000fb_ddc_setscl()
1201 if (!val) /* bit is inverted */ cyber2000fb_ddc_setsda()
/linux-4.4.14/drivers/media/usb/em28xx/
H A Dem28xx.h423 bool inverted; member in struct:em28xx_led
437 bool inverted; member in struct:em28xx_button
H A Dem28xx-cards.c503 .inverted = 0,
513 .inverted = 1,
519 .inverted = 1,
532 .inverted = 1,
538 .inverted = 1,
548 .inverted = 1,
558 .inverted = 0,
H A Dem28xx-input.c519 if (button->inverted) { em28xx_query_buttons()
/linux-4.4.14/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c50 * ser#+ hardware DCD, inverted signal at DCD pin
690 * ser#+ hardware DCD, inverted signal at DCD pin
H A Dbaycom_ser_hdx.c44 * ser12+ hardware DCD, inverted signal at DCD pin
720 * ser12+ hardware DCD, inverted signal at DCD pin
H A Dbaycom_par.c234 /* now the diff decoded data is inverted in descram */ par96_rx()
/linux-4.4.14/drivers/staging/vt6655/
H A Dbaseband.c2094 * 0x45->0x41(VC1/VC2 define, make the ANT_A, ANT_B inverted) BBbVT3253Init()
2102 * make the ANT_A, ANT_B inverted) BBbVT3253Init()
2163 /* Init ANT B select,TX Config CR09 = 0x61->0x45, 0x45->0x41(VC1/VC2 define, make the ANT_A, ANT_B inverted) */ BBbVT3253Init()
2165 /* Init ANT B select,RX Config CR10 = 0x28->0x2A, 0x2A->0x28(VC1/VC2 define, make the ANT_A, ANT_B inverted) */ BBbVT3253Init()
/linux-4.4.14/drivers/regulator/
H A Dab8500-ext.c391 /* VextSupply3LPn is inverted on AB8500 2.x */ ab8500_ext_regulator_probe()
/linux-4.4.14/drivers/leds/
H A Dleds-lp3944.c254 /* invert duty cycle for inverted leds, this has the same effect of lp3944_led_set_blink()
/linux-4.4.14/drivers/media/pci/cx23885/
H A Dcx23885-input.c174 * This board has inverted receive sense: cx23885_input_ir_start()
/linux-4.4.14/include/video/
H A Dimx-ipu-v3.h37 unsigned data_pol:1; /* true = inverted */
/linux-4.4.14/include/net/
H A Daddrconf.h110 * "u" bit of the interface identifier is not inverted in this addrconf_ifid_eui48()
/linux-4.4.14/arch/s390/oprofile/
H A Dinit.c316 * The value always has to be the inverted value of hwsampler_enabled. So
/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_conntrack_proto_icmp.c155 /* Ordinarily, we'd expect the inverted tupleproto, but it's icmp_error_message()
/linux-4.4.14/net/ipv6/netfilter/
H A Dnf_conntrack_proto_icmpv6.c171 /* Ordinarily, we'd expect the inverted tupleproto, but it's icmpv6_error_message()
/linux-4.4.14/sound/pci/aw2/
H A Daw2-saa7146.c432 are inverted sometime (endian inversion). Why ? I don't know, maybe snd_aw2_saa7146_use_digital_input()
/linux-4.4.14/net/can/
H A Daf_can.c383 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can
455 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can
645 /* check for inverted can_id/mask entries */ can_rcv_filter()
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h592 /* (inverted) */
594 /* (non-inverted) */
597 /* (inverted) */
599 /* (non-inverted) */
1203 * [The ICPR register is active low (inverted) in
1205 * StrongARM SA-1100, it is active high (non-inverted) in
/linux-4.4.14/arch/powerpc/sysdev/
H A Dmpic.c414 /* use the lowest bit inverted to the actual HW, mpic_startup_ht_interrupt()
440 /* use the lowest bit inverted to the actual HW, mpic_shutdown_ht_interrupt()
1975 /* we use the lowest bit in an inverted meaning */ mpic_resume_one()
/linux-4.4.14/drivers/usb/serial/
H A Dch341.c46 /* status returned in third interrupt answer byte, inverted in data
H A Dark3116.c760 * inverted, so there are probably bits for that as well.
/linux-4.4.14/drivers/rtc/
H A Drtc-isl1208.c160 * bit (1<<5) of the ATR register is inverted isl1208_i2c_get_atr()
/linux-4.4.14/drivers/scsi/
H A Dam53c974.c248 /* DMA write direction logic is inverted */ pci_esp_send_dma_cmd()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h225 #define LED_INVERTED 1 /* LEDs are inverted */
/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_tvout.c245 /* on stih407 chip the sel_input bypass mode logic is inverted */ tvout_vip_set_sel_input()
/linux-4.4.14/drivers/hid/
H A Dhid-magicmouse.c413 /* Note: Touch Y position from the device is inverted relative magicmouse_setup_input()
/linux-4.4.14/drivers/clk/ti/
H A Dfapll.c45 /* The bypass bit is inverted on the ddr_pll.. */
/linux-4.4.14/kernel/
H A Dprofile.c230 * and was vaguely inspired by ppc64 firmware-supported inverted
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c465 * allocbitmap is the inverted holemask so every set bit represents xfs_inobt_irec_to_allocmask()
/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Dmach-n30.c472 * GPF2 N30 1=reset button pressed (inverted compared to the rest) n30_hwinit()
/linux-4.4.14/arch/arm/mach-tegra/
H A Dsleep-tegra20.S136 * SCRATCH37 = r1 = !turn (inverted from Peterson's algorithm)
/linux-4.4.14/drivers/media/i2c/
H A Dadv7180.c74 #define ADV7180_REG_HUE 0x000b /*Signed, inverted */
501 /*Hue is inverted according to HSL chart */ adv7180_s_ctrl()
H A Dsaa7115.c1207 /* Note: the field bit is inverted for 60 Hz video */ saa711x_decode_vbi_line()
1405 /* Note: the internal field ID is inverted for NTSC, saa711x_g_vbi_data()
/linux-4.4.14/arch/x86/kernel/
H A Duprobes.c370 * Setting VEX3.b (setting because it has inverted meaning): riprel_analyze()
425 * vex.vvvv field is in bits 6-3, bits are inverted. riprel_analyze()
/linux-4.4.14/sound/pci/
H A Dfm801.c760 /* WRITE_ENABLE is inverted */ snd_fm801_tea575x_set_pins()
1110 /* at address #3, so the loop is inverted */ snd_fm801_chip_init()
/linux-4.4.14/sound/spi/
H A Dat73c213.c624 /* When inverted will give values 0x10001 => 0. */ snd_at73c213_line_capture_volume_info()
637 /* When inverted will give values 0x10001 => 0. */ snd_at73c213_aux_capture_volume_info()
/linux-4.4.14/tools/perf/
H A Dbuiltin-report.c720 OPT_BOOLEAN('G', "inverted", &report.inverted_callchain, cmd_report()
721 "alias for inverted call graph"), cmd_report()
/linux-4.4.14/tools/vm/
H A Dslabinfo.c119 "-i|--inverted Inverted list\n" usage()
1332 { "inverted", no_argument, NULL, 'i'},
/linux-4.4.14/drivers/isdn/gigaset/
H A Dasyncdata.c528 * Encode a data packet into an octet stuffed raw bit inverted frame,
/linux-4.4.14/drivers/iio/accel/
H A Dmma9551_core.c529 * while polarity=1 means the line is inverted.
/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Dtw9910.c903 * outputs, in this mode their polarity is inverted. tw9910_s_mbus_config()
/linux-4.4.14/drivers/media/pci/cx88/
H A Dcx88-tvaudio.c791 * NB on Nova-S bit1 NPhilipsSony appears to be inverted: cx88_set_tvaudio()
/linux-4.4.14/drivers/media/tuners/
H A Dmxl5007t.c288 /* set inverted IF or normal IF */ mxl5007t_set_if_freq_bits()
/linux-4.4.14/drivers/mfd/
H A Dtwl4030-irq.c363 * inverted: for MADC, COR=1 means "clear on write". twl4030_init_sih_modules()
/linux-4.4.14/drivers/clk/tegra/
H A Dclk.h199 * TEGRA_PLLU - PLLU has inverted post divider. This flags indicated
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c242 * A-coefficients are inverted before being applied to the opposite
/linux-4.4.14/sound/firewire/bebob/
H A Dbebob_maudio.c705 /* swap stream channels because inverted */ normal_meter_get()
/linux-4.4.14/sound/soc/davinci/
H A Ddavinci-i2s.c321 * dsp_a mode to be used with an inverted normal frame clk. davinci_i2s_set_dai_fmt()
/linux-4.4.14/sound/soc/bcm/
H A Dbcm2835-i2s.c514 * The BCM approach seems to be inverted to the classical I2S approach. bcm2835_i2s_hw_params()
/linux-4.4.14/drivers/staging/speakup/
H A Dmain.c166 /*160*/ "nbsp", "inverted bang",
174 "inverted question",
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dmac.c1603 * (or "off" if inverted) in ledctl_mode2. The blink e1000e_blink_led_generic()
1606 * "off" and inverted. e1000e_blink_led_generic()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A De1000_mac.c1412 * (or "off" if inverted) in ledctl_mode2. The blink igb_blink_led()
1415 * "off" and inverted. igb_blink_led()

Completed in 8639 milliseconds

12