Home
last modified time | relevance | path

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

12345678910>>...104

/linux/arch/mips/include/asm/
A 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
135 #define _LoadDW(addr, value, res) \ argument
190 #define _LoadDW(addr, value, res) \ argument
286 #define _StoreDW(addr, value, res) \ argument
338 #define _StoreDW(addr, value, res) \ argument
514 #define _LoadDW(addr, value, res) \ argument
569 #define _LoadDW(addr, value, res) \ argument
663 #define _StoreDW(addr, value, res) \ argument
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Drx_res.c39 static int mlx5e_rx_res_rss_init_def(struct mlx5e_rx_res *res, in mlx5e_rx_res_rss_init_def()
134 static void mlx5e_rx_res_rss_destroy_all(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_destroy_all()
157 static void mlx5e_rx_res_rss_enable(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_enable()
172 static void mlx5e_rx_res_rss_disable(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_disable()
239 int mlx5e_rx_res_rss_cnt(struct mlx5e_rx_res *res) in mlx5e_rx_res_rss_cnt()
280 static int mlx5e_rx_res_channels_init(struct mlx5e_rx_res *res, in mlx5e_rx_res_channels_init()
384 static int mlx5e_rx_res_ptp_init(struct mlx5e_rx_res *res) in mlx5e_rx_res_ptp_init()
436 static void mlx5e_rx_res_ptp_destroy(struct mlx5e_rx_res *res) in mlx5e_rx_res_ptp_destroy()
479 void mlx5e_rx_res_destroy(struct mlx5e_rx_res *res) in mlx5e_rx_res_destroy()
486 void mlx5e_rx_res_free(struct mlx5e_rx_res *res) in mlx5e_rx_res_free()
[all …]
/linux/drivers/media/platform/omap3isp/
A Dispresizer.c117 __resizer_get_format(struct isp_res_device *res, in __resizer_get_format()
134 __resizer_get_crop(struct isp_res_device *res, in __resizer_get_crop()
263 static void resizer_set_luma(struct isp_res_device *res, in resizer_set_luma()
610 int omap3isp_resizer_busy(struct isp_res_device *res) in omap3isp_resizer_busy()
1061 void omap3isp_resizer_isr(struct isp_res_device *res) in omap3isp_resizer_isr()
1092 struct isp_res_device *res = &video->isp->isp_res; in resizer_video_queue() local
1135 struct isp_res_device *res = v4l2_get_subdevdata(sd); in resizer_set_stream() local
1229 struct isp_res_device *res = v4l2_get_subdevdata(sd); in resizer_get_selection() local
1282 struct isp_res_device *res = v4l2_get_subdevdata(sd); in resizer_set_selection() local
1785 struct isp_res_device *res = &isp->isp_res; in omap3isp_resizer_init() local
[all …]
/linux/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()
[all …]
/linux/drivers/gpu/drm/vmwgfx/
A 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()
113 struct vmw_resource *res = in vmw_resource_release() local
167 struct vmw_resource *res = *p_res; in vmw_resource_unreference() local
182 int vmw_resource_alloc_id(struct vmw_resource *res) in vmw_resource_alloc_id()
212 int vmw_resource_init(struct vmw_private *dev_priv, struct vmw_resource *res, in vmw_resource_init()
262 struct vmw_resource *res; in vmw_user_resource_lookup_handle() local
328 struct vmw_resource *res; in vmw_user_lookup_handle() local
540 struct vmw_resource *res, in vmw_resource_check_buffer()
789 struct vmw_resource *res = in vmw_resource_unbind_list() local
[all …]
A 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()
160 struct vmw_resource *res, in vmw_gb_shader_init()
247 static int vmw_gb_shader_bind(struct vmw_resource *res, in vmw_gb_shader_bind()
595 struct vmw_resource *res; in vmw_dx_shader_add() local
679 static void vmw_shader_free(struct vmw_resource *res) in vmw_shader_free()
724 struct vmw_resource *res, *tmp; in vmw_user_shader_alloc() local
795 struct vmw_resource *res; in vmw_shader_alloc() local
[all …]
A Dvmwgfx_cotable.c51 struct vmw_resource res; member
151 static int vmw_cotable_destroy(struct vmw_resource *res) in vmw_cotable_destroy()
166 static int vmw_cotable_unscrub(struct vmw_resource *res) in vmw_cotable_unscrub()
208 static int vmw_cotable_bind(struct vmw_resource *res, in vmw_cotable_bind()
241 int vmw_cotable_scrub(struct vmw_resource *res, bool readback) in vmw_cotable_scrub()
306 static int vmw_cotable_unbind(struct vmw_resource *res, in vmw_cotable_unbind()
341 static int vmw_cotable_readback(struct vmw_resource *res) in vmw_cotable_readback()
512 static int vmw_cotable_create(struct vmw_resource *res) in vmw_cotable_create()
544 static void vmw_hw_cotable_destroy(struct vmw_resource *res) in vmw_hw_cotable_destroy()
556 static void vmw_cotable_free(struct vmw_resource *res) in vmw_cotable_free()
[all …]
A 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()
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()
285 struct vmw_resource *res; in vmw_dx_streamoutput_add() local
[all …]
A Dvmwgfx_context.c36 struct vmw_resource res; member
122 struct vmw_resource *res; in vmw_context_cotables_unref() local
180 struct vmw_resource *res, in vmw_gb_context_init()
181 void (*res_free)(struct vmw_resource *res)) in vmw_gb_context_init()
240 struct vmw_resource *res, in vmw_context_init()
241 void (*res_free)(struct vmw_resource *res), in vmw_context_init()
339 static int vmw_gb_context_bind(struct vmw_resource *res, in vmw_gb_context_bind()
506 static int vmw_dx_context_bind(struct vmw_resource *res, in vmw_dx_context_bind()
559 struct vmw_resource *res; in vmw_dx_context_scrub_cotables() local
711 struct vmw_resource *res = &ctx->res; in vmw_user_context_base_release() local
[all …]
/linux/drivers/infiniband/hw/bnxt_re/
A Dqplib_res.c105 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
372 void bnxt_qplib_free_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_free_ctx()
506 int bnxt_qplib_alloc_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_ctx()
692 int bnxt_qplib_dealloc_pd(struct bnxt_qplib_res *res, in bnxt_qplib_dealloc_pd()
712 static int bnxt_qplib_alloc_pd_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_pd_tbl()
753 int bnxt_qplib_dealloc_dpi(struct bnxt_qplib_res *res, in bnxt_qplib_dealloc_dpi()
892 void bnxt_qplib_cleanup_res(struct bnxt_qplib_res *res) in bnxt_qplib_cleanup_res()
898 int bnxt_qplib_init_res(struct bnxt_qplib_res *res) in bnxt_qplib_init_res()
[all …]
A Dqplib_sp.c183 int bnxt_qplib_set_func_resources(struct bnxt_qplib_res *res, in bnxt_qplib_set_func_resources()
215 int bnxt_qplib_get_sgid(struct bnxt_qplib_res *res, in bnxt_qplib_get_sgid()
232 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_del_sgid() local
293 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_add_sgid() local
384 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_update_sgid() local
418 int bnxt_qplib_get_pkey(struct bnxt_qplib_res *res, in bnxt_qplib_get_pkey()
436 int bnxt_qplib_del_pkey(struct bnxt_qplib_res *res, in bnxt_qplib_del_pkey()
468 int bnxt_qplib_add_pkey(struct bnxt_qplib_res *res, in bnxt_qplib_add_pkey()
740 int bnxt_qplib_alloc_fast_reg_page_list(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_fast_reg_page_list()
772 int bnxt_qplib_free_fast_reg_page_list(struct bnxt_qplib_res *res, in bnxt_qplib_free_fast_reg_page_list()
[all …]
/linux/fs/ocfs2/dlm/
A Ddlmthread.c42 void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags) in __dlm_wait_on_lockres_flags()
61 int __dlm_lockres_has_locks(struct dlm_lock_resource *res) in __dlm_lockres_has_locks()
74 int __dlm_lockres_unused(struct dlm_lock_resource *res) in __dlm_lockres_unused()
107 struct dlm_lock_resource *res) in __dlm_lockres_calc_usage()
133 struct dlm_lock_resource *res) in dlm_lockres_calc_usage()
151 struct dlm_lock_resource *res) in __dlm_do_purge_lockres()
191 struct dlm_lock_resource *res) in dlm_purge_lockres()
341 struct dlm_lock_resource *res) in dlm_shuffle_lists()
497 void dlm_kick_thread(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) in dlm_kick_thread()
573 struct dlm_lock_resource *res; in dlm_flush_asts() local
[all …]
A Ddlmmaster.c251 struct dlm_lock_resource *res, in dlm_init_mle()
466 struct dlm_lock_resource *res; in dlm_lockres_release() local
657 struct dlm_lock_resource *res) in __dlm_lockres_grab_inflight_worker()
667 struct dlm_lock_resource *res) in __dlm_lockres_drop_inflight_worker()
678 struct dlm_lock_resource *res) in dlm_lockres_drop_inflight_worker()
1651 struct dlm_lock_resource *res, in dlm_do_assert_master()
2083 struct dlm_lock_resource *res; in dlm_assert_master_worker() local
2442 struct dlm_lock_resource *res; in dlm_deref_lockres_worker() local
2820 struct dlm_lock_resource *res) in dlm_lockres_is_dirty()
3258 struct dlm_lock_resource *res; in dlm_reset_mleres_owner() local
[all …]
A Ddlmunlock.c82 struct dlm_lock_resource *res, in dlmunlock_common()
265 void dlm_commit_pending_unlock(struct dlm_lock_resource *res, in dlm_commit_pending_unlock()
273 void dlm_commit_pending_cancel(struct dlm_lock_resource *res, in dlm_commit_pending_cancel()
282 struct dlm_lock_resource *res, in dlmunlock_master()
292 struct dlm_lock_resource *res, in dlmunlock_remote()
308 struct dlm_lock_resource *res, in dlm_send_remote_unlock_request()
394 struct dlm_lock_resource *res = NULL; in dlm_unlock_lock_handler() local
527 struct dlm_lock_resource *res, in dlm_get_cancel_actions()
559 struct dlm_lock_resource *res, in dlm_get_unlock_actions()
589 struct dlm_lock_resource *res; in dlmunlock() local
A Ddlmast.c76 struct dlm_lock_resource *res; in __dlm_queue_ast() local
142 struct dlm_lock_resource *res; in __dlm_queue_bast() local
166 static void dlm_update_lvb(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, in dlm_update_lvb()
196 void dlm_do_local_ast(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, in dlm_do_local_ast()
214 int dlm_do_remote_ast(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, in dlm_do_remote_ast()
238 void dlm_do_local_bast(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, in dlm_do_local_bast()
262 struct dlm_lock_resource *res = NULL; in dlm_proxy_ast_handler() local
421 int dlm_send_proxy_ast_msg(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, in dlm_send_proxy_ast_msg()
/linux/lib/
A Dkstrtox.c53 unsigned long long res; in _parse_integer_limit() local
151 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll()
176 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul()
192 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol()
222 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint()
252 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint()
267 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16()
282 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16()
297 int kstrtou8(const char *s, unsigned int base, u8 *res) in kstrtou8()
312 int kstrtos8(const char *s, unsigned int base, s8 *res) in kstrtos8()
[all …]
/linux/net/mac802154/
A 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/drivers/infiniband/core/
A Drestrack.c127 static struct ib_device *res_to_dev(struct rdma_restrack_entry *res) in res_to_dev()
159 static void rdma_restrack_attach_task(struct rdma_restrack_entry *res, in rdma_restrack_attach_task()
177 void rdma_restrack_set_name(struct rdma_restrack_entry *res, const char *caller) in rdma_restrack_set_name()
210 void rdma_restrack_new(struct rdma_restrack_entry *res, in rdma_restrack_new()
223 void rdma_restrack_add(struct rdma_restrack_entry *res) in rdma_restrack_add()
269 int __must_check rdma_restrack_get(struct rdma_restrack_entry *res) in rdma_restrack_get()
288 struct rdma_restrack_entry *res; in rdma_restrack_get_byid() local
302 struct rdma_restrack_entry *res; in restrack_release() local
312 int rdma_restrack_put(struct rdma_restrack_entry *res) in rdma_restrack_put()
322 void rdma_restrack_del(struct rdma_restrack_entry *res) in rdma_restrack_del()
/linux/drivers/ssb/
A 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/drivers/scsi/libsas/
A Dsas_expander.c373 int res; in sas_ex_phy_discover_helper() local
430 int res; 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
946 int res; in sas_ex_discover_expander() local
1462 int res; in sas_configure_set() local
[all …]
/linux/arch/x86/platform/olpc/
A 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/drivers/staging/r8188eu/core/
A Drtw_cmd.c22 int res = _SUCCESS; in _rtw_init_cmd_priv() local
66 int res = _SUCCESS; in _rtw_init_evt_priv() local
148 u32 res; in rtw_init_cmd_priv() local
157 int res; in rtw_init_evt_priv() local
184 int res = _FAIL; in rtw_enqueue_cmd() local
337 u8 res = _FAIL; in rtw_sitesurvey_cmd() local
414 u8 res = _SUCCESS; in rtw_setdatarate_cmd() local
451 u8 res = _SUCCESS; in rtw_createbss_cmd() local
476 u8 res = _SUCCESS; in rtw_joinbss_cmd() local
604 u8 res = _SUCCESS; in rtw_disassoc_cmd() local
[all …]
/linux/drivers/acpi/
A Dresource.c23 static inline bool acpi_iospace_resource_valid(struct resource *res) in acpi_iospace_resource_valid()
36 acpi_iospace_resource_valid(struct resource *res) { return true; } in acpi_iospace_resource_valid()
72 static void acpi_dev_memresource_flags(struct resource *res, u64 len, in acpi_dev_memresource_flags()
140 static void acpi_dev_ioresource_flags(struct resource *res, u64 len, in acpi_dev_ioresource_flags()
214 struct resource *res = &win->res; in acpi_decode_space() local
433 static void acpi_dev_get_irqresource(struct resource *res, u32 gsi, in acpi_dev_get_irqresource()
498 struct resource *res) in acpi_dev_resource_interrupt()
580 struct resource *res = &win.res; in acpi_dev_process_resource() local
679 struct resource *res = &win.res; in is_memory() local
792 struct resource *res = context; in acpi_res_consumer_cb() local
[all …]
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
A 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/drivers/pci/
A Dsetup-res.c32 struct resource *res = dev->resource + resno; in pci_std_update_resource() local
133 struct resource *res = &dev->resource[resource]; in pci_claim_resource() local
195 static int pci_revert_fw_address(struct resource *res, struct pci_dev *dev, in pci_revert_fw_address()
239 const struct resource *res, in pcibios_align_resource()
249 struct resource *res = dev->resource + resno; in __pci_assign_resource() local
312 struct resource *res = dev->resource + resno; in pci_assign_resource() local
358 struct resource *res = dev->resource + resno; in pci_reassign_resource() local
396 struct resource *res = dev->resource + resno; in pci_release_resource() local
412 struct resource *res = dev->resource + resno; in pci_resize_resource() local

Completed in 98 milliseconds

12345678910>>...104