Searched refs:nres (Results 1 – 11 of 11) sorted by relevance
/drivers/hwtracing/intel_th/ |
D | core.c | 390 struct resource *res, int nres) in intel_th_device_add_resources() argument 394 r = kmemdup(res, sizeof(*res) * nres, GFP_KERNEL); in intel_th_device_add_resources() 399 thdev->num_resources = nres; in intel_th_device_add_resources() 422 unsigned nres; member 430 .nres = 1, 444 .nres = 2, 465 .nres = 2, 486 .nres = 2, 504 .nres = 2, 522 .nres = 1, [all …]
|
/drivers/pci/ |
D | iov.c | 445 int nres; in sriov_enable() local 468 nres = 0; in sriov_enable() 473 nres++; in sriov_enable() 475 if (nres != iov->nres) { in sriov_enable() 590 int nres; in sriov_init() local 632 nres = 0; in sriov_init() 655 nres++; in sriov_init() 659 iov->nres = nres; in sriov_init()
|
D | pci.h | 316 int nres; /* Number of resources */ member
|
/drivers/usb/chipidea/ |
D | ci_hdrc_pci.c | 60 int retval = 0, nres = 2; in ci_hdrc_pci_probe() local 95 ci->ci = ci_hdrc_add_device(&pdev->dev, res, nres, platdata); in ci_hdrc_pci_probe()
|
D | core.c | 850 struct resource *res, int nres, in ci_hdrc_add_device() argument 872 ret = platform_device_add_resources(pdev, res, nres); in ci_hdrc_add_device()
|
/drivers/staging/board/ |
D | board.c | 114 unsigned int nres) in board_staging_gic_fixup_resources() argument 118 for (i = 0; i < nres; i++) in board_staging_gic_fixup_resources()
|
D | board.h | 29 void board_staging_gic_fixup_resources(struct resource *res, unsigned int nres);
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_sriov.h | 115 int nres; /* number of resources */ member
|
D | qed_sriov.c | 402 iov->nres, in qed_iov_pci_cfg_info()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.h | 48 int nres; /* number of resources */ member
|
D | bnx2x_sriov.c | 1160 iov->nres = 0; in bnx2x_sriov_info() 1170 iov->first_vf_in_pf, iov->nres, iov->cap, iov->ctrl, iov->total, in bnx2x_sriov_info()
|