Lines Matching defs:req
72 struct { u8 _[CLP_BLK_SIZE]; } *req = data; in clp_req() local
452 static int clp_base_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_base_slpc()
462 static int clp_base_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_base_command()
472 static int clp_pci_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_pci_slpc()
482 static int clp_pci_list(struct clp_req *req, struct clp_req_rsp_list_pci *lpcb) in clp_pci_list()
494 static int clp_pci_query(struct clp_req *req, in clp_pci_query()
507 static int clp_pci_query_grp(struct clp_req *req, in clp_pci_query_grp()
521 static int clp_pci_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_pci_command()
537 static int clp_normal_command(struct clp_req *req) in clp_normal_command()
584 static int clp_immediate_command(struct clp_req *req) in clp_immediate_command()
606 struct clp_req req; in clp_misc_ioctl() local