Home
last modified time | relevance | path

Searched defs:cx (Results 151 – 175 of 17828) sorted by relevance

12345678910>>...714

/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsfriendapi.cpp85 JS_PUBLIC_API JSObject* JS_FindCompilationScope(JSContext* cx, in JS_FindCompilationScope()
171 JSContext* cx, in JS_WrapPropertyDescriptor()
182 static bool DefineHelpProperty(JSContext* cx, HandleObject obj, in DefineHelpProperty()
438 JS_PUBLIC_API bool js::GetRealmOriginalEval(JSContext* cx, in GetRealmOriginalEval()
453 JSContext* cx, PreserveWrapperCallback preserveWrapper, in SetPreserveWrapperCallbacks()
628 JS_PUBLIC_API void JS::NotifyGCRootsRemoved(JSContext* cx) { in NotifyGCRootsRemoved()
675 JS_PUBLIC_API void js::SetDOMCallbacks(JSContext* cx, in SetDOMCallbacks()
685 JSContext* cx, HandleObject global, in PrepareScriptEnvironmentAndInvoke()
698 JSContext* cx, ScriptEnvironmentPreparer* preparer) { in SetScriptEnvironmentPreparer()
746 AutoAssertNoContentJS::AutoAssertNoContentJS(JSContext* cx) in AutoAssertNoContentJS()
[all …]
/dports/www/firefox/firefox-99.0/js/src/
H A Djsfriendapi.cpp74 JS_PUBLIC_API void JS_SetGrayGCRootsTracer(JSContext* cx, in JS_SetGrayGCRootsTracer()
80 JS_PUBLIC_API JSObject* JS_FindCompilationScope(JSContext* cx, in JS_FindCompilationScope()
166 JSContext* cx, in JS_WrapPropertyDescriptor()
439 JS_PUBLIC_API bool js::GetRealmOriginalEval(JSContext* cx, in GetRealmOriginalEval()
456 JSContext* cx, PreserveWrapperCallback preserveWrapper, in SetPreserveWrapperCallbacks()
626 JS_PUBLIC_API void JS::NotifyGCRootsRemoved(JSContext* cx) { in NotifyGCRootsRemoved()
673 JS_PUBLIC_API void js::SetDOMCallbacks(JSContext* cx, in SetDOMCallbacks()
683 JSContext* cx, HandleObject global, in PrepareScriptEnvironmentAndInvoke()
696 JSContext* cx, ScriptEnvironmentPreparer* preparer) { in SetScriptEnvironmentPreparer()
744 AutoAssertNoContentJS::AutoAssertNoContentJS(JSContext* cx) in AutoAssertNoContentJS()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsfriendapi.cpp85 JS_PUBLIC_API JSObject* JS_FindCompilationScope(JSContext* cx, in JS_FindCompilationScope()
171 JSContext* cx, in JS_WrapPropertyDescriptor()
182 static bool DefineHelpProperty(JSContext* cx, HandleObject obj, in DefineHelpProperty()
438 JS_PUBLIC_API bool js::GetRealmOriginalEval(JSContext* cx, in GetRealmOriginalEval()
453 JSContext* cx, PreserveWrapperCallback preserveWrapper, in SetPreserveWrapperCallbacks()
628 JS_PUBLIC_API void JS::NotifyGCRootsRemoved(JSContext* cx) { in NotifyGCRootsRemoved()
675 JS_PUBLIC_API void js::SetDOMCallbacks(JSContext* cx, in SetDOMCallbacks()
685 JSContext* cx, HandleObject global, in PrepareScriptEnvironmentAndInvoke()
698 JSContext* cx, ScriptEnvironmentPreparer* preparer) { in SetScriptEnvironmentPreparer()
746 AutoAssertNoContentJS::AutoAssertNoContentJS(JSContext* cx) in AutoAssertNoContentJS()
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DSelfHosting.cpp156 bool intrinsic_TupleLength(JSContext* cx, unsigned argc, Value* vp) { in intrinsic_TupleLength()
195 bool js::IsTupleUnchecked(JSContext* cx, const CallArgs& args) { in IsTupleUnchecked()
373 static void ThrowErrorWithType(JSContext* cx, JSExnType type, in ThrowErrorWithType()
424 static bool intrinsic_ThrowSyntaxError(JSContext* cx, unsigned argc, in intrinsic_ThrowSyntaxError()
1565 bool js::CallSelfHostedFunction(JSContext* cx, const char* name, in CallSelfHostedFunction()
1605 bool js::ReportIncompatibleSelfHostedMethod(JSContext* cx, in ReportIncompatibleSelfHostedMethod()
2641 JSContext* cx, frontend::CompilationAtomCache& atomCache, in InitSelfHostingFromStencil()
2704 bool JSRuntime::initSelfHostingStencil(JSContext* cx, in initSelfHostingStencil()
2824 bool JSRuntime::initSelfHostingFromStencil(JSContext* cx) { in initSelfHostingFromStencil()
2873 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateSelfHostingScriptSourceObject()
[all …]
H A DWatchtower.cpp22 static bool InvokeWatchtowerCallback(JSContext* cx, const char* kind, in InvokeWatchtowerCallback()
56 static bool ReshapeForShadowedProp(JSContext* cx, HandleNativeObject obj, in ReshapeForShadowedProp()
88 static void InvalidateMegamorphicCache(JSContext* cx, HandleNativeObject obj) { in InvalidateMegamorphicCache()
100 bool Watchtower::watchPropertyAddSlow(JSContext* cx, HandleNativeObject obj, in watchPropertyAddSlow()
123 static bool ReshapeForProtoMutation(JSContext* cx, HandleObject obj) { in ReshapeForProtoMutation()
169 bool Watchtower::watchProtoChangeSlow(JSContext* cx, HandleObject obj) { in watchProtoChangeSlow()
192 bool Watchtower::watchPropertyRemoveSlow(JSContext* cx, HandleNativeObject obj, in watchPropertyRemoveSlow()
211 bool Watchtower::watchPropertyChangeSlow(JSContext* cx, HandleNativeObject obj, in watchPropertyChangeSlow()
230 bool Watchtower::watchFreezeOrSealSlow(JSContext* cx, HandleNativeObject obj) { in watchFreezeOrSealSlow()
244 bool Watchtower::watchObjectSwapSlow(JSContext* cx, HandleObject a, in watchObjectSwapSlow()
/dports/www/firefox/firefox-99.0/js/src/shell/
H A DModuleLoader.cpp38 static JSString* ExtractJavaScriptURLSource(JSContext* cx, in ExtractJavaScriptURLSource()
72 JSContext* cx, JS::HandleValue referencingPrivate, in ResolveImportedModule()
80 bool ModuleLoader::GetImportMetaProperties(JSContext* cx, in GetImportMetaProperties()
88 bool ModuleLoader::ImportModuleDynamically(JSContext* cx, in ImportModuleDynamically()
99 JSContext* cx, JS::ImportAssertionVector& values) { in GetSupportedImportAssertions()
156 JSContext* cx, JS::HandleValue referencingPrivate, in resolveImportedModule()
166 bool ModuleLoader::populateImportMeta(JSContext* cx, in populateImportMeta()
187 bool ModuleLoader::dynamicImport(JSContext* cx, in dynamicImport()
259 bool ModuleLoader::doDynamicImport(JSContext* cx, in doDynamicImport()
274 bool ModuleLoader::tryDynamicImport(JSContext* cx, in tryDynamicImport()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DInterpreter-inl.h103 ReportUninitializedLexical(JSContext* cx, HandlePropertyName name) in ReportUninitializedLexical()
136 ReportRuntimeConstAssignment(JSContext* cx, HandlePropertyName name) in ReportRuntimeConstAssignment()
302 DefLexicalOperation(JSContext* cx, ClonedBlockObject* lexicalScopeArg, in DefLexicalOperation()
693 BitNot(JSContext* cx, HandleValue in, int* out) in BitNot()
703 BitXor(JSContext* cx, HandleValue lhs, HandleValue rhs, int* out) in BitXor()
713 BitOr(JSContext* cx, HandleValue lhs, HandleValue rhs, int* out) in BitOr()
723 BitAnd(JSContext* cx, HandleValue lhs, HandleValue rhs, int* out) in BitAnd()
733 BitLsh(JSContext* cx, HandleValue lhs, HandleValue rhs, int* out) in BitLsh()
743 BitRsh(JSContext* cx, HandleValue lhs, HandleValue rhs, int* out) in BitRsh()
793 FastInvokeGuard(JSContext* cx, const Value& fval) in FastInvokeGuard()
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/route53domains/
H A Dapi_client.go29 // New returns an initialized Client based on the functional options. Provide
41 resolveHTTPSignerV4(&options)
42
43 resolveDefaultEndpointConfiguration(&options)
46 fn(&options)
47 }
48
49 client := &Client{
56 type Options struct {
57 // Set of options to modify how an operation is invoked. These apply to all
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/proxy/
H A DSecurityWrapper.cpp17 bool SecurityWrapper<Base>::enter(JSContext* cx, HandleObject wrapper, in enter()
26 bool SecurityWrapper<Base>::nativeCall(JSContext* cx, IsAcceptableThis test, in nativeCall()
34 bool SecurityWrapper<Base>::setPrototype(JSContext* cx, HandleObject wrapper, in setPrototype()
42 bool SecurityWrapper<Base>::setImmutablePrototype(JSContext* cx, in setImmutablePrototype()
50 bool SecurityWrapper<Base>::preventExtensions(JSContext* cx, in preventExtensions()
60 bool SecurityWrapper<Base>::isExtensible(JSContext* cx, HandleObject wrapper, in isExtensible()
68 bool SecurityWrapper<Base>::getBuiltinClass(JSContext* cx, HandleObject wrapper, in getBuiltinClass()
75 bool SecurityWrapper<Base>::isArray(JSContext* cx, HandleObject obj, in isArray()
83 RegExpShared* SecurityWrapper<Base>::regexp_toShared(JSContext* cx, in regexp_toShared()
89 bool SecurityWrapper<Base>::boxedValue_unbox(JSContext* cx, HandleObject obj, in boxedValue_unbox()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DAsyncIteration.cpp59 JSObject* js::WrapAsyncGeneratorWithProto(JSContext* cx, in WrapAsyncGeneratorWithProto()
124 JSContext* cx, Handle<AsyncGeneratorObject*> asyncGenObj, in AsyncGeneratorAwaitedFulfilled()
131 JSContext* cx, Handle<AsyncGeneratorObject*> asyncGenObj, in AsyncGeneratorAwaitedRejected()
138 JSContext* cx, Handle<AsyncGeneratorObject*> asyncGenObj, in AsyncGeneratorYieldReturnAwaitedFulfilled()
145 JSContext* cx, Handle<AsyncGeneratorObject*> asyncGenObj, in AsyncGeneratorYieldReturnAwaitedRejected()
242 static JSObject* OrdinaryCreateFromConstructor(JSContext* cx, in OrdinaryCreateFromConstructor()
292 JSContext* cx, Handle<AsyncGeneratorObject*> asyncGenObj, in createRequest()
305 JSContext* cx, Handle<AsyncGeneratorObject*> asyncGenObj, in enqueueRequest()
367 JSContext* cx, Handle<AsyncGeneratorObject*> asyncGenObj, in AsyncGeneratorReturned()
399 JSContext* cx, Handle<AsyncGeneratorObject*> asyncGenObj, in AsyncGeneratorYield()
[all …]
H A DDebugger-inl.h14 /* static */ inline bool js::Debugger::onLeaveFrame(JSContext* cx, in onLeaveFrame()
36 /* static */ inline bool js::Debugger::checkNoExecute(JSContext* cx, in checkNoExecute()
43 /* static */ JSTrapStatus js::Debugger::onEnterFrame(JSContext* cx, in onEnterFrame()
52 JSContext* cx, AbstractFramePtr frame) { in onDebuggerStatement()
58 JSContext* cx, AbstractFramePtr frame) { in onExceptionUnwind()
64 JSContext* cx, Handle<WasmInstanceObject*> wasmInstance) { in onNewWasmInstance()
69 /* static */ void js::Debugger::onNewPromise(JSContext* cx, in onNewPromise()
76 JSContext* cx, Handle<PromiseObject*> promise) { in onPromiseSettled()
81 inline bool js::Debugger::getScriptFrame(JSContext* cx, const FrameIter& iter, in getScriptFrame()
/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/commonjs/module/
H A DRequireTest.java26 final Context cx = createContext(); in testSandboxed() local
43 final Context cx = Context.enter(); in createContext() local
50 final Context cx = createContext(); in testNonSandboxed() local
63 final Context cx = createContext(); in testRelativeId() local
72 final Context cx = createContext(); in testSetMainForAlreadyLoadedModule() local
92 final Context cx = createContext(); in testWithSandboxedRequire() local
96 private Require getSandboxedRequire(final Context cx) in getSandboxedRequire()
101 private Require getSandboxedRequire(Context cx, Scriptable scope, boolean sandboxed) in getSandboxedRequire()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DCompilationAndEvaluation.cpp60 static JSScript* CompileSourceBuffer(JSContext* cx, in CompileSourceBuffer()
85 JSContext* cx, const ReadOnlyCompileOptions& options, in CompileSourceBufferAndStartIncrementalEncoding()
139 JSScript* JS::CompileUtf8File(JSContext* cx, in CompileUtf8File()
156 JSScript* JS::CompileUtf8Path(JSContext* cx, in CompileUtf8Path()
237 explicit FunctionCompiler(JSContext* cx) in FunctionCompiler()
379 JSContext* cx, HandleObjectVector envChain, in CompileFunction()
392 JSContext* cx, HandleObjectVector envChain, in CompileFunction()
405 JSContext* cx, HandleObjectVector envChain, in CompileFunctionUtf8()
425 JSContext* cx, Handle<JSScript*> script, in UpdateDebugMetadata()
587 JS_PUBLIC_API bool JS::Evaluate(JSContext* cx, in Evaluate()
[all …]
H A DGlobalObject.cpp213 bool GlobalObject::resolveConstructor(JSContext* cx, in resolveConstructor()
426 bool GlobalObject::maybeResolveGlobalThis(JSContext* cx, in maybeResolveGlobalThis()
444 JSObject* GlobalObject::createObject(JSContext* cx, in createObject()
459 JSObject* GlobalObject::createObject(JSContext* cx, in createObject()
583 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateThrowTypeError()
739 bool GlobalObject::initStandardClasses(JSContext* cx, in initStandardClasses()
880 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateForOfPICObject()
897 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateRealmKeyObject()
967 bool GlobalObject::getSelfHostedFunction(JSContext* cx, in getSelfHostedFunction()
1040 bool GlobalObject::addIntrinsicValue(JSContext* cx, in addIntrinsicValue()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsobj.h208 #define OBJ_GET_SLOT(cx,obj,slot) LOCKED_OBJ_GET_SLOT(obj,slot) argument
209 #define OBJ_SET_SLOT(cx,obj,slot,value) LOCKED_OBJ_SET_SLOT(obj,slot,value) argument
210 #define GC_AWARE_GET_SLOT(cx,obj,slot) LOCKED_OBJ_GET_SLOT(obj,slot) argument
215 #define OBJ_GET_PROTO(cx,obj) \ argument
217 #define OBJ_SET_PROTO(cx,obj,proto) \ argument
220 #define OBJ_GET_PARENT(cx,obj) \ argument
222 #define OBJ_SET_PARENT(cx,obj,parent) \ argument
225 #define OBJ_GET_CLASS(cx,obj) \ argument
259 #define OBJ_BLOCK_COUNT(cx,obj) \ argument
261 #define OBJ_BLOCK_DEPTH(cx,obj) \ argument
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsobj.h208 #define OBJ_GET_SLOT(cx,obj,slot) LOCKED_OBJ_GET_SLOT(obj,slot) argument
209 #define OBJ_SET_SLOT(cx,obj,slot,value) LOCKED_OBJ_SET_SLOT(obj,slot,value) argument
210 #define GC_AWARE_GET_SLOT(cx,obj,slot) LOCKED_OBJ_GET_SLOT(obj,slot) argument
215 #define OBJ_GET_PROTO(cx,obj) \ argument
217 #define OBJ_SET_PROTO(cx,obj,proto) \ argument
220 #define OBJ_GET_PARENT(cx,obj) \ argument
222 #define OBJ_SET_PARENT(cx,obj,parent) \ argument
225 #define OBJ_GET_CLASS(cx,obj) \ argument
259 #define OBJ_BLOCK_COUNT(cx,obj) \ argument
261 #define OBJ_BLOCK_DEPTH(cx,obj) \ argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DCompilationAndEvaluation.cpp60 static JSScript* CompileSourceBuffer(JSContext* cx, in CompileSourceBuffer()
85 JSContext* cx, const ReadOnlyCompileOptions& options, in CompileSourceBufferAndStartIncrementalEncoding()
139 JSScript* JS::CompileUtf8File(JSContext* cx, in CompileUtf8File()
156 JSScript* JS::CompileUtf8Path(JSContext* cx, in CompileUtf8Path()
237 explicit FunctionCompiler(JSContext* cx) in FunctionCompiler()
379 JSContext* cx, HandleObjectVector envChain, in CompileFunction()
392 JSContext* cx, HandleObjectVector envChain, in CompileFunction()
405 JSContext* cx, HandleObjectVector envChain, in CompileFunctionUtf8()
425 JSContext* cx, Handle<JSScript*> script, in UpdateDebugMetadata()
587 JS_PUBLIC_API bool JS::Evaluate(JSContext* cx, in Evaluate()
[all …]
H A DGlobalObject.cpp213 bool GlobalObject::resolveConstructor(JSContext* cx, in resolveConstructor()
426 bool GlobalObject::maybeResolveGlobalThis(JSContext* cx, in maybeResolveGlobalThis()
444 JSObject* GlobalObject::createObject(JSContext* cx, in createObject()
459 JSObject* GlobalObject::createObject(JSContext* cx, in createObject()
583 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateThrowTypeError()
739 bool GlobalObject::initStandardClasses(JSContext* cx, in initStandardClasses()
880 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateForOfPICObject()
897 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateRealmKeyObject()
967 bool GlobalObject::getSelfHostedFunction(JSContext* cx, in getSelfHostedFunction()
1040 bool GlobalObject::addIntrinsicValue(JSContext* cx, in addIntrinsicValue()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsobj.h208 #define OBJ_GET_SLOT(cx,obj,slot) LOCKED_OBJ_GET_SLOT(obj,slot) argument
209 #define OBJ_SET_SLOT(cx,obj,slot,value) LOCKED_OBJ_SET_SLOT(obj,slot,value) argument
210 #define GC_AWARE_GET_SLOT(cx,obj,slot) LOCKED_OBJ_GET_SLOT(obj,slot) argument
215 #define OBJ_GET_PROTO(cx,obj) \ argument
217 #define OBJ_SET_PROTO(cx,obj,proto) \ argument
220 #define OBJ_GET_PARENT(cx,obj) \ argument
222 #define OBJ_SET_PARENT(cx,obj,parent) \ argument
225 #define OBJ_GET_CLASS(cx,obj) \ argument
259 #define OBJ_BLOCK_COUNT(cx,obj) \ argument
261 #define OBJ_BLOCK_DEPTH(cx,obj) \ argument
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsobj.h208 #define OBJ_GET_SLOT(cx,obj,slot) LOCKED_OBJ_GET_SLOT(obj,slot) argument
209 #define OBJ_SET_SLOT(cx,obj,slot,value) LOCKED_OBJ_SET_SLOT(obj,slot,value) argument
210 #define GC_AWARE_GET_SLOT(cx,obj,slot) LOCKED_OBJ_GET_SLOT(obj,slot) argument
215 #define OBJ_GET_PROTO(cx,obj) \ argument
217 #define OBJ_SET_PROTO(cx,obj,proto) \ argument
220 #define OBJ_GET_PARENT(cx,obj) \ argument
222 #define OBJ_SET_PARENT(cx,obj,parent) \ argument
225 #define OBJ_GET_CLASS(cx,obj) \ argument
259 #define OBJ_BLOCK_COUNT(cx,obj) \ argument
261 #define OBJ_BLOCK_DEPTH(cx,obj) \ argument
[all …]
/dports/lang/spidermonkey17/js/src/
H A Djsobj.h208 #define OBJ_GET_SLOT(cx,obj,slot) LOCKED_OBJ_GET_SLOT(obj,slot) argument
209 #define OBJ_SET_SLOT(cx,obj,slot,value) LOCKED_OBJ_SET_SLOT(obj,slot,value) argument
210 #define GC_AWARE_GET_SLOT(cx,obj,slot) LOCKED_OBJ_GET_SLOT(obj,slot) argument
215 #define OBJ_GET_PROTO(cx,obj) \ argument
217 #define OBJ_SET_PROTO(cx,obj,proto) \ argument
220 #define OBJ_GET_PARENT(cx,obj) \ argument
222 #define OBJ_SET_PARENT(cx,obj,parent) \ argument
225 #define OBJ_GET_CLASS(cx,obj) \ argument
259 #define OBJ_BLOCK_COUNT(cx,obj) \ argument
261 #define OBJ_BLOCK_DEPTH(cx,obj) \ argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-gpio.c38 static void gpio_write(struct cx18 *cx) in gpio_write()
96 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_log_status() local
107 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_radio() local
121 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_std() local
147 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_audio_routing() local
195 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_log_status() local
206 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_reset() local
254 void cx18_gpio_init(struct cx18 *cx) in cx18_gpio_init()
280 int cx18_gpio_register(struct cx18 *cx, u32 hw) in cx18_gpio_register()
310 struct cx18 *cx = to_cx18((struct v4l2_device *)data); in cx18_reset_ir_gpio() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-gpio.c38 static void gpio_write(struct cx18 *cx) in gpio_write()
96 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_log_status() local
107 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_radio() local
121 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_std() local
147 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_audio_routing() local
195 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_log_status() local
206 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_reset() local
254 void cx18_gpio_init(struct cx18 *cx) in cx18_gpio_init()
280 int cx18_gpio_register(struct cx18 *cx, u32 hw) in cx18_gpio_register()
310 struct cx18 *cx = to_cx18((struct v4l2_device *)data); in cx18_reset_ir_gpio() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-gpio.c38 static void gpio_write(struct cx18 *cx) in gpio_write()
96 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_log_status() local
107 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_radio() local
121 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_std() local
147 struct cx18 *cx = v4l2_get_subdevdata(sd); in gpiomux_s_audio_routing() local
195 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_log_status() local
206 struct cx18 *cx = v4l2_get_subdevdata(sd); in resetctrl_reset() local
254 void cx18_gpio_init(struct cx18 *cx) in cx18_gpio_init()
280 int cx18_gpio_register(struct cx18 *cx, u32 hw) in cx18_gpio_register()
310 struct cx18 *cx = to_cx18((struct v4l2_device *)data); in cx18_reset_ir_gpio() local
[all …]
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsdbgapi.c141 DestroyTrap(JSContext *cx, JSTrap *trap) in DestroyTrap()
165 JS_ClearScriptTraps(JSContext *cx, JSScript *script) in JS_ClearScriptTraps()
181 JS_ClearAllTraps(JSContext *cx) in JS_ClearAllTraps()
255 DropWatchPoint(JSContext *cx, JSWatchPoint *wp) in DropWatchPoint()
595 JS_ClearAllWatchPoints(JSContext *cx) in JS_ClearAllWatchPoints()
650 JS_GetFrameScript(JSContext *cx, JSStackFrame *fp) in JS_GetFrameScript()
656 JS_GetFramePC(JSContext *cx, JSStackFrame *fp) in JS_GetFramePC()
734 JS_IsNativeFrame(JSContext *cx, JSStackFrame *fp) in JS_IsNativeFrame()
741 JS_GetFrameObject(JSContext *cx, JSStackFrame *fp) in JS_GetFrameObject()
776 JS_GetFrameThis(JSContext *cx, JSStackFrame *fp) in JS_GetFrameThis()
[all …]

12345678910>>...714