Searched refs:change (Results 201 - 225 of 329) sorted by relevance

1234567891011>>

/linux-master/sound/soc/codecs/
H A Drt722-sdca.c780 unsigned int val, val2 = 0, change, mask_sft; local
801 change = 0;
803 change = 1;
805 if (change)
813 return change;
H A Dwm8998.c111 int change, ret; local
141 change = snd_soc_component_update_bits(component, e->reg,
154 return change;
H A Dcs47l92.c63 unsigned int ep_sel, mux, change, cur; local
76 change = snd_soc_component_test_bits(component, MADERA_OUTPUT_ENABLES_1,
79 if (!change)
128 return change;
H A Dmax98396.c420 /* GLOBAL_EN OFF prior to pcm mode, clock configuration change */
624 /* GLOBAL_EN OFF prior to channel size and sampling rate change */
730 /* GLOBAL_EN OFF prior to channel size and BCLK per LRCLK change */
983 int change; local
995 change = snd_soc_component_test_bits(component, reg,
998 if (change)
1004 return change;
/linux-master/sound/soc/sh/rcar/
H A Dcore.c1749 int i, change = 0; local
1756 change |= (uc->value.enumerated.item[i] != cfg->val[i]);
1759 change |= (uc->value.integer.value[i] != cfg->val[i]);
1764 if (change && cfg->update)
1767 return change;
/linux-master/sound/pci/
H A Dvia82xx.c1705 int i, change = 0; local
1712 change |= val != chip->playback_volume[idx][i];
1713 if (change) {
1718 return change;
1727 int i, change = 0; local
1735 change = 1;
1744 return change;
H A Dcs4281.c998 int change = 0; local
1009 change = 1;
1014 change = 1;
1016 return change;
/linux-master/include/trace/events/
H A Drxrpc.h1549 rxrpc_serial_t ack_serial, enum rxrpc_congest_change change),
1551 TP_ARGS(call, summary, ack_serial, change),
1555 __field(enum rxrpc_congest_change, change)
1565 __entry->change = change;
1588 __print_symbolic(__entry->change, rxrpc_congest_changes),
/linux-master/drivers/hsi/clients/
H A Dcmt_speech.c766 int change = 0; local
771 change = 1;
777 if (change) {
938 * proceeding to change the buffer layout
/linux-master/sound/soc/tegra/
H A Dtegra210_ahub.c65 int change = 0; local
92 change |= snd_soc_dapm_mux_update_power(dapm, kctl,
97 return change;
/linux-master/arch/mips/kvm/
H A Dmips.c209 enum kvm_mr_change change)
217 enum kvm_mr_change change)
230 if (change == KVM_MR_FLAGS_ONLY &&
206 kvm_arch_prepare_memory_region(struct kvm *kvm, const struct kvm_memory_slot *old, struct kvm_memory_slot *new, enum kvm_mr_change change) argument
214 kvm_arch_commit_memory_region(struct kvm *kvm, struct kvm_memory_slot *old, const struct kvm_memory_slot *new, enum kvm_mr_change change) argument
/linux-master/net/sctp/
H A Dassociola.c191 * When an endpoint has an ASCONF signaled change to be sent to the
451 * Upon the receipt of a request to change the primary
1492 int change = min(asoc->pathmtu, asoc->rwnd_press); local
1493 asoc->rwnd += change;
1494 asoc->rwnd_press -= change;
/linux-master/include/net/
H A Dsch_generic.h258 int (*change)(struct Qdisc *, u32, u32, member in struct:Qdisc_class_ops
304 int (*change)(struct Qdisc *sch, member in struct:Qdisc_ops
350 int (*change)(struct net *net, struct sk_buff *, member in struct:tcf_proto_ops
/linux-master/arch/loongarch/include/asm/
H A Dloongarch.h1248 change_##name(unsigned long change, unsigned long val) \
1253 new = res & ~change; \
1254 new |= (val & change); \
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.c340 "PF uses an incompatible fastpath HSI %02x.%02x [VF requires %02x.%02x]. Please change to a VF driver using %02x.xx.\n",
354 "PF uses very old drivers. Please change to a VF driver using no later than 8.8.x.x.\n");
1692 u8 change = 0; local
1698 qed_vf_read_bulletin(hwfn, &change);
1701 change = 1;
1702 if (change)
/linux-master/net/sched/
H A Dcls_matchall.c393 .change = mall_change,
H A Dcls_fw.c429 .change = fw_change,
H A Dsch_prio.c417 .change = prio_tune,
H A Dsch_choke.c497 .change = choke_change,
H A Dsch_multiq.c394 .change = multiq_tune,
/linux-master/arch/arm/mm/
H A Dproc-mohawk.S359 bic r4, r4, #2 @ clear frequency change bit
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi.h295 u16 change; member in struct:ucsi_connector_status
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh664 ip -n "${ns}" mptcp endpoint change id "${id}" ${flags//","/" "}
/linux-master/net/batman-adv/
H A Dtranslation-table.c286 * batadv_tt_local_size_mod() - change the size by v of the local table
289 * @vid: the VLAN identifier of the sub-table to change
331 * batadv_tt_global_size_mod() - change the size by v of the global table
432 tt_change_node->change.flags = flags;
433 memset(tt_change_node->change.reserved, 0,
434 sizeof(tt_change_node->change.reserved));
435 ether_addr_copy(tt_change_node->change.addr, common->addr);
436 tt_change_node->change.vid = htons(common->vid);
444 if (!batadv_compare_eth(entry->change.addr, common->addr))
454 del_op_entry = entry->change
[all...]
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl398 This is free software: you are free to change and redistribute it.

Completed in 415 milliseconds

1234567891011>>