Searched defs:resource (Results 1 - 17 of 17) sorted by relevance

/include/media/
H A Dsh_mobile_ceu.h11 struct resource;
15 struct resource *resource; member in struct:sh_mobile_ceu_companion
/include/net/phonet/
H A Dphonet.h40 u8 resource; member in struct:pn_sock
/include/linux/
H A Dsuperhyway.h72 struct resource *resource; member in struct:superhyway_device
H A Dzorro.h37 struct resource resource; member in struct:zorro_dev
107 #define zorro_resource_start(z) ((z)->resource.start)
108 #define zorro_resource_end(z) ((z)->resource.end)
109 #define zorro_resource_len(z) (resource_size(&(z)->resource))
110 #define zorro_resource_flags(z) ((z)->resource.flags)
H A Dsh_intc.h111 struct resource *resource; member in struct:intc_desc
H A Dtc.h66 struct resource resource[2]; /* Address space routed to this bus. */ member in struct:tc_bus
86 struct resource resource; /* Address space of this device. */ member in struct:tc_dev
H A Dplatform_device.h28 struct resource *resource; member in struct:platform_device
51 extern struct resource *platform_get_resource(struct platform_device *,
54 extern struct resource *platform_get_resource_byname(struct platform_device *,
67 const struct resource *res;
93 const struct resource *res, unsigned int num,
118 * resource and memory management. Canned release function freeing memory
134 const struct resource *res, unsigned int num)
149 * resource and memory management. Canned release function freeing memory
166 const struct resource *re
[all...]
H A Dioport.h18 struct resource { struct
23 struct resource *parent, *sibling, *child;
52 #define IORESOURCE_EXCLUSIVE 0x08000000 /* Userland may not map this resource */
56 #define IORESOURCE_BUSY 0x80000000 /* Driver has marked this resource busy */
101 #define IORESOURCE_ROM_COPY (1<<2) /* ROM is alloc'd copy, resource field overlaid */
102 #define IORESOURCE_ROM_BIOS_COPY (1<<3) /* ROM is BIOS copy, resource field overlaid */
105 #define IORESOURCE_PCI_FIXED (1<<4) /* Do not move resource */
138 extern struct resource ioport_resource;
139 extern struct resource iomem_resource;
141 extern struct resource *request_resource_conflic
[all...]
H A Ddio.h52 struct resource resource; member in struct:dio_dev
64 struct resource resources[2]; /* address space routed to this bus */
255 #define dio_resource_start(d) ((d)->resource.start)
256 #define dio_resource_end(d) ((d)->resource.end)
257 #define dio_resource_len(d) (resource_size(&(d)->resource))
258 #define dio_resource_flags(d) ((d)->resource.flags)
H A Dvmw_vmci_defs.h90 * We have a fixed set of resource IDs available in the VMX.
94 * available resource IDs.
96 * VMCI reserved hypervisor datagram resource IDs.
130 * @resource: The resource ID (used for locating in resource hash).
137 u32 resource; member in struct:vmci_handle
141 (struct vmci_handle){ .context = _cid, .resource = _rid }
146 return h1.context == h2.context && h1.resource == h2.resource;
[all...]
H A Dpci.h86 /* #6: expansion ROM resource */
324 struct resource resource[DEVICE_COUNT_RESOURCE]; /* I/O and memory regions + expansion ROMs */ member in struct:pci_dev
399 struct resource *res; /* host bridge aperture (CPU address) */
435 struct resource *res;
439 #define PCI_REGION_FLAG_MASK 0x0fU /* These bits of resource flags tell us the PCI region flags */
448 struct resource *resource[PCI_BRIDGE_RESOURCE_NUM]; member in struct:pci_bus
450 struct resource busn_res; /* bus numbers routed to this bus */
754 resource_size_t pcibios_align_resource(void *, const struct resource *,
[all...]
H A Dsecurity.h317 * @mode mode used to determine resource type.
770 * Check permission before setting the resource limits of the current
771 * process for @resource to @new_rlim. The old resource limit values can
772 * be examined by dereferencing (current->signal->rlim + resource).
773 * @resource contains the resource whose limit is being set.
774 * @new_rlim contains the new limits for @resource.
1594 int (*task_setrlimit) (struct task_struct *p, unsigned int resource,
1871 int security_task_setrlimit(struct task_struct *p, unsigned int resource,
2464 security_task_setrlimit(struct task_struct *p, unsigned int resource, struct rlimit *new_rlim) argument
[all...]
/include/linux/uwb/
H A Dumc.h60 * @bar: PCI Bar (64 bit) where the resource lies
61 * @resource: register space resource.
68 struct resource resource; member in struct:umc_dev
/include/uapi/linux/
H A Dphonet.h77 __u16 pn_e_res_id; /* extended resource ID */
85 #define PN_PREFIX 0xE0 /* resource for extended messages */
158 __u8 resource)
160 spn->spn_resource = resource;
157 pn_sockaddr_set_resource(struct sockaddr_pn *spn, __u8 resource) argument
/include/pcmcia/
H A Dds.h80 /* for struct resource * array embedded in struct pcmcia_device */
109 struct resource *resource[PCMCIA_NUM_RESOURCES]; member in struct:pcmcia_device
110 resource_size_t card_addr; /* for the 1st IOMEM resource */
224 int pcmcia_request_window(struct pcmcia_device *p_dev, struct resource *res,
226 int pcmcia_release_window(struct pcmcia_device *p_dev, struct resource *res);
227 int pcmcia_map_mem_page(struct pcmcia_device *p_dev, struct resource *res,
282 #define CONF_AUTO_SET_IO 0x0800 /* set ->resource[0,1] */
283 #define CONF_AUTO_SET_IOMEM 0x1000 /* set ->resource[2] */
/include/linux/i2c/
H A Dtwl.h498 #define RES_GRP_ALL 0x7 /* All resource groups */
665 u8 resource; member in struct:twl4030_resconfig
666 u8 devgroup; /* Processor group that Power resource belongs to */
667 u8 type; /* Power resource addressed, 6 / broadcast message */
668 u8 type2; /* Power resource addressed, 3 / broadcast message */
/include/linux/mfd/
H A Dpalmas.h86 struct palmas_resource *resource; member in struct:palmas

Completed in 640 milliseconds