Home
last modified time | relevance | path

Searched refs:trl (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/tools/power/x86/intel-speed-select/
A Disst-core.c318 trl[0] = msr_trl & GENMASK(7, 0); in isst_get_get_trl_from_msr()
346 trl[0] = resp & GENMASK(7, 0); in isst_get_get_trl()
347 trl[1] = (resp & GENMASK(15, 8)) >> 8; in isst_get_get_trl()
361 trl[4] = resp & GENMASK(7, 0); in isst_get_get_trl()
362 trl[5] = (resp & GENMASK(15, 8)) >> 8; in isst_get_get_trl()
697 if (!trl) in isst_set_trl()
698 trl = 0xFFFFFFFFFFFFFFFFULL; in isst_set_trl()
712 if (trl) { in isst_set_trl_from_current_tdp()
713 msr_trl = trl; in isst_set_trl_from_current_tdp()
716 int trl[8]; in isst_set_trl_from_current_tdp() local
[all …]
A Disst.h239 extern int isst_set_trl(struct isst_id *id, unsigned long long trl);
240 extern int isst_get_trl(struct isst_id *id, unsigned long long *trl);
241 extern int isst_set_trl_from_current_tdp(struct isst_id *id, unsigned long long trl);
269 extern void isst_trl_display_information(struct isst_id *id, FILE *outf, unsigned long long trl);
A Disst-display.c776 void isst_trl_display_information(struct isst_id *id, FILE *outf, unsigned long long trl) in isst_trl_display_information() argument
788 snprintf(value, sizeof(value), "0x%llx", trl); in isst_trl_display_information()
A Disst-config.c2472 unsigned long long trl; in get_set_trl() local
2487 ret = isst_get_trl(id, &trl); in get_set_trl()
2491 isst_trl_display_information(id, outf, trl); in get_set_trl()
/linux-6.3-rc2/fs/ntfs/
A Drunlist.c1529 runlist_element *trl; in ntfs_rl_truncate_nolock() local
1534 trl = rl + 1; in ntfs_rl_truncate_nolock()
1536 trl++; in ntfs_rl_truncate_nolock()
1759 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1762 if (runlist->rl != trl) { in ntfs_rl_punch_nolock()
1766 runlist->rl = trl; in ntfs_rl_punch_nolock()
1829 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1836 runlist->rl = trl; in ntfs_rl_punch_nolock()
1864 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1867 if (runlist->rl != trl) { in ntfs_rl_punch_nolock()
[all …]
/linux-6.3-rc2/net/smc/
A Dsmc_clc.c440 struct smc_clc_msg_trail *trl; in smc_clc_msg_hdr_valid() local
460 sizeof(*trl)); in smc_clc_msg_hdr_valid()
815 struct smc_clc_msg_trail *trl; in smc_clc_send_proposal() local
833 trl = &pclc->pclc_trl; in smc_clc_send_proposal()
966 vec[i].iov_base = trl; in smc_clc_send_proposal()
967 vec[i++].iov_len = sizeof(*trl); in smc_clc_send_proposal()
992 struct smc_clc_msg_trail trl; in smc_clc_send_confirm_accept() local
1089 sizeof(trl); in smc_clc_send_confirm_accept()
1094 sizeof(trl); in smc_clc_send_confirm_accept()
1111 vec[i].iov_base = &trl; in smc_clc_send_confirm_accept()
[all …]
A Dsmc_clc.h281 struct smc_clc_msg_trail trl; /* eye catcher "SMCD" or "SMCR" EBCDIC */ member
299 struct smc_clc_msg_trail trl; /* eye catcher "SMCD" or "SMCR" EBCDIC */ member
/linux-6.3-rc2/drivers/media/dvb-frontends/
A Dmt352.c307 u8 trl; in mt352_get_parameters() local
328 trl = mt352_read_register(state, TRL_NOMINAL_RATE_1); in mt352_get_parameters()
391 if (trl == 0x72) in mt352_get_parameters()
393 else if (trl == 0x64) in mt352_get_parameters()

Completed in 23 milliseconds