/include/net/ |
D | dn_fib.h | 45 #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 …]
|
D | ip_fib.h | 165 #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()
|
D | checksum.h | 63 u32 res = (__force u32)csum; in csum_add() local 76 u16 res = (__force u16)csum; in csum16_add() local
|
D | iw_handler.h | 532 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
|
D | dst_ops.h | 49 int res; in dst_entries_get_slow() local
|
/include/linux/ |
D | memremap.h | 47 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
|
D | pnp.h | 36 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 …]
|
D | arm-smccc.h | 197 #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
|
D | resource_ext.h | 23 struct resource res; /* In master (CPU) address space */ member 33 struct resource *res; /* In master (CPU) address space */ member
|
D | kernel.h | 295 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()
|
D | string.h | 133 static inline int strtobool(const char *s, bool *res) in strtobool()
|
D | platform_device.h | 69 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
|
D | eisa.h | 39 struct resource res[EISA_MAX_RESOURCES]; member 94 struct resource *res; member
|
D | pci-ecam.h | 39 struct resource res; member
|
D | rio_drv.h | 260 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()
|
D | compiler.h | 241 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()
|
D | nd.h | 69 struct resource res; member 107 struct resource **res; member
|
D | ioport.h | 193 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()
|
D | of_pci.h | 47 of_pci_parse_bus_range(struct device_node *node, struct resource *res) in of_pci_parse_bus_range()
|
D | of_irq.h | 71 struct resource *res, int nr_irqs) in of_irq_to_resource_table()
|
/include/sound/ |
D | hda_hwdep.h | 34 u32 res; /* response */ member
|
/include/asm-generic/ |
D | div64.h | 166 uint64_t res, tmp; in __arch_xprod_64() local
|
/include/linux/mfd/ |
D | hi655x-pmic.h | 56 struct resource *res; member
|
/include/drm/bridge/ |
D | dw_hdmi.h | 35 } res[DW_HDMI_RES_MAX]; member
|
/include/uapi/linux/ |
D | aio_abi.h | 61 __s64 res; /* result code for this event */ member
|