Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/char/
Dsclp.h58 typedef unsigned int sclp_cmdw_t; typedef
131 sclp_cmdw_t command; /* sclp command to execute */
184 int sclp_service_call(sclp_cmdw_t command, void *sccb);
185 int sclp_sync_request(sclp_cmdw_t command, void *sccb);
186 int sclp_sync_request_timeout(sclp_cmdw_t command, void *sccb, int timeout);
Dsclp_cmd.c38 int sclp_sync_request(sclp_cmdw_t cmd, void *sccb) in sclp_sync_request()
43 int sclp_sync_request_timeout(sclp_cmdw_t cmd, void *sccb, int timeout) in sclp_sync_request_timeout()
140 static int do_cpu_configure(sclp_cmdw_t cmd) in do_cpu_configure()
215 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage()
593 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) in do_pci_configure()
653 static int do_chp_configure(sclp_cmdw_t cmd) in do_chp_configure()
Dsclp_early.c70 static int __init sclp_cmd_sync_early(sclp_cmdw_t cmd, void *sccb) in sclp_cmd_sync_early()
91 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, in sclp_read_info_early()
229 static int __init sclp_cmd_early(sclp_cmdw_t cmd, void *sccb) in sclp_cmd_early()
Dsclp.c152 sclp_service_call(sclp_cmdw_t command, void *sccb) in sclp_service_call()