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

12345678910

/linux-master/drivers/pnp/
H A Dmanager.c245 list_for_each_entry_safe(pnp_res, tmp, &dev->resources, list) {
252 * pnp_assign_resources - assigns resources to the device based on the specified dependent number
305 * pnp_auto_config_dev - automatically assigns resources to a device
327 dev_err(&dev->dev, "unable to assign resources\n");
335 * assumes that resources have already been allocated
359 * does not free resources
381 * does not validate or set resources so be careful.
390 /* ensure resources are allocated */
407 * inform the correct pnp protocol so that resources can be used by other devices
422 /* release the resources s
[all...]
/linux-master/sound/firewire/fireworks/
H A Dfireworks_stream.c83 conn->resources.channel, conn->speed);
/linux-master/include/linux/
H A Dpe.h295 struct data_dirent resources; /* .rsrc */ member in struct:data_directory
H A Dpci.h97 /* #0-5: standard PCI resources */
104 /* Device-specific resources */
121 /* Total number of bridge resources for P2P and CardBus */
129 /* Total resources associated with a PCI device */
476 struct bin_attribute *res_attr[DEVICE_COUNT_RESOURCE]; /* sysfs file for resources */
477 struct bin_attribute *res_attr_wc[DEVICE_COUNT_RESOURCE]; /* sysfs file for WC mapping of resources */
627 * The first PCI_BRIDGE_RESOURCE_NUM PCI bus resources (those that correspond
630 * Use pci_bus_for_each_resource() to iterate through all the resources.
658 struct list_head resources; /* Address space routed to this bus */ member in struct:pci_bus
729 * resources ([me
[all...]
H A Dvmw_vmci_defs.h190 * The vmci_handle structure is used to track resources used within
599 * hypervisor resources. Struct size is 16 bytes. All fields in struct are
615 u32 resources[1]; member in struct:vmci_resource_query_msg
619 * The maximum number of resources that can be queried using
H A Dpnp.h264 struct list_head resources; member in struct:pnp_dev
/linux-master/arch/x86/pci/
H A Damd_bus.c330 list_for_each_entry(root_res, &info->resources, list)
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h370 int resources; member in struct:bttv
H A Dbttv-driver.c637 resources are allocated.
646 int xbits; /* mutual exclusive resources */
653 if (btv->resources & xbits) {
659 && 0 == (btv->resources & VIDEO_RESOURCES)) {
680 btv->resources |= bit;
690 return (btv->resources & bit);
696 return (btv->resources & bit);
730 if ((btv->resources & bits) != bits) {
731 /* trying to free resources not allocated by us ... */
734 btv->resources
[all...]
H A Dbttv-vbi.c273 if (btv->resources & RESOURCE_VBI)
/linux-master/drivers/bluetooth/
H A Dhci_bcm.c69 * struct bcm_device - device driver resources
88 * @gpio_count: internal counter for GPIO resources associated with ACPI device
154 /* generic bcm uart resources */
1179 LIST_HEAD(resources);
1187 &resources, bcm_resource, dev);
1191 resource_list_for_each_entry(entry, &resources) {
1197 acpi_dev_free_resource_list(&resources);
1200 * only 2 GPIO resources, we use the irq-last mapping for this, since
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_verbs.h191 /* Responder resources. It's a circular list where the oldest
194 struct resp_res *resources; member in struct:rxe_resp_info
/linux-master/sound/pci/hda/
H A Dtas2781_hda_i2c.c114 LIST_HEAD(resources);
124 ret = acpi_dev_get_resources(adev, &resources, tas2781_get_i2c_res, p);
128 acpi_dev_free_resource_list(&resources);
/linux-master/tools/testing/nvdimm/test/
H A Dndtest.c297 list_for_each_entry(n, &t->resources, list) {
367 list_add(&res->list, &p->resources);
954 INIT_LIST_HEAD(&priv->resources);
/linux-master/arch/x86/kernel/
H A Dsetup.c906 x86_init.resources.dmi_setup();
917 x86_init.resources.probe_roms();
1158 x86_init.resources.reserve_resources();
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c175 struct list_head *queue, int resources)
182 while (resources) {
199 resources--;
260 * resources in the HIF layer.
447 * enough transmit resources.
458 * bus resources greater than target transmit
459 * resources.
472 * Didn't get packets due to out of resources or TX
1581 "Target Ready! : transmit resources : %d size:%d\n",
173 get_htc_packet(struct htc_target *target, struct htc_endpoint *ep, struct list_head *queue, int resources) argument
/linux-master/drivers/input/touchscreen/
H A Dgoodix.c838 dev_err(dev, "More then one GpioInt resource, ignoring ACPI GPIO resources\n");
859 LIST_HEAD(resources);
864 ret = acpi_dev_get_resources(ACPI_COMPANION(dev), &resources,
867 dev_err(dev, "Error getting ACPI resources: %d\n", ret);
871 acpi_dev_free_resource_list(&resources);
924 dev_warn(dev, "Unexpected ACPI resources: gpio_count %d, gpio_int_idx %d\n",
/linux-master/drivers/pci/controller/
H A Dpcie-xilinx.c101 * @resources: Bus Resources
110 struct list_head resources; member in struct:xilinx_pcie
/linux-master/drivers/mfd/
H A Dsta2x11-mfd.c449 { .name = _name, .num_resources = ARRAY_SIZE(_r), .resources = _r, }
H A Dtps65910.c42 .resources = &rtc_resources[0],
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx.h704 // resources in use
705 unsigned int resources; member in struct:em28xx
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.h384 struct skl_module_res resources[SKL_MAX_MODULE_RESOURCES]; member in struct:skl_module
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h595 struct list_head resources; member in struct:drbd_resource
959 list_for_each_entry(resource, _resources, resources)
962 list_for_each_entry_rcu(resource, _resources, resources)
965 list_for_each_entry_safe(resource, tmp, _resources, resources)
/linux-master/drivers/pci/hotplug/
H A Dcpqphp.h427 struct resource_lists *resources);
428 void cpqhp_destroy_resource_list(struct resource_lists *resources);
/linux-master/include/acpi/
H A Dacpi_bus.h271 u32 power_resources:1; /* Power resources */
280 struct list_head resources; /* Power resources referenced */ member in struct:acpi_device_power_state
344 struct list_head resources; member in struct:acpi_device_wakeup

Completed in 270 milliseconds

12345678910