Searched refs:PARAM_SET_PWR_CAP (Results 1 – 4 of 4) sorted by relevance
/linux/tools/crypto/ccp/ |
H A D | test_dbc.py | 162 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 D | dbc_cli.py | 24 "set-power-cap": PARAM_SET_PWR_CAP,
|
/linux/include/uapi/linux/ |
H A D | psp-dbc.h | 122 * @PARAM_SET_PWR_CAP: Set socket power cap (mW) 136 PARAM_SET_PWR_CAP = 0x6, enumerator
|
/linux/drivers/crypto/ccp/ |
H A D | dbc.c | 101 case PARAM_SET_PWR_CAP: in send_dbc_parameter()
|