Home
last modified time | relevance | path

Searched refs:sclp_cmdw_t (Results 1 – 3 of 3) sorted by relevance

/drivers/s390/char/
Dsclp.h56 typedef unsigned int sclp_cmdw_t; typedef
117 sclp_cmdw_t command; /* sclp command to execute */
162 int sclp_service_call(sclp_cmdw_t command, void *sccb);
Dsclp_cmd.c57 static int __init sclp_cmd_sync_early(sclp_cmdw_t cmd, void *sccb) in sclp_cmd_sync_early()
80 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, in sclp_read_info_early()
154 static int do_sync_request(sclp_cmdw_t cmd, void *sccb) in do_sync_request()
248 static int do_cpu_configure(sclp_cmdw_t cmd) in do_cpu_configure()
324 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage()
663 static int do_chp_configure(sclp_cmdw_t cmd) in do_chp_configure()
Dsclp.c118 sclp_service_call(sclp_cmdw_t command, void *sccb) in sclp_service_call()