/drivers/media/platform/omap3isp/ |
D | ispresizer.c | 117 __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() 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 …]
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | rx_res.c | 39 static int mlx5e_rx_res_rss_init_def(struct mlx5e_rx_res *res, in mlx5e_rx_res_rss_init_def() 70 int mlx5e_rx_res_rss_init(struct mlx5e_rx_res *res, u32 *rss_idx, unsigned int init_nch) in mlx5e_rx_res_rss_init() 105 static int __mlx5e_rx_res_rss_destroy(struct mlx5e_rx_res *res, u32 rss_idx) in __mlx5e_rx_res_rss_destroy() 120 int mlx5e_rx_res_rss_destroy(struct mlx5e_rx_res *res, u32 rss_idx) in mlx5e_rx_res_rss_destroy() 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() 188 void mlx5e_rx_res_rss_set_indir_uniform(struct mlx5e_rx_res *res, unsigned int nch) in mlx5e_rx_res_rss_set_indir_uniform() 194 int mlx5e_rx_res_rss_get_rxfh(struct mlx5e_rx_res *res, u32 rss_idx, in mlx5e_rx_res_rss_get_rxfh() 209 int mlx5e_rx_res_rss_set_rxfh(struct mlx5e_rx_res *res, u32 rss_idx, in mlx5e_rx_res_rss_set_rxfh() [all …]
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 40 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 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 [all …]
|
D | vmwgfx_shader.c | 35 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 …]
|
D | vmwgfx_cotable.c | 51 struct vmw_resource res; member 138 static struct vmw_cotable *vmw_cotable(struct vmw_resource *res) in vmw_cotable() 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() 384 static int vmw_cotable_resize(struct vmw_resource *res, size_t new_size) in vmw_cotable_resize() 512 static int vmw_cotable_create(struct vmw_resource *res) in vmw_cotable_create() [all …]
|
D | vmwgfx_streamoutput.c | 46 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 …]
|
D | vmwgfx_context.c | 36 struct vmw_resource res; member 122 struct vmw_resource *res; in vmw_context_cotables_unref() local 138 static void vmw_hw_context_destroy(struct vmw_resource *res) in vmw_hw_context_destroy() 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() 296 static int vmw_gb_context_create(struct vmw_resource *res) in vmw_gb_context_create() 339 static int vmw_gb_context_bind(struct vmw_resource *res, in vmw_gb_context_bind() 366 static int vmw_gb_context_unbind(struct vmw_resource *res, in vmw_gb_context_unbind() [all …]
|
D | vmwgfx_so.c | 63 struct vmw_resource res; member 113 static struct vmw_view *vmw_view(struct vmw_resource *res) in vmw_view() 126 static void vmw_view_commit_notify(struct vmw_resource *res, in vmw_view_commit_notify() 158 static int vmw_view_create(struct vmw_resource *res) in vmw_view_create() 202 static int vmw_view_destroy(struct vmw_resource *res) in vmw_view_destroy() 239 static void vmw_hw_view_destroy(struct vmw_resource *res) in vmw_hw_view_destroy() 284 static void vmw_view_res_free(struct vmw_resource *res) in vmw_view_res_free() 328 struct vmw_resource *res; in vmw_view_add() local 475 struct vmw_resource *vmw_view_srf(struct vmw_resource *res) in vmw_view_srf() 509 u32 vmw_view_dirtying(struct vmw_resource *res) in vmw_view_dirtying()
|
D | vmwgfx_simple_resource.c | 65 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 233 struct vmw_resource *res; in vmw_simple_resource_lookup() local
|
/drivers/infiniband/hw/bnxt_re/ |
D | qplib_res.c | 63 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 363 void bnxt_qplib_free_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_free_ctx() 381 static int bnxt_qplib_alloc_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_tqm_rings() 462 static int bnxt_qplib_setup_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_setup_tqm_rings() 497 int bnxt_qplib_alloc_ctx(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_ctx() 583 static void bnxt_qplib_free_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_free_sgid_tbl() 598 static int bnxt_qplib_alloc_sgid_tbl(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_sgid_tbl() [all …]
|
D | qplib_sp.c | 182 int bnxt_qplib_set_func_resources(struct bnxt_qplib_res *res, in bnxt_qplib_set_func_resources() 214 int bnxt_qplib_get_sgid(struct bnxt_qplib_res *res, in bnxt_qplib_get_sgid() 231 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_del_sgid() local 292 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_add_sgid() local 383 struct bnxt_qplib_res *res = to_bnxt_qplib(sgid_tbl, in bnxt_qplib_update_sgid() local 417 int bnxt_qplib_get_pkey(struct bnxt_qplib_res *res, in bnxt_qplib_get_pkey() 435 int bnxt_qplib_del_pkey(struct bnxt_qplib_res *res, in bnxt_qplib_del_pkey() 467 int bnxt_qplib_add_pkey(struct bnxt_qplib_res *res, in bnxt_qplib_add_pkey() 504 int bnxt_qplib_create_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, in bnxt_qplib_create_ah() 547 void bnxt_qplib_destroy_ah(struct bnxt_qplib_res *res, struct bnxt_qplib_ah *ah, in bnxt_qplib_destroy_ah() [all …]
|
/drivers/infiniband/core/ |
D | restrack.c | 127 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()
|
/drivers/staging/r8188eu/core/ |
D | rtw_cmd.c | 20 int res = _SUCCESS; in _rtw_init_cmd_priv() local 63 int res = _SUCCESS; in _rtw_init_evt_priv() local 145 u32 res; in rtw_init_cmd_priv() local 154 int res; in rtw_init_evt_priv() local 191 int res = _FAIL; in rtw_enqueue_cmd() local 393 u8 res = _FAIL; in rtw_sitesurvey_cmd() local 470 u8 res = _SUCCESS; in rtw_setdatarate_cmd() local 499 u8 res = _SUCCESS; in rtw_setbasicrate_cmd() local 536 u8 res = _SUCCESS; in rtw_setphy_cmd() local 567 u8 res = _SUCCESS; in rtw_setbbreg_cmd() local [all …]
|
/drivers/scsi/libsas/ |
D | sas_expander.c | 57 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; 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 …]
|
/drivers/ssb/ |
D | embedded.c | 72 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
|
/drivers/acpi/ |
D | resource.c | 23 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() 84 static void acpi_dev_get_memresource(struct resource *res, u64 start, u64 len, in acpi_dev_get_memresource() 106 bool acpi_dev_resource_memory(struct acpi_resource *ares, struct resource *res) in acpi_dev_resource_memory() 140 static void acpi_dev_ioresource_flags(struct resource *res, u64 len, in acpi_dev_ioresource_flags() 157 static void acpi_dev_get_ioresource(struct resource *res, u64 start, u64 len, in acpi_dev_get_ioresource() 179 bool acpi_dev_resource_io(struct acpi_resource *ares, struct resource *res) in acpi_dev_resource_io() 214 struct resource *res = &win->res; in acpi_decode_space() local 600 static void acpi_dev_get_irqresource(struct resource *res, u32 gsi, in acpi_dev_get_irqresource() [all …]
|
/drivers/ps3/ |
D | ps3av_cmd.c | 145 int res; in ps3av_cmd_init() local 196 int res; in ps3av_cmd_fin() local 215 int i, send_len, res; in ps3av_cmd_av_video_mute() local 243 int res; in ps3av_cmd_av_video_disable_sig() local 266 int res; in ps3av_cmd_av_tv_mute() local 288 int res; in ps3av_cmd_enable_event() local 309 int res; in ps3av_cmd_av_hdmi_mode() local 411 int res; in ps3av_cmd_video_format_black() local 438 int i, res; in ps3av_cmd_av_audio_mute() local 785 int res; in ps3av_cmd_audio_mode() local [all …]
|
/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_resource.c | 69 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()
|
/drivers/pci/ |
D | setup-res.c | 32 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() 250 const struct resource *res, in pcibios_align_resource() 260 struct resource *res = dev->resource + resno; in __pci_assign_resource() local 323 struct resource *res = dev->resource + resno; in pci_assign_resource() local 369 struct resource *res = dev->resource + resno; in pci_reassign_resource() local 407 struct resource *res = dev->resource + resno; in pci_release_resource() local 423 struct resource *res = dev->resource + resno; in pci_resize_resource() local
|
D | bus.c | 19 void pci_add_resource_offset(struct list_head *resources, struct resource *res, in pci_add_resource_offset() 35 void pci_add_resource(struct list_head *resources, struct resource *res) in pci_add_resource() 47 void pci_bus_add_resource(struct pci_bus *bus, struct resource *res, in pci_bus_add_resource() 79 void pci_bus_remove_resource(struct pci_bus *bus, struct resource *res) in pci_bus_remove_resource() 118 struct resource *parent, *res; in devm_request_pci_bus_resources() local 158 struct resource *res, in pci_clip_resource_to_region() 175 static int pci_bus_alloc_from_region(struct pci_bus *bus, struct resource *res, in pci_bus_alloc_from_region() 245 int pci_bus_alloc_resource(struct pci_bus *bus, struct resource *res, in pci_bus_alloc_resource() 285 struct resource *res = &dev->resource[idx]; in pci_bus_clip_resource() local
|
D | setup-bus.c | 33 struct resource *res; member 61 struct resource *res, resource_size_t add_size, in add_to_list() 83 static void remove_from_list(struct list_head *head, struct resource *res) in remove_from_list() 97 struct resource *res) in res_to_dev_res() 110 struct resource *res) in get_res_add_size() 119 struct resource *res) in get_res_add_align() 197 static inline void reset_resource(struct resource *res) in reset_resource() 218 struct resource *res; in reassign_resources_sorted() local 278 struct resource *res; in assign_requested_resources_sorted() local 322 static bool pci_need_to_release(unsigned long mask, struct resource *res) in pci_need_to_release() [all …]
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_cmd.c | 319 int res = _FAIL; in rtw_enqueue_cmd() local 535 u8 res = _FAIL; in rtw_sitesurvey_cmd() local 604 u8 res = _SUCCESS; in rtw_setdatarate_cmd() local 640 u8 res = _SUCCESS; in rtw_createbss_cmd() local 668 int res = _SUCCESS; in rtw_startbss_cmd() local 711 u8 res = _SUCCESS; in rtw_joinbss_cmd() local 836 u8 res = _SUCCESS; in rtw_disassoc_cmd() local 873 u8 res = _SUCCESS; in rtw_setopmode_cmd() local 910 u8 res = _SUCCESS; in rtw_setstakey_cmd() local 968 u8 res = _SUCCESS; in rtw_clearstakey_cmd() local [all …]
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ras_eeprom.c | 190 int res; in __write_table_header() local 238 int res; in amdgpu_ras_eeprom_correct_header_tag() local 268 int res; in amdgpu_ras_eeprom_reset_table() local 387 int res; in __amdgpu_ras_eeprom_write() local 420 int res; in amdgpu_ras_eeprom_append_table() local 524 int res; in amdgpu_ras_eeprom_update_header() local 601 int res; in amdgpu_ras_eeprom_append() local 642 int res; in __amdgpu_ras_eeprom_read() local 684 int i, res; in amdgpu_ras_eeprom_read() local 773 int res; in amdgpu_ras_debugfs_eeprom_size_read() local [all …]
|
/drivers/pci/controller/dwc/ |
D | pcie-qcom.c | 196 union qcom_pcie_resources res; member 241 struct qcom_pcie_resources_2_1_0 *res = &pcie->res.v2_1_0; in qcom_pcie_get_resources_2_1_0() local 296 struct qcom_pcie_resources_2_1_0 *res = &pcie->res.v2_1_0; in qcom_pcie_deinit_2_1_0() local 313 struct qcom_pcie_resources_2_1_0 *res = &pcie->res.v2_1_0; in qcom_pcie_init_2_1_0() local 438 struct qcom_pcie_resources_1_0_0 *res = &pcie->res.v1_0_0; in qcom_pcie_get_resources_1_0_0() local 468 struct qcom_pcie_resources_1_0_0 *res = &pcie->res.v1_0_0; in qcom_pcie_deinit_1_0_0() local 480 struct qcom_pcie_resources_1_0_0 *res = &pcie->res.v1_0_0; in qcom_pcie_init_1_0_0() local 558 struct qcom_pcie_resources_2_3_2 *res = &pcie->res.v2_3_2; in qcom_pcie_get_resources_2_3_2() local 592 struct qcom_pcie_resources_2_3_2 *res = &pcie->res.v2_3_2; in qcom_pcie_deinit_2_3_2() local 604 struct qcom_pcie_resources_2_3_2 *res = &pcie->res.v2_3_2; in qcom_pcie_post_deinit_2_3_2() local [all …]
|
/drivers/firmware/ |
D | qcom_scm.c | 131 struct qcom_scm_res res; in __get_convention() local 197 struct qcom_scm_res *res) in qcom_scm_call() 225 struct qcom_scm_res *res) in qcom_scm_call_atomic() 248 struct qcom_scm_res res; in __qcom_scm_is_call_available() local 390 struct qcom_scm_res res; in qcom_scm_set_remote_state() local 460 struct qcom_scm_res res; in qcom_scm_pas_init_image() local 513 struct qcom_scm_res res; in qcom_scm_pas_mem_setup() local 543 struct qcom_scm_res res; in qcom_scm_pas_auth_and_reset() local 572 struct qcom_scm_res res; in qcom_scm_pas_shutdown() local 603 struct qcom_scm_res res; in qcom_scm_pas_supported() local [all …]
|