Home
last modified time | relevance | path

Searched defs:mgr (Results 26 – 50 of 96) sorted by relevance

1234

/OK3568_Linux_fs/kernel/sound/pci/pcxhr/
H A Dpcxhr_mix22.c36 #define PCXHR_INPB(mgr, x) inb((mgr)->port[PCXHR_DSP] + (x)) argument
37 #define PCXHR_OUTPB(mgr, x, data) outb((data), (mgr)->port[PCXHR_DSP] + (x)) argument
206 static void hr222_config_akm(struct pcxhr_mgr *mgr, unsigned short data) in hr222_config_akm()
222 static int hr222_set_hw_playback_level(struct pcxhr_mgr *mgr, in hr222_set_hw_playback_level()
244 static int hr222_set_hw_capture_level(struct pcxhr_mgr *mgr, in hr222_set_hw_capture_level()
271 int hr222_sub_init(struct pcxhr_mgr *mgr) in hr222_sub_init()
338 int hr222_sub_set_clock(struct pcxhr_mgr *mgr, in hr222_sub_set_clock()
402 int hr222_get_external_clock(struct pcxhr_mgr *mgr, in hr222_get_external_clock()
496 int hr222_read_gpio(struct pcxhr_mgr *mgr, int is_gpi, int *value) in hr222_read_gpio()
510 int hr222_write_gpo(struct pcxhr_mgr *mgr, int value) in hr222_write_gpo()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_virtual.c31 static inline void _mali_vma_offset_add_rb(struct mali_allocation_manager *mgr, in _mali_vma_offset_add_rb()
57 int mali_vma_offset_add(struct mali_allocation_manager *mgr, in mali_vma_offset_add()
79 void mali_vma_offset_remove(struct mali_allocation_manager *mgr, in mali_vma_offset_remove()
94 struct mali_vma_node *mali_vma_offset_search(struct mali_allocation_manager *mgr, in mali_vma_offset_search()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_vma_manager.c85 void drm_vma_offset_manager_init(struct drm_vma_offset_manager *mgr, in drm_vma_offset_manager_init()
104 void drm_vma_offset_manager_destroy(struct drm_vma_offset_manager *mgr) in drm_vma_offset_manager_destroy()
140 struct drm_vma_offset_node *drm_vma_offset_lookup_locked(struct drm_vma_offset_manager *mgr, in drm_vma_offset_lookup_locked()
201 int drm_vma_offset_add(struct drm_vma_offset_manager *mgr, in drm_vma_offset_add()
229 void drm_vma_offset_remove(struct drm_vma_offset_manager *mgr, in drm_vma_offset_remove()
/OK3568_Linux_fs/kernel/drivers/fpga/
H A Ddfl-fme-mgr.c107 static int fme_mgr_write_init(struct fpga_manager *mgr, in fme_mgr_write_init()
165 static int fme_mgr_write(struct fpga_manager *mgr, in fme_mgr_write()
220 static int fme_mgr_write_complete(struct fpga_manager *mgr, in fme_mgr_write_complete()
255 static enum fpga_mgr_states fme_mgr_state(struct fpga_manager *mgr) in fme_mgr_state()
260 static u64 fme_mgr_status(struct fpga_manager *mgr) in fme_mgr_status()
288 struct fpga_manager *mgr; in fme_mgr_probe() local
324 struct fpga_manager *mgr = platform_get_drvdata(pdev); in fme_mgr_remove() local
H A Dmachxo2-spi.c135 static int machxo2_cleanup(struct fpga_manager *mgr) in machxo2_cleanup()
174 static enum fpga_mgr_states machxo2_spi_state(struct fpga_manager *mgr) in machxo2_spi_state()
187 static int machxo2_write_init(struct fpga_manager *mgr, in machxo2_write_init()
252 static int machxo2_write(struct fpga_manager *mgr, const char *buf, in machxo2_write()
291 static int machxo2_write_complete(struct fpga_manager *mgr, in machxo2_write_complete()
366 struct fpga_manager *mgr; in machxo2_spi_probe() local
385 struct fpga_manager *mgr = spi_get_drvdata(spi); in machxo2_spi_remove() local
H A Daltera-ps-spi.c88 static enum fpga_mgr_states altera_ps_state(struct fpga_manager *mgr) in altera_ps_state()
106 static int altera_ps_write_init(struct fpga_manager *mgr, in altera_ps_write_init()
175 static int altera_ps_write(struct fpga_manager *mgr, const char *buf, in altera_ps_write()
201 static int altera_ps_write_complete(struct fpga_manager *mgr, in altera_ps_write_complete()
260 struct fpga_manager *mgr; in altera_ps_probe() local
317 struct fpga_manager *mgr = spi_get_drvdata(spi); in altera_ps_remove() local
H A Daltera-cvp.c75 struct fpga_manager *mgr; member
117 static enum fpga_mgr_states altera_cvp_state(struct fpga_manager *mgr) in altera_cvp_state()
182 static int altera_cvp_chk_error(struct fpga_manager *mgr, size_t bytes) in altera_cvp_chk_error()
229 static int altera_cvp_v2_wait_for_credit(struct fpga_manager *mgr, in altera_cvp_v2_wait_for_credit()
285 static int altera_cvp_teardown(struct fpga_manager *mgr, in altera_cvp_teardown()
318 static int altera_cvp_write_init(struct fpga_manager *mgr, in altera_cvp_write_init()
431 static int altera_cvp_write(struct fpga_manager *mgr, const char *buf, in altera_cvp_write()
484 static int altera_cvp_write_complete(struct fpga_manager *mgr, in altera_cvp_write_complete()
580 struct fpga_manager *mgr; in altera_cvp_probe() local
682 struct fpga_manager *mgr = pci_get_drvdata(pdev); in altera_cvp_remove() local
H A Dsocfpga-a10.c203 static int socfpga_a10_fpga_set_cdratio(struct fpga_manager *mgr, in socfpga_a10_fpga_set_cdratio()
272 static int socfpga_a10_fpga_write_init(struct fpga_manager *mgr, in socfpga_a10_fpga_write_init()
354 static int socfpga_a10_fpga_write(struct fpga_manager *mgr, const char *buf, in socfpga_a10_fpga_write()
391 static int socfpga_a10_fpga_write_complete(struct fpga_manager *mgr, in socfpga_a10_fpga_write_complete()
440 static enum fpga_mgr_states socfpga_a10_fpga_state(struct fpga_manager *mgr) in socfpga_a10_fpga_state()
473 struct fpga_manager *mgr; in socfpga_a10_fpga_probe() local
529 struct fpga_manager *mgr = platform_get_drvdata(pdev); in socfpga_a10_fpga_remove() local
H A Dzynq-fpga.c251 static int zynq_fpga_ops_write_init(struct fpga_manager *mgr, in zynq_fpga_ops_write_init()
384 static int zynq_fpga_ops_write(struct fpga_manager *mgr, struct sg_table *sgt) in zynq_fpga_ops_write()
485 static int zynq_fpga_ops_write_complete(struct fpga_manager *mgr, in zynq_fpga_ops_write_complete()
524 static enum fpga_mgr_states zynq_fpga_ops_state(struct fpga_manager *mgr) in zynq_fpga_ops_state()
557 struct fpga_manager *mgr; in zynq_fpga_probe() local
632 struct fpga_manager *mgr; in zynq_fpga_remove() local
H A Dsocfpga.c358 static int socfpga_fpga_reset(struct fpga_manager *mgr) in socfpga_fpga_reset()
399 static int socfpga_fpga_ops_configure_init(struct fpga_manager *mgr, in socfpga_fpga_ops_configure_init()
433 static int socfpga_fpga_ops_configure_write(struct fpga_manager *mgr, in socfpga_fpga_ops_configure_write()
470 static int socfpga_fpga_ops_configure_complete(struct fpga_manager *mgr, in socfpga_fpga_ops_configure_complete()
520 static enum fpga_mgr_states socfpga_fpga_ops_state(struct fpga_manager *mgr) in socfpga_fpga_ops_state()
547 struct fpga_manager *mgr; in socfpga_fpga_probe() local
586 struct fpga_manager *mgr = platform_get_drvdata(pdev); in socfpga_fpga_remove() local
H A Ddfl-fme-region.c35 struct fpga_manager *mgr; in fme_region_probe() local
68 struct fpga_manager *mgr = region->mgr; in fme_region_remove() local
H A Dof-fpga-region.c51 struct fpga_manager *mgr; in of_fpga_region_get_mgr() local
400 struct fpga_manager *mgr; in of_fpga_region_probe() local
433 struct fpga_manager *mgr = region->mgr; in of_fpga_region_remove() local
H A Ddfl-fme-pr.c176 struct platform_device *mgr, *fme = pdata->dev; in dfl_fme_create_mgr() local
302 struct platform_device *mgr, in dfl_fme_create_region()
375 struct platform_device *mgr; in pr_mgmt_init() local
/OK3568_Linux_fs/kernel/sound/pci/mixart/
H A Dmixart_hwdep.c33 static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr, in mixart_wait_nice_for_register_value()
89 static int mixart_load_elf(struct mixart_mgr *mgr, const struct firmware *dsp ) in mixart_load_elf()
128 static int mixart_enum_connectors(struct mixart_mgr *mgr) in mixart_enum_connectors()
246 static int mixart_enum_physio(struct mixart_mgr *mgr) in mixart_enum_physio()
302 static int mixart_first_init(struct mixart_mgr *mgr) in mixart_first_init()
332 static int mixart_dsp_load(struct mixart_mgr* mgr, int index, const struct firmware *dsp) in mixart_dsp_load()
549 int snd_mixart_setup_firmware(struct mixart_mgr *mgr) in snd_mixart_setup_firmware()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c36 static inline struct amdgpu_device *to_amdgpu_device(struct amdgpu_vram_mgr *mgr) in to_amdgpu_device()
177 struct amdgpu_vram_mgr *mgr = &adev->mman.vram_mgr; in amdgpu_vram_mgr_init() local
208 struct amdgpu_vram_mgr *mgr = &adev->mman.vram_mgr; in amdgpu_vram_mgr_fini() local
314 struct amdgpu_vram_mgr *mgr = to_vram_mgr(man); in amdgpu_vram_mgr_new() local
430 struct amdgpu_vram_mgr *mgr = to_vram_mgr(man); in amdgpu_vram_mgr_del() local
563 struct amdgpu_vram_mgr *mgr = to_vram_mgr(man); in amdgpu_vram_mgr_usage() local
577 struct amdgpu_vram_mgr *mgr = to_vram_mgr(man); in amdgpu_vram_mgr_vis_usage() local
593 struct amdgpu_vram_mgr *mgr = to_vram_mgr(man); in amdgpu_vram_mgr_debug() local
H A Damdgpu_ctx.c240 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_alloc() local
287 struct amdgpu_ctx_mgr *mgr = &fpriv->ctx_mgr; in amdgpu_ctx_free() local
303 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query() local
339 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_query2() local
411 struct amdgpu_ctx_mgr *mgr; in amdgpu_ctx_get() local
560 void amdgpu_ctx_mgr_init(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_init()
566 long amdgpu_ctx_mgr_entity_flush(struct amdgpu_ctx_mgr *mgr, long timeout) in amdgpu_ctx_mgr_entity_flush()
592 void amdgpu_ctx_mgr_entity_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_entity_fini()
620 void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr) in amdgpu_ctx_mgr_fini()
/OK3568_Linux_fs/kernel/sound/pci/ctxfi/
H A Dctresource.c73 int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx) in mgr_get_resource()
87 int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx) in mgr_put_resource()
204 int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type, in rsc_mgr_init()
254 int rsc_mgr_uninit(struct rsc_mgr *mgr) in rsc_mgr_uninit()
H A Dctamixer.c197 struct amixer_mgr *mgr) in amixer_rsc_init()
227 static int get_amixer_rsc(struct amixer_mgr *mgr, in get_amixer_rsc()
279 static int put_amixer_rsc(struct amixer_mgr *mgr, struct amixer *amixer) in put_amixer_rsc()
363 struct sum_mgr *mgr) in sum_rsc_init()
382 static int get_sum_rsc(struct sum_mgr *mgr, in get_sum_rsc()
433 static int put_sum_rsc(struct sum_mgr *mgr, struct sum *sum) in put_sum_rsc()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp451 QGeoCodingManager *mgr = d_ptr->manager<QGeoCodingManager, QGeoCodingManagerEngine>( in geocodingManager() local
483 QGeoMappingManager *mgr = d_ptr->manager<QGeoMappingManager, QGeoMappingManagerEngine>( in mappingManager() local
513 QGeoRoutingManager *mgr = d_ptr->manager<QGeoRoutingManager, QGeoRoutingManagerEngine>( in routingManager() local
539 QPlaceManager *mgr = d_ptr->manager<QPlaceManager, QPlaceManagerEngine>( in placeManager() local
555 QNavigationManager * mgr = d_ptr->manager<QNavigationManager, QNavigationManagerEngine>( in navigationManager() local
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dcontext.c75 struct hl_ctx_mgr *mgr = &hpriv->ctx_mgr; in hl_ctx_create() local
243 void hl_ctx_mgr_init(struct hl_ctx_mgr *mgr) in hl_ctx_mgr_init()
258 void hl_ctx_mgr_fini(struct hl_device *hdev, struct hl_ctx_mgr *mgr) in hl_ctx_mgr_fini()
H A Dcommand_buffer.c238 int hl_cb_create(struct hl_device *hdev, struct hl_cb_mgr *mgr, in hl_cb_create()
349 int hl_cb_destroy(struct hl_device *hdev, struct hl_cb_mgr *mgr, u64 cb_handle) in hl_cb_destroy()
530 struct hl_cb *hl_cb_get(struct hl_device *hdev, struct hl_cb_mgr *mgr, in hl_cb_get()
558 void hl_cb_mgr_init(struct hl_cb_mgr *mgr) in hl_cb_mgr_init()
564 void hl_cb_mgr_fini(struct hl_device *hdev, struct hl_cb_mgr *mgr) in hl_cb_mgr_fini()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_vma_manager.h95 drm_vma_offset_exact_lookup_locked(struct drm_vma_offset_manager *mgr, in drm_vma_offset_exact_lookup_locked()
121 static inline void drm_vma_offset_lock_lookup(struct drm_vma_offset_manager *mgr) in drm_vma_offset_lock_lookup()
132 static inline void drm_vma_offset_unlock_lookup(struct drm_vma_offset_manager *mgr) in drm_vma_offset_unlock_lookup()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dsdi.c106 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_config_lcd_manager() local
208 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_display_disable() local
234 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_check_timings() local
272 struct omap_overlay_manager *mgr; in sdi_connect() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_tiler_heap_reclaim.c192 struct kbase_csf_sched_heap_reclaim_mgr *const mgr = &scheduler->reclaim_mgr; in reclaim_unused_heap_pages() local
257 struct kbase_csf_sched_heap_reclaim_mgr *mgr = &kbdev->csf.scheduler.reclaim_mgr; in kbase_csf_tiler_heap_reclaim_count_free_pages() local
268 struct kbase_csf_sched_heap_reclaim_mgr *mgr = &kbdev->csf.scheduler.reclaim_mgr; in kbase_csf_tiler_heap_reclaim_scan_free_pages() local
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_shm_pool.c112 struct tee_shm_pool_mgr *mgr; in tee_shm_pool_mgr_alloc_res_mem() local
146 static bool check_mgr_ops(struct tee_shm_pool_mgr *mgr) in check_mgr_ops()

1234