Searched refs:invert (Results 176 - 200 of 250) sorted by relevance

12345678910

/linux-master/drivers/media/common/b2c2/
H A Dflexcop-fe-tuner.c275 .invert = 0,
308 .invert = 1,
/linux-master/sound/soc/codecs/
H A Dwm8991.h810 #define SOC_WM899X_OUTPGA_SINGLE_R_TLV(xname, reg, shift, max, invert,\
812 SOC_SINGLE_EXT_TLV(xname, reg, shift, max, invert, \
H A Dmax98390.c171 unsigned int invert = 0; local
197 invert = MAX98390_PCM_MODE_CFG_PCM_BCLKEDGE;
200 dev_err(component->dev, "DAI invert mode unsupported\n");
207 invert);
H A Drt700.c386 if (mc->invert) {
407 if (mc->invert) {
479 if (mc->invert) {
H A Drt711.c530 if (mc->invert) {
552 if (mc->invert) {
629 if (mc->invert) {
H A Dwm_hubs.c689 #define WM_HUBS_SINGLE_W(xname, reg, shift, max, invert) \
690 SOC_SINGLE_EXT(xname, reg, shift, max, invert, \
H A Dwm8400.c101 #define WM8400_OUTPGA_SINGLE_R_TLV(xname, reg, shift, max, invert, tlv_array) \
102 SOC_SINGLE_EXT_TLV(xname, reg, shift, max, invert, \
H A Dwm8990.c68 #define SOC_WM899X_OUTPGA_SINGLE_R_TLV(xname, reg, shift, max, invert,\
70 SOC_SINGLE_EXT_TLV(xname, reg, shift, max, invert, \
/linux-master/sound/isa/wss/
H A Dwss_lib.c1999 int invert = (kcontrol->private_value >> 24) & 0xff; local
2004 if (invert)
2018 int invert = (kcontrol->private_value >> 24) & 0xff; local
2023 if (invert)
2058 int invert = (kcontrol->private_value >> 22) & 1; local
2064 if (invert) {
2082 int invert = (kcontrol->private_value >> 22) & 1; local
2088 if (invert) {
/linux-master/drivers/media/usb/dvb-usb/
H A Dttusb2.c489 .invert = 0,
496 .invert = 0,
/linux-master/drivers/media/dvb-frontends/
H A Dtda10021.c124 if ((INVERSION_ON == inversion) ^ (state->config->invert == 0))
404 p->inversion = ((state->reg0 & 0x20) == 0x20) ^ (state->config->invert != 0) ? INVERSION_ON : INVERSION_OFF;
H A Dstv0299.c574 if (state->config->invert) invval = (~invval) & 1;
611 if (state->config->invert) invval = (~invval) & 1;
H A Dstv0297.c431 if (state->config->invert)
617 if (state->config->invert)
/linux-master/drivers/perf/
H A Darm_dmc620_pmu.c215 GEN_PMU_FORMAT_ATTR(invert); variable
284 ATTR_CFG_GET_FLD(attr, invert));
/linux-master/include/linux/mfd/wm8350/
H A Dgpio.h345 int pol, int pull, int invert, int debounce);
/linux-master/drivers/gpio/
H A Dgpio-pca953x.c190 int invert; member in struct:pca953x_reg_config
197 .invert = PCA953X_INVERT,
204 .invert = PCA957X_INVRT,
1010 return pca953x_write_regs(chip, chip->regs->invert, val);
/linux-master/sound/soc/intel/boards/
H A Dbdw-rt5677.c113 .invert = 1,
H A Dcht_bsw_max98090_ti.c171 .invert = 1,
/linux-master/sound/soc/ti/
H A Drx51.c201 .invert = 1,
/linux-master/drivers/media/pci/ttpci/
H A Dbudget-ci.c689 .invert = 0,
826 .invert = 0,
837 .invert = 1,
1017 .invert = 0,
1023 .invert = 0,
/linux-master/sound/sparc/
H A Ddbri.c2339 int invert = (kcontrol->private_value >> 24) & 1; local
2351 if (invert == 1)
2364 int invert = (kcontrol->private_value >> 24) & 1; local
2372 if (invert == 1)
2404 number of bits. invert is a boolean for use with attenuation.
2406 #define CS4215_SINGLE(xname, entry, shift, mask, invert) \
2411 ((invert) << 24) },
/linux-master/sound/soc/
H A Dsoc-topology.c755 sm->invert = le32_to_cpu(mc->invert);
1135 sm->invert = le32_to_cpu(mc->invert);
1338 template.on_val = w->invert ? 0 : 1;
1339 template.off_val = w->invert ? 1 : 0;
/linux-master/drivers/input/misc/
H A Diqs7222.c803 bool invert; member in struct:iqs7222_prop_desc
830 .invert = true,
941 .name = "azoteq,invert-enable",
2078 bool invert = iqs7222_props[i].invert; local
2096 if (invert)
2106 if (invert)
/linux-master/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c1109 .invert = 1,
1268 .invert = 1,
1331 .invert = 1,
1515 .invert = 0,
/linux-master/drivers/media/rc/
H A Dir-mce_kbd-decoder.c382 .invert = 1,

Completed in 509 milliseconds

12345678910