Home
last modified time | relevance | path

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

12345678910>>...124

/Linux-v5.4/arch/mips/kernel/
Dunaligned.c112 #define _LoadHW(addr, value, res, type) \ argument
135 #define _LoadW(addr, value, res, type) \ argument
157 #define _LoadW(addr, value, res, type) \ argument
192 #define _LoadHWU(addr, value, res, type) \ argument
217 #define _LoadWU(addr, value, res, type) \ argument
239 #define _LoadDW(addr, value, res) \ argument
261 #define _LoadWU(addr, value, res, type) \ argument
294 #define _LoadDW(addr, value, res) \ argument
346 #define _StoreHW(addr, value, res, type) \ argument
370 #define _StoreW(addr, value, res, type) \ argument
[all …]
Dmips-r2-to-r6-emul.c404 s64 res; in mult_func() local
431 u64 res; in multu_func() local
499 s64 res; in dmult_func() local
531 u64 res; in dmultu_func() local
635 s64 res; in madd_func() local
664 u64 res; in maddu_func() local
693 s64 res; in msub_func() local
722 u64 res; in msubu_func() local
751 s64 res; in mul_func() local
777 u32 res; in clz_func() local
[all …]
/Linux-v5.4/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 …]
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c40 void vmw_resource_mob_attach(struct vmw_resource *res) in vmw_resource_mob_attach()
55 void vmw_resource_mob_detach(struct vmw_resource *res) in vmw_resource_mob_detach()
66 struct vmw_resource *vmw_resource_reference(struct vmw_resource *res) in vmw_resource_reference()
73 vmw_resource_reference_unless_doomed(struct vmw_resource *res) in vmw_resource_reference_unless_doomed()
85 void vmw_resource_release_id(struct vmw_resource *res) in vmw_resource_release_id()
99 struct vmw_resource *res = in vmw_resource_release() local
147 struct vmw_resource *res = *p_res; in vmw_resource_unreference() local
162 int vmw_resource_alloc_id(struct vmw_resource *res) in vmw_resource_alloc_id()
193 int vmw_resource_init(struct vmw_private *dev_priv, struct vmw_resource *res, in vmw_resource_init()
241 struct vmw_resource *res; in vmw_user_resource_lookup_handle() local
[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 …]
Dvmwgfx_cotable.c51 struct vmw_resource res; member
135 static struct vmw_cotable *vmw_cotable(struct vmw_resource *res) in vmw_cotable()
148 static int vmw_cotable_destroy(struct vmw_resource *res) in vmw_cotable_destroy()
163 static int vmw_cotable_unscrub(struct vmw_resource *res) in vmw_cotable_unscrub()
205 static int vmw_cotable_bind(struct vmw_resource *res, in vmw_cotable_bind()
238 int vmw_cotable_scrub(struct vmw_resource *res, bool readback) in vmw_cotable_scrub()
303 static int vmw_cotable_unbind(struct vmw_resource *res, in vmw_cotable_unbind()
338 static int vmw_cotable_readback(struct vmw_resource *res) in vmw_cotable_readback()
381 static int vmw_cotable_resize(struct vmw_resource *res, size_t new_size) in vmw_cotable_resize()
505 static int vmw_cotable_create(struct vmw_resource *res) in vmw_cotable_create()
[all …]
Dvmwgfx_context.c36 struct vmw_resource res; member
121 struct vmw_resource *res; in vmw_context_cotables_unref() local
135 static void vmw_hw_context_destroy(struct vmw_resource *res) in vmw_hw_context_destroy()
177 struct vmw_resource *res, in vmw_gb_context_init()
178 void (*res_free)(struct vmw_resource *res)) in vmw_gb_context_init()
235 struct vmw_resource *res, in vmw_context_init()
236 void (*res_free)(struct vmw_resource *res), in vmw_context_init()
291 static int vmw_gb_context_create(struct vmw_resource *res) in vmw_gb_context_create()
334 static int vmw_gb_context_bind(struct vmw_resource *res, in vmw_gb_context_bind()
361 static int vmw_gb_context_unbind(struct vmw_resource *res, in vmw_gb_context_unbind()
[all …]
Dvmwgfx_simple_resource.c65 void (*res_free)(struct vmw_resource *res)) in vmw_simple_resource_init()
67 struct vmw_resource *res = &simple->res; in vmw_simple_resource_init() local
96 static void vmw_simple_resource_free(struct vmw_resource *res) in vmw_simple_resource_free()
122 struct vmw_resource *res = &usimple->simple.res; in vmw_simple_resource_base_release() local
149 struct vmw_resource *res; in vmw_simple_resource_create_ioctl() local
238 struct vmw_resource *res; in vmw_simple_resource_lookup() local
/Linux-v5.4/drivers/infiniband/core/
Drestrack.c129 static void set_kern_name(struct rdma_restrack_entry *res) in set_kern_name()
155 static struct ib_device *res_to_dev(struct rdma_restrack_entry *res) in res_to_dev()
179 void rdma_restrack_set_task(struct rdma_restrack_entry *res, in rdma_restrack_set_task()
199 void rdma_restrack_attach_task(struct rdma_restrack_entry *res, in rdma_restrack_attach_task()
208 static void rdma_restrack_add(struct rdma_restrack_entry *res) in rdma_restrack_add()
247 void rdma_restrack_kadd(struct rdma_restrack_entry *res) in rdma_restrack_kadd()
260 void rdma_restrack_uadd(struct rdma_restrack_entry *res) in rdma_restrack_uadd()
275 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res) in rdma_restrack_get()
294 struct rdma_restrack_entry *res; in rdma_restrack_get_byid() local
308 struct rdma_restrack_entry *res; in restrack_release() local
[all …]
/Linux-v5.4/fs/ocfs2/dlm/
Ddlmthread.c46 void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags) in __dlm_wait_on_lockres_flags()
65 int __dlm_lockres_has_locks(struct dlm_lock_resource *res) in __dlm_lockres_has_locks()
78 int __dlm_lockres_unused(struct dlm_lock_resource *res) in __dlm_lockres_unused()
111 struct dlm_lock_resource *res) in __dlm_lockres_calc_usage()
137 struct dlm_lock_resource *res) in dlm_lockres_calc_usage()
155 struct dlm_lock_resource *res) in __dlm_do_purge_lockres()
195 struct dlm_lock_resource *res) in dlm_purge_lockres()
345 struct dlm_lock_resource *res) in dlm_shuffle_lists()
501 void dlm_kick_thread(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) in dlm_kick_thread()
513 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 …]
Ddlmunlock.c84 struct dlm_lock_resource *res, in dlmunlock_common()
267 void dlm_commit_pending_unlock(struct dlm_lock_resource *res, in dlm_commit_pending_unlock()
275 void dlm_commit_pending_cancel(struct dlm_lock_resource *res, in dlm_commit_pending_cancel()
284 struct dlm_lock_resource *res, in dlmunlock_master()
294 struct dlm_lock_resource *res, in dlmunlock_remote()
310 struct dlm_lock_resource *res, in dlm_send_remote_unlock_request()
396 struct dlm_lock_resource *res = NULL; in dlm_unlock_lock_handler() local
529 struct dlm_lock_resource *res, in dlm_get_cancel_actions()
561 struct dlm_lock_resource *res, in dlm_get_unlock_actions()
591 struct dlm_lock_resource *res; in dlmunlock() local
Ddlmast.c78 struct dlm_lock_resource *res; in __dlm_queue_ast() local
144 struct dlm_lock_resource *res; in __dlm_queue_bast() local
178 static void dlm_update_lvb(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, in dlm_update_lvb()
208 void dlm_do_local_ast(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, in dlm_do_local_ast()
226 int dlm_do_remote_ast(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, in dlm_do_remote_ast()
250 void dlm_do_local_bast(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, in dlm_do_local_bast()
274 struct dlm_lock_resource *res = NULL; in dlm_proxy_ast_handler() local
433 int dlm_send_proxy_ast_msg(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, in dlm_send_proxy_ast_msg()
/Linux-v5.4/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 …]
/Linux-v5.4/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 …]
/Linux-v5.4/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 …]
/Linux-v5.4/drivers/firmware/
Dqcom_scm-64.c77 struct arm_smccc_res *res) in qcom_scm_call()
203 struct arm_smccc_res res; in __qcom_scm_is_call_available() local
220 struct arm_smccc_res res; in __qcom_scm_hdcp_req() local
247 struct arm_smccc_res res; in __qcom_scm_init() local
267 struct arm_smccc_res res; in __qcom_scm_pas_supported() local
284 struct arm_smccc_res res; in __qcom_scm_pas_init_image() local
301 struct arm_smccc_res res; in __qcom_scm_pas_mem_setup() local
318 struct arm_smccc_res res; in __qcom_scm_pas_auth_and_reset() local
334 struct arm_smccc_res res; in __qcom_scm_pas_shutdown() local
348 struct arm_smccc_res res; in __qcom_scm_pas_mss_reset() local
[all …]
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_res.c472 static void bnxt_qplib_free_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_free_sgid_tbl()
487 static int bnxt_qplib_alloc_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_sgid_tbl()
521 static void bnxt_qplib_cleanup_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_cleanup_sgid_tbl()
549 static void bnxt_qplib_free_pkey_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_free_pkey_tbl()
562 static int bnxt_qplib_alloc_pkey_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_pkey_tbl()
589 int bnxt_qplib_dealloc_pd(struct bnxt_qplib_res *res, in bnxt_qplib_dealloc_pd()
609 static int bnxt_qplib_alloc_pd_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_pd_tbl()
650 int bnxt_qplib_dealloc_dpi(struct bnxt_qplib_res *res, in bnxt_qplib_dealloc_dpi()
670 static void bnxt_qplib_free_dpi_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_free_dpi_tbl()
680 static int bnxt_qplib_alloc_dpi_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_dpi_tbl()
[all …]
Dqplib_sp.c174 int bnxt_qplib_set_func_resources(struct bnxt_qplib_res *res, in bnxt_qplib_set_func_resources()
206 int bnxt_qplib_get_sgid(struct bnxt_qplib_res *res, in bnxt_qplib_get_sgid()
223 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_del_sgid() local
284 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_add_sgid() local
375 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_update_sgid() local
409 int bnxt_qplib_get_pkey(struct bnxt_qplib_res *res, in bnxt_qplib_get_pkey()
427 int bnxt_qplib_del_pkey(struct bnxt_qplib_res *res, in bnxt_qplib_del_pkey()
459 int bnxt_qplib_add_pkey(struct bnxt_qplib_res *res, in bnxt_qplib_add_pkey()
496 int bnxt_qplib_create_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, in bnxt_qplib_create_ah()
539 void bnxt_qplib_destroy_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, in bnxt_qplib_destroy_ah()
[all …]
/Linux-v5.4/drivers/ssb/
Dembedded.c72 u32 res = 0; in ssb_gpio_in() local
90 u32 res = 0; in ssb_gpio_out() local
108 u32 res = 0; in ssb_gpio_outen() local
126 u32 res = 0; in ssb_gpio_control() local
140 u32 res = 0; in ssb_gpio_intmask() local
158 u32 res = 0; in ssb_gpio_polarity() local
179 int res; in gige_pci_init_callback() local
221 int res; in gige_map_irq_callback() local
242 int res; in ssb_pcibios_map_irq() local
/Linux-v5.4/drivers/scsi/libsas/
Dsas_expander.c57 int res, retry; in smp_execute_task_sg() local
373 int res; in sas_ex_phy_discover_helper() local
393 int res = 0; in sas_ex_phy_discover() local
430 int res = -ENOMEM; in sas_expander_discover() local
470 int res; in sas_ex_general() local
542 int res; in sas_ex_manuf_info() local
583 int res; in sas_smp_phy_control() local
661 int res; in sas_smp_get_phy_events() local
706 int res; in sas_get_report_phy_sata() local
785 int res; in sas_ex_discover_end_dev() local
[all …]
/Linux-v5.4/arch/x86/platform/olpc/
Dolpc_dt.c25 void *res[] = { &node }; in olpc_dt_getsibling() local
39 void *res[] = { &node }; in olpc_dt_getchild() local
56 void *res[] = { &len }; in olpc_dt_getproplen() local
79 void *res[] = { &plen }; in olpc_dt_getproperty() local
94 void *res[] = { &success }; in olpc_dt_nextprop() local
111 void *res[] = { len }; in olpc_dt_pkg2path() local
128 void *res; in prom_early_alloc() local
170 void *res[] = { &node }; in olpc_dt_finddevice() local
187 void *res[] = { &result }; in olpc_dt_interpret() local
/Linux-v5.4/tools/bpf/bpftool/
Dfeature.c64 const char *define_name, bool res, const char *define_prefix) in print_bool_feature()
78 int res; in print_kernel_option() local
136 int res; in read_procfs() local
158 int res; in probe_unprivileged_disabled() local
184 int res; in probe_jit_enable() local
214 int res; in probe_jit_harden() local
244 int res; in probe_jit_kallsyms() local
270 int res; in probe_jit_limit() local
447 bool res; in probe_bpf_syscall() local
467 bool res; in probe_prog_type() local
[all …]
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_resource.c69 static int nfp_cpp_resource_find(struct nfp_cpp *cpp, struct nfp_resource *res) in nfp_cpp_resource_find()
112 nfp_resource_try_acquire(struct nfp_cpp *cpp, struct nfp_resource *res, in nfp_resource_try_acquire()
155 struct nfp_resource *res; in nfp_resource_acquire() local
213 void nfp_resource_release(struct nfp_resource *res) in nfp_resource_release()
235 struct nfp_resource *res; in nfp_resource_wait() local
271 u32 nfp_resource_cpp_id(struct nfp_resource *res) in nfp_resource_cpp_id()
282 const char *nfp_resource_name(struct nfp_resource *res) in nfp_resource_name()
293 u64 nfp_resource_address(struct nfp_resource *res) in nfp_resource_address()
304 u64 nfp_resource_size(struct nfp_resource *res) in nfp_resource_size()
/Linux-v5.4/drivers/pci/
Dsetup-res.c32 struct resource *res = dev->resource + resno; in pci_std_update_resource() local
132 struct resource *res = &dev->resource[resource]; in pci_claim_resource() local
194 static int pci_revert_fw_address(struct resource *res, struct pci_dev *dev, in pci_revert_fw_address()
238 const struct resource *res, in pcibios_align_resource()
248 struct resource *res = dev->resource + resno; in __pci_assign_resource() local
311 struct resource *res = dev->resource + resno; in pci_assign_resource() local
357 struct resource *res = dev->resource + resno; in pci_reassign_resource() local
395 struct resource *res = dev->resource + resno; in pci_release_resource() local
411 struct resource *res = dev->resource + resno; in pci_resize_resource() local

12345678910>>...124