Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 56) sorted by relevance

123

/include/net/
Ddn_fib.h45 #define DN_FIB_RES_RESET(res) ((res).nh_sel = 0) argument
46 #define DN_FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel]) argument
48 #define DN_FIB_RES_PREFSRC(res) ((res).fi->fib_prefsrc ? : __dn_fib_res_prefsrc(&res)) argument
49 #define DN_FIB_RES_GW(res) (DN_FIB_RES_NH(res).nh_gw) argument
50 #define DN_FIB_RES_DEV(res) (DN_FIB_RES_NH(res).nh_dev) argument
51 #define DN_FIB_RES_OIF(res) (DN_FIB_RES_NH(res).nh_oif) argument
137 static inline void dn_fib_res_put(struct dn_fib_res *res) in dn_fib_res_put()
150 #define dn_fib_lookup(fl, res) (-ESRCH) argument
152 #define dn_fib_select_multipath(fl, res) do { } while(0) argument
153 #define dn_fib_rules_policy(saddr,res,flags) (0) argument
[all …]
Dip_fib.h165 #define FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel]) argument
167 #define FIB_RES_NH(res) ((res).fi->fib_nh[0]) argument
190 #define FIB_RES_SADDR(net, res) \ argument
195 #define FIB_RES_GW(res) (FIB_RES_NH(res).nh_gw) argument
196 #define FIB_RES_DEV(res) (FIB_RES_NH(res).nh_dev) argument
197 #define FIB_RES_OIF(res) (FIB_RES_NH(res).nh_oif) argument
199 #define FIB_RES_PREFSRC(net, res) ((res).fi->fib_prefsrc ? : \ argument
274 struct fib_result *res, unsigned int flags) in fib_lookup()
304 struct fib_result *res, unsigned int flags) in fib_lookup()
382 static inline void fib_combine_itag(u32 *itag, const struct fib_result *res) in fib_combine_itag()
Dchecksum.h63 u32 res = (__force u32)csum; in csum_add() local
76 u16 res = (__force u16)csum; in csum16_add() local
Diw_handler.h532 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check() local
570 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check() local
Ddst_ops.h49 int res; in dst_entries_get_slow() local
/include/linux/
Dmemremap.h47 const struct resource *res; member
58 struct resource *res, struct percpu_ref *ref, in devm_memremap_pages()
87 const struct resource *res = pgmap ? pgmap->res : NULL; in get_dev_pagemap() local
Dpnp.h36 static inline int pnp_resource_valid(struct resource *res) in pnp_resource_valid()
43 static inline int pnp_resource_enabled(struct resource *res) in pnp_resource_enabled()
50 static inline resource_size_t pnp_resource_len(struct resource *res) in pnp_resource_len()
61 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_start() local
71 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_end() local
81 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_flags() local
96 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_len() local
107 struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); in pnp_mem_start() local
117 struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); in pnp_mem_end() local
126 struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); in pnp_mem_flags() local
[all …]
Darm-smccc.h197 #define __declare_arg_0(a0, res) \ argument
204 #define __declare_arg_1(a0, a1, res) \ argument
211 #define __declare_arg_2(a0, a1, a2, res) \ argument
218 #define __declare_arg_3(a0, a1, a2, a3, res) \ argument
225 #define __declare_arg_4(a0, a1, a2, a3, a4, res) \ argument
229 #define __declare_arg_5(a0, a1, a2, a3, a4, a5, res) \ argument
233 #define __declare_arg_6(a0, a1, a2, a3, a4, a5, a6, res) \ argument
237 #define __declare_arg_7(a0, a1, a2, a3, a4, a5, a6, a7, res) \ argument
Dresource_ext.h23 struct resource res; /* In master (CPU) address space */ member
33 struct resource *res; /* In master (CPU) address space */ member
Dkernel.h295 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) in kstrtoul()
324 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) in kstrtol()
340 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64()
345 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64()
350 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32()
355 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32()
378 …t __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int base, u64 *res) in kstrtou64_from_user()
383 …t __must_check kstrtos64_from_user(const char __user *s, size_t count, unsigned int base, s64 *res) in kstrtos64_from_user()
388 …t __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, u32 *res) in kstrtou32_from_user()
393 …t __must_check kstrtos32_from_user(const char __user *s, size_t count, unsigned int base, s32 *res) in kstrtos32_from_user()
Dstring.h133 static inline int strtobool(const char *s, bool *res) in strtobool()
Dplatform_device.h69 const struct resource *res; member
97 const struct resource *res, unsigned int num, in platform_device_register_resndata()
138 const struct resource *res, unsigned int num) in platform_device_register_simple()
272 #define platform_create_bundle(driver, probe, res, n_res, data, size) \ argument
Deisa.h39 struct resource res[EISA_MAX_RESOURCES]; member
94 struct resource *res; member
Dpci-ecam.h39 struct resource res; member
Drio_drv.h260 static inline void rio_init_mbox_res(struct resource *res, int start, int end) in rio_init_mbox_res()
278 static inline void rio_init_dbell_res(struct resource *res, u16 start, u16 end) in rio_init_dbell_res()
Dcompiler.h241 void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size()
254 void __read_once_size_nocheck(const volatile void *p, void *res, int size) in __read_once_size_nocheck()
260 void __read_once_size_nocheck(const volatile void *p, void *res, int size) in __read_once_size_nocheck()
266 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size()
Dnd.h69 struct resource res; member
107 struct resource **res; member
Dioport.h193 static inline resource_size_t resource_size(const struct resource *res) in resource_size()
197 static inline unsigned long resource_type(const struct resource *res) in resource_type()
201 static inline unsigned long resource_ext_type(const struct resource *res) in resource_ext_type()
Dof_pci.h47 of_pci_parse_bus_range(struct device_node *node, struct resource *res) in of_pci_parse_bus_range()
Dof_irq.h71 struct resource *res, int nr_irqs) in of_irq_to_resource_table()
/include/sound/
Dhda_hwdep.h34 u32 res; /* response */ member
/include/asm-generic/
Ddiv64.h166 uint64_t res, tmp; in __arch_xprod_64() local
/include/linux/mfd/
Dhi655x-pmic.h56 struct resource *res; member
/include/drm/bridge/
Ddw_hdmi.h35 } res[DW_HDMI_RES_MAX]; member
/include/uapi/linux/
Daio_abi.h61 __s64 res; /* result code for this event */ member

123