Lines Matching refs:clp_req
69 static inline int clp_req(void *data, unsigned int lps) in clp_req() function
131 rc = clp_req(rrb, CLP_LPS_PCI); in clp_query_pci_fngrp()
185 rc = clp_req(rrb, CLP_LPS_PCI); in clp_query_pci_fn()
256 rc = clp_req(rrb, CLP_LPS_PCI); in clp_set_pci_fn()
322 rc = clp_req(rrb, CLP_LPS_PCI); in clp_list_pci()
451 static int clp_base_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_base_slpc()
458 return clp_req(lpcb, CLP_LPS_BASE) ? -EOPNOTSUPP : 0; in clp_base_slpc()
461 static int clp_base_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_base_command()
471 static int clp_pci_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_pci_slpc()
478 return clp_req(lpcb, CLP_LPS_PCI) ? -EOPNOTSUPP : 0; in clp_pci_slpc()
481 static int clp_pci_list(struct clp_req *req, struct clp_req_rsp_list_pci *lpcb) in clp_pci_list()
490 return clp_req(lpcb, CLP_LPS_PCI) ? -EOPNOTSUPP : 0; in clp_pci_list()
493 static int clp_pci_query(struct clp_req *req, in clp_pci_query()
503 return clp_req(lpcb, CLP_LPS_PCI) ? -EOPNOTSUPP : 0; in clp_pci_query()
506 static int clp_pci_query_grp(struct clp_req *req, in clp_pci_query_grp()
517 return clp_req(lpcb, CLP_LPS_PCI) ? -EOPNOTSUPP : 0; in clp_pci_query_grp()
520 static int clp_pci_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_pci_command()
536 static int clp_normal_command(struct clp_req *req) in clp_normal_command()
583 static int clp_immediate_command(struct clp_req *req) in clp_immediate_command()
605 struct clp_req req; in clp_misc_ioctl()