Searched refs:chsc (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/s390/cio/ |
| H A D | trace.h | 284 TP_PROTO(struct chsc_header *chsc, int cc), 285 TP_ARGS(chsc, cc), 295 __entry->code = chsc->code; 296 memcpy(&entry->request, chsc, 297 min_t(u16, chsc->length, CHSC_MAX_REQUEST_LEN)); 298 chsc = (struct chsc_header *) ((char *) chsc + chsc->length); 299 __entry->rcode = chsc->code; 300 memcpy(&entry->response, chsc, 301 min_t(u16, chsc->length, CHSC_MAX_RESPONSE_LEN));
|
| H A D | ioasm.c | 175 int chsc(void *chsc_area) in chsc() function 195 EXPORT_SYMBOL(chsc);
|
| H A D | ioasm.h | 22 int chsc(void *chsc_area);
|
| H A D | Makefile | 10 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \
|
| /linux/Documentation/driver-api/ |
| H A D | s390-drivers.rst | 43 * CHSC subchannels (at most one). The chsc subchannel driver can be used 44 to send asynchronous chsc commands.
|
| /linux/arch/s390/ |
| H A D | Kconfig | 754 The driver creates a device /dev/chsc, which may be used to 756 to issue asynchronous chsc commands (DANGEROUS).
|
| /linux/Documentation/userspace-api/ioctl/ |
| H A D | ioctl-number.rst | 239 'c' 80-9F arch/s390/include/asm/chsc.h conflict!
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 264 b25f chsc RRE_R0
|