/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | ad7298.c | 44 unsigned ext_ref; member 115 command = AD7298_WRITE | st->ext_ref; in ad7298_update_scan_mode() 176 st->tx_buf[0] = cpu_to_be16(AD7298_WRITE | st->ext_ref | in ad7298_scan_direct() 192 AD7298_TAVG | st->ext_ref); in ad7298_scan_temp() 219 if (st->ext_ref) { in ad7298_get_ref_voltage() 297 if (pdata && pdata->ext_ref) in ad7298_probe() 298 st->ext_ref = AD7298_EXTREF; in ad7298_probe() 300 if (st->ext_ref) { in ad7298_probe() 350 if (st->ext_ref) in ad7298_probe() 363 if (st->ext_ref) in ad7298_remove() [all...] |
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ad7298.c | 43 unsigned ext_ref; member 114 command = AD7298_WRITE | st->ext_ref; in ad7298_update_scan_mode() 169 st->tx_buf[0] = cpu_to_be16(AD7298_WRITE | st->ext_ref | in ad7298_scan_direct() 185 AD7298_TAVG | st->ext_ref); in ad7298_scan_temp() 298 st->ext_ref = AD7298_EXTREF; in ad7298_probe()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | ad7298.h | 13 * @ext_ref: Whether to use an external reference voltage. 16 bool ext_ref; member
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 1493 ExternalReference ext_ref) { in GenerateCCall() 1506 ext_ref); in GenerateCCall() 1583 ExternalReference ext_ref = fallback_fn(); in fallback_fn() 1585 GenerateCCall(&dst, &sig, kind, &src, ext_ref); in fallback_fn() 1607 ExternalReference ext_ref = fallback_fn(); in EmitTypeConversion() local 1614 GenerateCCall(dst_regs, &sig, dst_kind, &src, ext_ref); in EmitTypeConversion() 1619 GenerateCCall(&dst, &sig, dst_kind, &src, ext_ref); in EmitTypeConversion() 1640 #define CASE_TYPE_CONVERSION(opcode, dst_kind, src_kind, ext_ref, can_trap) \ in UnOp() 1643 decoder, kExpr##opcode, ext_ref); in UnOp() 1834 LiftoffRegister rhs, ExternalReference ext_ref, in EmitDivOrRem64CCall() 1833 EmitDivOrRem64CCall(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, ExternalReference ext_ref, Label* trap_by_zero, Label* trap_unrepresentable = nullptr) EmitDivOrRem64CCall() argument 2101 ExternalReference ext_ref = ExternalReference::wasm_int64_div(); BinOp() variable 2113 ExternalReference ext_ref = ExternalReference::wasm_uint64_div(); BinOp() variable 2124 ExternalReference ext_ref = ExternalReference::wasm_int64_mod(); BinOp() variable 2135 ExternalReference ext_ref = ExternalReference::wasm_uint64_mod(); BinOp() variable [all...] |
H A D | liftoff-assembler.h | 1478 int stack_bytes, ExternalReference ext_ref);
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 2943 ExternalReference ext_ref) { in CallC() 2988 CallCFunction(ext_ref, kNumCCallArgs); in CallC() 2939 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 2985 ExternalReference ext_ref) { in CallC() 3003 CallCFunction(ext_ref, kNumCCallArgs); in CallC() 2981 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 2960 ExternalReference ext_ref) { in CallC() 2978 CallCFunction(ext_ref, kNumCCallArgs); in CallC() 2956 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2949 ExternalReference ext_ref) { in CallC() 2994 CallCFunction(ext_ref, kNumCCallArgs); in CallC() 2945 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 3530 ExternalReference ext_ref) { in CallC() 3548 CallCFunction(ext_ref, kNumCCallArgs); in CallC() 3526 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4539 ExternalReference ext_ref) { 4560 CallCFunction(ext_ref, kNumCCallArgs);
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 4148 ExternalReference ext_ref) { 4190 CallCFunction(ext_ref, kNumCCallArgs);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 4087 ExternalReference ext_ref) { in CallC() 4104 CallCFunction(ext_ref, kNumCCallArgs); in CallC() 4083 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 3715 ExternalReference ext_ref) { in CallC() 3733 CallCFunction(ext_ref, kNumCCallArgs); in CallC() 3711 CallC(const ValueKindSig* sig, const LiftoffRegister* args, const LiftoffRegister* rets, ValueKind out_argument_kind, int stack_bytes, ExternalReference ext_ref) CallC() argument
|