Home
last modified time | relevance | path

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

/linux/tools/crypto/ccp/
H A Dtest_dbc.py162 process_param(self.d, PARAM_SET_PWR_CAP, self.signature, 1000)
250 process_param(self.d, PARAM_SET_PWR_CAP, self.signature, target)
256 process_param(self.d, PARAM_SET_PWR_CAP, self.signature, original[0])
H A Ddbc_cli.py24 "set-power-cap": PARAM_SET_PWR_CAP,
/linux/include/uapi/linux/
H A Dpsp-dbc.h122 * @PARAM_SET_PWR_CAP: Set socket power cap (mW)
136 PARAM_SET_PWR_CAP = 0x6, enumerator
/linux/drivers/crypto/ccp/
H A Ddbc.c101 case PARAM_SET_PWR_CAP: in send_dbc_parameter()