Home
last modified time | relevance | path

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

/drivers/s390/char/
Dsclp.h58 typedef unsigned int sclp_cmdw_t; typedef
129 sclp_cmdw_t command; /* sclp command to execute */
182 int sclp_service_call(sclp_cmdw_t command, void *sccb);
183 int sclp_sync_request(sclp_cmdw_t command, void *sccb);
184 int sclp_sync_request_timeout(sclp_cmdw_t command, void *sccb, int timeout);
Dsclp_cmd.c39 int sclp_sync_request(sclp_cmdw_t cmd, void *sccb) in sclp_sync_request()
44 int sclp_sync_request_timeout(sclp_cmdw_t cmd, void *sccb, int timeout) in sclp_sync_request_timeout()
140 static int do_core_configure(sclp_cmdw_t cmd) in do_core_configure()
215 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage()
596 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) in do_pci_configure()
656 static int do_chp_configure(sclp_cmdw_t cmd) in do_chp_configure()
Dsclp_early.c57 static int __init sclp_cmd_sync_early(sclp_cmdw_t cmd, void *sccb) in sclp_cmd_sync_early()
78 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, in sclp_read_info_early()
158 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()