| /linux/drivers/fpga/ |
| H A D | fpga-mgr.c | 25 struct fpga_manager *mgr; member 28 static inline void fpga_mgr_fpga_remove(struct fpga_manager *mgr) in fpga_mgr_fpga_remove() 34 static inline enum fpga_mgr_states fpga_mgr_state(struct fpga_manager *mgr) in fpga_mgr_state() 41 static inline u64 fpga_mgr_status(struct fpga_manager *mgr) in fpga_mgr_status() 48 static inline int fpga_mgr_write(struct fpga_manager *mgr, const char *buf, size_t count) in fpga_mgr_write() 59 static inline int fpga_mgr_write_complete(struct fpga_manager *mgr, in fpga_mgr_write_complete() 77 static inline int fpga_mgr_parse_header(struct fpga_manager *mgr, in fpga_mgr_parse_header() 86 static inline int fpga_mgr_write_init(struct fpga_manager *mgr, in fpga_mgr_write_init() 95 static inline int fpga_mgr_write_sg(struct fpga_manager *mgr, in fpga_mgr_write_sg() 151 static int fpga_mgr_parse_header_mapped(struct fpga_manager *mgr, in fpga_mgr_parse_header_mapped() [all …]
|
| H A D | altera-pr-ip-core.c | 32 static enum fpga_mgr_states alt_pr_fpga_state(struct fpga_manager *mgr) in alt_pr_fpga_state() 77 static int alt_pr_fpga_write_init(struct fpga_manager *mgr, in alt_pr_fpga_write_init() 104 static int alt_pr_fpga_write(struct fpga_manager *mgr, const char *buf, in alt_pr_fpga_write() 144 static int alt_pr_fpga_write_complete(struct fpga_manager *mgr, in alt_pr_fpga_write_complete() 179 struct fpga_manager *mgr; in alt_pr_register() local
|
| H A D | zynqmp-fpga.c | 28 static int zynqmp_fpga_ops_write_init(struct fpga_manager *mgr, in zynqmp_fpga_ops_write_init() 40 static int zynqmp_fpga_ops_write(struct fpga_manager *mgr, in zynqmp_fpga_ops_write() 69 static enum fpga_mgr_states zynqmp_fpga_ops_state(struct fpga_manager *mgr) in zynqmp_fpga_ops_state() 110 struct fpga_manager *mgr; in zynqmp_fpga_probe() local
|
| H A D | ts73xx-fpga.c | 35 static int ts73xx_fpga_write_init(struct fpga_manager *mgr, in ts73xx_fpga_write_init() 50 static int ts73xx_fpga_write(struct fpga_manager *mgr, const char *buf, in ts73xx_fpga_write() 72 static int ts73xx_fpga_write_complete(struct fpga_manager *mgr, in ts73xx_fpga_write_complete() 105 struct fpga_manager *mgr; in ts73xx_fpga_probe() local
|
| H A D | altera-cvp.c | 113 static enum fpga_mgr_states altera_cvp_state(struct fpga_manager *mgr) in altera_cvp_state() 178 static int altera_cvp_chk_error(struct fpga_manager *mgr, size_t bytes) in altera_cvp_chk_error() 225 static int altera_cvp_v2_wait_for_credit(struct fpga_manager *mgr, in altera_cvp_v2_wait_for_credit() 281 static int altera_cvp_teardown(struct fpga_manager *mgr, in altera_cvp_teardown() 314 static int altera_cvp_write_init(struct fpga_manager *mgr, in altera_cvp_write_init() 427 static int altera_cvp_write(struct fpga_manager *mgr, const char *buf, in altera_cvp_write() 480 static int altera_cvp_write_complete(struct fpga_manager *mgr, in altera_cvp_write_complete() 576 struct fpga_manager *mgr; in altera_cvp_probe() local 667 struct fpga_manager *mgr = pci_get_drvdata(pdev); in altera_cvp_remove() local
|
| H A D | machxo2-spi.c | 135 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
|
| H A D | dfl-fme-mgr.c | 107 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 u64 fme_mgr_status(struct fpga_manager *mgr) in fme_mgr_status() 282 struct fpga_manager *mgr; in fme_mgr_probe() local
|
| H A D | microchip-spi.c | 87 static enum fpga_mgr_states mpf_ops_state(struct fpga_manager *mgr) in mpf_ops_state() 102 static int mpf_ops_parse_header(struct fpga_manager *mgr, in mpf_ops_parse_header() 248 static int mpf_ops_write_init(struct fpga_manager *mgr, in mpf_ops_write_init() 305 static int mpf_ops_write(struct fpga_manager *mgr, const char *buf, size_t count) in mpf_ops_write() 329 static int mpf_ops_write_complete(struct fpga_manager *mgr, in mpf_ops_write_complete() 370 struct fpga_manager *mgr; in mpf_probe() local
|
| H A D | lattice-sysconfig.c | 255 static enum fpga_mgr_states sysconfig_ops_state(struct fpga_manager *mgr) in sysconfig_ops_state() 272 static int sysconfig_ops_write_init(struct fpga_manager *mgr, in sysconfig_ops_write_init() 315 static int sysconfig_ops_write(struct fpga_manager *mgr, const char *buf, in sysconfig_ops_write() 321 static int sysconfig_ops_write_complete(struct fpga_manager *mgr, in sysconfig_ops_write_complete() 357 struct fpga_manager *mgr; in sysconfig_probe() local
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_mstate_mgr.c | 18 u32 adf_mstate_state_size(struct adf_mstate_mgr *mgr) in adf_mstate_state_size() 23 static inline u32 adf_mstate_avail_room(struct adf_mstate_mgr *mgr) in adf_mstate_avail_room() 28 void adf_mstate_mgr_init(struct adf_mstate_mgr *mgr, u8 *buf, u32 size) in adf_mstate_mgr_init() 38 struct adf_mstate_mgr *mgr; in adf_mstate_mgr_new() local 49 void adf_mstate_mgr_destroy(struct adf_mstate_mgr *mgr) in adf_mstate_mgr_destroy() 54 void adf_mstate_mgr_init_from_parent(struct adf_mstate_mgr *mgr, in adf_mstate_mgr_init_from_parent() 61 void adf_mstate_mgr_init_from_psect(struct adf_mstate_mgr *mgr, in adf_mstate_mgr_init_from_psect() 81 struct adf_mstate_mgr *mgr = opaque; in adf_mstate_preamble_def_checker() local 95 struct adf_mstate_preh *adf_mstate_preamble_add(struct adf_mstate_mgr *mgr) in adf_mstate_preamble_add() 110 int adf_mstate_preamble_update(struct adf_mstate_mgr *mgr) in adf_mstate_preamble_update() [all …]
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | manager-sysfs.c | 24 static ssize_t manager_name_show(struct omap_overlay_manager *mgr, char *buf) in manager_name_show() 29 static ssize_t manager_display_show(struct omap_overlay_manager *mgr, char *buf) in manager_display_show() 44 static ssize_t manager_display_store(struct omap_overlay_manager *mgr, in manager_display_store() 117 static ssize_t manager_default_color_show(struct omap_overlay_manager *mgr, in manager_default_color_show() 127 static ssize_t manager_default_color_store(struct omap_overlay_manager *mgr, in manager_default_color_store() 158 static ssize_t manager_trans_key_type_show(struct omap_overlay_manager *mgr, in manager_trans_key_type_show() 172 static ssize_t manager_trans_key_type_store(struct omap_overlay_manager *mgr, in manager_trans_key_type_store() 197 static ssize_t manager_trans_key_value_show(struct omap_overlay_manager *mgr, in manager_trans_key_value_show() 207 static ssize_t manager_trans_key_value_store(struct omap_overlay_manager *mgr, in manager_trans_key_value_store() 233 static ssize_t manager_trans_key_enabled_show(struct omap_overlay_manager *mgr, in manager_trans_key_enabled_show() [all …]
|
| H A D | manager.c | 40 struct omap_overlay_manager *mgr = &managers[i]; in dss_init_overlay_managers() local 77 struct omap_overlay_manager *mgr = &managers[i]; in dss_init_overlay_managers_sysfs() local 99 struct omap_overlay_manager *mgr = &managers[i]; in dss_uninit_overlay_managers_sysfs() local 120 int dss_mgr_simple_check(struct omap_overlay_manager *mgr, in dss_mgr_simple_check() 139 static int dss_mgr_check_zorder(struct omap_overlay_manager *mgr, in dss_mgr_check_zorder() 172 int dss_mgr_check_timings(struct omap_overlay_manager *mgr, in dss_mgr_check_timings() 183 static int dss_mgr_check_lcd_config(struct omap_overlay_manager *mgr, in dss_mgr_check_lcd_config() 213 int dss_mgr_check(struct omap_overlay_manager *mgr, in dss_mgr_check()
|
| /linux/sound/pci/pcxhr/ |
| H A D | pcxhr_hwdep.c | 29 static int pcxhr_init_board(struct pcxhr_mgr *mgr) in pcxhr_init_board() 87 static int pcxhr_sub_init(struct pcxhr_mgr *mgr) in pcxhr_sub_init() 121 void pcxhr_reset_board(struct pcxhr_mgr *mgr) in pcxhr_reset_board() 153 static int pcxhr_dsp_allocate_pipe(struct pcxhr_mgr *mgr, in pcxhr_dsp_allocate_pipe() 229 static int pcxhr_config_pipes(struct pcxhr_mgr *mgr) in pcxhr_config_pipes() 257 static int pcxhr_start_pipes(struct pcxhr_mgr *mgr) in pcxhr_start_pipes() 276 static int pcxhr_dsp_load(struct pcxhr_mgr *mgr, int index, in pcxhr_dsp_load() 352 int pcxhr_setup_firmware(struct pcxhr_mgr *mgr) in pcxhr_setup_firmware()
|
| H A D | pcxhr.c | 234 static int pcxhr_get_clock_reg(struct pcxhr_mgr *mgr, unsigned int rate, in pcxhr_get_clock_reg() 307 static int pcxhr_sub_set_clock(struct pcxhr_mgr *mgr, in pcxhr_sub_set_clock() 379 int pcxhr_set_clock(struct pcxhr_mgr *mgr, unsigned int rate) in pcxhr_set_clock() 412 static int pcxhr_sub_get_external_clock(struct pcxhr_mgr *mgr, in pcxhr_sub_get_external_clock() 475 int pcxhr_get_external_clock(struct pcxhr_mgr *mgr, in pcxhr_get_external_clock() 691 static void pcxhr_start_linked_stream(struct pcxhr_mgr *mgr) in pcxhr_start_linked_stream() 872 static int pcxhr_hardware_timer(struct pcxhr_mgr *mgr, int start) in pcxhr_hardware_timer() 896 struct pcxhr_mgr *mgr = chip->mgr; in pcxhr_prepare() local 931 struct pcxhr_mgr *mgr = chip->mgr; in pcxhr_hw_params() local 978 struct pcxhr_mgr *mgr = chip->mgr; in pcxhr_open() local [all …]
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctdaio.c | 377 struct daio_mgr *mgr) in dao_rsc_init() 445 struct daio_mgr *mgr = dao->mgr; in dao_rsc_reinit() local 458 struct daio_mgr *mgr) in dai_rsc_init() 505 static int daio_mgr_get_rsc(struct rsc_mgr *mgr, enum DAIOTYP type) in daio_mgr_get_rsc() 515 static int daio_mgr_put_rsc(struct rsc_mgr *mgr, enum DAIOTYP type) in daio_mgr_put_rsc() 522 static int get_daio_rsc(struct daio_mgr *mgr, in get_daio_rsc() 580 static int put_daio_rsc(struct daio_mgr *mgr, struct daio *daio) in put_daio_rsc() 600 static int daio_mgr_enb_daio(struct daio_mgr *mgr, struct daio *daio) in daio_mgr_enb_daio() 614 static int daio_mgr_dsb_daio(struct daio_mgr *mgr, struct daio *daio) in daio_mgr_dsb_daio() 630 struct rsc_mgr *mgr = &((struct daio_mgr *)data)->mgr; in daio_map_op() local [all …]
|
| H A D | ctsrc.c | 357 const struct src_desc *desc, struct src_mgr *mgr) in src_rsc_init() 392 static int src_rsc_uninit(struct src *src, struct src_mgr *mgr) in src_rsc_uninit() 412 get_src_rsc(struct src_mgr *mgr, const struct src_desc *desc, struct src **rsrc) in get_src_rsc() 464 static int put_src_rsc(struct src_mgr *mgr, struct src *src) in put_src_rsc() 480 static int src_enable_s(struct src_mgr *mgr, struct src *src) in src_enable_s() 496 static int src_enable(struct src_mgr *mgr, struct src *src) in src_enable() 512 static int src_disable(struct src_mgr *mgr, struct src *src) in src_disable() 528 static int src_mgr_commit_write(struct src_mgr *mgr) in src_mgr_commit_write() 662 struct srcimp_mgr *mgr) in srcimp_rsc_init() 703 static int get_srcimp_rsc(struct srcimp_mgr *mgr, in get_srcimp_rsc() [all …]
|
| H A D | ctresource.c | 73 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 D | ctamixer.c | 197 struct amixer_mgr *mgr) in amixer_rsc_init() 228 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() 362 struct sum_mgr *mgr) in sum_rsc_init() 382 static int get_sum_rsc(struct sum_mgr *mgr, in get_sum_rsc() 431 static int put_sum_rsc(struct sum_mgr *mgr, struct sum *sum) in put_sum_rsc()
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_ctx.c | 10 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id) in lima_ctx_create() 53 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_free() 68 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get() 85 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_init() 91 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_fini()
|
| /linux/sound/pci/mixart/ |
| H A D | mixart.c | 58 static int mixart_set_pipe_state(struct mixart_mgr *mgr, in mixart_set_pipe_state() 157 static int mixart_set_clock(struct mixart_mgr *mgr, in mixart_set_clock() 328 int snd_mixart_kill_ref_pipe(struct mixart_mgr *mgr, in snd_mixart_kill_ref_pipe() 460 static int mixart_sync_nonblock_events(struct mixart_mgr *mgr) in mixart_sync_nonblock_events() 594 struct mixart_mgr *mgr = chip->mgr; in snd_mixart_hw_params() local 704 struct mixart_mgr *mgr = chip->mgr; in snd_mixart_playback_open() local 776 struct mixart_mgr *mgr = chip->mgr; in snd_mixart_capture_open() local 851 struct mixart_mgr *mgr = chip->mgr; in snd_mixart_close() local 1012 static int snd_mixart_create(struct mixart_mgr *mgr, struct snd_card *card, int idx) in snd_mixart_create() 1060 static int snd_mixart_free(struct mixart_mgr *mgr) in snd_mixart_free() [all …]
|
| H A D | mixart_hwdep.c | 34 static int mixart_wait_nice_for_register_value(struct mixart_mgr *mgr, in mixart_wait_nice_for_register_value() 90 static int mixart_load_elf(struct mixart_mgr *mgr, const struct firmware *dsp ) in mixart_load_elf() 129 static int mixart_enum_connectors(struct mixart_mgr *mgr) in mixart_enum_connectors() 247 static int mixart_enum_physio(struct mixart_mgr *mgr) in mixart_enum_physio() 303 static int mixart_first_init(struct mixart_mgr *mgr) in mixart_first_init() 337 static int mixart_dsp_load(struct mixart_mgr* mgr, int index, const struct firmware *dsp) in mixart_dsp_load() 557 int snd_mixart_setup_firmware(struct mixart_mgr *mgr) in snd_mixart_setup_firmware()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_ptrn.c | 52 dr_ptrn_find_cached_pattern(struct mlx5dr_ptrn_mgr *mgr, in dr_ptrn_find_cached_pattern() 77 dr_ptrn_alloc_pattern(struct mlx5dr_ptrn_mgr *mgr, in dr_ptrn_alloc_pattern() 133 mlx5dr_ptrn_cache_get_pattern(struct mlx5dr_ptrn_mgr *mgr, in mlx5dr_ptrn_cache_get_pattern() 186 mlx5dr_ptrn_cache_put_pattern(struct mlx5dr_ptrn_mgr *mgr, in mlx5dr_ptrn_cache_put_pattern() 199 struct mlx5dr_ptrn_mgr *mgr; in mlx5dr_ptrn_mgr_create() local 225 void mlx5dr_ptrn_mgr_destroy(struct mlx5dr_ptrn_mgr *mgr) in mlx5dr_ptrn_mgr_destroy()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_vma_manager.c | 86 void drm_vma_offset_manager_init(struct drm_vma_offset_manager *mgr, in drm_vma_offset_manager_init() 105 void drm_vma_offset_manager_destroy(struct drm_vma_offset_manager *mgr) in drm_vma_offset_manager_destroy() 141 struct drm_vma_offset_node *drm_vma_offset_lookup_locked(struct drm_vma_offset_manager *mgr, in drm_vma_offset_lookup_locked() 202 int drm_vma_offset_add(struct drm_vma_offset_manager *mgr, in drm_vma_offset_add() 230 void drm_vma_offset_remove(struct drm_vma_offset_manager *mgr, in drm_vma_offset_remove()
|
| /linux/drivers/fpga/tests/ |
| H A D | fpga-mgr-test.c | 42 struct fpga_manager *mgr; member 84 static int op_parse_header(struct fpga_manager *mgr, struct fpga_image_info *info, in op_parse_header() 108 static int op_write_init(struct fpga_manager *mgr, struct fpga_image_info *info, in op_write_init() 123 static int op_write(struct fpga_manager *mgr, const char *buf, size_t count) in op_write() 147 static int op_write_sg(struct fpga_manager *mgr, struct sg_table *sgt) in op_write_sg() 179 static int op_write_complete(struct fpga_manager *mgr, struct fpga_image_info *info) in op_write_complete() 205 struct fpga_manager *mgr; in fpga_mgr_test_get() local
|
| /linux/include/drm/ |
| H A D | drm_vma_manager.h | 96 drm_vma_offset_exact_lookup_locked(struct drm_vma_offset_manager *mgr, in drm_vma_offset_exact_lookup_locked() 122 static inline void drm_vma_offset_lock_lookup(struct drm_vma_offset_manager *mgr) in drm_vma_offset_lock_lookup() 133 static inline void drm_vma_offset_unlock_lookup(struct drm_vma_offset_manager *mgr) in drm_vma_offset_unlock_lookup()
|