Searched refs:res (Results 1 - 25 of 58) sorted by path

123

/include/acpi/
H A Dacrestyp.h602 #define ACPI_NEXT_RESOURCE(res) \
603 ACPI_ADD_PTR (struct acpi_resource, (res), (res)->length)
/include/asm-generic/
H A Dpci.h10 pcibios_select_root(struct pci_dev *pdev, struct resource *res) argument
14 if (res->flags & IORESOURCE_IO)
16 if (res->flags & IORESOURCE_MEM)
/include/linux/
H A Dacpi.h282 bool acpi_dev_resource_memory(struct acpi_resource *ares, struct resource *res);
283 bool acpi_dev_resource_io(struct acpi_resource *ares, struct resource *res);
285 struct resource *res);
287 struct resource *res);
290 struct resource *res);
294 struct resource res; member in struct:resource_list_entry
302 int acpi_check_resource_conflict(const struct resource *res);
472 static inline int acpi_check_resource_conflict(struct resource *res) argument
H A Daio.h74 extern void aio_complete(struct kiocb *iocb, long res, long res2);
82 static inline void aio_complete(struct kiocb *iocb, long res, long res2) { } argument
H A Ddcache.h297 struct dentry *res; local
299 res = d_instantiate_unique(entry, inode);
300 d_rehash(res != NULL ? res : entry);
301 return res;
H A Ddevice.h572 typedef void (*dr_release_t)(struct device *dev, void *res);
573 typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data);
587 extern void devres_free(void *res);
588 extern void devres_add(struct device *dev, void *res);
638 void __iomem *devm_ioremap_resource(struct device *dev, struct resource *res);
H A Deisa.h39 struct resource res[EISA_MAX_RESOURCES]; member in struct:eisa_device
94 struct resource *res; member in struct:eisa_root_device
H A Detherdevice.h345 bool res = false; local
349 res = ether_addr_equal_64bits(addr, ha->addr);
350 if (res)
354 return res;
H A Dfs.h2675 ino_t res; local
2682 res = dentry->d_parent->d_inode->i_ino;
2684 return res;
H A Dgenhd.h315 typeof((part)->dkstats->field) res = 0; \
318 res += per_cpu_ptr((part)->dkstats, _cpu)->field; \
319 res; \
H A Dinput.h463 INPUT_GENERATE_ABS_ACCESSORS(res, resolution)
H A Dio.h70 void devm_ioremap_release(struct device *dev, void *res);
H A Dioport.h161 int adjust_resource(struct resource *res, resource_size_t start,
163 resource_size_t resource_alignment(struct resource *res);
164 static inline resource_size_t resource_size(const struct resource *res) argument
166 return res->end - res->start + 1;
168 static inline unsigned long resource_type(const struct resource *res) argument
170 return res->flags & IORESOURCE_TYPE_BITS;
H A Dkernel.h250 int __must_check _kstrtoul(const char *s, unsigned int base, unsigned long *res);
251 int __must_check _kstrtol(const char *s, unsigned int base, long *res);
253 int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res);
254 int __must_check kstrtoll(const char *s, unsigned int base, long long *res);
266 * @res: Where to write the result of the conversion on success.
272 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) argument
280 return kstrtoull(s, base, (unsigned long long *)res);
282 return _kstrtoul(s, base, res);
295 * @res: Where to write the result of the conversion on success.
301 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) argument
317 kstrtou64(const char *s, unsigned int base, u64 *res) argument
322 kstrtos64(const char *s, unsigned int base, s64 *res) argument
327 kstrtou32(const char *s, unsigned int base, u32 *res) argument
332 kstrtos32(const char *s, unsigned int base, s32 *res) argument
353 kstrtou64_from_user(const char __user *s, size_t count, unsigned int base, u64 *res) argument
358 kstrtos64_from_user(const char __user *s, size_t count, unsigned int base, s64 *res) argument
363 kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, u32 *res) argument
368 kstrtos32_from_user(const char __user *s, size_t count, unsigned int base, s32 *res) argument
[all...]
H A Dmbus.h64 void mvebu_mbus_get_pcie_mem_aperture(struct resource *res);
65 void mvebu_mbus_get_pcie_io_aperture(struct resource *res);
H A Dmpi.h118 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
121 int mpi_mulpowm(MPI res, MPI *basearray, MPI *exparray, MPI mod);
H A Dmroute.h87 } res; member in union:mfc_cache::__anon741
H A Dmroute6.h96 } res; member in union:mfc6_cache::__anon744
H A Dnet.h211 struct socket **res, int kern);
212 int sock_create(int family, int type, int proto, struct socket **res);
213 int sock_create_kern(int family, int type, int proto, struct socket **res);
214 int sock_create_lite(int family, int type, int proto, struct socket **res);
H A Dnfs_xdr.h250 struct nfs4_layoutget_res res; member in struct:nfs4_layoutget
289 struct nfs4_layoutcommit_res res; member in struct:nfs4_layoutcommit_data
308 struct nfs4_layoutreturn_res res; member in struct:nfs4_layoutreturn
1308 struct nfs_pgio_res res; /* result struct */ member in struct:nfs_pgio_header
1348 struct nfs_commitres res; /* result struct */ member in struct:nfs_commit_data
1368 struct nfs_removeres res; member in struct:nfs_unlinkdata
1377 struct nfs_renameres res; member in struct:nfs_renamedata
H A Dof_address.h139 struct resource *res);
154 struct resource *res)
152 of_pci_range_to_resource(struct of_pci_range *range, struct device_node *np, struct resource *res) argument
/include/linux/amba/
H A Dbus.h31 struct resource res; member in struct:amba_device
127 .res = DEFINE_RES_MEM(base, SZ_4K), \
138 .res = DEFINE_RES_MEM(base, SZ_4K), \
/include/linux/mfd/abx500/
H A Dab8500-bm.h279 * struct res_to_temp - defines one point in a temp to res curve. To
472 int ab8500_fg_inst_curr_finalize(struct ab8500_fg *di, int *res);
/include/linux/mlx5/
H A Ddriver.h383 enum mlx5_res_type res; member in struct:mlx5_core_rsc_common
/include/linux/mtd/
H A Dcfi.h396 unsigned long onestat, res = 0; local
420 res = onestat;
425 res |= (onestat >> (chip_mode * 32));
428 res |= (onestat >> (chip_mode * 16));
430 res |= (onestat >> (chip_mode * 8));
441 res = cfi16_to_cpu(map, res);
444 res = cfi32_to_cpu(map, res);
448 return res;
[all...]

Completed in 1426 milliseconds

123