Home
last modified time | relevance | path

Searched refs:target (Results 3426 - 3450 of 3578) sorted by relevance

1...<<131132133134135136137138139140>>...144

/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dhi556.c891 switch (sel->target) { in hi556_get_selection()
H A Dov2640.c1044 switch (sel->target) { in ov2640_get_selection()
H A Dov5647.c1049 switch (sel->target) { in ov5647_get_selection()
H A Dov4689.c444 switch (sel->target) { in ov4689_get_selection()
H A Dov5645.c957 if (sel->target != V4L2_SEL_TGT_CROP) in ov5645_get_selection()
H A Dov5675.c1133 switch (sel->target) { in ov5675_get_selection()
H A Dimx290.c1156 switch (sel->target) { in imx290_get_selection()
H A Dimx219.c760 switch (sel->target) { in imx219_get_selection()
H A Dov772x.c104 #define TGT_B 0x42 /* BLC blue channel target value */
105 #define TGT_R 0x43 /* BLC red channel target value */
106 #define TGT_GB 0x44 /* BLC Gb channel target value */
107 #define TGT_GR 0x45 /* BLC Gr channel target value */
1170 switch (sel->target) { in ov772x_get_selection()
H A Dov9282.c919 switch (sel->target) { in ov9282_get_selection()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dmac.h634 u32 target; member
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_imem.c28 .sleep.target = 1, in ipc_imem_msg_send_device_sleep()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c433 .target = NV_DMA_V0_TARGET_VRAM, in nouveau_accel_gr_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h448 SVGA3dSurfaceImageId target; member
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H A Dparam_test.c232 #error unsupported target
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_defs_svc.h91 u32 fw_frm_tgt_abort; /* target ABTS parsed by f/w */
104 u32 seqr_io_abort; /* target does not know cmd so abort */
132 u32 tgt_aborted_io; /* target initiated abort */
706 u32 iocom_nexus_abort; /* IO failure due to target offline */
1017 u32 target; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvideodev2.h681 __u32 target; member
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib.py118 server_thread = threading.Thread(target=self.loop_monitor,
806 device.log.info("{} execute command: {} target boot".format(convert_serial(device.device_sn),
810 request = HdcHelper.form_hdc_request("target boot")
812 # 2024/7/4日出现新系统执行hdc target boot后不会马上重启情况,需要等待2s
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp701 "(last stamp:%{public}" PRIu64 ", target stamp:%{public}" PRIu64 ")", in FlushDragEvents()
2582 auto target = FindNavigationNodeToHandleBack(child); in FindNavigationNodeToHandleBack() local
2583 if (target) { in FindNavigationNodeToHandleBack()
2584 return target; in FindNavigationNodeToHandleBack()
3310 // use mouse to collect accessibility hover target in OnAccessibilityHoverEvent()
3338 // use mouse to collect pen hover target in OnPenHoverEvent()
3608 "(last stamp:%{public}" PRIu64 ", target stamp:%{public}" PRIu64 ")", in OnFlushMouseEvent()
5460 bool PipelineContext::OnTouchTargetHitTest(const TouchEvent& point, bool isSubPipe, const std::string& target) in OnTouchTargetHitTest() argument
5468 scalePoint, rootNode_, touchRestrict, GetPluginEventOffset(), viewScale_, isSubPipe, target); in OnTouchTargetHitTest()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py922 # get a list of target devices from the ftrace file
941 # now get the syspath for each target device
948 # now fill in the properties for our target devices
1456 # device target event is entirely inside the source boundary
1460 # thread target event will expand the source boundary
1755 # set the target phase to the one that overlaps most
1761 # if no target phase was found, pin it to the edge
3023 self.thread = Thread(target=self.processMonitor, args=(0,))
5101 ' var html = "<title>"+e.target.innerHTML+"</title>"+\n'\
5106 ' if(e.target
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c5720 tid_t target; in ext4_sync_fs() local
5740 target = jbd2_get_latest_transaction(sbi->s_journal); in ext4_sync_fs()
5742 !jbd2_trans_will_send_data_barrier(sbi->s_journal, target)) in ext4_sync_fs()
5745 if (jbd2_journal_start_commit(sbi->s_journal, &target)) { in ext4_sync_fs()
5748 target); in ext4_sync_fs()
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c6320 tid_t target; in ext4_sync_fs() local
6340 target = jbd2_get_latest_transaction(sbi->s_journal); in ext4_sync_fs()
6342 !jbd2_trans_will_send_data_barrier(sbi->s_journal, target)) in ext4_sync_fs()
6345 if (jbd2_journal_start_commit(sbi->s_journal, &target)) { in ext4_sync_fs()
6348 target); in ext4_sync_fs()
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py981 # get a list of target devices from the ftrace file
1000 # now get the syspath for each target device
1007 # now fill in the properties for our target devices
1636 # device target event is entirely inside the source boundary
1640 # thread target event will expand the source boundary
1951 # set the target phase to the one that overlaps most
1957 # if no target phase was found, pin it to the edge
3220 self.thread = Thread(target=self.processMonitor, args=(0,))
5355 ' var html = "<title>"+e.target.innerHTML+"</title>"+\n'\
5360 ' if(e.target
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp210 std::vector<std::unique_ptr<RSTransactionData>>& target) in InsertToEnd()
212 target.insert(target.end(), std::make_move_iterator(source.begin()), std::make_move_iterator(source.end())); in InsertToEnd()
209 InsertToEnd(std::vector<std::unique_ptr<RSTransactionData>>& source, std::vector<std::unique_ptr<RSTransactionData>>& target) InsertToEnd() argument
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-integrity.c1071 unsigned n_sectors, sector_t target, io_notify_fn fn, void *data) in copy_from_journal()
1078 BUG_ON((target | n_sectors | offset) & (unsigned)(ic->sectors_per_block - 1)); in copy_from_journal()
1099 io_loc.sector = target; in copy_from_journal()
4505 MODULE_DESCRIPTION(DM_NAME " target for integrity tags extension");
1070 copy_from_journal(struct dm_integrity_c *ic, unsigned section, unsigned offset, unsigned n_sectors, sector_t target, io_notify_fn fn, void *data) copy_from_journal() argument

Completed in 87 milliseconds

1...<<131132133134135136137138139140>>...144