Searched refs:pref (Results 126 - 149 of 149) sorted by relevance

123456

/linux-master/security/tomoyo/
H A Dutil.c1096 pref[TOMOYO_PREF_MAX_LEARNING_ENTRY])
H A Dcommon.c504 ptr->pref[TOMOYO_PREF_MAX_AUDIT_LOG] =
506 ptr->pref[TOMOYO_PREF_MAX_LEARNING_ENTRY] =
704 tomoyo_set_uint(&profile->pref[i], cp,
781 profile->pref[i]);
H A Dcommon.h888 unsigned int pref[TOMOYO_MAX_PREF]; member in struct:tomoyo_profile
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_asymmetric.sh513 in_ns ns1 tc filter add dev vx10 ingress proto arp pref 1 handle 101 \
/linux-master/lib/fonts/
H A Dfont_acorn_8x8.c276 .pref = 20,
278 .pref = 0,
H A Dfont_mini_4x6.c2157 .pref = 3,
H A Dfont_sun8x16.c274 .pref = 10,
276 .pref = -1,
H A Dfont_6x10.c3088 .pref = 0,
H A Dfont_6x8.c2576 .pref = 0,
H A Dfont_8x8.c2583 .pref = 0,
H A Dfont_pearl_8x8.c2587 .pref = 2,
H A Dfont_7x14.c4118 .pref = 0,
H A Dfont_6x11.c3352 .pref = -2000,
H A Dfont_8x16.c4632 .pref = 0,
H A Dfont_10x18.c5143 .pref = 5,
5145 .pref = -1,
H A Dfont_sun12x22.c6162 .pref = 5,
6164 .pref = -1,
H A Dfont_ter16x32.c2068 .pref = 5,
2070 .pref = -1,
/linux-master/sound/pci/rme9652/
H A Dhdspm.c2798 * Set the preferred sync reference to <pref>. The semantics
2799 * of <pref> are depending on the card type, see the comments
2802 static int hdspm_set_pref_sync_ref(struct hdspm * hdspm, int pref) argument
2809 switch (pref) {
2854 switch (pref) {
2871 switch (pref) {
2890 switch (pref) {
2903 switch (pref) {
2919 switch (pref) {
2929 switch (pref) {
[all...]
H A Drme9652.c1148 static int rme9652_set_sync_pref(struct snd_rme9652 *rme9652, int pref) argument
1153 switch (pref) {
H A Dhdsp.c2349 static int hdsp_set_pref_sync_ref(struct hdsp *hdsp, int pref) argument
2352 switch (pref) {
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c653 static int intel_pstate_set_epb(int cpu, s16 pref) argument
665 epb = (epb & ~0x0f) | pref;
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c761 const ZSTD_dictAttachPref_e pref = (ZSTD_dictAttachPref_e)value; local
762 BOUNDCHECK(ZSTD_c_forceAttachDict, pref);
763 CCtxParams->attachDictPref = pref;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dwmi.c3841 enum wmi_host_hw_mode_config_type mode, pref; local
3863 pref = soc->wmi_ab.preferred_hw_mode;
3865 if (ath12k_hw_mode_pri_map[mode] < ath12k_hw_mode_pri_map[pref]) {
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c4650 enum wmi_host_hw_mode_config_type mode, pref; local
4669 pref = soc->wmi_ab.preferred_hw_mode;
4671 if (ath11k_hw_mode_pri_map[mode] < ath11k_hw_mode_pri_map[pref]) {

Completed in 628 milliseconds

123456