Searched refs:resources (Results 126 - 150 of 236) sorted by relevance

12345678910

/linux-master/arch/sh/drivers/pci/
H A Dpcie-sh7786.c119 .resources = sh7786_pci##idx##_resources, \
139 * Prevent enumeration of root complex resources.
441 struct resource *res = chan->resources + i;
599 port->hose->io_map_base = port->hose->resources[0].start;
H A Dpci-sh7780.c46 * 32-bit only resources must be last.
57 .resources = sh7785_pci_resources,
346 struct resource *res = chan->resources + i;
/linux-master/drivers/mfd/
H A Dstmfx.c80 .resources = stmfx_pinctrl_resources,
86 .resources = stmfx_idd_resources,
92 .resources = stmfx_ts_resources,
H A Dda9150-core.c378 .resources = da9150_gpadc_resources,
384 .resources = da9150_charger_resources,
390 .resources = da9150_fg_resources,
H A Dlpc_sch.c125 cell->resources = res;
H A D88pm805.c71 .resources = &codec_resources[0],
H A Dtps65090.c60 .resources = &charger_resources[0],
H A Dhi655x-pmic.c74 .resources = &pwrkey_resources[0],
H A Drohm-bd9576.c27 * These will be added to regulator resources only if IRQ information for the
133 * provide IRQ resources to regulator driver - which then just omits
141 regulators->resources = bd9576_regulator_irqs;
H A Dtps65219.c115 .resources = tps65219_regulator_resources,
123 .resources = tps65219_pwrbutton_resources,
H A Dtps65217.c92 .resources = charger_resources,
98 .resources = pb_resources,
340 /* Don't tell children about IRQ resources which won't fire */
H A Das3722.c44 .resources = as3722_rtc_resource,
49 .resources = as3722_adc_resource,
/linux-master/drivers/pci/
H A Dprobe.c570 INIT_LIST_HEAD(&b->resources);
898 LIST_HEAD(resources);
939 /* Temporarily move resources off the list */
940 list_splice_init(&bridge->windows, &resources);
987 resource_list_for_each_entry_safe(window, n, &resources) {
988 if (list_is_last(&window->node, &resources))
1006 /* Add initial resources to the bus */
1007 resource_list_for_each_entry_safe(window, n, &resources) {
3042 struct pci_ops *ops, void *sysdata, struct list_head *resources)
3053 list_splice_init(resources,
3041 pci_create_root_bus(struct device *parent, int bus, struct pci_ops *ops, void *sysdata, struct list_head *resources) argument
3204 pci_scan_root_bus(struct device *parent, int bus, struct pci_ops *ops, void *sysdata, struct list_head *resources) argument
[all...]
H A Dof.c263 * host bridge resources from DT
267 * @resources: list where the range of resources will be added after DT parsing
268 * @ib_resources: list where the range of inbound resources (with addresses
283 struct list_head *resources,
315 pci_add_resource(resources, bus_range);
367 pci_add_resource_offset(resources, res, res->start - range.pci_addr);
409 pci_free_resource_list(resources);
281 devm_of_pci_get_host_bridge_resources(struct device *dev, unsigned char busno, unsigned char bus_max, struct list_head *resources, struct list_head *ib_resources, resource_size_t *io_base) argument
/linux-master/drivers/net/ethernet/apm/xgene-v2/
H A Dmdio.c132 pdata->resources.phy_mode);
/linux-master/arch/x86/pci/
H A Dbroadcom_bus.c81 list_for_each_entry(root_res, &info->resources, list)
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_ib_qp_grp.c540 res_spec->resources[res_lst_sz].type != USNIC_VNIC_RES_TYPE_EOL;
550 for (i = 0; res_spec->resources[i].type != USNIC_VNIC_RES_TYPE_EOL;
552 res_type = res_spec->resources[i].type;
553 res_cnt = res_spec->resources[i].cnt;
/linux-master/include/media/drv-intf/
H A Dsaa7146_vv.h108 unsigned int resources; /* resource management for device */ member in struct:saa7146_vv
/linux-master/lib/kunit/
H A Dresource.c3 * KUnit resource API for test managed resources (allocations, etc.).
14 * Used for static resources and when a kunit_resource * has been created by
40 list_add_tail(&res->node, &test->resources);
/linux-master/arch/x86/kernel/
H A Dhead32.c29 x86_init.resources.reserve_resources = i386_reserve_resources;
H A Dx86_init.c66 .resources = {
/linux-master/include/kunit/
H A Dresource.h3 * KUnit resource API for test managed resources (allocations, etc.).
96 * by most users as we automatically get resources
128 * a reference count on resources, so if no users
319 * @match: match function to be applied to resources/match data.
332 list_for_each_entry_reverse(res, &test->resources, node) {
425 * This is useful for cleaning up allocated memory and resources, as these
447 * This is useful for cleaning up allocated memory and resources, as these
/linux-master/drivers/hid/
H A Dwacom.h182 bool resources; member in struct:wacom
/linux-master/arch/x86/include/asm/
H A Dtopology.h236 void x86_pci_root_bus_resources(int bus, struct list_head *resources);
/linux-master/arch/x86/mm/
H A Dmem_encrypt_amd.c503 x86_init.resources.probe_roms = x86_init_noop;
511 x86_init.resources.dmi_setup = snp_dmi_setup;

Completed in 245 milliseconds

12345678910