Home
last modified time | relevance | path

Searched full:value2 (Results 1 – 25 of 57) sorted by relevance

123

/linux/fs/ocfs2/
H A Docfs2_trace.h96 TP_PROTO(int value1, int value2),
97 TP_ARGS(value1, value2),
100 __field(int, value2)
104 __entry->value2 = value2;
106 TP_printk("%d %d", __entry->value1, __entry->value2)
115 TP_PROTO(unsigned int value1, int value2),
116 TP_ARGS(value1, value2),
119 __field(int, value2)
123 __entry->value2 = value2;
125 TP_printk("%u %d", __entry->value1, __entry->value2)
[all …]
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbootconfig.rst28 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
47 foo.bar.qux.quux = value2
53 qux.quux = value2
58 foo.bar { baz = value1; qux.quux = value2 }
90 foo.bar = value2
98 baz = value2
107 foo = value2
111 foo = value2
146 KEY[.WORDS...] = "[VALUE]"[,"VALUE2"...]
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dbootconfig.rst28 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
47 foo.bar.qux.quux = value2
53 qux.quux = value2
58 foo.bar { baz = value1; qux.quux = value2 }
90 foo.bar = value2
98 baz = value2
107 foo = value2
111 foo = value2
146 KEY[.WORDS...] = "[VALUE]"[,"VALUE2"...]
/linux/drivers/clocksource/
H A Dacpi_pm.c180 u64 value1, value2; in verify_pmtmr_rate() local
186 value2 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in verify_pmtmr_rate()
187 delta = (value2 - value1) & ACPI_PM_MASK; in verify_pmtmr_rate()
210 u64 value1, value2; in init_acpi_pm_clocksource() local
221 value2 = clocksource_acpi_pm.read(&clocksource_acpi_pm); in init_acpi_pm_clocksource()
222 if (value2 == value1) in init_acpi_pm_clocksource()
224 if (value2 > value1) in init_acpi_pm_clocksource()
226 if ((value2 < value1) && ((value2) < 0xFFF)) in init_acpi_pm_clocksource()
229 value1, value2); in init_acpi_pm_clocksource()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_get_xattr.c19 char value2[32];
69 bpf_dynptr_from_mem(value2, sizeof(value2), 0, &value_ptr);
78 if (bpf_strncmp(value2, ret, expected_value))
18 char value2[32]; global() variable
/linux/samples/bpf/
H A Dtracex6_user.c27 struct bpf_perf_event_value value2; in check_on_cpu() local
56 if (bpf_map_lookup_elem(map_fd[2], &cpu, &value2)) { in check_on_cpu()
57 fprintf(stderr, "Value2 missing for CPU %d\n", cpu); in check_on_cpu()
62 value2.counter, value2.enabled, value2.running); in check_on_cpu()
/linux/arch/mips/bcm47xx/
H A Dboard.c21 const char *value2; member
27 const char *value2; member
263 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
295 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
312 !strcmp(buf2, e3->value2) && in bcm47xx_board_get_nvram()
323 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
330 if (!strcmp(buf1, e2->value2)) in bcm47xx_board_get_nvram()
/linux/drivers/char/tpm/
H A Dtpm-buf.c135 __be16 value2 = cpu_to_be16(value); in tpm_buf_append_u16() local
137 tpm_buf_append(buf, (u8 *)&value2, 2); in tpm_buf_append_u16()
143 __be32 value2 = cpu_to_be32(value); in tpm_buf_append_u32() local
145 tpm_buf_append(buf, (u8 *)&value2, 4); in tpm_buf_append_u32()
/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c134 uint32_t value2 = dm_read_reg(tg->ctx, addr2); in dce60_timing_generator_enable_advanced_request() local
146 value2, in dce60_timing_generator_enable_advanced_request()
157 value2, in dce60_timing_generator_enable_advanced_request()
176 dm_write_reg(tg->ctx, addr2, value2); in dce60_timing_generator_enable_advanced_request()
/linux/tools/testing/selftests/riscv/mm/
H A Dmmap_test.h19 void *value2 = mmap(NULL, sizeof(int), PROT, FLAGS, 0, 0); in memory_layout() local
21 return value2 > value1; in memory_layout()
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c1073 s32 value, value2; in ar9003_hw_ani_control() local
1192 value2 = firstep_table[level] - in ar9003_hw_ani_control()
1195 if (value2 < ATH9K_SIG_FIRSTEP_SETTING_MIN) in ar9003_hw_ani_control()
1196 value2 = ATH9K_SIG_FIRSTEP_SETTING_MIN; in ar9003_hw_ani_control()
1197 if (value2 > ATH9K_SIG_FIRSTEP_SETTING_MAX) in ar9003_hw_ani_control()
1198 value2 = ATH9K_SIG_FIRSTEP_SETTING_MAX; in ar9003_hw_ani_control()
1201 AR_PHY_FIND_SIG_LOW_FIRSTEP_LOW, value2); in ar9003_hw_ani_control()
1218 value2, in ar9003_hw_ani_control()
1257 value2 = cycpwrThr1_table[level] - in ar9003_hw_ani_control()
1260 if (value2 < ATH9K_SIG_SPUR_IMM_SETTING_MIN) in ar9003_hw_ani_control()
[all …]
/linux/include/linux/cdx/
H A Dbitfield.h56 field2, value2, \ argument
63 CDX_INSERT_FIELD(field2, (value2)) | \
/linux/tools/bootconfig/samples/
H A Dbad-array.bconf2 key = "value1" "value2"
H A Dgood-array-space-comment.bconf2 "value2" , # comment2
H A Dbad-array-space-comment.bconf3 "value2" # comment2
H A Dgood-mixed-override.bconf4 key := value2
H A Dbad-samekey.bconf4 bar = value2
H A Dgood-tree.bconf12 value = 2; value2 = 3;}
/linux/arch/powerpc/platforms/52xx/
H A Dlite5200_pm.c174 out_be32(&bes->Value2, sbes.Value2); in lite5200_restore_regs()
/linux/drivers/acpi/x86/
H A Dlpss.c921 u32 value2 = LPSS_PMCSR_D3hot; in lpss_iosf_enter_d3_state() local
951 LPSS_IOSF_PMCSR, value2, mask2); in lpss_iosf_enter_d3_state()
954 LPSS_IOSF_PMCSR, value2, mask2); in lpss_iosf_enter_d3_state()
970 u32 value2 = LPSS_PMCSR_D0; in lpss_iosf_exit_d3_state() local
984 LPSS_IOSF_PMCSR, value2, mask2); in lpss_iosf_exit_d3_state()
987 LPSS_IOSF_PMCSR, value2, mask2); in lpss_iosf_exit_d3_state()
/linux/drivers/ata/
H A Dpata_pdc2027x.c73 u8 value0, value1, value2; member
91 u8 value0, value1, value2; member
308 ctcr1 |= (pdc2027x_pio_timing_tbl[pio].value2 << 24); in pdc2027x_set_piomode()
350 (pdc2027x_udma_timing_tbl[udma_mode].value2 << 16); in pdc2027x_set_dmamode()
/linux/Documentation/fb/
H A Dsstfb.rst95 for module : insmod sstfb.o option1=value1 option2=value2 ...
96 in kernel : video=sstfb:option1,option2:value2,option3 ...
H A Daty128fb.rst50 `video=aty128fb:option1,option2:value2,option3` (multiple options should
H A Dpvr2fb.rst23 `video=pvr2fb:option1,option2:value2,option3` (multiple options should be
H A Dtgafb.rst38 `video=tgafb:option1,option2:value2,option3` (multiple options should be

123