Home
last modified time | relevance | path

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

12345678910>>...218

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dunaligned-emul.h8 #define _LoadHW(addr, value, res, type) \ argument
31 #define _LoadW(addr, value, res, type) \ argument
53 #define _LoadW(addr, value, res, type) \ argument
88 #define _LoadHWU(addr, value, res, type) \ argument
113 #define _LoadWU(addr, value, res, type) \ argument
135 #define _LoadDW(addr, value, res) \ argument
157 #define _LoadWU(addr, value, res, type) \ argument
190 #define _LoadDW(addr, value, res) \ argument
242 #define _StoreHW(addr, value, res, type) \ argument
266 #define _StoreW(addr, value, res, type) \ argument
[all …]
/kernel/linux/linux-4.19/arch/mips/kernel/
Dunaligned.c111 #define _LoadHW(addr, value, res, type) \ argument
134 #define _LoadW(addr, value, res, type) \ argument
156 #define _LoadW(addr, value, res, type) \ argument
191 #define _LoadHWU(addr, value, res, type) \ argument
216 #define _LoadWU(addr, value, res, type) \ argument
238 #define _LoadDW(addr, value, res) \ argument
260 #define _LoadWU(addr, value, res, type) \ argument
293 #define _LoadDW(addr, value, res) \ argument
345 #define _StoreHW(addr, value, res, type) \ argument
369 #define _StoreW(addr, value, res, type) \ argument
[all …]
/kernel/linux/linux-4.19/drivers/media/platform/omap3isp/
Dispresizer.c120 __resizer_get_format(struct isp_res_device *res, struct v4l2_subdev_pad_config *cfg, in __resizer_get_format()
136 __resizer_get_crop(struct isp_res_device *res, struct v4l2_subdev_pad_config *cfg, in __resizer_get_crop()
152 static void resizer_set_filters(struct isp_res_device *res, const u16 *h_coeff, in resizer_set_filters()
183 static void resizer_set_bilinear(struct isp_res_device *res, in resizer_set_bilinear()
201 static void resizer_set_ycpos(struct isp_res_device *res, u32 pixelcode) in resizer_set_ycpos()
227 static void resizer_set_phase(struct isp_res_device *res, u32 h_phase, in resizer_set_phase()
263 static void resizer_set_luma(struct isp_res_device *res, in resizer_set_luma()
289 static void resizer_set_source(struct isp_res_device *res, in resizer_set_source()
309 static void resizer_set_ratio(struct isp_res_device *res, in resizer_set_ratio()
353 static void resizer_set_output_size(struct isp_res_device *res, in resizer_set_output_size()
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
Dispresizer.c117 __resizer_get_format(struct isp_res_device *res, struct v4l2_subdev_pad_config *cfg, in __resizer_get_format()
133 __resizer_get_crop(struct isp_res_device *res, struct v4l2_subdev_pad_config *cfg, in __resizer_get_crop()
149 static void resizer_set_filters(struct isp_res_device *res, const u16 *h_coeff, in resizer_set_filters()
180 static void resizer_set_bilinear(struct isp_res_device *res, in resizer_set_bilinear()
198 static void resizer_set_ycpos(struct isp_res_device *res, u32 pixelcode) in resizer_set_ycpos()
224 static void resizer_set_phase(struct isp_res_device *res, u32 h_phase, in resizer_set_phase()
260 static void resizer_set_luma(struct isp_res_device *res, in resizer_set_luma()
286 static void resizer_set_source(struct isp_res_device *res, in resizer_set_source()
306 static void resizer_set_ratio(struct isp_res_device *res, in resizer_set_ratio()
350 static void resizer_set_output_size(struct isp_res_device *res, in resizer_set_output_size()
[all …]
/kernel/linux/linux-4.19/drivers/infiniband/core/
Drestrack.c21 void rdma_restrack_init(struct rdma_restrack_root *res) in rdma_restrack_init()
40 void rdma_restrack_clean(struct rdma_restrack_root *res) in rdma_restrack_clean()
75 int rdma_restrack_count(struct rdma_restrack_root *res, in rdma_restrack_count()
94 static void set_kern_name(struct rdma_restrack_entry *res) in set_kern_name()
120 static struct ib_device *res_to_dev(struct rdma_restrack_entry *res) in res_to_dev()
140 static bool res_is_user(struct rdma_restrack_entry *res) in res_is_user()
159 void rdma_restrack_add(struct rdma_restrack_entry *res) in rdma_restrack_add()
187 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res) in rdma_restrack_get()
195 struct rdma_restrack_entry *res; in restrack_release() local
201 int rdma_restrack_put(struct rdma_restrack_entry *res) in rdma_restrack_put()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c37 struct vmw_resource *vmw_resource_reference(struct vmw_resource *res) in vmw_resource_reference()
44 vmw_resource_reference_unless_doomed(struct vmw_resource *res) in vmw_resource_reference_unless_doomed()
56 void vmw_resource_release_id(struct vmw_resource *res) in vmw_resource_release_id()
70 struct vmw_resource *res = in vmw_resource_release() local
119 struct vmw_resource *res = *p_res; in vmw_resource_unreference() local
134 int vmw_resource_alloc_id(struct vmw_resource *res) in vmw_resource_alloc_id()
165 int vmw_resource_init(struct vmw_private *dev_priv, struct vmw_resource *res, in vmw_resource_init()
202 void vmw_resource_activate(struct vmw_resource *res, in vmw_resource_activate()
235 struct vmw_resource *res; in vmw_user_resource_lookup_handle() local
276 struct vmw_resource *res; in vmw_user_lookup_handle() local
[all …]
Dvmwgfx_cotable.c51 struct vmw_resource res; member
133 static struct vmw_cotable *vmw_cotable(struct vmw_resource *res) in vmw_cotable()
146 static int vmw_cotable_destroy(struct vmw_resource *res) in vmw_cotable_destroy()
161 static int vmw_cotable_unscrub(struct vmw_resource *res) in vmw_cotable_unscrub()
206 static int vmw_cotable_bind(struct vmw_resource *res, in vmw_cotable_bind()
239 int vmw_cotable_scrub(struct vmw_resource *res, bool readback) in vmw_cotable_scrub()
307 static int vmw_cotable_unbind(struct vmw_resource *res, in vmw_cotable_unbind()
342 static int vmw_cotable_readback(struct vmw_resource *res) in vmw_cotable_readback()
388 static int vmw_cotable_resize(struct vmw_resource *res, size_t new_size) in vmw_cotable_resize()
511 static int vmw_cotable_create(struct vmw_resource *res) in vmw_cotable_create()
[all …]
Dvmwgfx_shader.c35 struct vmw_resource res; member
48 struct vmw_resource res; member
129 vmw_res_to_shader(struct vmw_resource *res) in vmw_res_to_shader()
141 vmw_res_to_dx_shader(struct vmw_resource *res) in vmw_res_to_dx_shader()
146 static void vmw_hw_shader_destroy(struct vmw_resource *res) in vmw_hw_shader_destroy()
155 static int vmw_gb_shader_init(struct vmw_private *dev_priv, in vmw_gb_shader_init()
156 struct vmw_resource *res, in vmw_gb_shader_init()
197 static int vmw_gb_shader_create(struct vmw_resource *res) in vmw_gb_shader_create()
245 static int vmw_gb_shader_bind(struct vmw_resource *res, in vmw_gb_shader_bind()
275 static int vmw_gb_shader_unbind(struct vmw_resource *res, in vmw_gb_shader_unbind()
[all …]
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
Ddlmthread.c44 void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags) in __dlm_wait_on_lockres_flags()
63 int __dlm_lockres_has_locks(struct dlm_lock_resource *res) in __dlm_lockres_has_locks()
76 int __dlm_lockres_unused(struct dlm_lock_resource *res) in __dlm_lockres_unused()
109 struct dlm_lock_resource *res) in __dlm_lockres_calc_usage()
135 struct dlm_lock_resource *res) in dlm_lockres_calc_usage()
153 struct dlm_lock_resource *res) in __dlm_do_purge_lockres()
193 struct dlm_lock_resource *res) in dlm_purge_lockres()
343 struct dlm_lock_resource *res) in dlm_shuffle_lists()
499 void dlm_kick_thread(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) in dlm_kick_thread()
511 void __dlm_dirty_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) in __dlm_dirty_lockres()
[all …]
Ddlmmaster.c253 struct dlm_lock_resource *res, in dlm_init_mle()
468 struct dlm_lock_resource *res; in dlm_lockres_release() local
520 void dlm_lockres_put(struct dlm_lock_resource *res) in dlm_lockres_put()
526 struct dlm_lock_resource *res, in dlm_init_lockres()
584 struct dlm_lock_resource *res = NULL; in dlm_new_lockres() local
604 struct dlm_lock_resource *res, int bit) in dlm_lockres_set_refmap_bit()
615 struct dlm_lock_resource *res, int bit) in dlm_lockres_clear_refmap_bit()
626 struct dlm_lock_resource *res) in __dlm_lockres_grab_inflight_ref()
636 struct dlm_lock_resource *res) in dlm_lockres_grab_inflight_ref()
643 struct dlm_lock_resource *res) in dlm_lockres_drop_inflight_ref()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c40 void vmw_resource_mob_attach(struct vmw_resource *res) in vmw_resource_mob_attach()
68 void vmw_resource_mob_detach(struct vmw_resource *res) in vmw_resource_mob_detach()
80 struct vmw_resource *vmw_resource_reference(struct vmw_resource *res) in vmw_resource_reference()
87 vmw_resource_reference_unless_doomed(struct vmw_resource *res) in vmw_resource_reference_unless_doomed()
99 void vmw_resource_release_id(struct vmw_resource *res) in vmw_resource_release_id()
113 struct vmw_resource *res = in vmw_resource_release() local
165 struct vmw_resource *res = *p_res; in vmw_resource_unreference() local
180 int vmw_resource_alloc_id(struct vmw_resource *res) in vmw_resource_alloc_id()
211 int vmw_resource_init(struct vmw_private *dev_priv, struct vmw_resource *res, in vmw_resource_init()
261 struct vmw_resource *res; in vmw_user_resource_lookup_handle() local
[all …]
Dvmwgfx_streamoutput.c46 struct vmw_resource res; member
79 vmw_res_to_dx_streamoutput(struct vmw_resource *res) in vmw_res_to_dx_streamoutput()
90 static int vmw_dx_streamoutput_unscrub(struct vmw_resource *res) in vmw_dx_streamoutput_unscrub()
119 static int vmw_dx_streamoutput_create(struct vmw_resource *res) in vmw_dx_streamoutput_create()
138 static int vmw_dx_streamoutput_bind(struct vmw_resource *res, in vmw_dx_streamoutput_bind()
161 static int vmw_dx_streamoutput_scrub(struct vmw_resource *res) in vmw_dx_streamoutput_scrub()
193 static int vmw_dx_streamoutput_unbind(struct vmw_resource *res, bool readback, in vmw_dx_streamoutput_unbind()
219 static void vmw_dx_streamoutput_commit_notify(struct vmw_resource *res, in vmw_dx_streamoutput_commit_notify()
255 static void vmw_dx_streamoutput_res_free(struct vmw_resource *res) in vmw_dx_streamoutput_res_free()
265 static void vmw_dx_streamoutput_hw_destroy(struct vmw_resource *res) in vmw_dx_streamoutput_hw_destroy()
[all …]
Dvmwgfx_cotable.c51 struct vmw_resource res; member
137 static struct vmw_cotable *vmw_cotable(struct vmw_resource *res) in vmw_cotable()
150 static int vmw_cotable_destroy(struct vmw_resource *res) in vmw_cotable_destroy()
165 static int vmw_cotable_unscrub(struct vmw_resource *res) in vmw_cotable_unscrub()
207 static int vmw_cotable_bind(struct vmw_resource *res, in vmw_cotable_bind()
240 int vmw_cotable_scrub(struct vmw_resource *res, bool readback) in vmw_cotable_scrub()
305 static int vmw_cotable_unbind(struct vmw_resource *res, in vmw_cotable_unbind()
340 static int vmw_cotable_readback(struct vmw_resource *res) in vmw_cotable_readback()
383 static int vmw_cotable_resize(struct vmw_resource *res, size_t new_size) in vmw_cotable_resize()
507 static int vmw_cotable_create(struct vmw_resource *res) in vmw_cotable_create()
[all …]
Dvmwgfx_shader.c35 struct vmw_resource res; member
48 struct vmw_resource res; member
133 vmw_res_to_shader(struct vmw_resource *res) in vmw_res_to_shader()
145 vmw_res_to_dx_shader(struct vmw_resource *res) in vmw_res_to_dx_shader()
150 static void vmw_hw_shader_destroy(struct vmw_resource *res) in vmw_hw_shader_destroy()
159 static int vmw_gb_shader_init(struct vmw_private *dev_priv, in vmw_gb_shader_init()
160 struct vmw_resource *res, in vmw_gb_shader_init()
201 static int vmw_gb_shader_create(struct vmw_resource *res) in vmw_gb_shader_create()
247 static int vmw_gb_shader_bind(struct vmw_resource *res, in vmw_gb_shader_bind()
274 static int vmw_gb_shader_unbind(struct vmw_resource *res, in vmw_gb_shader_unbind()
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
Dqplib_res.c63 static void __free_pbl(struct bnxt_qplib_res *res, struct bnxt_qplib_pbl *pbl, in __free_pbl()
105 static int __alloc_pbl(struct bnxt_qplib_res *res, in __alloc_pbl()
156 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, in bnxt_qplib_free_hwq()
190 struct bnxt_qplib_res *res; in bnxt_qplib_alloc_init_hwq() local
371 void bnxt_qplib_free_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_free_ctx()
389 static int bnxt_qplib_alloc_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_tqm_rings()
470 static int bnxt_qplib_setup_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_setup_tqm_rings()
505 int bnxt_qplib_alloc_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_ctx()
591 static void bnxt_qplib_free_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_free_sgid_tbl()
606 static int bnxt_qplib_alloc_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_sgid_tbl()
[all …]
/kernel/linux/linux-4.19/fs/ocfs2/dlm/
Ddlmthread.c61 void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags) in __dlm_wait_on_lockres_flags()
80 int __dlm_lockres_has_locks(struct dlm_lock_resource *res) in __dlm_lockres_has_locks()
93 int __dlm_lockres_unused(struct dlm_lock_resource *res) in __dlm_lockres_unused()
126 struct dlm_lock_resource *res) in __dlm_lockres_calc_usage()
152 struct dlm_lock_resource *res) in dlm_lockres_calc_usage()
170 struct dlm_lock_resource *res) in __dlm_do_purge_lockres()
210 struct dlm_lock_resource *res) in dlm_purge_lockres()
360 struct dlm_lock_resource *res) in dlm_shuffle_lists()
516 void dlm_kick_thread(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) in dlm_kick_thread()
528 void __dlm_dirty_lockres(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) in __dlm_dirty_lockres()
[all …]
Ddlmmaster.c268 struct dlm_lock_resource *res, in dlm_init_mle()
483 struct dlm_lock_resource *res; in dlm_lockres_release() local
535 void dlm_lockres_put(struct dlm_lock_resource *res) in dlm_lockres_put()
541 struct dlm_lock_resource *res, in dlm_init_lockres()
599 struct dlm_lock_resource *res = NULL; in dlm_new_lockres() local
619 struct dlm_lock_resource *res, int bit) in dlm_lockres_set_refmap_bit()
630 struct dlm_lock_resource *res, int bit) in dlm_lockres_clear_refmap_bit()
641 struct dlm_lock_resource *res) in __dlm_lockres_grab_inflight_ref()
651 struct dlm_lock_resource *res) in dlm_lockres_grab_inflight_ref()
658 struct dlm_lock_resource *res) in dlm_lockres_drop_inflight_ref()
[all …]
/kernel/linux/linux-4.19/lib/
Dkstrtox.c50 unsigned long long res; in _parse_integer() local
85 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull()
121 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull()
145 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll()
170 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul()
186 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol()
217 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint()
248 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint()
263 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16()
278 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16()
[all …]
/kernel/linux/linux-5.10/lib/
Dkstrtox.c52 unsigned long long res; in _parse_integer_limit() local
92 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull()
127 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull()
150 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll()
175 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul()
191 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol()
221 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint()
251 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint()
266 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16()
281 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16()
[all …]
/kernel/linux/linux-4.19/net/mac802154/
Dmib.c33 int res; in mac802154_dev_set_page_channel() local
52 int res; in mac802154_get_params() local
68 int res; in mac802154_set_params() local
84 int res; in mac802154_add_key() local
99 int res; in mac802154_del_key() local
114 int res; in mac802154_add_dev() local
128 int res; in mac802154_del_dev() local
144 int res; in mac802154_add_devkey() local
160 int res; in mac802154_del_devkey() local
175 int res; in mac802154_add_seclevel() local
[all …]
/kernel/linux/linux-5.10/net/mac802154/
Dmib.c25 int res; in mac802154_dev_set_page_channel() local
44 int res; in mac802154_get_params() local
60 int res; in mac802154_set_params() local
76 int res; in mac802154_add_key() local
91 int res; in mac802154_del_key() local
106 int res; in mac802154_add_dev() local
120 int res; in mac802154_del_dev() local
136 int res; in mac802154_add_devkey() local
152 int res; in mac802154_del_devkey() local
167 int res; in mac802154_add_seclevel() local
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/core/
Drestrack.c126 static struct ib_device *res_to_dev(struct rdma_restrack_entry *res) in res_to_dev()
156 static void rdma_restrack_attach_task(struct rdma_restrack_entry *res, in rdma_restrack_attach_task()
174 void rdma_restrack_set_name(struct rdma_restrack_entry *res, const char *caller) in rdma_restrack_set_name()
207 void rdma_restrack_new(struct rdma_restrack_entry *res, in rdma_restrack_new()
220 void rdma_restrack_add(struct rdma_restrack_entry *res) in rdma_restrack_add()
255 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res) in rdma_restrack_get()
274 struct rdma_restrack_entry *res; in rdma_restrack_get_byid() local
288 struct rdma_restrack_entry *res; in restrack_release() local
298 int rdma_restrack_put(struct rdma_restrack_entry *res) in rdma_restrack_put()
308 void rdma_restrack_del(struct rdma_restrack_entry *res) in rdma_restrack_del()
/kernel/liteos_m/components/fs/fatfs/
Dfatfs.c114 INT32 res; in FsChangeDrive() local
326 FRESULT res; in fatfs_mount() local
382 FRESULT res; in fatfs_umount() local
441 FRESULT res; in CloseAll() local
481 FRESULT res; in fatfs_umount2() local
542 FRESULT res; in fatfs_open() local
622 FRESULT res; in fatfs_close() local
670 FRESULT res; in fatfs_read() local
710 FRESULT res; in fatfs_write() local
762 FRESULT res; in fatfs_lseek() local
[all …]
/kernel/linux/linux-5.10/drivers/acpi/
Dresource.c22 static inline bool acpi_iospace_resource_valid(struct resource *res) in acpi_iospace_resource_valid()
35 acpi_iospace_resource_valid(struct resource *res) { return true; } in acpi_iospace_resource_valid()
71 static void acpi_dev_memresource_flags(struct resource *res, u64 len, in acpi_dev_memresource_flags()
83 static void acpi_dev_get_memresource(struct resource *res, u64 start, u64 len, in acpi_dev_get_memresource()
105 bool acpi_dev_resource_memory(struct acpi_resource *ares, struct resource *res) in acpi_dev_resource_memory()
139 static void acpi_dev_ioresource_flags(struct resource *res, u64 len, in acpi_dev_ioresource_flags()
156 static void acpi_dev_get_ioresource(struct resource *res, u64 start, u64 len, in acpi_dev_get_ioresource()
178 bool acpi_dev_resource_io(struct acpi_resource *ares, struct resource *res) in acpi_dev_resource_io()
213 struct resource *res = &win->res; in acpi_decode_space() local
383 static void acpi_dev_irqresource_disabled(struct resource *res, u32 gsi) in acpi_dev_irqresource_disabled()
[all …]
/kernel/linux/linux-4.19/drivers/acpi/
Dresource.c30 static inline bool acpi_iospace_resource_valid(struct resource *res) in acpi_iospace_resource_valid()
43 acpi_iospace_resource_valid(struct resource *res) { return true; } in acpi_iospace_resource_valid()
79 static void acpi_dev_memresource_flags(struct resource *res, u64 len, in acpi_dev_memresource_flags()
91 static void acpi_dev_get_memresource(struct resource *res, u64 start, u64 len, in acpi_dev_get_memresource()
113 bool acpi_dev_resource_memory(struct acpi_resource *ares, struct resource *res) in acpi_dev_resource_memory()
147 static void acpi_dev_ioresource_flags(struct resource *res, u64 len, in acpi_dev_ioresource_flags()
164 static void acpi_dev_get_ioresource(struct resource *res, u64 start, u64 len, in acpi_dev_get_ioresource()
186 bool acpi_dev_resource_io(struct acpi_resource *ares, struct resource *res) in acpi_dev_resource_io()
221 struct resource *res = &win->res; in acpi_decode_space() local
391 static void acpi_dev_irqresource_disabled(struct resource *res, u32 gsi) in acpi_dev_irqresource_disabled()
[all …]

12345678910>>...218