Lines Matching defs:req
73 struct { u8 _[CLP_BLK_SIZE]; } *req = data; in clp_req() local
465 static int clp_base_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_base_slpc()
475 static int clp_base_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_base_command()
485 static int clp_pci_slpc(struct clp_req *req, struct clp_req_rsp_slpc_pci *lpcb) in clp_pci_slpc()
495 static int clp_pci_list(struct clp_req *req, struct clp_req_rsp_list_pci *lpcb) in clp_pci_list()
507 static int clp_pci_query(struct clp_req *req, in clp_pci_query()
520 static int clp_pci_query_grp(struct clp_req *req, in clp_pci_query_grp()
534 static int clp_pci_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_pci_command()
550 static int clp_normal_command(struct clp_req *req) in clp_normal_command()
597 static int clp_immediate_command(struct clp_req *req) in clp_immediate_command()
619 struct clp_req req; in clp_misc_ioctl() local