| /linux-6.15/drivers/clocksource/ |
| H A D | sh_cmt.c | 246 return ch->cmt->info->read_control(ch->cmt->mapbase, 0); in sh_cmt_read_cmstr() 898 ch->cmt = cmt; in sh_cmt_setup_channel() 1033 cmt->hw_channels = cmt->info->channels_mask; in sh_cmt_setup() 1046 cmt->clk = clk_get(&cmt->pdev->dev, "fck"); in sh_cmt_setup() 1070 cmt->rate = rate / (cmt->info->width == 16 ? 512 : 8); in sh_cmt_setup() 1078 cmt->num_channels = hweight8(cmt->hw_channels); in sh_cmt_setup() 1079 cmt->channels = kcalloc(cmt->num_channels, sizeof(*cmt->channels), in sh_cmt_setup() 1131 if (cmt) { in sh_cmt_probe() 1136 cmt = kzalloc(sizeof(*cmt), GFP_KERNEL); in sh_cmt_probe() 1142 kfree(cmt); in sh_cmt_probe() [all …]
|
| /linux-6.15/drivers/media/pci/mgb4/ |
| H A D | mgb4_cmt.c | 212 mgb4_write_reg(&voutdev->mgbdev->cmt, addr[i], reg_set[i]); in mgb4_cmt_set_vout_freq() 243 mgb4_write_reg(&vindev->mgbdev->cmt, addr[i], reg_set[i]); in mgb4_cmt_set_vin_freq_range()
|
| H A D | mgb4_core.c | 503 struct resource cmt = { in mgb4_probe() local 561 rv = map_regs(pdev, &cmt, &mgbdev->cmt); in mgb4_probe() 629 mgb4_regs_free(&mgbdev->cmt); in mgb4_probe() 670 mgb4_regs_free(&mgbdev->cmt); in mgb4_remove()
|
| H A D | mgb4_core.h | 46 struct mgb4_regs cmt; member
|
| /linux-6.15/fs/ubifs/ |
| H A D | orphan.c | 137 if (orph->cmt) { in orphan_delete() 190 ubifs_assert(c, !orphan->cmt); in ubifs_orphan_start_commit() 192 orphan->cmt = 1; in ubifs_orphan_start_commit() 319 ubifs_assert(c, orphan->cmt); in write_orph_node() 321 orphan->cmt = 0; in write_orph_node() 399 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() 1711 if (c->ltab[i].tgc || c->ltab[i].cmt) in dbg_chk_lpt_free_spc()
|
| H A D | ubifs.h | 497 unsigned cmt:1; member 925 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 | 827 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
|
| /linux-6.15/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_lib.sh | 94 local title cmt 98 cmt=" (flaky)" 103 mptcp_lib_print_err "[${title}]${cmt}${1:+ ${*}}"
|
| /linux-6.15/tools/testing/selftests/resctrl/ |
| H A D | README | 75 -t test list: run tests specified in the test list, e.g. -t mbm,mba,cmt,cat
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 344 // and the function parse_one, #cmt is stripped 345 dyndbg="file init/* +p #cmt ; func parse_one +p"
|
| H A D | kernel-parameters.txt | 6008 cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, l2cdp, 6010 E.g. to turn on cmt and turn off mba use: 6011 rdt=cmt,!mba
|
| /linux-6.15/Documentation/devicetree/bindings/timer/ |
| H A D | renesas,cmt.yaml | 4 $id: http://devicetree.org/schemas/timer/renesas,cmt.yaml#
|
| /linux-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_mfw_hsi.h | 509 struct couple_mode_teaming cmt; member
|
| /linux-6.15/scripts/ |
| H A D | checkpatch.pl | 1992 my $cmt = ctx_locate_comment($first_line, $end_line); 1997 return ($cmt ne '');
|