Home
last modified time | relevance | path

Searched refs:nres (Results 1 – 11 of 11) sorted by relevance

/drivers/hwtracing/intel_th/
Dcore.c390 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/
Diov.c445 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()
Dpci.h316 int nres; /* Number of resources */ member
/drivers/usb/chipidea/
Dci_hdrc_pci.c60 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()
Dcore.c850 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/
Dboard.c114 unsigned int nres) in board_staging_gic_fixup_resources() argument
118 for (i = 0; i < nres; i++) in board_staging_gic_fixup_resources()
Dboard.h29 void board_staging_gic_fixup_resources(struct resource *res, unsigned int nres);
/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h115 int nres; /* number of resources */ member
Dqed_sriov.c402 iov->nres, in qed_iov_pci_cfg_info()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h48 int nres; /* number of resources */ member
Dbnx2x_sriov.c1160 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()