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

12345678910

/linux-master/arch/x86/kernel/
H A De820.c67 /* For PCI or other memory-mapped resources */
654 * that it can assign MMIO resources for hotplug or
1171 * PCI device BAR resources and insert them later in
1293 who = x86_init.resources.memory_setup();
/linux-master/drivers/mfd/
H A Ddb8500-prcmu.c2962 .resources = &ab850x_resource,
2969 .resources = &ab850x_resource,
/linux-master/drivers/pcmcia/
H A Dds.c298 dev_dbg(dev, "resources: ioport %pR %pR iomem %pR %pR %pR",
615 "no resources available, delaying card_add\n");
621 dev_dbg(&s->dev, "validating mem resources failed, "
645 dev_dbg(&s->dev, "invalid CIS or invalid resources\n");
1044 static DEVICE_ATTR_RO(resources);
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c2368 list_del(&resource->resources);
2563 list_add_tail_rcu(&resource->resources, &drbd_resources);
2640 list_del(&resource->resources);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dpci.c1796 int resources; local
1800 * If there seem to be plenty of resources left, then just wait
1804 resources = ath10k_pci_hif_get_free_queue_number(ar, pipe);
1807 * If at least 50% of the total resources are still available,
1810 if (resources > (ar_pci->attr[pipe].src_nentries >> 1))
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c201 * resources which are being purged (most net _handler functions).
449 mlog(0, "%s: perhaps there are more lock resources "
454 "all lock resources\n", dlm->name);
465 mlog(0, "%s: %d lock resources in hash last pass\n",
689 * resources. */
1996 INIT_LIST_HEAD(&dlm->reco.resources);
2260 * acquire locks on resources requiring recovery. Since the dlm can
/linux-master/drivers/spi/
H A Dspi.c1002 list_add_tail(&sres->entry, &message->resources);
1006 * spi_res_release - release all SPI resources for this message
1014 list_for_each_entry_safe_reverse(res, tmp, &message->resources, entry) {
2648 * acpi_spi_count_resources - Count the number of SpiSerialBus resources
2651 * Return: the number of SpiSerialBus resources in the ACPI-device's
3577 * and register change with spi_message.resources
3762 * This function allocates resources that are automatically freed during the
3804 * This function allocates resources that are automatically freed during the
4303 * to avoid leaking resources.
4329 * spi_unoptimize_message - releases any resources allocate
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c378 * Request all of our MSI-X resources.
416 * Free our MSI-X resources.
784 * Acquire our interrupt resources. We only support MSI-X and MSI.
817 * Free interrupt resources.
2328 DEFINE_SHOW_ATTRIBUTE(resources); variable
2395 { "resources", 0444, &resources_fops },
2623 " resources: err=%d\n", err);
2912 * Reserve PCI resources for the device. If we can't get them some
2917 dev_err(&pdev->dev, "cannot obtain PCI resources\n");
2958 * Initialize SMP data synchronization resources
[all...]
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2623 .resources = vsc9959_resources,
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c209 int resources; member in struct:s2255_vc
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2594 DEFINE_SHOW_ATTRIBUTE(resources); variable
3803 { "resources", &resources_fops, 0400, 0 },

Completed in 417 milliseconds

12345678910