/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | zynqmp-fpga.c | 28 static int zynqmp_fpga_ops_write_init(struct fpga_manager *mgr, in zynqmp_fpga_ops_write_init() argument 40 static int zynqmp_fpga_ops_write(struct fpga_manager *mgr, in zynqmp_fpga_ops_write() argument 69 static enum fpga_mgr_states zynqmp_fpga_ops_state(struct fpga_manager *mgr) in zynqmp_fpga_ops_state() argument 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() argument 50 static int ts73xx_fpga_write(struct fpga_manager *mgr, const char *buf, in ts73xx_fpga_write() argument 72 static int ts73xx_fpga_write_complete(struct fpga_manager *mgr, in ts73xx_fpga_write_complete() argument 105 struct fpga_manager *mgr; in ts73xx_fpga_probe() local [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() argument 77 static int alt_pr_fpga_write_init(struct fpga_manager *mgr, in alt_pr_fpga_write_init() argument 104 static int alt_pr_fpga_write(struct fpga_manager *mgr, const char *buf, in alt_pr_fpga_write() argument 144 alt_pr_fpga_write_complete(struct fpga_manager *mgr, struct fpga_image_info *info) alt_pr_fpga_write_complete() argument 179 struct fpga_manager *mgr; alt_pr_register() local [all...] |
H A D | of-fpga-region.c | 53 struct fpga_manager *mgr; in of_fpga_region_get_mgr() local 402 struct fpga_manager *mgr; in of_fpga_region_probe() local 431 struct fpga_manager *mgr = region->mgr; of_fpga_region_remove() local [all...] |
H A D | ice40-spi.c | 32 static enum fpga_mgr_states ice40_fpga_ops_state(struct fpga_manager *mgr) in ice40_fpga_ops_state() argument 40 static int ice40_fpga_ops_write_init(struct fpga_manager *mgr, in ice40_fpga_ops_write_init() argument 102 static int ice40_fpga_ops_write(struct fpga_manager *mgr, in ice40_fpga_ops_write() argument 110 static int ice40_fpga_ops_write_complete(struct fpga_manager *mgr, in ice40_fpga_ops_write_complete() argument 139 struct fpga_manager *mgr; in ice40_fpga_probe() local [all...] |
H A D | xilinx-spi.c | 30 static int get_done_gpio(struct fpga_manager *mgr) in get_done_gpio() argument 43 static enum fpga_mgr_states xilinx_spi_state(struct fpga_manager *mgr) in xilinx_spi_state() argument 63 static int wait_for_init_b(struct fpga_manager *mgr, int value, in wait_for_init_b() argument 94 xilinx_spi_write_init(struct fpga_manager *mgr, struct fpga_image_info *info, const char *buf, size_t count) xilinx_spi_write_init() argument 130 xilinx_spi_write(struct fpga_manager *mgr, const char *buf, size_t count) xilinx_spi_write() argument 169 xilinx_spi_write_complete(struct fpga_manager *mgr, struct fpga_image_info *info) xilinx_spi_write_complete() argument 226 struct fpga_manager *mgr; xilinx_spi_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_vma_manager.c | 85 void drm_vma_offset_manager_init(struct drm_vma_offset_manager *mgr, in drm_vma_offset_manager_init() argument 104 void drm_vma_offset_manager_destroy(struct drm_vma_offset_manager *mgr) in drm_vma_offset_manager_destroy() argument 140 drm_vma_offset_lookup_locked(struct drm_vma_offset_manager *mgr, unsigned long start, unsigned long pages) drm_vma_offset_lookup_locked() argument 201 drm_vma_offset_add(struct drm_vma_offset_manager *mgr, struct drm_vma_offset_node *node, unsigned long pages) drm_vma_offset_add() argument 229 drm_vma_offset_remove(struct drm_vma_offset_manager *mgr, struct drm_vma_offset_node *node) drm_vma_offset_remove() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | ctamixer.h | 34 struct rsc_mgr mgr; /* Basic resource manager info */ member 79 struct rsc_mgr mgr; /* Basic resource manager info */ member
|
H A D | ctresource.c | 73 int mgr_get_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int *ridx) in mgr_get_resource() argument 87 int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx) in mgr_put_resource() argument 204 int rsc_mgr_init(struct rsc_mgr *mgr, enum RSCTYP type, in rsc_mgr_init() argument 254 rsc_mgr_uninit(struct rsc_mgr *mgr) rsc_mgr_uninit() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/pcxhr/ |
H A D | pcxhr_hwdep.c | 29 static int pcxhr_init_board(struct pcxhr_mgr *mgr) in pcxhr_init_board() argument 87 pcxhr_sub_init(struct pcxhr_mgr *mgr) pcxhr_sub_init() argument 121 pcxhr_reset_board(struct pcxhr_mgr *mgr) pcxhr_reset_board() argument 153 pcxhr_dsp_allocate_pipe(struct pcxhr_mgr *mgr, struct pcxhr_pipe *pipe, int is_capture, int pin) pcxhr_dsp_allocate_pipe() argument 229 pcxhr_config_pipes(struct pcxhr_mgr *mgr) pcxhr_config_pipes() argument 257 pcxhr_start_pipes(struct pcxhr_mgr *mgr) pcxhr_start_pipes() argument 276 pcxhr_dsp_load(struct pcxhr_mgr *mgr, int index, const struct firmware *dsp) pcxhr_dsp_load() argument 352 pcxhr_setup_firmware(struct pcxhr_mgr *mgr) pcxhr_setup_firmware() argument [all...] |
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | xilinx-spi.c | 30 static int get_done_gpio(struct fpga_manager *mgr) in get_done_gpio() argument 43 static enum fpga_mgr_states xilinx_spi_state(struct fpga_manager *mgr) in xilinx_spi_state() argument 63 static int wait_for_init_b(struct fpga_manager *mgr, int value, in wait_for_init_b() argument 94 xilinx_spi_write_init(struct fpga_manager *mgr, struct fpga_image_info *info, const char *buf, size_t count) xilinx_spi_write_init() argument 130 xilinx_spi_write(struct fpga_manager *mgr, const char *buf, size_t count) xilinx_spi_write() argument 169 xilinx_spi_write_complete(struct fpga_manager *mgr, struct fpga_image_info *info) xilinx_spi_write_complete() argument 226 struct fpga_manager *mgr; xilinx_spi_probe() local 263 struct fpga_manager *mgr = spi_get_drvdata(spi); xilinx_spi_remove() local [all...] |
H A D | ts73xx-fpga.c | 35 static enum fpga_mgr_states ts73xx_fpga_state(struct fpga_manager *mgr) in ts73xx_fpga_state() argument 40 static int ts73xx_fpga_write_init(struct fpga_manager *mgr, in ts73xx_fpga_write_init() argument 55 static int ts73xx_fpga_write(struct fpga_manager *mgr, const char *buf, in ts73xx_fpga_write() argument 77 static int ts73xx_fpga_write_complete(struct fpga_manager *mgr, in ts73xx_fpga_write_complete() argument 111 struct fpga_manager *mgr; in ts73xx_fpga_probe() local 137 struct fpga_manager *mgr = platform_get_drvdata(pdev); ts73xx_fpga_remove() local [all...] |
H A D | of-fpga-region.c | 51 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; of_fpga_region_remove() local [all...] |
H A D | fpga-region.c | 195 fpga_region_create(struct device *dev, struct fpga_manager *mgr, int (*get_bridges)(struct fpga_region *)) fpga_region_create() argument 271 devm_fpga_region_create(struct device *dev, struct fpga_manager *mgr, int (*get_bridges)(struct fpga_region *)) devm_fpga_region_create() argument [all...] |
H A D | ice40-spi.c | 32 static enum fpga_mgr_states ice40_fpga_ops_state(struct fpga_manager *mgr) in ice40_fpga_ops_state() argument 40 static int ice40_fpga_ops_write_init(struct fpga_manager *mgr, in ice40_fpga_ops_write_init() argument 102 static int ice40_fpga_ops_write(struct fpga_manager *mgr, in ice40_fpga_ops_write() argument 110 static int ice40_fpga_ops_write_complete(struct fpga_manager *mgr, in ice40_fpga_ops_write_complete() argument 139 struct fpga_manager *mgr; in ice40_fpga_probe() local 193 struct fpga_manager *mgr = spi_get_drvdata(spi); ice40_fpga_remove() local [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() argument 77 static int alt_pr_fpga_write_init(struct fpga_manager *mgr, in alt_pr_fpga_write_init() argument 104 static int alt_pr_fpga_write(struct fpga_manager *mgr, const char *buf, in alt_pr_fpga_write() argument 144 alt_pr_fpga_write_complete(struct fpga_manager *mgr, struct fpga_image_info *info) alt_pr_fpga_write_complete() argument 179 struct fpga_manager *mgr; alt_pr_register() local 206 struct fpga_manager *mgr = dev_get_drvdata(dev); alt_pr_unregister() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gtt_mgr.c | 91 struct amdgpu_gtt_mgr *mgr = &adev->mman.gtt_mgr; in amdgpu_gtt_mgr_init() local 133 struct amdgpu_gtt_mgr *mgr = &adev->mman.gtt_mgr; in amdgpu_gtt_mgr_fini() local 181 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); amdgpu_gtt_mgr_new() local 242 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); amdgpu_gtt_mgr_del() local 264 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); amdgpu_gtt_mgr_usage() local 272 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); amdgpu_gtt_mgr_recover() local 300 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); amdgpu_gtt_mgr_debug() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | output.c | 164 struct omap_overlay_manager *mgr; in omapdss_find_mgr_from_display() local 198 int dss_mgr_connect(struct omap_overlay_manager *mgr, in dss_mgr_connect() argument 205 void dss_mgr_disconnect(struct omap_overlay_manager *mgr, in dss_mgr_disconnect() argument 212 void dss_mgr_set_timings(struct omap_overlay_manager *mgr, in dss_mgr_set_timings() argument 219 void dss_mgr_set_lcd_config(struct omap_overlay_manager *mgr, in dss_mgr_set_lcd_config() argument 226 dss_mgr_enable(struct omap_overlay_manager *mgr) dss_mgr_enable() argument 232 dss_mgr_disable(struct omap_overlay_manager *mgr) dss_mgr_disable() argument 238 dss_mgr_start_update(struct omap_overlay_manager *mgr) dss_mgr_start_update() argument 244 dss_mgr_register_framedone_handler(struct omap_overlay_manager *mgr, void (*handler)(void *), void *data) dss_mgr_register_framedone_handler() argument 251 dss_mgr_unregister_framedone_handler(struct omap_overlay_manager *mgr, void (*handler)(void *), void *data) dss_mgr_unregister_framedone_handler() argument [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]; dss_init_overlay_managers_sysfs() local 99 struct omap_overlay_manager *mgr = &managers[i]; dss_uninit_overlay_managers_sysfs() local 120 dss_mgr_simple_check(struct omap_overlay_manager *mgr, const struct omap_overlay_manager_info *info) dss_mgr_simple_check() argument 139 dss_mgr_check_zorder(struct omap_overlay_manager *mgr, struct omap_overlay_info **overlay_infos) dss_mgr_check_zorder() argument 172 dss_mgr_check_timings(struct omap_overlay_manager *mgr, const struct omap_video_timings *timings) dss_mgr_check_timings() argument 183 dss_mgr_check_lcd_config(struct omap_overlay_manager *mgr, const struct dss_lcd_mgr_config *config) dss_mgr_check_lcd_config() argument 213 dss_mgr_check(struct omap_overlay_manager *mgr, struct omap_overlay_manager_info *info, const struct omap_video_timings *mgr_timings, const struct dss_lcd_mgr_config *lcd_config, struct omap_overlay_info **overlay_infos) dss_mgr_check() argument [all...] |
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_vma_manager.h | 95 drm_vma_offset_exact_lookup_locked(struct drm_vma_offset_manager *mgr, in drm_vma_offset_exact_lookup_locked() argument 121 static inline void drm_vma_offset_lock_lookup(struct drm_vma_offset_manager *mgr) in drm_vma_offset_lock_lookup() argument 132 drm_vma_offset_unlock_lookup(struct drm_vma_offset_manager *mgr) drm_vma_offset_unlock_lookup() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_ptrn.c | 52 dr_ptrn_find_cached_pattern(struct mlx5dr_ptrn_mgr *mgr, in dr_ptrn_find_cached_pattern() argument 77 dr_ptrn_alloc_pattern(struct mlx5dr_ptrn_mgr *mgr, in dr_ptrn_alloc_pattern() argument 133 mlx5dr_ptrn_cache_get_pattern(struct mlx5dr_ptrn_mgr *mgr, in mlx5dr_ptrn_cache_get_pattern() argument 186 mlx5dr_ptrn_cache_put_pattern(struct mlx5dr_ptrn_mgr *mgr, struct mlx5dr_ptrn_obj *pattern) mlx5dr_ptrn_cache_put_pattern() argument 199 struct mlx5dr_ptrn_mgr *mgr; mlx5dr_ptrn_mgr_create() local 225 mlx5dr_ptrn_mgr_destroy(struct mlx5dr_ptrn_mgr *mgr) mlx5dr_ptrn_mgr_destroy() argument [all...] |
H A D | dr_arg.c | 190 struct mlx5dr_arg_obj *mlx5dr_arg_get_obj(struct mlx5dr_arg_mgr *mgr, in mlx5dr_arg_get_obj() argument 223 void mlx5dr_arg_put_obj(struct mlx5dr_arg_mgr *mgr, in mlx5dr_arg_put_obj() argument 260 void mlx5dr_arg_mgr_destroy(struct mlx5dr_arg_mgr *mgr) in mlx5dr_arg_mgr_destroy() argument [all...] |
/kernel/linux/linux-6.6/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() argument 122 static inline void drm_vma_offset_lock_lookup(struct drm_vma_offset_manager *mgr) in drm_vma_offset_lock_lookup() argument 133 drm_vma_offset_unlock_lookup(struct drm_vma_offset_manager *mgr) drm_vma_offset_unlock_lookup() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | output.c | 164 struct omap_overlay_manager *mgr; in omapdss_find_mgr_from_display() local 198 int dss_mgr_connect(struct omap_overlay_manager *mgr, in dss_mgr_connect() argument 205 void dss_mgr_disconnect(struct omap_overlay_manager *mgr, in dss_mgr_disconnect() argument 212 void dss_mgr_set_timings(struct omap_overlay_manager *mgr, in dss_mgr_set_timings() argument 219 void dss_mgr_set_lcd_config(struct omap_overlay_manager *mgr, in dss_mgr_set_lcd_config() argument 226 dss_mgr_enable(struct omap_overlay_manager *mgr) dss_mgr_enable() argument 232 dss_mgr_disable(struct omap_overlay_manager *mgr) dss_mgr_disable() argument 238 dss_mgr_start_update(struct omap_overlay_manager *mgr) dss_mgr_start_update() argument 244 dss_mgr_register_framedone_handler(struct omap_overlay_manager *mgr, void (*handler)(void *), void *data) dss_mgr_register_framedone_handler() argument 251 dss_mgr_unregister_framedone_handler(struct omap_overlay_manager *mgr, void (*handler)(void *), void *data) dss_mgr_unregister_framedone_handler() argument [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]; dss_init_overlay_managers_sysfs() local 99 struct omap_overlay_manager *mgr = &managers[i]; dss_uninit_overlay_managers_sysfs() local 120 dss_mgr_simple_check(struct omap_overlay_manager *mgr, const struct omap_overlay_manager_info *info) dss_mgr_simple_check() argument 139 dss_mgr_check_zorder(struct omap_overlay_manager *mgr, struct omap_overlay_info **overlay_infos) dss_mgr_check_zorder() argument 172 dss_mgr_check_timings(struct omap_overlay_manager *mgr, const struct omap_video_timings *timings) dss_mgr_check_timings() argument 183 dss_mgr_check_lcd_config(struct omap_overlay_manager *mgr, const struct dss_lcd_mgr_config *config) dss_mgr_check_lcd_config() argument 213 dss_mgr_check(struct omap_overlay_manager *mgr, struct omap_overlay_manager_info *info, const struct omap_video_timings *mgr_timings, const struct dss_lcd_mgr_config *lcd_config, struct omap_overlay_info **overlay_infos) dss_mgr_check() argument [all...] |