Home
last modified time | relevance | path

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

/linux-6.6.21/tools/crypto/ccp/
Dtest_dbc.py160 process_param(self.d, PARAM_SET_PWR_CAP, self.signature, 1000)
248 process_param(self.d, PARAM_SET_PWR_CAP, self.signature, target)
254 process_param(self.d, PARAM_SET_PWR_CAP, self.signature, original[0])
Ddbc.py14 PARAM_SET_PWR_CAP = (0x6,) variable
Ddbc_cli.py24 "set-power-cap": PARAM_SET_PWR_CAP,
/linux-6.6.21/include/uapi/linux/
Dpsp-dbc.h136 PARAM_SET_PWR_CAP = 0x6, enumerator
/linux-6.6.21/drivers/crypto/ccp/
Ddbc.c83 case PARAM_SET_PWR_CAP: in send_dbc_parameter()