Searched refs:opalmethod (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/block/ |
H A D | sed-opal.c | 187 static const u8 opalmethod[][OPAL_METHOD_LENGTH] = { variable 1277 err = cmd_start(dev, table, opalmethod[OPAL_GET]); in generic_get_columns() 1341 err = cmd_start(dev, uid, opalmethod[OPAL_GENKEY]); in gen_key() 1421 err = cmd_start(dev, uid, opalmethod[OPAL_SET]); in generic_table_write_data() 1471 err = cmd_start(dev, uid, opalmethod[OPAL_SET]); in generic_lr_enable_disable() 1531 err = cmd_start(dev, uid, opalmethod[OPAL_SET]); in setup_locking_range() 1705 opalmethod[OPAL_STARTSESSION]); in start_generic_opal_session() 1811 opalmethod[OPAL_STARTSESSION]); in start_auth_opal_session() 1839 opalmethod[OPAL_REVERT]); in revert_tper() 1857 err = cmd_start(dev, uid, opalmethod[OPAL_SET]); in internal_activate_user() [all …]
|