Searched refs:restype (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/drivers/pci/host/
H A Dpci-xgene.c235 u64 restype = resource_type(res); xgene_pcie_setup_ob_reg() local
240 if (restype == IORESOURCE_MEM) { xgene_pcie_setup_ob_reg()
278 u64 restype = resource_type(res); resource_list_for_each_entry() local
282 switch (restype) { resource_list_for_each_entry()
H A Dpcie-designware.c385 unsigned long restype = range.flags & IORESOURCE_TYPE_BITS; dw_pcie_host_init() local
387 if (restype == IORESOURCE_IO) { dw_pcie_host_init()
405 if (restype == IORESOURCE_MEM) { dw_pcie_host_init()
415 if (restype == 0) { dw_pcie_host_init()
H A Dpcie-rcar.c795 u64 restype = range->flags; rcar_pcie_inbound_ranges() local
804 if (restype & IORESOURCE_PREFETCH) rcar_pcie_inbound_ranges()
/linux-4.1.27/fs/lockd/
H A Dclnt4xdr.c566 #define PROC(proc, argtype, restype) \
570 .p_decode = (kxdrdproc_t)nlm4_xdr_dec_##restype, \
572 .p_replen = NLM4_##restype##_sz, \
H A Dclntxdr.c564 #define PROC(proc, argtype, restype) \
568 .p_decode = (kxdrdproc_t)nlm_xdr_dec_##restype, \
570 .p_replen = NLM_##restype##_sz, \
/linux-4.1.27/sound/pci/au88x0/
H A Dau88x0_core.c2006 restype: Indicates type of resource to be checked in or out.
2009 vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out, int restype) vortex_adb_checkinout() argument
2011 int i, qty = resnum[restype], resinuse = 0; vortex_adb_checkinout()
2016 resinuse |= vortex->dma_adb[i].resources[restype]; vortex_adb_checkinout()
2018 resinuse |= vortex->fixed_res[restype]; vortex_adb_checkinout()
2023 resmap[restype] |= (1 << i); vortex_adb_checkinout()
2025 vortex->dma_adb[i].resources[restype] |= (1 << i); vortex_adb_checkinout()
2029 restype, i); vortex_adb_checkinout()
2037 /* Checkin first resource of type restype. */ vortex_adb_checkinout()
2039 if (resmap[restype] & (1 << i)) { vortex_adb_checkinout()
2040 resmap[restype] &= ~(1 << i); vortex_adb_checkinout()
2044 restype, i); vortex_adb_checkinout()
2052 restype); vortex_adb_checkinout()
H A Dau88x0.h251 int restype);
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
H A Dt4fw_ri_api.h276 __u8 restype; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_sqrq
286 __u8 restype; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_cq
H A Dcq.c60 res->u.cq.restype = FW_RI_RES_TYPE_CQ; destroy_cq()
130 res->u.cq.restype = FW_RI_RES_TYPE_CQ; create_cq()
H A Dqp.c280 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ; create_qp()
306 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ; create_qp()
/linux-4.1.27/tools/perf/scripts/python/
H A Dexport-to-postgresql.py24 PQconnectdb.restype = c_void_p
28 PQexec.restype = c_void_p
/linux-4.1.27/fs/nfs/
H A Dnfs2xdr.c1118 #define PROC(proc, argtype, restype, timer) \
1122 .p_decode = (kxdrdproc_t)nfs2_xdr_dec_##restype, \
1124 .p_replen = NFS_##restype##_sz, \
H A Dnfs3xdr.c2494 #define PROC(proc, argtype, restype, timer) \
2498 .p_decode = (kxdrdproc_t)nfs3_xdr_dec_##restype##3res, \
2500 .p_replen = NFS3_##restype##res_sz, \
H A Dnfs4xdr.c7353 #define PROC(proc, argtype, restype) \
7357 .p_decode = (kxdrdproc_t)nfs4_xdr_##restype, \
7359 .p_replen = NFS4_##restype##_sz, \
/linux-4.1.27/fs/nfsd/
H A Dnfs4callback.c629 #define PROC(proc, call, argtype, restype) \
633 .p_decode = (kxdrdproc_t)nfs4_xdr_dec_##restype, \
635 .p_replen = NFS4_dec_##restype##_sz, \

Completed in 522 milliseconds