Home
last modified time | relevance | path

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

123

/include/linux/
A Dkstrtox.h30 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) in kstrtoul()
58 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) in kstrtol()
74 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64()
79 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64()
84 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32()
89 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32()
112 …t __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int base, u64 *res) in kstrtou64_from_user()
117 …t __must_check kstrtos64_from_user(const char __user *s, size_t count, unsigned int base, s64 *res) in kstrtos64_from_user()
122 …t __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, u32 *res) in kstrtou32_from_user()
127 …t __must_check kstrtos32_from_user(const char __user *s, size_t count, unsigned int base, s32 *res) in kstrtos32_from_user()
A Dpnp.h37 static inline int pnp_resource_valid(struct resource *res) in pnp_resource_valid()
44 static inline int pnp_resource_enabled(struct resource *res) in pnp_resource_enabled()
51 static inline resource_size_t pnp_resource_len(struct resource *res) in pnp_resource_len()
62 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_start() local
72 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_end() local
82 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_flags() local
97 struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); in pnp_port_len() local
108 struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); in pnp_mem_start() local
118 struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); in pnp_mem_end() local
127 struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); in pnp_mem_flags() local
[all …]
A Ddevm-helpers.h29 static inline void devm_delayed_work_drop(void *res) in devm_delayed_work_drop()
54 static inline void devm_work_drop(void *res) in devm_work_drop()
A Darm-smccc.h507 struct arm_smccc_res *res, struct arm_smccc_quirk *quirk) in __arm_smccc_smc()
562 #define __declare_arg_2(a0, res) \ argument
566 #define __declare_arg_3(a0, a1, res) \ argument
572 #define __declare_arg_4(a0, a1, a2, res) \ argument
580 #define __declare_arg_5(a0, a1, a2, a3, res) \ argument
590 #define __declare_arg_6(a0, a1, a2, a3, a4, res) \ argument
595 #define __declare_arg_7(a0, a1, a2, a3, a4, a5, res) \ argument
600 #define __declare_arg_8(a0, a1, a2, a3, a4, a5, a6, res) \ argument
605 #define __declare_arg_9(a0, a1, a2, a3, a4, a5, a6, a7, res) \ argument
733 #define arm_smccc_1_2_invoke(args, res) ({ \ argument
A Dplatform_device.h81 unsigned int index, struct resource **res) in devm_platform_get_and_ioremap_resource()
127 const struct resource *res; member
155 const struct resource *res, unsigned int num, in platform_device_register_resndata()
196 const struct resource *res, unsigned int num) in platform_device_register_simple()
336 #define platform_create_bundle(driver, probe, res, n_res, data, size) \ argument
A Dresource_ext.h15 struct resource res; /* In master (CPU) address space */ member
25 struct resource *res; /* In master (CPU) address space */ member
A Dof_address.h144 struct resource *res) in of_pci_range_to_resource()
150 struct resource *res) in of_range_to_resource()
193 struct resource res; in of_address_count() local
A Dioport.h268 static inline void resource_set_size(struct resource *res, resource_size_t size) in resource_set_size()
281 static inline void resource_set_range(struct resource *res, in resource_set_range()
289 static inline resource_size_t resource_size(const struct resource *res) in resource_size()
293 static inline unsigned long resource_type(const struct resource *res) in resource_type()
297 static inline unsigned long resource_ext_type(const struct resource *res) in resource_ext_type()
420 static inline void irqresource_disabled(struct resource *res, u32 irq) in irqresource_disabled()
A Dof_reserved_mem.h76 struct resource *res) in of_reserved_mem_region_to_resource()
83 struct resource *res) in of_reserved_mem_region_to_resource_byname()
A Deisa.h43 struct resource res[EISA_MAX_RESOURCES]; member
98 struct resource *res; member
A Duaccess.h92 unsigned long res; in __copy_from_user_inatomic() local
104 unsigned long res; in __copy_from_user() local
161 unsigned long res = n; in _inline_copy_from_user() local
A Drio_drv.h256 static inline void rio_init_mbox_res(struct resource *res, int start, int end) in rio_init_mbox_res()
274 static inline void rio_init_dbell_res(struct resource *res, u16 start, u16 end) in rio_init_dbell_res()
/include/kunit/
A Dresource.h100 static inline void kunit_get_resource(struct kunit_resource *res) in kunit_get_resource()
111 struct kunit_resource *res = container_of(kref, struct kunit_resource, in kunit_release_resource() local
136 static inline void kunit_put_resource(struct kunit_resource *res) in kunit_put_resource()
172 struct kunit_resource *res, in kunit_add_resource()
194 struct kunit_resource *res, in kunit_add_named_resource()
243 struct kunit_resource *res; in kunit_alloc_and_get_resource() local
286 struct kunit_resource *res; in kunit_alloc_resource() local
310 struct kunit_resource *res, in kunit_resource_name_match()
327 struct kunit_resource *res, *found = NULL; in kunit_find_resource() local
A Dskbuff.h33 struct sk_buff *res = alloc_skb(len, gfp); in kunit_zalloc_skb() local
/include/net/
A Dtc_wrapper.h47 struct tcf_result *res) in tc_act()
154 struct tcf_result *res) in tc_classify()
215 struct tcf_result *res) in tc_act()
221 struct tcf_result *res) in tc_classify()
A Dgso.h47 static inline void gso_reset_checksum(struct sk_buff *skb, __wsum res) in gso_reset_checksum()
65 static inline __sum16 gso_make_checksum(struct sk_buff *skb, __wsum res) in gso_make_checksum()
A Dchecksum.h61 u32 res = (__force u32)csum; in csum_add() local
74 u16 res = (__force u16)csum; in csum16_add() local
A Diw_handler.h470 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check() local
489 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check() local
A Dip_fib.h212 #define FIB_RES_NHC(res) ((res).nhc) argument
213 #define FIB_RES_DEV(res) (FIB_RES_NHC(res)->nhc_dev) argument
214 #define FIB_RES_OIF(res) (FIB_RES_NHC(res)->nhc_oif) argument
317 struct fib_result *res, unsigned int flags) in fib_lookup()
375 struct fib_result *res, unsigned int flags) in fib_lookup()
599 static inline void fib_combine_itag(u32 *itag, const struct fib_result *res) in fib_combine_itag()
/include/rdma/
A Drestrack.h132 static inline bool rdma_is_kernel_res(const struct rdma_restrack_entry *res) in rdma_is_kernel_res()
175 static inline void rdma_restrack_no_track(struct rdma_restrack_entry *res) in rdma_restrack_no_track()
179 static inline bool rdma_restrack_is_tracked(struct rdma_restrack_entry *res) in rdma_restrack_is_tracked()
A Drdma_counter.h37 struct rdma_restrack_entry res; member
/include/linux/mfd/
A Docelot.h22 struct resource *res; in ocelot_regmap_from_resource_optional() local
/include/linux/device/
A Ddevres.h110 void __iomem *devm_ioremap_resource(struct device *dev, const struct resource *res) in devm_ioremap_resource()
116 void __iomem *devm_ioremap_resource_wc(struct device *dev, const struct resource *res) in devm_ioremap_resource_wc()
/include/drm/ttm/
A Dttm_range_manager.h32 to_ttm_range_mgr_node(struct ttm_resource *res) in to_ttm_range_mgr_node()
/include/sound/
A Dhda_hwdep.h21 u32 res; /* response */ member

Completed in 48 milliseconds

123