Home
last modified time | relevance | path

Searched defs:clp_req (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/include/uapi/asm/
H A Dclp.h15 struct clp_req { struct
27 #define CLP_SYNC _IOWR(CLP_IOCTL_MAGIC, 0xC1, struct clp_req) argument
/openbmc/linux/arch/s390/pci/
H A Dpci_clp.c72 static __always_inline int clp_req(void *data, unsigned int lps) in clp_req() function