Home
last modified time | relevance | path

Searched refs:PARAM_GET_PWR_CAP (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/crypto/ccp/
H A Dtest_dbc.py207 "power-cap": PARAM_GET_PWR_CAP,
246 original = process_param(self.d, PARAM_GET_PWR_CAP, self.signature)
252 new = process_param(self.d, PARAM_GET_PWR_CAP, self.signature)
258 cur = process_param(self.d, PARAM_GET_PWR_CAP, self.signature)
H A Ddbc.py13 PARAM_GET_PWR_CAP = (0x5,) variable
H A Ddbc_cli.py23 "get-power-cap": PARAM_GET_PWR_CAP,
/linux-6.15/include/uapi/linux/
H A Dpsp-dbc.h135 PARAM_GET_PWR_CAP = 0x5, enumerator
/linux-6.15/drivers/crypto/ccp/
H A Ddbc.c105 case PARAM_GET_PWR_CAP: in send_dbc_parameter()