Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/char/
Dsclp.h63 typedef unsigned int sclp_cmdw_t; typedef
198 sclp_cmdw_t command; /* sclp command to execute */
251 int sclp_sync_request(sclp_cmdw_t command, void *sccb);
252 int sclp_sync_request_timeout(sclp_cmdw_t command, void *sccb, int timeout);
272 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb);
282 static inline int sclp_service_call(sclp_cmdw_t command, void *sccb) in sclp_service_call()
Dsclp_cmd.c40 int sclp_sync_request(sclp_cmdw_t cmd, void *sccb) in sclp_sync_request()
45 int sclp_sync_request_timeout(sclp_cmdw_t cmd, void *sccb, int timeout) in sclp_sync_request_timeout()
118 static int do_core_configure(sclp_cmdw_t cmd) in do_core_configure()
192 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage()
572 static int do_chp_configure(sclp_cmdw_t cmd) in do_chp_configure()
Dsclp_pci.c57 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) in do_pci_configure()
Dsclp_early_core.c59 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb) in sclp_early_cmd()
Dsclp_early.c68 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, in sclp_early_read_info()