Home
last modified time | relevance | path

Searched refs:ctx (Results 1 - 25 of 6171) sorted by relevance

12345678910>>...247

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c170 static void nv50_gr_construct_mmio(struct nvkm_grctx *ctx);
171 static void nv50_gr_construct_xfer1(struct nvkm_grctx *ctx);
172 static void nv50_gr_construct_xfer2(struct nvkm_grctx *ctx);
177 nv50_grctx_generate(struct nvkm_grctx *ctx) in nv50_grctx_generate() argument
179 cp_set (ctx, STATE, RUNNING); in nv50_grctx_generate()
180 cp_set (ctx, XFER_SWITCH, ENABLE); in nv50_grctx_generate()
182 cp_bra (ctx, AUTO_SAVE, PENDING, cp_setup_save); in nv50_grctx_generate()
183 cp_bra (ctx, USER_SAVE, PENDING, cp_setup_save); in nv50_grctx_generate()
185 cp_name(ctx, cp_check_load); in nv50_grctx_generate()
186 cp_bra (ctx, AUTO_LOA in nv50_grctx_generate()
269 struct nvkm_grctx ctx = { nv50_grctx_init() local
297 nv50_gr_construct_mmio(struct nvkm_grctx *ctx) nv50_gr_construct_mmio() argument
785 dd_emit(struct nvkm_grctx *ctx, int num, u32 val) dd_emit() argument
795 nv50_gr_construct_mmio_ddata(struct nvkm_grctx *ctx) nv50_gr_construct_mmio_ddata() argument
1158 xf_emit(struct nvkm_grctx *ctx, int num, u32 val) xf_emit() argument
1189 nv50_gr_construct_xfer1(struct nvkm_grctx *ctx) nv50_gr_construct_xfer1() argument
1352 nv50_gr_construct_gene_dispatch(struct nvkm_grctx *ctx) nv50_gr_construct_gene_dispatch() argument
1408 nv50_gr_construct_gene_m2mf(struct nvkm_grctx *ctx) nv50_gr_construct_gene_m2mf() argument
1460 nv50_gr_construct_gene_ccache(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ccache() argument
1528 nv50_gr_construct_gene_unk10xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk10xx() argument
1588 nv50_gr_construct_gene_unk34xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk34xx() argument
1613 nv50_gr_construct_gene_unk14xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk14xx() argument
1724 nv50_gr_construct_gene_zcull(struct nvkm_grctx *ctx) nv50_gr_construct_gene_zcull() argument
1785 nv50_gr_construct_gene_clipid(struct nvkm_grctx *ctx) nv50_gr_construct_gene_clipid() argument
1805 nv50_gr_construct_gene_unk24xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk24xx() argument
1888 nv50_gr_construct_gene_vfetch(struct nvkm_grctx *ctx) nv50_gr_construct_gene_vfetch() argument
2074 nv50_gr_construct_gene_eng2d(struct nvkm_grctx *ctx) nv50_gr_construct_gene_eng2d() argument
2136 nv50_gr_construct_gene_csched(struct nvkm_grctx *ctx) nv50_gr_construct_gene_csched() argument
2235 nv50_gr_construct_gene_unk1cxx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk1cxx() argument
2331 nv50_gr_construct_gene_strmout(struct nvkm_grctx *ctx) nv50_gr_construct_gene_strmout() argument
2373 nv50_gr_construct_gene_ropm1(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropm1() argument
2386 nv50_gr_construct_gene_ropm2(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropm2() argument
2412 nv50_gr_construct_gene_ropc(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropc() argument
2647 nv50_gr_construct_xfer_unk84xx(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_unk84xx() argument
2739 nv50_gr_construct_xfer_tprop(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tprop() argument
3039 nv50_gr_construct_xfer_tex(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tex() argument
3085 nv50_gr_construct_xfer_unk8cxx(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_unk8cxx() argument
3124 nv50_gr_construct_xfer_tp(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tp() argument
3141 nv50_gr_construct_xfer_mpc(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_mpc() argument
3273 nv50_gr_construct_xfer2(struct nvkm_grctx *ctx) nv50_gr_construct_xfer2() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c170 static void nv50_gr_construct_mmio(struct nvkm_grctx *ctx);
171 static void nv50_gr_construct_xfer1(struct nvkm_grctx *ctx);
172 static void nv50_gr_construct_xfer2(struct nvkm_grctx *ctx);
177 nv50_grctx_generate(struct nvkm_grctx *ctx) in nv50_grctx_generate() argument
179 cp_set (ctx, STATE, RUNNING); in nv50_grctx_generate()
180 cp_set (ctx, XFER_SWITCH, ENABLE); in nv50_grctx_generate()
182 cp_bra (ctx, AUTO_SAVE, PENDING, cp_setup_save); in nv50_grctx_generate()
183 cp_bra (ctx, USER_SAVE, PENDING, cp_setup_save); in nv50_grctx_generate()
185 cp_name(ctx, cp_check_load); in nv50_grctx_generate()
186 cp_bra (ctx, AUTO_LOA in nv50_grctx_generate()
269 struct nvkm_grctx ctx = { nv50_grctx_init() local
297 nv50_gr_construct_mmio(struct nvkm_grctx *ctx) nv50_gr_construct_mmio() argument
785 dd_emit(struct nvkm_grctx *ctx, int num, u32 val) dd_emit() argument
795 nv50_gr_construct_mmio_ddata(struct nvkm_grctx *ctx) nv50_gr_construct_mmio_ddata() argument
1158 xf_emit(struct nvkm_grctx *ctx, int num, u32 val) xf_emit() argument
1189 nv50_gr_construct_xfer1(struct nvkm_grctx *ctx) nv50_gr_construct_xfer1() argument
1352 nv50_gr_construct_gene_dispatch(struct nvkm_grctx *ctx) nv50_gr_construct_gene_dispatch() argument
1408 nv50_gr_construct_gene_m2mf(struct nvkm_grctx *ctx) nv50_gr_construct_gene_m2mf() argument
1460 nv50_gr_construct_gene_ccache(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ccache() argument
1528 nv50_gr_construct_gene_unk10xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk10xx() argument
1588 nv50_gr_construct_gene_unk34xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk34xx() argument
1613 nv50_gr_construct_gene_unk14xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk14xx() argument
1724 nv50_gr_construct_gene_zcull(struct nvkm_grctx *ctx) nv50_gr_construct_gene_zcull() argument
1785 nv50_gr_construct_gene_clipid(struct nvkm_grctx *ctx) nv50_gr_construct_gene_clipid() argument
1805 nv50_gr_construct_gene_unk24xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk24xx() argument
1888 nv50_gr_construct_gene_vfetch(struct nvkm_grctx *ctx) nv50_gr_construct_gene_vfetch() argument
2074 nv50_gr_construct_gene_eng2d(struct nvkm_grctx *ctx) nv50_gr_construct_gene_eng2d() argument
2136 nv50_gr_construct_gene_csched(struct nvkm_grctx *ctx) nv50_gr_construct_gene_csched() argument
2235 nv50_gr_construct_gene_unk1cxx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk1cxx() argument
2331 nv50_gr_construct_gene_strmout(struct nvkm_grctx *ctx) nv50_gr_construct_gene_strmout() argument
2373 nv50_gr_construct_gene_ropm1(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropm1() argument
2386 nv50_gr_construct_gene_ropm2(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropm2() argument
2412 nv50_gr_construct_gene_ropc(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropc() argument
2647 nv50_gr_construct_xfer_unk84xx(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_unk84xx() argument
2739 nv50_gr_construct_xfer_tprop(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tprop() argument
3039 nv50_gr_construct_xfer_tex(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tex() argument
3085 nv50_gr_construct_xfer_unk8cxx(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_unk8cxx() argument
3124 nv50_gr_construct_xfer_tp(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tp() argument
3141 nv50_gr_construct_xfer_mpc(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_mpc() argument
3273 nv50_gr_construct_xfer2(struct nvkm_grctx *ctx) nv50_gr_construct_xfer2() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c206 SdpInitializeInfo *ctx = context; in SdpInitializeTask() local
208 if (ctx == NULL) { in SdpInitializeTask()
218 if (ctx->event != NULL) { in SdpInitializeTask()
219 EventSet(ctx->event); in SdpInitializeTask()
228 SdpInitializeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpInitializeInfo)); in SdpStartup() local
229 if (ctx == NULL) { in SdpStartup()
233 (void)memset_s(ctx, sizeof(SdpInitializeInfo), 0x00, sizeof(SdpInitializeInfo)); in SdpStartup()
237 MEM_MALLOC.free(ctx); in SdpStartup()
241 ctx->traceLevel = traceLevel; in SdpStartup()
242 ctx in SdpStartup()
258 Event *ctx = context; SdpFinalizeTask() local
278 Event *ctx = EventCreate(true); SdpShutdown() local
294 SdpServiceRecordHandle *ctx = context; SdpCreateServiceRecordTask() local
312 SdpServiceRecordHandle *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecordHandle)); SDP_CreateServiceRecord() local
338 SdpServiceRecord *ctx = context; SdpDestroyServiceRecordTask() local
355 SdpServiceRecord *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecord)); SDP_DestroyServiceRecord() local
380 SdpServiceRecord *ctx = context; SdpRegisterServiceRecordTask() local
397 SdpServiceRecord *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecord)); SDP_RegisterServiceRecord() local
420 SdpServiceRecord *ctx = context; SdpDeregisterServiceRecordTask() local
437 SdpServiceRecord *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecord)); SDP_DeregisterServiceRecord() local
462 SdpServiceClassID *ctx = context; SdpAddServiceClassIdListTask() local
479 SdpServiceClassID *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceClassID)); SDP_AddServiceClassIdList() local
504 SdpServiceRecordState *ctx = context; SdpAddServiceRecordStateTask() local
521 SdpServiceRecordState *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecordState)); SDP_AddServiceRecordState() local
545 SdpServiceId *ctx = context; SdpAddServiceIdTask() local
562 SdpServiceId *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceId)); SDP_AddServiceId() local
586 SdpProtocolDescriptorList *ctx = context; SdpAddProtocolDescriptorListTask() local
603 SdpProtocolDescriptorList *ctx = MEM_MALLOC.alloc(sizeof(SdpProtocolDescriptorList)); SDP_AddProtocolDescriptorList() local
628 SdpAdditionalProtocolDescriptorList *ctx = context; SdpAddAdditionalProtocolDescriptorListTask() local
646 SdpAdditionalProtocolDescriptorList *ctx = MEM_MALLOC.alloc(sizeof(SdpAdditionalProtocolDescriptorList)); SDP_AddAdditionalProtocolDescriptorList() local
671 SdpBrowseGroupList *ctx = context; SdpAddBrowseGroupListTask() local
688 SdpBrowseGroupList *ctx = MEM_MALLOC.alloc(sizeof(SdpBrowseGroupList)); SDP_AddBrowseGroupList() local
713 SdpLanguageBaseAttributeIdList *ctx = context; SdpAddLanguageBaseAttributeIdListTask() local
731 SdpLanguageBaseAttributeIdList *ctx = MEM_MALLOC.alloc(sizeof(SdpLanguageBaseAttributeIdList)); SDP_AddLanguageBaseAttributeIdList() local
756 SdpServiceInfoTimeToLive *ctx = context; SdpAddServiceInfoTimeToLiveTask() local
773 SdpServiceInfoTimeToLive *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceInfoTimeToLive)); SDP_AddServiceInfoTimeToLive() local
797 SdpServiceAvailability *ctx = context; SdpAddServiceAvailabilityTask() local
814 SdpServiceAvailability *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceAvailability)); SDP_AddServiceAvailability() local
838 SdpBluetoothProfileDescriptorList *ctx = context; SdpAddBluetoothProfileDescriptorListTask() local
857 SdpBluetoothProfileDescriptorList *ctx = MEM_MALLOC.alloc(sizeof(SdpBluetoothProfileDescriptorList)); SDP_AddBluetoothProfileDescriptorList() local
882 SdpUrl *ctx = context; SdpAddDocumentationUrlTask() local
899 SdpUrl *ctx = MEM_MALLOC.alloc(sizeof(SdpUrl)); SDP_AddDocumentationUrl() local
924 SdpUrl *ctx = context; SdpAddClientExecutableUrlTask() local
941 SdpUrl *ctx = MEM_MALLOC.alloc(sizeof(SdpUrl)); SDP_AddClientExecutableUrl() local
966 SdpUrl *ctx = context; SdpAddIconUrlTask() local
983 SdpUrl *ctx = MEM_MALLOC.alloc(sizeof(SdpUrl)); SDP_AddIconUrl() local
1008 SdpName *ctx = context; SdpAddServiceNameTask() local
1025 SdpName *ctx = MEM_MALLOC.alloc(sizeof(SdpName)); SDP_AddServiceName() local
1051 SdpName *ctx = context; SdpAddServiceDescriptionTask() local
1069 SdpName *ctx = MEM_MALLOC.alloc(sizeof(SdpName)); SDP_AddServiceDescription() local
1095 SdpName *ctx = context; SdpAddProviderNameTask() local
1112 SdpName *ctx = MEM_MALLOC.alloc(sizeof(SdpName)); SDP_AddProviderName() local
1138 SdpAttributeInfo *ctx = context; SdpAddAttributeTask() local
1157 SdpAttributeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpAttributeInfo)); SDP_AddAttribute() local
1184 SdpSequenceAttributeInfo *ctx = context; SdpAddSequenceAttributeTask() local
1203 SdpSequenceAttributeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpSequenceAttributeInfo)); SDP_AddSequenceAttribute() local
1229 SdpServiceSearchInfo *ctx = context; SdpServiceSearchTask() local
1247 SdpServiceSearchInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceSearchInfo)); SDP_ServiceSearch() local
1273 SdpServiceAttributeInfo *ctx = context; SdpServiceAttributeTask() local
1292 SdpServiceAttributeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceAttributeInfo)); SDP_ServiceAttribute() local
1319 SdpServiceSearchAttributeInfo *ctx = context; SdpServiceSearchAttributeTask() local
1339 SdpServiceSearchAttributeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceSearchAttributeInfo)); SDP_ServiceSearchAttribute() local
1366 SdpServiceBrowseInfo *ctx = context; SdpServiceBrowseTask() local
1384 SdpServiceBrowseInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceBrowseInfo)); SDP_ServiceBrowse() local
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_CanvasRenderingContext2D/prop/
H A Dindex.js49 const ctx = el.getContext('2d');
50 ctx.fillStyle = '#0000ff';
51 ctx.fillRect(0, 0, 100, 30);
55 const ctx = el.getContext('2d');
56 ctx.lineWidth = 10;
57 ctx.lineCap = 'round';
58 ctx.strokeRect(0, 0, 100, 30);
62 const ctx = el.getContext('2d');
63 ctx.lineWidth = 8;
64 ctx
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_CanvasRenderingContext2D/prop/
H A Dindex.js49 const ctx = el.getContext('2d');
50 ctx.fillStyle = '#0000ff';
51 ctx.fillRect(0, 0, 100, 30);
55 const ctx = el.getContext('2d');
56 ctx.lineWidth = 10;
57 ctx.lineCap = 'round';
58 ctx.strokeRect(0, 0, 100, 30);
62 const ctx = el.getContext('2d');
63 ctx.lineWidth = 8;
64 ctx
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_CanvasRenderingContext2D/prop/
H A Dindex.js49 const ctx = el.getContext('2d');
50 ctx.fillStyle = '#0000ff';
51 ctx.fillRect(0, 0, 100, 30);
55 const ctx = el.getContext('2d');
56 ctx.lineWidth = 10;
57 ctx.lineCap = 'round';
58 ctx.strokeRect(0, 0, 100, 30);
62 const ctx = el.getContext('2d');
63 ctx.lineWidth = 8;
64 ctx
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_CanvasRenderingContext2D/prop/
H A Dindex.js49 const ctx = el.getContext('2d');
50 ctx.fillStyle = '#0000ff';
51 ctx.fillRect(0, 0, 100, 30);
55 const ctx = el.getContext('2d');
56 ctx.lineWidth = 10;
57 ctx.lineCap = 'round';
58 ctx.strokeRect(0, 0, 100, 30);
62 const ctx = el.getContext('2d');
63 ctx.lineWidth = 8;
64 ctx
[all...]
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/compomettestjs/jsCanavas/
H A Dindex.js57 const ctx = el.getContext('2d');
58 ctx.fillStyle = '#0000ff';
59 ctx.fillRect(0, 0, 100, 30);
63 const ctx = el.getContext('2d');
64 ctx.lineWidth = 10;
65 ctx.strokeStyle = '#0000ff';
66 ctx.lineCap = 'round';
67 ctx.strokeRect(0, 0, 100, 30);
71 const ctx = el.getContext('2d');
72 ctx
[all...]
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/canvas/indexAPIBeginPath/
H A Dindex.js21 var ctx = canvasRef.getContext("2d"); variable
22 ctx.beginPath();
23 ctx.rect(10,10,50,50);
24 ctx.rect(70,70,30,30);
25 ctx.stroke();
29 var ctx = canvasRef.getContext("2d"); variable
30 ctx.beginPath();
31 ctx.rect(10,10,50,50);
32 ctx.moveTo(70,10);
33 ctx
38 var ctx = canvasRef.getContext("2d"); global() variable
46 var ctx = canvasRef.getContext("2d"); global() variable
54 var ctx = canvasRef.getContext("2d"); global() variable
64 var ctx = canvasRef.getContext("2d"); global() variable
73 var ctx = canvasRef.getContext("2d"); global() variable
82 var ctx = canvasRef.getContext("2d"); global() variable
90 var ctx = canvasRef.getContext("2d"); global() variable
99 var ctx = canvasRef.getContext("2d"); global() variable
107 var ctx = canvasRef.getContext("2d"); global() variable
115 var ctx = canvasRef.getContext("2d"); global() variable
124 var ctx = canvasRef.getContext("2d"); global() variable
133 var ctx = canvasRef.getContext("2d"); global() variable
143 var ctx = canvasRef.getContext("2d"); global() variable
152 var ctx = canvasRef.getContext("2d"); global() variable
161 var ctx = canvasRef.getContext("2d"); global() variable
[all...]
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/compomettestjs/CanvasRenderingContext2D/
H A Dindex.js66 const ctx = el.getContext('2d');
67 ctx.fillStyle = '#0000ff';
68 ctx.fillRect(0, 0, 100, 30);
72 const ctx = el.getContext('2d');
73 ctx.lineWidth = 10;
74 ctx.strokeStyle = '#0000ff';
75 ctx.lineCap = 'round';
76 ctx.strokeRect(0, 0, 100, 30);
80 const ctx = el.getContext('2d');
81 ctx
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-sst-cldma.c17 static void skl_cldma_int_enable(struct sst_dsp *ctx) in skl_cldma_int_enable() argument
19 sst_dsp_shim_update_bits_unlocked(ctx, SKL_ADSP_REG_ADSPIC, in skl_cldma_int_enable()
23 void skl_cldma_int_disable(struct sst_dsp *ctx) in skl_cldma_int_disable() argument
25 sst_dsp_shim_update_bits_unlocked(ctx, in skl_cldma_int_disable()
29 static void skl_cldma_stream_run(struct sst_dsp *ctx, bool enable) in skl_cldma_stream_run() argument
34 sst_dsp_shim_update_bits_unlocked(ctx, in skl_cldma_stream_run()
42 val = sst_dsp_shim_read(ctx, SKL_ADSP_REG_CL_SD_CTL) & in skl_cldma_stream_run()
52 dev_err(ctx->dev, "Failed to set Run bit=%d enable=%d\n", val, enable); in skl_cldma_stream_run()
55 static void skl_cldma_stream_clear(struct sst_dsp *ctx) in skl_cldma_stream_clear() argument
58 skl_cldma_stream_run(ctx, in skl_cldma_stream_clear()
77 skl_cldma_setup_bdle(struct sst_dsp *ctx, struct snd_dma_buffer *dmab_data, __le32 **bdlp, int size, int with_ioc) skl_cldma_setup_bdle() argument
107 skl_cldma_setup_controller(struct sst_dsp *ctx, struct snd_dma_buffer *dmab_bdl, unsigned int max_size, u32 count) skl_cldma_setup_controller() argument
129 skl_cldma_setup_spb(struct sst_dsp *ctx, unsigned int size, bool enable) skl_cldma_setup_spb() argument
141 skl_cldma_cleanup_spb(struct sst_dsp *ctx) skl_cldma_cleanup_spb() argument
151 skl_cldma_cleanup(struct sst_dsp *ctx) skl_cldma_cleanup() argument
160 skl_cldma_wait_interruptible(struct sst_dsp *ctx) skl_cldma_wait_interruptible() argument
183 skl_cldma_stop(struct sst_dsp *ctx) skl_cldma_stop() argument
188 skl_cldma_fill_buffer(struct sst_dsp *ctx, unsigned int size, const void *curr_pos, bool intr_enable, bool trigger) skl_cldma_fill_buffer() argument
245 skl_cldma_copy_to_buf(struct sst_dsp *ctx, const void *bin, u32 total_size, bool wait) skl_cldma_copy_to_buf() argument
307 skl_cldma_process_intr(struct sst_dsp *ctx) skl_cldma_process_intr() argument
323 skl_cldma_prepare(struct sst_dsp *ctx) skl_cldma_prepare() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_if.c39 L2cifRegisterServiceContext *ctx = NULL; in L2cifRegisterService() local
42 ctx = (L2cifRegisterServiceContext *)context; in L2cifRegisterService()
44 result = L2CAP_RegisterService(ctx->lpsm, &(ctx->service), ctx->context); in L2cifRegisterService()
45 if (ctx->cb != NULL) { in L2cifRegisterService()
46 ctx->cb(ctx->lpsm, result); in L2cifRegisterService()
49 L2capFree(ctx); in L2cifRegisterService()
55 L2cifRegisterServiceContext *ctx in L2CIF_RegisterService() local
82 L2cifDeregisterServiceContext *ctx = NULL; L2cifDeregisterService() local
98 L2cifDeregisterServiceContext *ctx = NULL; L2CIF_DeregisterService() local
123 L2cifConnectReqContext *ctx = NULL; L2cifConnectReq() local
141 L2cifConnectReqContext *ctx = NULL; L2CIF_ConnectReq() local
172 L2cifConnectRspContext *ctx = NULL; L2cifConnectRsp() local
189 L2cifConnectRspContext *ctx = NULL; L2CIF_ConnectRsp() local
215 L2cifConfigReqContext *ctx = NULL; L2cifConfigReq() local
231 L2cifConfigReqContext *ctx = NULL; L2CIF_ConfigReq() local
260 L2cifConfigRspContext *ctx = NULL; L2cifConfigRsp() local
277 L2cifConfigRspContext *ctx = NULL; L2CIF_ConfigRsp() local
305 L2cifDisconnectionReqContext *ctx = NULL; L2cifDisconnectionReq() local
321 L2cifDisconnectionReqContext *ctx = NULL; L2CIF_DisconnectionReq() local
344 L2cifDisconnectionRspContext *ctx = NULL; L2cifDisconnectionRsp() local
360 L2cifDisconnectionRspContext *ctx = NULL; L2CIF_DisconnectionRsp() local
384 L2cifLocalBusyContext *ctx = NULL; L2cifLocalBusy() local
400 L2cifLocalBusyContext *ctx = NULL; L2CIF_LocalBusy() local
424 L2cifSendDataContext *ctx = NULL; L2cifSendDataContextDestroy() local
435 L2cifSendDataContext *ctx = NULL; L2cifSendData() local
451 L2cifSendDataContext *ctx = NULL; L2CIF_SendData() local
477 L2cifRegisterEchoContext *ctx = NULL; L2cifRegisterEcho() local
489 L2cifRegisterEchoContext *ctx = NULL; L2CIF_RegisterEcho() local
528 L2cifEchoReqContext *ctx = NULL; L2cifEchoReqContextDestroy() local
541 L2cifEchoReqContext *ctx = NULL; L2cifEchoReq() local
558 L2cifEchoReqContext *ctx = NULL; L2CIF_EchoReq() local
595 L2cifEchoRspContext *ctx = NULL; L2cifEchoRspContextDestroy() local
608 L2cifEchoRspContext *ctx = NULL; L2cifEchoRsp() local
625 L2cifEchoRspContext *ctx = NULL; L2CIF_EchoRsp() local
661 L2cifContext *ctx = NULL; L2cifStartup() local
675 L2cifContext *ctx = NULL; L2CIF_Startup() local
712 L2cifContext *ctx = NULL; L2cifShutdown() local
728 L2cifContext *ctx = NULL; L2CIF_Shutdown() local
[all...]
H A Dl2cap_le_if.c35 L2cifLeRegisterServiceContext *ctx = NULL; in L2cifLeRegisterService() local
38 ctx = (L2cifLeRegisterServiceContext *)context; in L2cifLeRegisterService()
40 result = L2CAP_LeRegisterService(ctx->lpsm, &(ctx->svc), ctx->context); in L2cifLeRegisterService()
41 if (ctx->cb != NULL) { in L2cifLeRegisterService()
42 ctx->cb(ctx->lpsm, result); in L2cifLeRegisterService()
45 L2capFree(ctx); in L2cifLeRegisterService()
52 L2cifLeRegisterServiceContext *ctx in L2CIF_LeRegisterService() local
79 L2cifLeDeregisterServiceContext *ctx = NULL; L2cifLeDeregisterService() local
95 L2cifLeDeregisterServiceContext *ctx = NULL; L2CIF_LeDeregisterService() local
120 L2cifLeCreditBasedConnectionReqContext *ctx = NULL; L2cifLeCreditBasedConnectionReq() local
138 L2cifLeCreditBasedConnectionReqContext *ctx = NULL; L2CIF_LeCreditBasedConnectionReq() local
169 L2cifLeCreditBasedConnectionRspContext *ctx = NULL; L2cifLeCreditBasedConnectionRsp() local
186 L2cifLeCreditBasedConnectionRspContext *ctx = NULL; L2CIF_LeCreditBasedConnectionRsp() local
214 L2cifLeDisconnectionReqContext *ctx = NULL; L2cifLeDisconnectionReq() local
230 L2cifLeDisconnectionReqContext *ctx = NULL; L2CIF_LeDisconnectionReq() local
253 L2cifLeDisconnectionRspContext *ctx = NULL; L2cifLeDisconnectionRsp() local
269 L2cifLeDisconnectionRspContext *ctx = NULL; L2CIF_LeDisconnectionRsp() local
293 L2cifLeSendDataContext *ctx = NULL; L2cifLeSendDataContextDestroy() local
304 L2cifLeSendDataContext *ctx = NULL; L2cifLeSendData() local
320 L2cifLeSendDataContext *ctx = NULL; L2CIF_LeSendData() local
347 L2cifLeRegisterFixChannelContext *ctx = NULL; L2cifLeRegisterFixChannel() local
363 L2cifLeRegisterFixChannelContext *ctx = NULL; L2CIF_LeRegisterFixChannel() local
389 L2cifLeDeregisterFixChannelContext *ctx = NULL; L2cifLeDeregisterFixChannel() local
405 L2cifLeDeregisterFixChannelContext *ctx = NULL; L2CIF_LeDeregisterFixChannel() local
428 L2cifLeConnectContext *ctx = NULL; L2cifLeConnect() local
445 L2cifLeConnectContext *ctx = NULL; L2CIF_LeConnect() local
473 L2cifLeConnectCancelContext *ctx = NULL; L2cifLeConnectCancel() local
485 L2cifLeConnectCancelContext *ctx = NULL; L2CIF_LeConnectCancel() local
508 L2cifLeDisconnectContext *ctx = NULL; L2cifLeDisconnect() local
524 L2cifLeDisconnectContext *ctx = NULL; L2CIF_LeDisconnect() local
548 L2cifLeSendFixChannelDataContext *ctx = NULL; L2cifLeSendFixChannelDataContextDestroy() local
563 L2cifLeSendFixChannelDataContext *ctx = NULL; L2cifLeSendFixChannelData() local
580 L2cifLeSendFixChannelDataContext *ctx = NULL; L2CIF_LeSendFixChannelData() local
607 L2cifLeRegisterConnectionParameterUpdateContext *ctx = NULL; L2cifLeRegisterConnectionParameterUpdate() local
619 L2cifLeRegisterConnectionParameterUpdateContext *ctx = NULL; L2CIF_LeRegisterConnectionParameterUpdate() local
657 L2cifLeConnectionParameterUpdateReqContext *ctx = NULL; L2cifLeConnectionParameterUpdateReq() local
674 L2cifLeConnectionParameterUpdateReqContext *ctx = NULL; L2CIF_LeConnectionParameterUpdateReq() local
701 L2cifLeConnectionParameterUpdateRspContext *ctx = NULL; L2cifLeConnectionParameterUpdateRsp() local
718 L2cifLeConnectionParameterUpdateRspContext *ctx = NULL; L2CIF_LeConnectionParameterUpdateRsp() local
[all...]
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/canvas/indexAPIClosePath/
H A Dindex.js21 var ctx = canvasRef.getContext("2d"); variable
22 ctx.closePath();
23 ctx.rect(10,10,50,50);
24 ctx.rect(70,70,30,30);
25 ctx.stroke();
29 var ctx = canvasRef.getContext("2d"); variable
30 ctx.closePath();
31 ctx.rect(10,10,50,50);
32 ctx.moveTo(70,10);
33 ctx
38 var ctx = canvasRef.getContext("2d"); global() variable
47 var ctx = canvasRef.getContext("2d"); global() variable
56 var ctx = canvasRef.getContext("2d"); global() variable
66 var ctx = canvasRef.getContext("2d"); global() variable
75 var ctx = canvasRef.getContext("2d"); global() variable
83 var ctx = canvasRef.getContext("2d"); global() variable
91 var ctx = canvasRef.getContext("2d"); global() variable
100 var ctx = canvasRef.getContext("2d"); global() variable
108 var ctx = canvasRef.getContext("2d"); global() variable
116 var ctx = canvasRef.getContext("2d"); global() variable
124 var ctx = canvasRef.getContext("2d"); global() variable
133 var ctx = canvasRef.getContext("2d"); global() variable
142 var ctx = canvasRef.getContext("2d"); global() variable
150 var ctx = canvasRef.getContext("2d"); global() variable
158 var ctx = canvasRef.getContext("2d"); global() variable
167 var ctx = canvasRef.getContext("2d"); global() variable
175 var ctx = canvasRef.getContext("2d"); global() variable
183 var ctx = canvasRef.getContext("2d"); global() variable
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js56 const ctx = el.getContext('2d');
57 ctx.fillStyle = '#0000ff';
58 ctx.fillRect(0, 0, 100, 30);
62 const ctx = el.getContext('2d');
63 ctx.lineWidth = 10;
64 ctx.strokeStyle = '#0000ff';
65 ctx.lineCap = 'round';
66 ctx.strokeRect(0, 0, 100, 30);
70 const ctx = el.getContext('2d');
71 ctx
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js56 const ctx = el.getContext('2d');
57 ctx.fillStyle = '#0000ff';
58 ctx.fillRect(0, 0, 100, 30);
62 const ctx = el.getContext('2d');
63 ctx.lineWidth = 10;
64 ctx.strokeStyle = '#0000ff';
65 ctx.lineCap = 'round';
66 ctx.strokeRect(0, 0, 100, 30);
70 const ctx = el.getContext('2d');
71 ctx
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js56 const ctx = el.getContext('2d');
57 ctx.fillStyle = '#0000ff';
58 ctx.fillRect(0, 0, 100, 30);
62 const ctx = el.getContext('2d');
63 ctx.lineWidth = 10;
64 ctx.strokeStyle = '#0000ff';
65 ctx.lineCap = 'round';
66 ctx.strokeRect(0, 0, 100, 30);
70 const ctx = el.getContext('2d');
71 ctx
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js56 const ctx = el.getContext('2d');
57 ctx.fillStyle = '#0000ff';
58 ctx.fillRect(0, 0, 100, 30);
62 const ctx = el.getContext('2d');
63 ctx.lineWidth = 10;
64 ctx.strokeStyle = '#0000ff';
65 ctx.lineCap = 'round';
66 ctx.strokeRect(0, 0, 100, 30);
70 const ctx = el.getContext('2d');
71 ctx
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c27 struct spu_context *ctx; in alloc_spu_context() local
29 ctx = kzalloc(sizeof *ctx, GFP_KERNEL); in alloc_spu_context()
30 if (!ctx) in alloc_spu_context()
35 if (spu_init_csa(&ctx->csa)) in alloc_spu_context()
37 spin_lock_init(&ctx->mmio_lock); in alloc_spu_context()
38 mutex_init(&ctx->mapping_lock); in alloc_spu_context()
39 kref_init(&ctx->kref); in alloc_spu_context()
40 mutex_init(&ctx->state_mutex); in alloc_spu_context()
41 mutex_init(&ctx in alloc_spu_context()
71 struct spu_context *ctx; destroy_spu_context() local
88 get_spu_context(struct spu_context *ctx) get_spu_context() argument
94 put_spu_context(struct spu_context *ctx) put_spu_context() argument
100 spu_forget(struct spu_context *ctx) spu_forget() argument
119 spu_unmap_mappings(struct spu_context *ctx) spu_unmap_mappings() argument
143 spu_acquire_saved(struct spu_context *ctx) spu_acquire_saved() argument
165 spu_release_saved(struct spu_context *ctx) spu_release_saved() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c27 struct spu_context *ctx; in alloc_spu_context() local
29 ctx = kzalloc(sizeof *ctx, GFP_KERNEL); in alloc_spu_context()
30 if (!ctx) in alloc_spu_context()
35 if (spu_init_csa(&ctx->csa)) in alloc_spu_context()
37 spin_lock_init(&ctx->mmio_lock); in alloc_spu_context()
38 mutex_init(&ctx->mapping_lock); in alloc_spu_context()
39 kref_init(&ctx->kref); in alloc_spu_context()
40 mutex_init(&ctx->state_mutex); in alloc_spu_context()
41 mutex_init(&ctx in alloc_spu_context()
71 struct spu_context *ctx; destroy_spu_context() local
88 get_spu_context(struct spu_context *ctx) get_spu_context() argument
94 put_spu_context(struct spu_context *ctx) put_spu_context() argument
100 spu_forget(struct spu_context *ctx) spu_forget() argument
119 spu_unmap_mappings(struct spu_context *ctx) spu_unmap_mappings() argument
143 spu_acquire_saved(struct spu_context *ctx) spu_acquire_saved() argument
165 spu_release_saved(struct spu_context *ctx) spu_release_saved() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_api.c26 Event *ctx = context; in RfcommInitializeTsk() local
28 if (ctx == NULL) { in RfcommInitializeTsk()
35 EventSet(ctx); in RfcommInitializeTsk()
48 Event *ctx = EventCreate(true); in RFCOMM_Startup() local
52 EventDelete(ctx); in RFCOMM_Startup()
56 ret = BTM_RunTaskInProcessingQueue(PROCESSING_QUEUE_ID_RFCOMM, RfcommInitializeTsk, ctx); in RFCOMM_Startup()
58 EventDelete(ctx); in RFCOMM_Startup()
62 EventWait(ctx, WAIT_TIME); in RFCOMM_Startup()
63 EventDelete(ctx); in RFCOMM_Startup()
70 Event *ctx in RfcommFinalizeTsk() local
94 Event *ctx = EventCreate(true); RFCOMM_Shutdown() local
115 RfcommAssignScnInfo *ctx = context; RfcommAssignServerNumTsk() local
144 RfcommAssignScnInfo *ctx = malloc(sizeof(RfcommAssignScnInfo)); RFCOMM_AssignServerNum() local
175 RfcommFreeScnInfo *ctx = context; RfcommFreeServerNumTsk() local
198 RfcommFreeScnInfo *ctx = malloc(sizeof(RfcommFreeScnInfo)); RFCOMM_FreeServerNum() local
225 RfcommConnectDlcInfo *ctx = context; RfcommConnectChannelTsk() local
253 RfcommConnectDlcInfo *ctx = malloc(sizeof(RfcommConnectDlcInfo)); RFCOMM_ConnectChannel() local
292 RfcommRegistServerInfo *ctx = context; RfcommRegisterServerTsk() local
325 RfcommRegistServerInfo *ctx = malloc(sizeof(RfcommRegistServerInfo)); RFCOMM_RegisterServer() local
361 RfcommAcceptConnectionInfo *ctx = context; RfcommAcceptConnectionTsk() local
387 RfcommAcceptConnectionInfo *ctx = malloc(sizeof(RfcommAcceptConnectionInfo)); RFCOMM_AcceptConnection() local
410 RfcommRejectConnectionInfo *ctx = context; RfcommRejectConnectionTsk() local
436 RfcommRejectConnectionInfo *ctx = malloc(sizeof(RfcommRejectConnectionInfo)); RFCOMM_RejectConnection() local
459 RfcommRejectConnectionInfo *ctx = context; RfcommDisconnectChannelTsk() local
483 RfcommDisconnectChannelInfo *ctx = malloc(sizeof(RfcommDisconnectChannelInfo)); RFCOMM_DisconnectChannel() local
508 RfcommDeregisterServerInfo *ctx = context; RfcommDeregisterServerTsk() local
535 RfcommDeregisterServerInfo *ctx = malloc(sizeof(RfcommDeregisterServerInfo)); RFCOMM_DeregisterServer() local
568 RfcommSetRpnInfo *ctx = context; RfcommSetPortConfigTsk() local
595 RfcommSetRpnInfo *ctx = malloc(sizeof(RfcommSetRpnInfo)); RFCOMM_SetPortConfig() local
620 RfcommReqPortConfigInfo *ctx = context; RfcommReqPortConfigTsk() local
644 RfcommReqPortConfigInfo *ctx = malloc(sizeof(RfcommReqPortConfigInfo)); RFCOMM_ReqPortConfig() local
668 RfcommSendRlsInfo *ctx = context; RfcommSendRemoteLineStatusTsk() local
693 RfcommSendRlsInfo *ctx = malloc(sizeof(RfcommSendRlsInfo)); RFCOMM_SendRemoteLineStatus() local
719 RfcommSetMscInfo *ctx = context; RfcommSetModemStatusTsk() local
744 RfcommSetMscInfo *ctx = malloc(sizeof(RfcommSetMscInfo)); RFCOMM_SetModemStatus() local
772 RfcommGetPortStInfo *ctx = context; RfcommGetPortStateTsk() local
800 RfcommGetPortStInfo *ctx = malloc(sizeof(RfcommGetPortStInfo)); RFCOMM_GetPortState() local
856 RfcommWriteInfo *ctx = context; RfcommWriteTsk() local
883 RfcommWriteInfo *ctx = malloc(sizeof(RfcommWriteInfo)); RFCOMM_Write() local
917 RfcommSendTestCmdInfo *ctx = context; RfcommSendTestCmdTsk() local
942 RfcommSendTestCmdInfo *ctx = malloc(sizeof(RfcommSendTestCmdInfo)); RFCOMM_SendTestCmd() local
[all...]
/kernel/linux/linux-5.10/arch/mips/net/
H A Dbpf_jit.c118 static inline void emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx);
121 #define emit_instr(ctx, func, ...) \
123 if ((ctx)->target != NULL) { \
124 u32 *p = &(ctx)->target[ctx->idx]; \
127 (ctx)->idx++; \
134 #define emit_long_instr(ctx, func, ...) \
136 if ((ctx)->target != NULL) { \
137 u32 *p = &(ctx)->target[ctx
149 emit_addu(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_addu() argument
155 emit_nop(struct jit_ctx *ctx) emit_nop() argument
161 emit_load_imm(unsigned int dst, u32 imm, struct jit_ctx *ctx) emit_load_imm() argument
181 emit_or(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_or() argument
187 emit_ori(unsigned int dst, unsigned src, u32 imm, struct jit_ctx *ctx) emit_ori() argument
198 emit_daddiu(unsigned int dst, unsigned int src, int imm, struct jit_ctx *ctx) emit_daddiu() argument
208 emit_addiu(unsigned int dst, unsigned int src, u32 imm, struct jit_ctx *ctx) emit_addiu() argument
219 emit_and(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_and() argument
225 emit_andi(unsigned int dst, unsigned int src, u32 imm, struct jit_ctx *ctx) emit_andi() argument
237 emit_xor(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_xor() argument
243 emit_xori(ptr dst, ptr src, u32 imm, struct jit_ctx *ctx) emit_xori() argument
254 emit_stack_offset(int offset, struct jit_ctx *ctx) emit_stack_offset() argument
259 emit_subu(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_subu() argument
265 emit_neg(unsigned int reg, struct jit_ctx *ctx) emit_neg() argument
270 emit_sllv(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_sllv() argument
276 emit_sll(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_sll() argument
287 emit_srlv(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_srlv() argument
293 emit_srl(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_srl() argument
304 emit_slt(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_slt() argument
310 emit_sltu(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_sltu() argument
316 emit_sltiu(unsigned dst, unsigned int src, unsigned int imm, struct jit_ctx *ctx) emit_sltiu() argument
330 emit_store_stack_reg(ptr reg, ptr base, unsigned int offset, struct jit_ctx *ctx) emit_store_stack_reg() argument
337 emit_store(ptr reg, ptr base, unsigned int offset, struct jit_ctx *ctx) emit_store() argument
343 emit_load_stack_reg(ptr reg, ptr base, unsigned int offset, struct jit_ctx *ctx) emit_load_stack_reg() argument
350 emit_load(unsigned int reg, unsigned int base, unsigned int offset, struct jit_ctx *ctx) emit_load() argument
356 emit_load_byte(unsigned int reg, unsigned int base, unsigned int offset, struct jit_ctx *ctx) emit_load_byte() argument
362 emit_half_load(unsigned int reg, unsigned int base, unsigned int offset, struct jit_ctx *ctx) emit_half_load() argument
368 emit_half_load_unsigned(unsigned int reg, unsigned int base, unsigned int offset, struct jit_ctx *ctx) emit_half_load_unsigned() argument
374 emit_mul(unsigned int dst, unsigned int src1, unsigned int src2, struct jit_ctx *ctx) emit_mul() argument
380 emit_div(unsigned int dst, unsigned int src, struct jit_ctx *ctx) emit_div() argument
392 emit_mod(unsigned int dst, unsigned int src, struct jit_ctx *ctx) emit_mod() argument
404 emit_dsll(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_dsll() argument
410 emit_dsrl32(unsigned int dst, unsigned int src, unsigned int sa, struct jit_ctx *ctx) emit_dsrl32() argument
416 emit_wsbh(unsigned int dst, unsigned int src, struct jit_ctx *ctx) emit_wsbh() argument
423 emit_load_ptr(unsigned int dst, unsigned int src, int imm, struct jit_ctx *ctx) emit_load_ptr() argument
431 emit_load_func(unsigned int reg, ptr imm, struct jit_ctx *ctx) emit_load_func() argument
447 emit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx) emit_reg_move() argument
453 emit_jit_reg_move(ptr dst, ptr src, struct jit_ctx *ctx) emit_jit_reg_move() argument
459 b_imm(unsigned int tgt, struct jit_ctx *ctx) b_imm() argument
481 emit_bcond(int cond, unsigned int reg1, unsigned int reg2, unsigned int imm, struct jit_ctx *ctx) emit_bcond() argument
505 emit_b(unsigned int imm, struct jit_ctx *ctx) emit_b() argument
510 emit_jalr(unsigned int link, unsigned int reg, struct jit_ctx *ctx) emit_jalr() argument
516 emit_jr(unsigned int reg, struct jit_ctx *ctx) emit_jr() argument
529 save_bpf_jit_regs(struct jit_ctx *ctx, unsigned offset) save_bpf_jit_regs() argument
564 restore_bpf_jit_regs(struct jit_ctx *ctx, unsigned int offset) restore_bpf_jit_regs() argument
589 emit_stack_offset(align_sp(offset), ctx); restore_bpf_jit_regs() local
592 get_stack_depth(struct jit_ctx *ctx) get_stack_depth() argument
609 build_prologue(struct jit_ctx *ctx) build_prologue() argument
647 build_epilogue(struct jit_ctx *ctx) build_epilogue() argument
670 build_body(struct jit_ctx *ctx) build_body() argument
1238 struct jit_ctx ctx; bpf_jit_compile() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dsii9234.c194 static int sii9234_writeb(struct sii9234 *ctx, int id, int offset, in sii9234_writeb() argument
198 struct i2c_client *client = ctx->client[id]; in sii9234_writeb()
200 if (ctx->i2c_error) in sii9234_writeb()
201 return ctx->i2c_error; in sii9234_writeb()
205 dev_err(ctx->dev, "writeb: %4s[0x%02x] <- 0x%02x\n", in sii9234_writeb()
207 ctx->i2c_error = ret; in sii9234_writeb()
212 static int sii9234_writebm(struct sii9234 *ctx, int id, int offset, in sii9234_writebm() argument
216 struct i2c_client *client = ctx->client[id]; in sii9234_writebm()
218 if (ctx->i2c_error) in sii9234_writebm()
219 return ctx in sii9234_writebm()
249 sii9234_readb(struct sii9234 *ctx, int id, int offset) sii9234_readb() argument
275 sii9234_clear_error(struct sii9234 *ctx) sii9234_clear_error() argument
309 sii9234_tmds_control(struct sii9234 *ctx, bool enable) sii9234_tmds_control() argument
318 sii9234_cbus_reset(struct sii9234 *ctx) sii9234_cbus_reset() argument
343 sii9234_cbus_init(struct sii9234 *ctx) sii9234_cbus_init() argument
389 force_usb_id_switch_open(struct sii9234 *ctx) force_usb_id_switch_open() argument
400 release_usb_id_switch_open(struct sii9234 *ctx) release_usb_id_switch_open() argument
409 sii9234_power_init(struct sii9234 *ctx) sii9234_power_init() argument
422 sii9234_hdmi_init(struct sii9234 *ctx) sii9234_hdmi_init() argument
442 sii9234_mhl_tx_ctl_int(struct sii9234 *ctx) sii9234_mhl_tx_ctl_int() argument
452 sii9234_reset(struct sii9234 *ctx) sii9234_reset() argument
546 sii9234_goto_d3(struct sii9234 *ctx) sii9234_goto_d3() argument
569 sii9234_hw_on(struct sii9234 *ctx) sii9234_hw_on() argument
574 sii9234_hw_off(struct sii9234 *ctx) sii9234_hw_off() argument
581 sii9234_hw_reset(struct sii9234 *ctx) sii9234_hw_reset() argument
588 sii9234_cable_in(struct sii9234 *ctx) sii9234_cable_in() argument
608 sii9234_cable_out(struct sii9234 *ctx) sii9234_cable_out() argument
626 sii9234_rgnd_ready_irq(struct sii9234 *ctx) sii9234_rgnd_ready_irq() argument
668 sii9234_mhl_established(struct sii9234 *ctx) sii9234_mhl_established() argument
688 sii9234_hpd_change(struct sii9234 *ctx) sii9234_hpd_change() argument
707 sii9234_rsen_change(struct sii9234 *ctx) sii9234_rsen_change() argument
753 struct sii9234 *ctx = data; sii9234_irq_thread() local
816 sii9234_init_resources(struct sii9234 *ctx, struct i2c_client *client) sii9234_init_resources() argument
893 struct sii9234 *ctx; sii9234_probe() local
941 struct sii9234 *ctx = i2c_get_clientdata(client); sii9234_remove() local
[all...]
H A Dsil-sii8620.c106 typedef void (*sii8620_mt_msg_cb)(struct sii8620 *ctx,
109 typedef void (*sii8620_cb)(struct sii8620 *ctx, int ret);
131 static void sii8620_fetch_edid(struct sii8620 *ctx);
132 static void sii8620_set_upstream_edid(struct sii8620 *ctx);
133 static void sii8620_enable_hpd(struct sii8620 *ctx);
134 static void sii8620_mhl_disconnected(struct sii8620 *ctx);
135 static void sii8620_disconnect(struct sii8620 *ctx);
137 static int sii8620_clear_error(struct sii8620 *ctx) in sii8620_clear_error() argument
139 int ret = ctx->error; in sii8620_clear_error()
141 ctx in sii8620_clear_error()
145 sii8620_read_buf(struct sii8620 *ctx, u16 addr, u8 *buf, int len) sii8620_read_buf() argument
179 sii8620_readb(struct sii8620 *ctx, u16 addr) sii8620_readb() argument
187 sii8620_write_buf(struct sii8620 *ctx, u16 addr, const u8 *buf, int len) sii8620_write_buf() argument
236 __sii8620_write_seq(struct sii8620 *ctx, const u16 *seq, int len) __sii8620_write_seq() argument
256 sii8620_setbits(struct sii8620 *ctx, u16 addr, u8 mask, u8 val) sii8620_setbits() argument
262 sii8620_is_mhl3(struct sii8620 *ctx) sii8620_is_mhl3() argument
267 sii8620_mt_cleanup(struct sii8620 *ctx) sii8620_mt_cleanup() argument
278 sii8620_mt_work(struct sii8620 *ctx) sii8620_mt_work() argument
308 sii8620_enable_gen2_write_burst(struct sii8620 *ctx) sii8620_enable_gen2_write_burst() argument
325 sii8620_disable_gen2_write_burst(struct sii8620 *ctx) sii8620_disable_gen2_write_burst() argument
337 sii8620_start_gen2_write_burst(struct sii8620 *ctx) sii8620_start_gen2_write_burst() argument
351 sii8620_mt_msc_cmd_send(struct sii8620 *ctx, struct sii8620_mt_msg *msg) sii8620_mt_msc_cmd_send() argument
385 sii8620_mt_msg_new(struct sii8620 *ctx) sii8620_mt_msg_new() argument
397 sii8620_mt_set_cont(struct sii8620 *ctx, sii8620_cb cont) sii8620_mt_set_cont() argument
412 sii8620_mt_msc_cmd(struct sii8620 *ctx, u8 cmd, u8 arg1, u8 arg2) sii8620_mt_msc_cmd() argument
425 sii8620_mt_write_stat(struct sii8620 *ctx, u8 reg, u8 val) sii8620_mt_write_stat() argument
430 sii8620_mt_set_int(struct sii8620 *ctx, u8 irq, u8 mask) sii8620_mt_set_int() argument
435 sii8620_mt_msc_msg(struct sii8620 *ctx, u8 cmd, u8 data) sii8620_mt_msc_msg() argument
440 sii8620_mt_rap(struct sii8620 *ctx, u8 code) sii8620_mt_rap() argument
445 sii8620_mt_rcpk(struct sii8620 *ctx, u8 code) sii8620_mt_rcpk() argument
450 sii8620_mt_rcpe(struct sii8620 *ctx, u8 code) sii8620_mt_rcpe() argument
455 sii8620_mt_read_devcap_send(struct sii8620 *ctx, struct sii8620_mt_msg *msg) sii8620_mt_read_devcap_send() argument
481 sii8620_identify_sink(struct sii8620 *ctx) sii8620_identify_sink() argument
514 sii8620_mr_devcap(struct sii8620 *ctx) sii8620_mr_devcap() argument
533 sii8620_mr_xdevcap(struct sii8620 *ctx) sii8620_mr_xdevcap() argument
539 sii8620_mt_read_devcap_recv(struct sii8620 *ctx, struct sii8620_mt_msg *msg) sii8620_mt_read_devcap_recv() argument
562 sii8620_mt_read_devcap(struct sii8620 *ctx, bool xdevcap) sii8620_mt_read_devcap() argument
574 sii8620_mt_read_devcap_reg_recv(struct sii8620 *ctx, struct sii8620_mt_msg *msg) sii8620_mt_read_devcap_reg_recv() argument
585 sii8620_mt_read_devcap_reg(struct sii8620 *ctx, u8 reg) sii8620_mt_read_devcap_reg() argument
598 sii8620_mt_read_xdevcap_reg(struct sii8620 *ctx, u8 reg) sii8620_mt_read_xdevcap_reg() argument
603 sii8620_burst_get_tx_buf(struct sii8620 *ctx, int len) sii8620_burst_get_tx_buf() argument
620 sii8620_burst_get_rx_buf(struct sii8620 *ctx, int len) sii8620_burst_get_rx_buf() argument
637 sii8620_burst_send(struct sii8620 *ctx) sii8620_burst_send() argument
668 sii8620_burst_receive(struct sii8620 *ctx) sii8620_burst_receive() argument
698 sii8620_burst_tx_rbuf_info(struct sii8620 *ctx, int size) sii8620_burst_tx_rbuf_info() argument
727 sii8620_burst_tx_bits_per_pixel_fmt(struct sii8620 *ctx, u8 fmt) sii8620_burst_tx_bits_per_pixel_fmt() argument
743 sii8620_burst_rx_all(struct sii8620 *ctx) sii8620_burst_rx_all() argument
765 sii8620_fetch_edid(struct sii8620 *ctx) sii8620_fetch_edid() argument
873 sii8620_set_upstream_edid(struct sii8620 *ctx) sii8620_set_upstream_edid() argument
906 sii8620_xtal_set_rate(struct sii8620 *ctx) sii8620_xtal_set_rate() argument
934 sii8620_hw_on(struct sii8620 *ctx) sii8620_hw_on() argument
954 sii8620_hw_off(struct sii8620 *ctx) sii8620_hw_off() argument
961 sii8620_cbus_reset(struct sii8620 *ctx) sii8620_cbus_reset() argument
969 sii8620_set_auto_zone(struct sii8620 *ctx) sii8620_set_auto_zone() argument
987 sii8620_stop_video(struct sii8620 *ctx) sii8620_stop_video() argument
1014 sii8620_set_format(struct sii8620 *ctx) sii8620_set_format() argument
1096 sii8620_set_infoframes(struct sii8620 *ctx, struct drm_display_mode *mode) sii8620_set_infoframes() argument
1142 sii8620_start_video(struct sii8620 *ctx) sii8620_start_video() argument
1221 sii8620_disable_hpd(struct sii8620 *ctx) sii8620_disable_hpd() argument
1230 sii8620_enable_hpd(struct sii8620 *ctx) sii8620_enable_hpd() argument
1241 sii8620_mhl_discover(struct sii8620 *ctx) sii8620_mhl_discover() argument
1282 sii8620_peer_specific_init(struct sii8620 *ctx) sii8620_peer_specific_init() argument
1305 sii8620_set_dev_cap(struct sii8620 *ctx) sii8620_set_dev_cap() argument
1338 sii8620_mhl_init(struct sii8620 *ctx) sii8620_mhl_init() argument
1401 sii8620_emsc_enable(struct sii8620 *ctx) sii8620_emsc_enable() argument
1416 sii8620_wait_for_fsm_state(struct sii8620 *ctx, u8 state) sii8620_wait_for_fsm_state() argument
1432 sii8620_set_mode(struct sii8620 *ctx, enum sii8620_mode mode) sii8620_set_mode() argument
1510 sii8620_hpd_unplugged(struct sii8620 *ctx) sii8620_hpd_unplugged() argument
1520 sii8620_disconnect(struct sii8620 *ctx) sii8620_disconnect() argument
1600 sii8620_mhl_disconnected(struct sii8620 *ctx) sii8620_mhl_disconnected() argument
1610 sii8620_irq_disc(struct sii8620 *ctx) sii8620_irq_disc() argument
1640 sii8620_read_burst(struct sii8620 *ctx) sii8620_read_burst() argument
1651 sii8620_irq_g2wb(struct sii8620 *ctx) sii8620_irq_g2wb() argument
1669 sii8620_status_dcap_ready(struct sii8620 *ctx) sii8620_status_dcap_ready() argument
1681 sii8620_status_changed_path(struct sii8620 *ctx) sii8620_status_changed_path() argument
1697 sii8620_msc_mr_write_stat(struct sii8620 *ctx) sii8620_msc_mr_write_stat() argument
1719 sii8620_ecbus_up(struct sii8620 *ctx, int ret) sii8620_ecbus_up() argument
1727 sii8620_got_ecbus_speed(struct sii8620 *ctx, int ret) sii8620_got_ecbus_speed() argument
1746 sii8620_send_features(struct sii8620 *ctx) sii8620_send_features() argument
1757 sii8620_rcp_consume(struct sii8620 *ctx, u8 scancode) sii8620_rcp_consume() argument
1774 sii8620_msc_mr_set_int(struct sii8620 *ctx) sii8620_msc_mr_set_int() argument
1803 sii8620_msc_msg_first(struct sii8620 *ctx) sii8620_msc_msg_first() argument
1815 sii8620_msc_mt_done(struct sii8620 *ctx) sii8620_msc_mt_done() argument
1826 sii8620_msc_mr_msc_msg(struct sii8620 *ctx) sii8620_msc_mr_msc_msg() argument
1853 sii8620_irq_msc(struct sii8620 *ctx) sii8620_irq_msc() argument
1894 sii8620_irq_coc(struct sii8620 *ctx) sii8620_irq_coc() argument
1914 sii8620_irq_merr(struct sii8620 *ctx) sii8620_irq_merr() argument
1921 sii8620_irq_edid(struct sii8620 *ctx) sii8620_irq_edid() argument
1931 sii8620_irq_scdt(struct sii8620 *ctx) sii8620_irq_scdt() argument
1945 sii8620_got_xdevcap(struct sii8620 *ctx, int ret) sii8620_got_xdevcap() argument
1953 sii8620_irq_tdm(struct sii8620 *ctx) sii8620_irq_tdm() argument
1975 sii8620_irq_block(struct sii8620 *ctx) sii8620_irq_block() argument
1989 sii8620_irq_ddc(struct sii8620 *ctx) sii8620_irq_ddc() argument
2027 struct sii8620 *ctx = data; sii8620_irq_thread() local
2052 sii8620_cable_in(struct sii8620 *ctx) sii8620_cable_in() argument
2096 sii8620_init_rcp_input_dev(struct sii8620 *ctx) sii8620_init_rcp_input_dev() argument
2129 sii8620_cable_out(struct sii8620 *ctx) sii8620_cable_out() argument
2137 struct sii8620 *ctx = sii8620_extcon_work() local
2155 struct sii8620 *ctx = sii8620_extcon_notifier() local
2163 sii8620_extcon_init(struct sii8620 *ctx) sii8620_extcon_init() argument
2208 struct sii8620 *ctx = bridge_to_sii8620(bridge); sii8620_attach() local
2217 struct sii8620 *ctx = bridge_to_sii8620(bridge); sii8620_detach() local
2225 sii8620_is_packing_required(struct sii8620 *ctx, const struct drm_display_mode *mode) sii8620_is_packing_required() argument
2250 struct sii8620 *ctx = bridge_to_sii8620(bridge); sii8620_mode_valid() local
2269 struct sii8620 *ctx = bridge_to_sii8620(bridge); sii8620_mode_fixup() local
2291 struct sii8620 *ctx; sii8620_probe() local
2351 struct sii8620 *ctx = i2c_get_clientdata(client); sii8620_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dsii9234.c194 static int sii9234_writeb(struct sii9234 *ctx, int id, int offset, in sii9234_writeb() argument
198 struct i2c_client *client = ctx->client[id]; in sii9234_writeb()
200 if (ctx->i2c_error) in sii9234_writeb()
201 return ctx->i2c_error; in sii9234_writeb()
205 dev_err(ctx->dev, "writeb: %4s[0x%02x] <- 0x%02x\n", in sii9234_writeb()
207 ctx->i2c_error = ret; in sii9234_writeb()
212 static int sii9234_writebm(struct sii9234 *ctx, int id, int offset, in sii9234_writebm() argument
216 struct i2c_client *client = ctx->client[id]; in sii9234_writebm()
218 if (ctx->i2c_error) in sii9234_writebm()
219 return ctx in sii9234_writebm()
249 sii9234_readb(struct sii9234 *ctx, int id, int offset) sii9234_readb() argument
275 sii9234_clear_error(struct sii9234 *ctx) sii9234_clear_error() argument
309 sii9234_tmds_control(struct sii9234 *ctx, bool enable) sii9234_tmds_control() argument
318 sii9234_cbus_reset(struct sii9234 *ctx) sii9234_cbus_reset() argument
343 sii9234_cbus_init(struct sii9234 *ctx) sii9234_cbus_init() argument
389 force_usb_id_switch_open(struct sii9234 *ctx) force_usb_id_switch_open() argument
400 release_usb_id_switch_open(struct sii9234 *ctx) release_usb_id_switch_open() argument
409 sii9234_power_init(struct sii9234 *ctx) sii9234_power_init() argument
422 sii9234_hdmi_init(struct sii9234 *ctx) sii9234_hdmi_init() argument
442 sii9234_mhl_tx_ctl_int(struct sii9234 *ctx) sii9234_mhl_tx_ctl_int() argument
452 sii9234_reset(struct sii9234 *ctx) sii9234_reset() argument
546 sii9234_goto_d3(struct sii9234 *ctx) sii9234_goto_d3() argument
569 sii9234_hw_on(struct sii9234 *ctx) sii9234_hw_on() argument
574 sii9234_hw_off(struct sii9234 *ctx) sii9234_hw_off() argument
581 sii9234_hw_reset(struct sii9234 *ctx) sii9234_hw_reset() argument
588 sii9234_cable_in(struct sii9234 *ctx) sii9234_cable_in() argument
608 sii9234_cable_out(struct sii9234 *ctx) sii9234_cable_out() argument
626 sii9234_rgnd_ready_irq(struct sii9234 *ctx) sii9234_rgnd_ready_irq() argument
668 sii9234_mhl_established(struct sii9234 *ctx) sii9234_mhl_established() argument
688 sii9234_hpd_change(struct sii9234 *ctx) sii9234_hpd_change() argument
707 sii9234_rsen_change(struct sii9234 *ctx) sii9234_rsen_change() argument
753 struct sii9234 *ctx = data; sii9234_irq_thread() local
816 sii9234_init_resources(struct sii9234 *ctx, struct i2c_client *client) sii9234_init_resources() argument
887 struct sii9234 *ctx; sii9234_probe() local
935 struct sii9234 *ctx = i2c_get_clientdata(client); sii9234_remove() local
[all...]

Completed in 15 milliseconds

12345678910>>...247