/linux-6.6.21/net/netfilter/ |
D | xt_physdev.c | 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() 91 return (!!ret ^ !(info->invert & XT_PHYSDEV_OP_OUT)); in physdev_mt() [all …]
|
D | xt_connlabel.c | 26 bool invert = info->options & XT_CONNLABEL_OP_INVERT; in connlabel_mt() local 30 return invert; in connlabel_mt() 34 return invert; in connlabel_mt() 37 return !invert; in connlabel_mt() 43 return !invert; in connlabel_mt() 46 return invert; in connlabel_mt()
|
D | xt_ipvs.c | 62 !!(data->invert & XT_IPVS_IPVS_PROPERTY); in ipvs_mt() 76 !(data->invert & XT_IPVS_PROTO)) { in ipvs_mt() 103 !(data->invert & XT_IPVS_VPORT)) { in ipvs_mt() 111 !(data->invert & XT_IPVS_VPORTCTL)) { in ipvs_mt() 126 !!(data->invert & XT_IPVS_DIR)) { in ipvs_mt() 134 !(data->invert & XT_IPVS_METHOD)) { in ipvs_mt() 142 !(data->invert & XT_IPVS_VADDR)) { in ipvs_mt()
|
D | xt_multiport.c | 45 return true ^ minfo->invert; in ports_match_v1() 49 return true ^ minfo->invert; in ports_match_v1() 54 return true ^ minfo->invert; in ports_match_v1() 66 return true ^ minfo->invert; in ports_match_v1() 70 return true ^ minfo->invert; in ports_match_v1() 74 return true ^ minfo->invert; in ports_match_v1() 82 return minfo->invert; in ports_match_v1()
|
D | xt_tcpudp.c | 29 port_match(u_int16_t min, u_int16_t max, u_int16_t port, bool invert) in port_match() argument 31 return (port >= min && port <= max) ^ invert; in port_match() 39 bool invert, in tcp_find_option() argument 50 return invert; in tcp_find_option() 61 if (op[i] == option) return !invert; in tcp_find_option() 66 return invert; in tcp_find_option() 175 u8 type, u8 code, bool invert) in icmp_type_code_match() argument 179 ^ invert; in icmp_type_code_match() 183 u8 type, u8 code, bool invert) in icmp6_type_code_match() argument 185 return type_code_in_range(test_type, min_code, max_code, type, code) ^ invert; in icmp6_type_code_match()
|
D | xt_ecn.c | 41 if (einfo->invert & XT_ECN_OP_MATCH_ECE) { in match_tcp() 51 if (einfo->invert & XT_ECN_OP_MATCH_CWR) { in match_tcp() 67 !!(einfo->invert & XT_ECN_OP_MATCH_IP); in match_ip() 92 if (info->invert & XT_ECN_OP_MATCH_MASK) in ecn_mt_check4() 109 !!(einfo->invert & XT_ECN_OP_MATCH_IP); in match_ipv6() 134 if (info->invert & XT_ECN_OP_MATCH_MASK) in ecn_mt_check6()
|
D | nft_connlimit.c | 19 bool invert; member 53 if ((count > priv->limit) ^ priv->invert) { in nft_connlimit_do_eval() 63 bool invert = false; in nft_connlimit_do_init() local 77 invert = true; in nft_connlimit_do_init() 86 priv->invert = invert; in nft_connlimit_do_init() 112 if (priv->invert && in nft_connlimit_do_dump() 224 priv_dst->invert = priv_src->invert; in nft_connlimit_clone()
|
D | xt_dscp.c | 30 return (dscp == info->dscp) ^ !!info->invert; in dscp_mt() 39 return (dscp == info->dscp) ^ !!info->invert; in dscp_mt6() 58 info->tos_value) ^ !!info->invert; in tos_mt() 61 info->tos_value) ^ !!info->invert; in tos_mt()
|
/linux-6.6.21/sound/pci/ac97/ |
D | ac97_patch.h | 10 #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) …
|
/linux-6.6.21/drivers/leds/trigger/ |
D | ledtrig-backlight.c | 25 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()
|
D | ledtrig-heartbeat.c | 30 unsigned int invert; member 66 if (!heartbeat_data->invert) in led_heartbeat_function() 72 if (heartbeat_data->invert) in led_heartbeat_function() 78 if (!heartbeat_data->invert) in led_heartbeat_function() 85 if (heartbeat_data->invert) in led_heartbeat_function() 100 return sprintf(buf, "%u\n", heartbeat_data->invert); in led_invert_show() 115 heartbeat_data->invert = !!state; in led_invert_store() 120 static DEVICE_ATTR(invert, 0644, led_invert_show, led_invert_store);
|
D | ledtrig-oneshot.c | 22 unsigned int invert; member 33 oneshot_data->invert); in led_shot() 43 return sprintf(buf, "%u\n", oneshot_data->invert); in led_invert_show() 58 oneshot_data->invert = !!state; in led_invert_store() 60 if (oneshot_data->invert) in led_invert_store() 118 static DEVICE_ATTR(invert, 0644, led_invert_show, led_invert_store);
|
/linux-6.6.21/drivers/iio/adc/ |
D | envelope-detector.c | 59 bool invert; member 141 env->level = (env->high + env->low + !env->invert) / 2; in envelope_detector_setup_compare() 149 ret = iio_write_channel_raw(env->dac, env->invert ? 0 : env->dac_max); in envelope_detector_setup_compare() 177 if (!envelope_detector_comp_latch(env) ^ !env->invert) in envelope_detector_timeout() 206 env->high = env->dac_max + env->invert; in envelope_detector_read_raw() 207 env->low = -1 + env->invert; in envelope_detector_read_raw() 214 *val = env->invert ? env->dac_max - env->level : env->level; in envelope_detector_read_raw() 236 return sprintf(buf, "%u\n", env->invert); in envelope_show_invert() 245 unsigned long invert; in envelope_store_invert() local 249 ret = kstrtoul(buf, 0, &invert); in envelope_store_invert() [all …]
|
/linux-6.6.21/net/bridge/netfilter/ |
D | ebt_mark_m.c | 22 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()
|
D | ebt_pkttype.c | 21 return (skb->pkt_type == info->pkt_type) ^ info->invert; in ebt_pkttype_mt() 28 if (info->invert != 0 && info->invert != 1) in ebt_pkttype_mt_check()
|
/linux-6.6.21/sound/soc/ |
D | soc-ops.c | 267 unsigned int invert = mc->invert; in snd_soc_get_volsw() local 279 if (invert) in snd_soc_get_volsw() 294 if (invert) in snd_soc_get_volsw() 327 unsigned int invert = mc->invert; in snd_soc_put_volsw() local 344 if (invert) in snd_soc_put_volsw() 357 if (invert) in snd_soc_put_volsw() 542 unsigned int invert = mc->invert; in snd_soc_put_volsw_range() local 554 if (invert) in snd_soc_put_volsw_range() 575 if (invert) in snd_soc_put_volsw_range() 615 unsigned int invert = mc->invert; in snd_soc_get_volsw_range() local [all …]
|
/linux-6.6.21/sound/soc/codecs/ |
D | tda7419.c | 131 unsigned int invert:1; member 158 unsigned int invert) in tda7419_vol_get_value() argument 162 if (invert) in tda7419_vol_get_value() 165 if (invert) in tda7419_vol_get_value() 188 unsigned int invert = tvc->invert; in tda7419_vol_get() local 193 tda7419_vol_get_value(val, mask, min, thresh, invert); in tda7419_vol_get() 198 tda7419_vol_get_value(val, mask, min, thresh, invert); in tda7419_vol_get() 205 unsigned int invert) in tda7419_vol_put_value() argument 208 if (invert) in tda7419_vol_put_value() 212 } else if ((val > 0) && invert) { in tda7419_vol_put_value() [all …]
|
D | tas2781-comlib.c | 416 static int tasdevice_clamp(int val, int max, unsigned int invert) in tasdevice_clamp() argument 420 if (invert) in tasdevice_clamp() 430 unsigned int invert = mc->invert; in tasdevice_amp_putvol() local 438 val = tasdevice_clamp(ucontrol->value.integer.value[0], max, invert); in tasdevice_amp_putvol() 456 unsigned int invert = mc->invert; in tasdevice_amp_getvol() local 472 val = tasdevice_clamp(val, max, invert); in tasdevice_amp_getvol() 484 unsigned int invert = mc->invert; in tasdevice_digital_putvol() local 490 val = tasdevice_clamp(ucontrol->value.integer.value[0], max, invert); in tasdevice_digital_putvol() 511 unsigned int invert = mc->invert; in tasdevice_digital_getvol() local 523 val = tasdevice_clamp(val, max, invert); in tasdevice_digital_getvol()
|
/linux-6.6.21/include/sound/ |
D | wss.h | 162 #define WSS_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument 169 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) } 178 #define WSS_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \ argument 186 (shift_right << 19) | (mask << 24) | (invert << 22) } 188 #define WSS_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ argument 196 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24), \ 200 shift_left, shift_right, mask, invert, xtlv) \ argument 209 (shift_right << 19) | (mask << 24) | (invert << 22), \
|
/linux-6.6.21/sound/isa/cs423x/ |
D | cs4236_lib.c | 378 #define CS4236_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument 382 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) } 384 #define CS4236_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ argument 389 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24), \ 410 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_single() local 415 if (invert) in snd_cs4236_get_single() 427 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_single() local 432 if (invert) in snd_cs4236_put_single() 443 #define CS4236_SINGLEC(xname, xindex, reg, shift, mask, invert) \ argument 447 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) } [all …]
|
/linux-6.6.21/sound/pci/ |
D | ak4531_codec.c | 46 #define AK4531_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument 50 .private_value = reg | (shift << 16) | (mask << 24) | (invert << 22) } 51 #define AK4531_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ argument 57 .private_value = reg | (shift << 16) | (mask << 24) | (invert << 22), \ 77 int invert = (kcontrol->private_value >> 22) & 1; in snd_ak4531_get_single() local 83 if (invert) { in snd_ak4531_get_single() 96 int invert = (kcontrol->private_value >> 22) & 1; in snd_ak4531_put_single() local 101 if (invert) { in snd_ak4531_put_single() 113 #define AK4531_DOUBLE(xname, xindex, left_reg, right_reg, left_shift, right_shift, mask, invert) \ argument 117 …reg | (right_reg << 8) | (left_shift << 16) | (right_shift << 19) | (mask << 24) | (invert << 22) } [all …]
|
/linux-6.6.21/net/ipv4/netfilter/ |
D | ipt_rpfilter.c | 58 bool invert; in rpfilter_mt() local 61 invert = info->flags & XT_RPFILTER_INVERT; in rpfilter_mt() 64 return true ^ invert; in rpfilter_mt() 70 return true ^ invert; in rpfilter_mt() 83 return rpfilter_lookup_reverse(xt_net(par), &flow, xt_in(par), info->flags) ^ invert; in rpfilter_mt()
|
/linux-6.6.21/drivers/macintosh/ams/ |
D | ams-input.c | 22 static bool invert; variable 23 module_param(invert, bool, S_IWUSR | S_IRUGO); 24 MODULE_PARM_DESC(invert, "Invert input data on X and Y axis"); 40 input_report_abs(idev, ABS_X, invert ? -x : x); in ams_idev_poll() 41 input_report_abs(idev, ABS_Y, invert ? -y : y); in ams_idev_poll()
|
/linux-6.6.21/drivers/clk/qcom/ |
D | clk-branch.c | 30 bool invert = (br->halt_check == BRANCH_HALT_ENABLE); in clk_branch_check_halt() local 36 if (invert) in clk_branch_check_halt() 46 bool invert = (br->halt_check == BRANCH_HALT_ENABLE); in clk_branch2_check_halt() local 55 return (val & CBCR_CLK_OFF) == (invert ? CBCR_CLK_OFF : 0) || in clk_branch2_check_halt() 58 return (val & CBCR_CLK_OFF) == (invert ? 0 : CBCR_CLK_OFF); in clk_branch2_check_halt()
|
/linux-6.6.21/drivers/gpio/ |
D | gpio-regmap.c | 118 int invert, ret; in gpio_regmap_get_direction() local 127 invert = 0; in gpio_regmap_get_direction() 130 invert = 1; in gpio_regmap_get_direction() 143 if (!!(val & mask) ^ invert) in gpio_regmap_get_direction() 154 int invert, ret; in gpio_regmap_set_direction() local 158 invert = 0; in gpio_regmap_set_direction() 161 invert = 1; in gpio_regmap_set_direction() 170 if (invert) in gpio_regmap_set_direction()
|