Searched refs:eq (Results 201 - 225 of 422) sorted by relevance

1234567891011>>

/linux-master/sound/soc/codecs/
H A Dwm8958-dsp2.c789 int eq = kcontrol->private_value; local
793 ucontrol->value.integer.value[0] = wm8994->enh_eq_ena[eq];
801 int eq = kcontrol->private_value; local
805 if (wm8994->enh_eq_ena[eq] == ucontrol->value.integer.value[0])
814 if (wm8958_dsp2_busy(wm8994, eq)) {
815 dev_dbg(component->dev, "DSP2 active on %d already\n", eq);
819 if (wm8994->mbc_ena[eq] || wm8994->vss_ena[eq] ||
820 wm8994->hpf1_ena[eq] || wm8994->hpf2_ena[eq])
[all...]
/linux-master/tools/testing/selftests/net/mptcp/
H A Ddiag.sh172 if [ "${expected}" -eq 0 ]; then
180 if [ "$(get_msk_inuse)" -eq $expected ]; then
195 if [ "${expected}" -eq 0 ]; then
H A Dmptcp_sockopt.sh117 if [ $af -eq 6 ];then
224 if [ $retc -eq 0 ] && [ $rets -eq 0 ];then
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpcie.c718 static int load_eq_table(struct hfi1_devdata *dd, const u8 eq[11][3], u8 fs, argument
732 c_minus1 = eq[i][PREC] / div;
733 c0 = fs - (eq[i][PREC] / div) - (eq[i][POST] / div);
734 c_plus1 = eq[i][POST] / div;
754 i, (u32)eq[i][0], (u32)eq[i][1],
755 (u32)eq[i][2]);
950 const u8 (*eq)[3];
1088 eq
[all...]
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c301 spec.eq.context = ctx;
302 spec.eq.callback = cb;
303 spec.eq.log2_throttle_limit = DEFAULT_LOG2_THROTTLING_FOR_ERROR_EQ;
304 spec.eq.msix_index = 0;
358 struct gdma_queue *eq, *cq; local
376 err = mana_hwc_create_gdma_eq(hwc, eq_size, ctx, callback, &eq);
381 hwc_cq->gdma_eq = eq;
384 eq, &cq);
624 struct gdma_queue *eq = hwc->cq->gdma_eq; local
631 eq
[all...]
/linux-master/tools/testing/selftests/net/
H A Dpmtu.sh483 if [ "${outer}" -eq 4 ]; then
486 if [ "${inner}" -eq 4 ]; then
497 if [ "${inner}" -eq 4 ]; then
571 [ ${proto} -eq 6 ] && vti_type="vti6" || vti_type="vti"
692 [ ${1} -eq 6 ] && proto="-6" || proto=""
914 [ $TRACING -eq 0 ] && return
963 [ ${next} -eq 1 -a "${i}" = "lock" ] && next=2 && continue
964 [ ${next} -eq 1 ] && echo "${i}" && return
965 [ ${next} -eq 2 ] && echo "lock ${i}" && return
1026 if [ ${family} -eq
[all...]
H A Dfdb_flush.sh77 if [ ${rc} -eq ${expected} ]; then
154 [[ $entries -eq $exp_entries ]]
603 [[ $t1_n_entries -eq $exp_n_entries ]]
619 [[ $t1_n_entries -eq $exp_n_entries ]]
635 [[ $t1_n_entries -eq $exp_n_entries ]]
651 [[ $t1_n_entries -eq $exp_n_entries ]]
804 if [ $? -eq 0 ]; then
H A Damt.sh265 if [ $err -eq 1 ]; then
272 if [ $err -eq 1 ]; then
280 if [ "${ERR}" -eq 1 ]; then
H A Dsrv6_hl2encap_red_l2vpn_test.sh155 if [ "${rc}" -eq "${expected}" ]; then
419 if [ "${traffic}" -eq 6 ]; then
537 if [ "${proto}" -eq 6 ]; then
738 if [ "${i}" -eq "${j}" ]; then
H A Dtoeplitz.sh196 if [[ "${exit_code}" -eq 0 ]]; then
/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.c413 * @eq: The queue to use
426 scmi_process_event_header(struct events_queue *eq, argument
432 outs = kfifo_out(&eq->kfifo, pd->eh,
438 kfifo_reset_out(&eq->kfifo);
451 * @eq: The queue to use
463 scmi_process_event_payload(struct events_queue *eq, argument
471 outs = kfifo_out(&eq->kfifo, pd->eh->payld, pd->eh->payld_sz);
480 kfifo_reset_out(&eq->kfifo);
539 struct events_queue *eq; local
543 eq
[all...]
/linux-master/fs/befs/
H A Dbtree.c334 int eq; local
348 eq = befs_compare_strings(thiskey, keylen, findkey, findkey_len);
349 if (eq < 0) {
364 eq = befs_compare_strings(thiskey, keylen, findkey,
367 if (eq == 0) {
374 if (eq > 0)
381 if (eq < 0)
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S77 cmp/eq r4,r0 ! 54 MT
145 cmp/eq r4,r0 ! 54 MT
381 cmp/eq r0, r4 ! 54 MT
412 cmp/eq r3, r0 ! 54 MT
438 cmp/eq r3, r0 ! 54 MT
490 cmp/eq r2,r1 ! 54 MT
503 cmp/eq r4, r0 ! 54 MT
551 5: cmp/eq r0, r4 ! 54 MT
609 cmp/eq r3, r0 ! 54 MT
624 cmp/eq r
[all...]
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.h204 * @eq EQ on which this HIO came up
243 struct hw_eq *eq; member in struct:efct_hw_io
389 struct sli4_queue eq[EFCT_HW_MAX_NUM_EQ]; member in struct:efct_hw
487 struct hw_eq *eq; member in struct:hw_cq
680 efct_hw_eq_process(struct efct_hw *hw, struct hw_eq *eq,
738 struct hw_cq *efct_hw_new_cq(struct hw_eq *eq, u32 entry_count);
748 void efct_hw_del_eq(struct hw_eq *eq);
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh132 [ $TRACING -eq 1 ] && ovs_netns_spawn_daemon "$1" "$ns" \
633 if [ $ret -eq 0 ]; then
637 elif [ $ret -eq 1 ]; then
647 elif [ $ret -eq $ksft_skip ]; then
649 elif [ $ret -eq 2 ]; then
715 if [ $run_this -eq 1 ]; then
/linux-master/arch/arm64/lib/
H A Dstrncmp.S84 ccmp endloop, #0, #0, eq
85 b.eq L(loop_aligned)
191 b.eq L(byte_loop)
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh195 if test "$ret" -eq 255
198 elif test "$ret" -eq 0
201 elif test "$ret" -eq 1
/linux-master/tools/power/cpupower/
H A Dcpupower-completion.sh108 if test $c -eq $COMP_CWORD -a -z "$command"; then
/linux-master/arch/arm/include/asm/
H A Dfutex.h63 " ite eq @ explicit IT needed for the 2b label\n"
116 " it eq @ explicit IT needed for the 2b label\n"
117 "2: " TUSERCOND(str, eq) " %3, [%4]\n"
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_flower_scale.sh101 [[ $((offload_count - 1)) -eq $count ]]
/linux-master/drivers/clk/spear/
H A Dclk.h43 u8 eq; member in struct:aux_rate_tbl
/linux-master/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh274 if [ $ret -eq 0 ]; then
276 if [ $ret -eq 0 ]; then
283 if [ $ret -eq 0 ]; then
337 if [ $? -eq 0 ]; then
H A Dtbench.sh256 if [ $ret -eq 0 ]; then
258 if [ $ret -eq 0 ]; then
265 if [ $ret -eq 0 ]; then
317 if [ $? -eq 0 ]; then
/linux-master/drivers/usb/typec/mux/
H A Dnb7vpq904m.c82 u8 eq, out_comp, flat_gain, loss_match; local
85 eq = NB7_IS_CHAN_AD(channel) ? 0x6 : 0x4;
90 eq = 0x4;
97 EQ_SETTING_MASK, FIELD_PREP(EQ_SETTING_MASK, eq));
/linux-master/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh122 if [[ "${VERBOSE}" -eq 0 ]]; then

Completed in 586 milliseconds

1234567891011>>