| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | sh_cmt.c | 91 struct sh_cmt_device *cmt; member 241 return ch->cmt->info->read_control(ch->iostart, 0); in sh_cmt_read_cmstr() 243 return ch->cmt->info->read_control(ch->cmt->mapbase, 0); in sh_cmt_read_cmstr() 249 ch->cmt->info->write_control(ch->iostart, 0, value); in sh_cmt_write_cmstr() 251 ch->cmt->info->write_control(ch->cmt->mapbase, 0, value); in sh_cmt_write_cmstr() 256 return ch->cmt->info->read_control(ch->ioctrl, CMCSR); in sh_cmt_read_cmcsr() 261 ch->cmt->info->write_control(ch->ioctrl, CMCSR, value); in sh_cmt_write_cmcsr() 266 return ch->cmt->info->read_count(ch->ioctrl, CMCNT); in sh_cmt_read_cmcnt() 271 ch->cmt->info->write_count(ch->ioctrl, CMCNT, value); in sh_cmt_write_cmcnt() 276 ch->cmt->info->write_count(ch->ioctrl, CMCOR, value); in sh_cmt_write_cmcor() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | gt9760s.c | 579 struct rk_cam_compat_vcm_tim cmt; in gt9760s_compat_ioctl32() local 585 cmt.vcm_start_t.tv_sec = tim.vcm_start_t.tv_sec; in gt9760s_compat_ioctl32() 586 cmt.vcm_start_t.tv_usec = tim.vcm_start_t.tv_usec; in gt9760s_compat_ioctl32() 587 cmt.vcm_end_t.tv_sec = tim.vcm_end_t.tv_sec; in gt9760s_compat_ioctl32() 588 cmt.vcm_end_t.tv_usec = tim.vcm_end_t.tv_usec; in gt9760s_compat_ioctl32() 590 put_user(cmt.vcm_start_t.tv_sec, &p32->vcm_start_t.tv_sec); in gt9760s_compat_ioctl32() 591 put_user(cmt.vcm_start_t.tv_usec, &p32->vcm_start_t.tv_usec); in gt9760s_compat_ioctl32() 592 put_user(cmt.vcm_end_t.tv_sec, &p32->vcm_end_t.tv_sec); in gt9760s_compat_ioctl32() 593 put_user(cmt.vcm_end_t.tv_usec, &p32->vcm_end_t.tv_usec); in gt9760s_compat_ioctl32()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | orphan.c | 125 if (o->cmt) { in ubifs_delete_orphan() 166 ubifs_assert(!orphan->cmt); in ubifs_orphan_start_commit() 168 orphan->cmt = 1; in ubifs_orphan_start_commit() 295 ubifs_assert(orphan->cmt); in write_orph_node() 297 orphan->cmt = 0; in write_orph_node() 375 orphan->cmt = 1; in consolidate()
|
| H A D | lpt_commit.c | 163 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb() 166 c->ltab[i].cmt = 1; in alloc_lpt_leb() 173 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb() 176 c->ltab[i].cmt = 1; in alloc_lpt_leb() 348 if (c->ltab[i].cmt) { in realloc_lpt_leb() 349 c->ltab[i].cmt = 0; in realloc_lpt_leb() 355 if (c->ltab[i].cmt) { in realloc_lpt_leb() 356 c->ltab[i].cmt = 0; in realloc_lpt_leb() 1756 if (c->ltab[i].tgc || c->ltab[i].cmt) in dbg_chk_lpt_free_spc()
|
| H A D | ubifs.h | 1096 unsigned cmt:1; member 1527 unsigned cmt:1; member
|
| H A D | lpt.c | 645 ltab[i].cmt = 0; in ubifs_create_dflt_lpt() 1049 c->ltab[i].cmt = 0; in unpack_ltab()
|
| H A D | debug.c | 800 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | orphan.c | 136 if (orph->cmt) { in orphan_delete() 246 ubifs_assert(c, !orphan->cmt); in ubifs_orphan_start_commit() 248 orphan->cmt = 1; in ubifs_orphan_start_commit() 375 ubifs_assert(c, orphan->cmt); in write_orph_node() 377 orphan->cmt = 0; in write_orph_node() 455 orphan->cmt = 1; in consolidate()
|
| H A D | lpt_commit.c | 155 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb() 158 c->ltab[i].cmt = 1; in alloc_lpt_leb() 165 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb() 168 c->ltab[i].cmt = 1; in alloc_lpt_leb() 339 if (c->ltab[i].cmt) { in realloc_lpt_leb() 340 c->ltab[i].cmt = 0; in realloc_lpt_leb() 346 if (c->ltab[i].cmt) { in realloc_lpt_leb() 347 c->ltab[i].cmt = 0; in realloc_lpt_leb() 1712 if (c->ltab[i].tgc || c->ltab[i].cmt) in dbg_chk_lpt_free_spc()
|
| H A D | ubifs.h | 500 unsigned cmt:1; member 935 unsigned cmt:1; member
|
| H A D | lpt.c | 646 ltab[i].cmt = 0; in ubifs_create_dflt_lpt() 1063 c->ltab[i].cmt = 0; in unpack_ltab()
|
| H A D | debug.c | 790 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 362 // enable pr_debugs in 2 builtins, #cmt is stripped 363 dyndbg="module params +p #cmt ; module sys +p"
|
| H A D | kernel-parameters.txt | 4651 cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, l2cdp, 4653 E.g. to turn on cmt and turn off mba use: 4654 rdt=cmt,!mba
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 1589 my $cmt = ctx_locate_comment($first_line, $end_line); 1594 return ($cmt ne '');
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 1752 my $cmt = ctx_locate_comment($first_line, $end_line); 1757 return ($cmt ne '');
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_hsi.h | 11929 struct couple_mode_teaming cmt; member
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 1277 …_`a``a`ab`adgimoonliedbbb`ba`bab`^\XPHA9/../1334510,/1/0/1111021022331145(.cmt������x^HY{�����yvt… 2545 …�����������������������������rj��������������������ſ��t���������������̽���\cmt�������������������…
|