/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-lg4ff.h | 9 struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data); 16 struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data) { return 0; } in lg4ff_adjust_input_event() 15 lg4ff_adjust_input_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, s32 value, struct lg_drv_data *drv_data) lg4ff_adjust_input_event() argument
|
H A D | hid-xinmo.c | 26 struct hid_usage *usage, __s32 value) in xinmo_event() 33 if (value < -1) { in xinmo_event() 25 xinmo_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) xinmo_event() argument
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds.h | 22 void led_set_brightness_nopm(struct led_classdev *led_cdev, unsigned int value); 23 void led_set_brightness_nosleep(struct led_classdev *led_cdev, unsigned int value);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | values.h | 15 u64 **value; member 23 u64 rawid, const char *name, u64 value);
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_bpf_percpu_array_map.c | 19 __type(value, __u32); 31 void *pptr = ctx->value; in dump_bpf_percpu_array_map()
|
H A D | get_cgroup_id_kern.c | 11 __type(value, __u64); 18 __type(value, __u32);
|
H A D | recursion.c | 14 __type(value, long); 21 __type(value, long);
|
H A D | test_core_retro.c | 15 __type(value, int); 22 __type(value, int);
|
H A D | test_perf_buffer.c | 12 __type(value, int); 19 __type(value, int);
|
H A D | test_pe_preserve_elems.c | 11 __type(value, int); 18 __type(value, int);
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.h | 33 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value); 34 int trace_log_counter(struct trace_buffer *tb, u64 value);
|
/kernel/liteos_a/kernel/extended/plimit/ |
H A D | los_schedlimit.h | 58 UINT32 OsSchedLimitSetPeriod(ProcSchedLimiter *schedLimit, UINT64 value); 59 UINT32 OsSchedLimitSetQuota(ProcSchedLimiter *schedLimit, UINT64 value);
|
/kernel/linux/linux-6.6/sound/pci/pcxhr/ |
H A D | pcxhr_mix22.h | 22 int hr222_read_gpio(struct pcxhr_mgr *mgr, int is_gpi, int *value); 23 int hr222_write_gpo(struct pcxhr_mgr *mgr, int value);
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_pid_container_023.cpp | 34 int value = *((int*)arg); in ChildFunc() local 35 if (value != CHILD_FUNC_ARG) { in ChildFunc()
|
H A D | It_user_container_001.cpp | 37 int value = *((int*)arg); in childFunc() local 38 if (value != CHILD_FUNC_ARG) { in childFunc()
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | parser.py | 35 code = ResultCode.UNKNOWN.value
49 code = ResultCode.UNKNOWN.value
|
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/workers/ |
H A D | worker_015.js | 35 ss.postMessage({type: "new", value: data.value + 1}); // 11
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | blockdsp_mips.h | 32 void ff_fill_block16_mmi(uint8_t *block, uint8_t value, ptrdiff_t line_size, int h); 33 void ff_fill_block8_mmi(uint8_t *block, uint8_t value, ptrdiff_t line_size, int h);
|
/third_party/elfutils/backends/ |
H A D | sparc_attrs.c | 41 const char *vendor, int tag, uint64_t value, in sparc_check_object_attribute() 91 if (value & (1U << cap)) in sparc_check_object_attribute() 40 sparc_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) sparc_check_object_attribute() argument
|
/third_party/elfutils/libasm/ |
H A D | asm_error.c | 55 __libasm_seterrno (int value) in __libasm_seterrno() argument 57 global_error = value; in __libasm_seterrno()
|
/third_party/backends/include/sane/ |
H A D | sanei.h | 112 /** @fn extern SANE_Status sanei_check_value (const SANE_Option_Descriptor * opt, void * value); 116 * @param value value of the option 120 * - SANE_STATUS_INVAL - if the value doesn't fit inside the constraint 125 /** @fn extern SANE_Status sanei_constrain_value (const SANE_Option_Descriptor * opt, void * value, SANE_Word * info); 126 * Check the constraints of a SANE option and adjust its value if necessary. 128 * Depending on the type of the option and constraint, value is modified 132 * @param value value of the option 133 * @param info info is set to SANE_INFO_INEXACT if value wa [all...] |
/third_party/gn/src/gn/ |
H A D | parse_node_value_adapter.cc | 19 ref_ = scope->GetValue(identifier->value().value(), true); in Init() 41 // identifier node rather than the original value. in InitForType()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | errorcode.h | 101 /** Returns the UErrorCode value. @stable ICU 4.2 */ 103 /** Sets the UErrorCode value. @stable ICU 4.2 */ 104 void set(UErrorCode value) { errorCode=value; } in set() argument 105 /** Returns the UErrorCode value and resets it to U_ZERO_ERROR. @stable ICU 4.2 */ 118 * Return a string for the UErrorCode value.
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-try-catch-macro.h | 26 * Otherwise, throw-completion value is just copied to return_value. 57 * The macro defines try-block that tries to perform ToNumber operation on given value 61 * Otherwise, throw-completion value is just copied to return_value. 67 #define ECMA_OP_TO_NUMBER_TRY_CATCH(num_var, value, return_value) \ 70 return_value = ecma_get_number (value, &num_var); \
|
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/ |
H A D | 15.02.03-019.js | 22 value: "I'm prop1" 28 value: "I'm prop2"
|