Home
last modified time | relevance | path

Searched full:invert (Results 1 – 25 of 1308) sorted by relevance

12345678910>>...53

/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswell/
Duncore.json11 "Invert": "0", string
23 "Invert": "0", string
35 "Invert": "0", string
47 "Invert": "0", string
59 "Invert": "0", string
71 "Invert": "0", string
83 "Invert": "0", string
95 "Invert": "0", string
107 "Invert": "0", string
119 "Invert": "0", string
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/haswell/
Duncore.json11 "Invert": "0", string
23 "Invert": "0", string
35 "Invert": "0", string
47 "Invert": "0", string
59 "Invert": "0", string
71 "Invert": "0", string
83 "Invert": "0", string
95 "Invert": "0", string
107 "Invert": "0", string
119 "Invert": "0", string
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivybridge/
Duncore.json11 "Invert": "0", string
23 "Invert": "0", string
35 "Invert": "0", string
47 "Invert": "0", string
59 "Invert": "0", string
71 "Invert": "0", string
83 "Invert": "0", string
95 "Invert": "0", string
107 "Invert": "0", string
119 "Invert": "0", string
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/sandybridge/
Duncore.json11 "Invert": "0", string
23 "Invert": "0", string
35 "Invert": "0", string
47 "Invert": "0", string
59 "Invert": "0", string
71 "Invert": "0", string
83 "Invert": "0", string
95 "Invert": "0", string
107 "Invert": "0", string
119 "Invert": "0", string
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/ivybridge/
Duncore.json11 "Invert": "0", string
23 "Invert": "0", string
35 "Invert": "0", string
47 "Invert": "0", string
59 "Invert": "0", string
71 "Invert": "0", string
83 "Invert": "0", string
95 "Invert": "0", string
107 "Invert": "0", string
119 "Invert": "0", string
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/sandybridge/
Duncore.json11 "Invert": "0", string
23 "Invert": "0", string
35 "Invert": "0", string
47 "Invert": "0", string
59 "Invert": "0", string
71 "Invert": "0", string
83 "Invert": "0", string
95 "Invert": "0", string
107 "Invert": "0", string
119 "Invert": "0", string
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/skylake/
Duncore.json11 "Invert": "0", string
23 "Invert": "0", string
35 "Invert": "0", string
47 "Invert": "0", string
59 "Invert": "0", string
71 "Invert": "0", string
83 "Invert": "0", string
95 "Invert": "0", string
107 "Invert": "0", string
119 "Invert": "0", string
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylake/
Duncore.json11 "Invert": "0", string
23 "Invert": "0", string
35 "Invert": "0", string
47 "Invert": "0", string
59 "Invert": "0", string
71 "Invert": "0", string
83 "Invert": "0", string
95 "Invert": "0", string
107 "Invert": "0", string
119 "Invert": "0", string
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/broadwell/
Duncore.json11 "Invert": "0", string
23 "Invert": "0", string
35 "Invert": "0", string
47 "Invert": "0", string
59 "Invert": "0", string
71 "Invert": "0", string
83 "Invert": "0", string
95 "Invert": "0", string
107 "Invert": "0", string
119 "Invert": "0", string
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/
Duncore.json11 "Invert": "0", string
23 "Invert": "0", string
35 "Invert": "0", string
47 "Invert": "0", string
59 "Invert": "0", string
71 "Invert": "0", string
83 "Invert": "0", string
95 "Invert": "0", string
107 "Invert": "0", string
119 "Invert": "0", string
[all …]
/kernel/linux/linux-5.10/net/netfilter/
Dxt_physdev.c35 /* Return MATCH if the invert flags of the used options are on */ in physdev_mt()
37 !(info->invert & XT_PHYSDEV_OP_BRIDGED)) in physdev_mt()
40 !(info->invert & XT_PHYSDEV_OP_ISIN)) in physdev_mt()
43 !(info->invert & XT_PHYSDEV_OP_ISOUT)) in physdev_mt()
46 !(info->invert & XT_PHYSDEV_OP_IN)) in physdev_mt()
49 !(info->invert & XT_PHYSDEV_OP_OUT)) in physdev_mt()
59 (!!outdev ^ !(info->invert & XT_PHYSDEV_OP_BRIDGED))) in physdev_mt()
66 (!indev ^ !!(info->invert & XT_PHYSDEV_OP_ISIN))) || in physdev_mt()
68 (!outdev ^ !!(info->invert & XT_PHYSDEV_OP_ISOUT)))) in physdev_mt()
78 if (!ret ^ !(info->invert & XT_PHYSDEV_OP_IN)) in physdev_mt()
[all …]
/kernel/linux/linux-4.19/net/netfilter/
Dxt_physdev.c37 /* Return MATCH if the invert flags of the used options are on */ in physdev_mt()
39 !(info->invert & XT_PHYSDEV_OP_BRIDGED)) in physdev_mt()
42 !(info->invert & XT_PHYSDEV_OP_ISIN)) in physdev_mt()
45 !(info->invert & XT_PHYSDEV_OP_ISOUT)) in physdev_mt()
48 !(info->invert & XT_PHYSDEV_OP_IN)) in physdev_mt()
51 !(info->invert & XT_PHYSDEV_OP_OUT)) in physdev_mt()
61 (!!outdev ^ !(info->invert & XT_PHYSDEV_OP_BRIDGED))) in physdev_mt()
68 (!indev ^ !!(info->invert & XT_PHYSDEV_OP_ISIN))) || in physdev_mt()
70 (!outdev ^ !!(info->invert & XT_PHYSDEV_OP_ISOUT)))) in physdev_mt()
80 if (!ret ^ !(info->invert & XT_PHYSDEV_OP_IN)) in physdev_mt()
[all …]
/kernel/linux/linux-5.10/drivers/iio/adc/
Denvelope-detector.c60 bool invert; member
136 * When invert is active, use the midpoint floor so that in envelope_detector_setup_compare()
139 * ceiling when invert is not active so that env->level in envelope_detector_setup_compare()
142 env->level = (env->high + env->low + !env->invert) / 2; in envelope_detector_setup_compare()
150 ret = iio_write_channel_raw(env->dac, env->invert ? 0 : env->dac_max); in envelope_detector_setup_compare()
178 if (!envelope_detector_comp_latch(env) ^ !env->invert) in envelope_detector_timeout()
197 * When invert is active, start with high=max+1 and low=0 in envelope_detector_read_raw()
200 * start with high=max and low=-1 when invert is not active in envelope_detector_read_raw()
207 env->high = env->dac_max + env->invert; in envelope_detector_read_raw()
208 env->low = -1 + env->invert; in envelope_detector_read_raw()
[all …]
/kernel/linux/linux-5.10/sound/pci/ac97/
Dac97_patch.h10 #define AC97_SINGLE_VALUE(reg,shift,mask,invert) \ argument
12 ((invert) << 24))
13 #define AC97_PAGE_SINGLE_VALUE(reg,shift,mask,invert,page) \ argument
14 (AC97_SINGLE_VALUE(reg,shift,mask,invert) | (1<<25) | ((page) << 26))
15 #define AC97_SINGLE(xname, reg, shift, mask, invert) \ argument
19 .private_value = AC97_SINGLE_VALUE(reg, shift, mask, invert) }
20 #define AC97_PAGE_SINGLE(xname, reg, shift, mask, invert, page) \ argument
24 .private_value = AC97_PAGE_SINGLE_VALUE(reg, shift, mask, invert, page) }
25 #define AC97_DOUBLE(xname, reg, shift_left, shift_right, mask, invert) \ argument
29 ….private_value = (reg) | ((shift_left) << 8) | ((shift_right) << 12) | ((mask) << 16) | ((invert) …
/kernel/linux/linux-4.19/drivers/iio/adc/
Denvelope-detector.c63 bool invert; member
139 * When invert is active, use the midpoint floor so that in envelope_detector_setup_compare()
142 * ceiling when invert is not active so that env->level in envelope_detector_setup_compare()
145 env->level = (env->high + env->low + !env->invert) / 2; in envelope_detector_setup_compare()
153 ret = iio_write_channel_raw(env->dac, env->invert ? 0 : env->dac_max); in envelope_detector_setup_compare()
181 if (!envelope_detector_comp_latch(env) ^ !env->invert) in envelope_detector_timeout()
200 * When invert is active, start with high=max+1 and low=0 in envelope_detector_read_raw()
203 * start with high=max and low=-1 when invert is not active in envelope_detector_read_raw()
210 env->high = env->dac_max + env->invert; in envelope_detector_read_raw()
211 env->low = -1 + env->invert; in envelope_detector_read_raw()
[all …]
/kernel/linux/linux-4.19/sound/pci/ac97/
Dac97_patch.h25 #define AC97_SINGLE_VALUE(reg,shift,mask,invert) \ argument
27 ((invert) << 24))
28 #define AC97_PAGE_SINGLE_VALUE(reg,shift,mask,invert,page) \ argument
29 (AC97_SINGLE_VALUE(reg,shift,mask,invert) | (1<<25) | ((page) << 26))
30 #define AC97_SINGLE(xname, reg, shift, mask, invert) \ argument
34 .private_value = AC97_SINGLE_VALUE(reg, shift, mask, invert) }
35 #define AC97_PAGE_SINGLE(xname, reg, shift, mask, invert, page) \ argument
39 .private_value = AC97_PAGE_SINGLE_VALUE(reg, shift, mask, invert, page) }
40 #define AC97_DOUBLE(xname, reg, shift_left, shift_right, mask, invert) \ argument
44 ….private_value = (reg) | ((shift_left) << 8) | ((shift_right) << 12) | ((mask) << 16) | ((invert) …
/kernel/linux/linux-5.10/drivers/leds/trigger/
Dledtrig-backlight.c25 unsigned invert; member
48 if ((n->old_status == UNBLANK) ^ n->invert) { in fb_notifier_callback()
65 return sprintf(buf, "%u\n", n->invert); in bl_trig_invert_show()
73 unsigned long invert; in bl_trig_invert_store() local
76 ret = kstrtoul(buf, 10, &invert); in bl_trig_invert_store()
80 if (invert > 1) in bl_trig_invert_store()
83 n->invert = invert; in bl_trig_invert_store()
86 if ((n->old_status == BLANK) ^ n->invert) in bl_trig_invert_store()
/kernel/linux/linux-4.19/drivers/leds/trigger/
Dledtrig-backlight.c29 unsigned invert; member
52 if ((n->old_status == UNBLANK) ^ n->invert) { in fb_notifier_callback()
69 return sprintf(buf, "%u\n", n->invert); in bl_trig_invert_show()
77 unsigned long invert; in bl_trig_invert_store() local
80 ret = kstrtoul(buf, 10, &invert); in bl_trig_invert_store()
84 if (invert > 1) in bl_trig_invert_store()
87 n->invert = invert; in bl_trig_invert_store()
90 if ((n->old_status == BLANK) ^ n->invert) in bl_trig_invert_store()
/kernel/linux/linux-4.19/include/uapi/linux/netfilter/
Dxt_tcpudp.h18 #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. */
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
Dxt_tcpudp.h18 #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. */
/kernel/linux/linux-5.10/net/bridge/netfilter/
Debt_mark_m.c22 return !!(skb->mark & info->mask) ^ info->invert; in ebt_mark_mt()
23 return ((skb->mark & info->mask) == info->mark) ^ info->invert; in ebt_mark_mt()
43 uint8_t invert, bitmask; member
53 kern->invert = user->invert; in mark_mt_compat_from_user()
64 put_user(kern->invert, &user->invert) || in mark_mt_compat_to_user()
/kernel/linux/linux-4.19/net/bridge/netfilter/
Debt_mark_m.c21 return !!(skb->mark & info->mask) ^ info->invert; in ebt_mark_mt()
22 return ((skb->mark & info->mask) == info->mark) ^ info->invert; in ebt_mark_mt()
42 uint8_t invert, bitmask; member
52 kern->invert = user->invert; in mark_mt_compat_from_user()
63 put_user(kern->invert, &user->invert) || in mark_mt_compat_to_user()
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/phy/
Dbrcm,brcmstb-usb-phy.txt18 - brcm,ipp: Boolean, Invert Port Power.
19 Possible values are: 0 (Don't invert), 1 (Invert)
20 - brcm,ioc: Boolean, Invert Over Current detection.
21 Possible values are: 0 (Don't invert), 1 (Invert)
/kernel/linux/linux-4.19/include/uapi/linux/netfilter_arp/
Darp_tables.h81 #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 of ARP HLN. */
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_arp/
Darp_tables.h81 #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 of ARP HLN. */

12345678910>>...53