Home
last modified time | relevance | path

Searched refs:invert (Results 301 - 325 of 598) sorted by relevance

1...<<11121314151617181920>>...24

/kernel/linux/linux-5.10/sound/isa/gus/
H A Dgus_pcm.c291 int w16, int invert) in snd_gf1_pcm_poke_block()
308 snd_gf1_write8(gus, SNDRV_GF1_GB_MEMORY_CONTROL, 0x01 | (invert ? 0x08 : 0x00)); in snd_gf1_pcm_poke_block()
320 invert = invert ? 0x80 : 0x00; in snd_gf1_pcm_poke_block()
325 snd_gf1_poke(gus, pos++, *buf++ ^ invert); in snd_gf1_pcm_poke_block()
329 snd_gf1_poke(gus, pos++, *buf++ ^ invert); in snd_gf1_pcm_poke_block()
358 int w16, invert; in playback_copy_ack() local
365 invert = snd_pcm_format_unsigned(runtime->format); in playback_copy_ack()
367 pcmp->memory + bpos, len, w16, invert); in playback_copy_ack()
289 snd_gf1_pcm_poke_block(struct snd_gus_card *gus, unsigned char *buf, unsigned int pos, unsigned int count, int w16, int invert) snd_gf1_pcm_poke_block() argument
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dapm_32.c1858 int invert; in apm_setup() local
1874 invert = (strncmp(str, "no-", 3) == 0) || in apm_setup()
1876 if (invert) in apm_setup()
1879 debug = !invert; in apm_setup()
1882 power_off = !invert; in apm_setup()
1884 smp = !invert; in apm_setup()
1889 apm_info.allow_ints = !invert; in apm_setup()
1892 apm_info.get_power_status_broken = !invert; in apm_setup()
1895 apm_info.realmode_power_off = !invert; in apm_setup()
/kernel/linux/linux-6.6/sound/isa/gus/
H A Dgus_pcm.c291 int w16, int invert) in snd_gf1_pcm_poke_block()
308 snd_gf1_write8(gus, SNDRV_GF1_GB_MEMORY_CONTROL, 0x01 | (invert ? 0x08 : 0x00)); in snd_gf1_pcm_poke_block()
320 invert = invert ? 0x80 : 0x00; in snd_gf1_pcm_poke_block()
325 snd_gf1_poke(gus, pos++, *buf++ ^ invert); in snd_gf1_pcm_poke_block()
329 snd_gf1_poke(gus, pos++, *buf++ ^ invert); in snd_gf1_pcm_poke_block()
358 int w16, invert; in playback_copy_ack() local
365 invert = snd_pcm_format_unsigned(runtime->format); in playback_copy_ack()
367 pcmp->memory + bpos, len, w16, invert); in playback_copy_ack()
289 snd_gf1_pcm_poke_block(struct snd_gus_card *gus, unsigned char *buf, unsigned int pos, unsigned int count, int w16, int invert) snd_gf1_pcm_poke_block() argument
/kernel/linux/linux-6.6/sound/pci/oxygen/
H A Dxonar_wm87x6.c506 bool invert = (ctl->private_value >> 24) & 1; in wm8776_bit_switch_get() local
509 ((data->wm8776_regs[reg_index] & bit) != 0) ^ invert; in wm8776_bit_switch_get()
521 bool invert = (ctl->private_value >> 24) & 1; in wm8776_bit_switch_put() local
526 if (value->value.integer.value[0] ^ invert) in wm8776_bit_switch_put()
615 bool invert; in wm8776_field_set_from_ctl() local
631 invert = (ctl->private_value >> 29) & 0x1; in wm8776_field_set_from_ctl()
633 if (invert) in wm8776_field_set_from_ctl()
970 #define WM8776_BIT_SWITCH(xname, reg, bit, invert, flags) { \
976 .private_value = ((reg) << 16) | (bit) | ((invert) << 24) | (flags), \
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dstv0299.h62 u8 invert:1; member
H A Dtdhd1.h19 .invert = 1,
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_mark.c39 return ((skb->mark & info->mask) == info->mark) ^ info->invert; in mark_mt()
H A Dxt_mac.c37 ret ^= info->invert; in mac_mt()
H A Dxt_pkttype.c38 return (type == info->pkttype) ^ info->invert; in pkttype_mt()
H A Dxt_cgroup.c30 if (info->invert & ~1) in cgroup_mt_check_v0()
110 info->invert; in cgroup_mt_v0()
H A Dxt_policy.c40 ^ e->invert.x)) in match_xfrm_state()
41 #define MATCH(x,y) (!e->match.x || ((e->x == (y)) ^ e->invert.x)) in match_xfrm_state()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstv0299.h62 u8 invert:1; member
H A Dtdhd1.h19 .invert = 1,
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_pkttype.c38 return (type == info->pkttype) ^ info->invert; in pkttype_mt()
H A Dxt_mark.c39 return ((skb->mark & info->mask) == info->mark) ^ info->invert; in mark_mt()
H A Dxt_mac.c37 ret ^= info->invert; in mac_mt()
H A Dxt_policy.c40 ^ e->invert.x)) in match_xfrm_state()
41 #define MATCH(x,y) (!e->match.x || ((e->x == (y)) ^ e->invert.x)) in match_xfrm_state()
H A Dxt_cgroup.c30 if (info->invert & ~1) in cgroup_mt_check_v0()
110 info->invert; in cgroup_mt_v0()
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dfindbit.S32 mvns r3, r3 @ invert/test bits
61 mvn r3, r3 @ invert bits
/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra_max98090.c102 .invert = 1,
118 .invert = 1,
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Drpath.sh68 ip netns exec "$ns2" "$iptables" $common -m rpfilter --invert
73 ip netns exec "$ns2" "$ip6tables" $common -m rpfilter --invert
101 grep -q -- "-m rpfilter --invert -c 0 0"
/kernel/linux/linux-5.10/sound/pci/
H A Dsonicvibes.c927 #define SONICVIBES_SINGLE(xname, xindex, reg, shift, mask, invert) \
931 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
950 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_sonicvibes_get_single() local
955 if (invert) in snd_sonicvibes_get_single()
966 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_sonicvibes_put_single() local
971 if (invert) in snd_sonicvibes_put_single()
983 #define SONICVIBES_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \
987 .private_value = left_reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask << 24) | (invert << 22) }
1008 int invert = (kcontrol->private_value >> 22) & 1; in snd_sonicvibes_get_double() local
1014 if (invert) { in snd_sonicvibes_get_double()
1029 int invert = (kcontrol->private_value >> 22) & 1; snd_sonicvibes_put_double() local
[all...]
/kernel/linux/linux-5.10/sound/sparc/
H A Dcs4231.c1343 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4231_get_single() local
1351 if (invert) in snd_cs4231_get_single()
1366 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4231_put_single() local
1371 if (invert) in snd_cs4231_put_single()
1410 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4231_get_double() local
1421 if (invert) { in snd_cs4231_get_double()
1441 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4231_put_double() local
1447 if (invert) { in snd_cs4231_put_double()
1468 #define CS4231_SINGLE(xname, xindex, reg, shift, mask, invert) \
1472 .private_value = (reg) | ((shift) << 8) | ((mask) << 16) | ((invert) << 2
[all...]
/kernel/linux/linux-6.6/sound/pci/
H A Dsonicvibes.c927 #define SONICVIBES_SINGLE(xname, xindex, reg, shift, mask, invert) \
931 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
950 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_sonicvibes_get_single() local
955 if (invert) in snd_sonicvibes_get_single()
966 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_sonicvibes_put_single() local
971 if (invert) in snd_sonicvibes_put_single()
983 #define SONICVIBES_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \
987 .private_value = left_reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask << 24) | (invert << 22) }
1008 int invert = (kcontrol->private_value >> 22) & 1; in snd_sonicvibes_get_double() local
1014 if (invert) { in snd_sonicvibes_get_double()
1029 int invert = (kcontrol->private_value >> 22) & 1; snd_sonicvibes_put_double() local
[all...]
/kernel/linux/linux-6.6/sound/sparc/
H A Dcs4231.c1342 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4231_get_single() local
1350 if (invert) in snd_cs4231_get_single()
1365 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4231_put_single() local
1370 if (invert) in snd_cs4231_put_single()
1409 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4231_get_double() local
1420 if (invert) { in snd_cs4231_get_double()
1440 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4231_put_double() local
1446 if (invert) { in snd_cs4231_put_double()
1467 #define CS4231_SINGLE(xname, xindex, reg, shift, mask, invert) \
1471 .private_value = (reg) | ((shift) << 8) | ((mask) << 16) | ((invert) << 2
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...24