Home
last modified time | relevance | path

Searched defs:mgr (Results 1 – 25 of 104) sorted by relevance

12345

/linux-6.12.1/drivers/fpga/
Dfpga-mgr.c25 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 …]
Dxilinx-core.c17 static int get_done_gpio(struct fpga_manager *mgr) in get_done_gpio()
29 static enum fpga_mgr_states xilinx_core_state(struct fpga_manager *mgr) in xilinx_core_state()
49 static int wait_for_init_b(struct fpga_manager *mgr, int value, in wait_for_init_b()
81 static int xilinx_core_write_init(struct fpga_manager *mgr, in xilinx_core_write_init()
117 static int xilinx_core_write(struct fpga_manager *mgr, const char *buf, in xilinx_core_write()
125 static int xilinx_core_write_complete(struct fpga_manager *mgr, in xilinx_core_write_complete()
197 struct fpga_manager *mgr; in xilinx_core_probe() local
Dstratix10-soc.c72 static bool s10_free_buffers(struct fpga_manager *mgr) in s10_free_buffers()
99 static uint s10_free_buffer_count(struct fpga_manager *mgr) in s10_free_buffer_count()
175 static int s10_ops_write_init(struct fpga_manager *mgr, in s10_ops_write_init()
240 static int s10_send_buf(struct fpga_manager *mgr, const char *buf, size_t count) in s10_send_buf()
278 static int s10_ops_write(struct fpga_manager *mgr, const char *buf, in s10_ops_write()
348 static int s10_ops_write_complete(struct fpga_manager *mgr, in s10_ops_write_complete()
402 struct fpga_manager *mgr; in s10_probe() local
441 struct fpga_manager *mgr = platform_get_drvdata(pdev); in s10_remove() local
Daltera-pr-ip-core.c32 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
Dice40-spi.c32 static enum fpga_mgr_states ice40_fpga_ops_state(struct fpga_manager *mgr) in ice40_fpga_ops_state()
40 static int ice40_fpga_ops_write_init(struct fpga_manager *mgr, in ice40_fpga_ops_write_init()
102 static int ice40_fpga_ops_write(struct fpga_manager *mgr, in ice40_fpga_ops_write()
110 static int ice40_fpga_ops_write_complete(struct fpga_manager *mgr, in ice40_fpga_ops_write_complete()
139 struct fpga_manager *mgr; in ice40_fpga_probe() local
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_mstate_mgr.c18 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-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/
Dmanager-sysfs.c24 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 …]
Dapply.c123 static struct mgr_priv_data *get_mgr_priv(struct omap_overlay_manager *mgr) in get_mgr_priv()
188 static bool mgr_manual_update(struct omap_overlay_manager *mgr) in mgr_manual_update()
195 static int dss_check_settings_low(struct omap_overlay_manager *mgr, in dss_check_settings_low()
235 static int dss_check_settings(struct omap_overlay_manager *mgr) in dss_check_settings()
244 static int dss_check_settings_apply(struct omap_overlay_manager *mgr) in dss_check_settings_apply()
255 struct omap_overlay_manager *mgr; in need_isr() local
332 static bool need_go(struct omap_overlay_manager *mgr) in need_go()
359 struct omap_overlay_manager *mgr; in extra_info_update_ongoing() local
413 static struct omap_dss_device *dss_mgr_get_device(struct omap_overlay_manager *mgr) in dss_mgr_get_device()
435 static int dss_mgr_wait_for_vsync(struct omap_overlay_manager *mgr) in dss_mgr_wait_for_vsync()
[all …]
Doutput.c164 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()
205 void dss_mgr_disconnect(struct omap_overlay_manager *mgr, in dss_mgr_disconnect()
212 void dss_mgr_set_timings(struct omap_overlay_manager *mgr, in dss_mgr_set_timings()
219 void dss_mgr_set_lcd_config(struct omap_overlay_manager *mgr, in dss_mgr_set_lcd_config()
226 int dss_mgr_enable(struct omap_overlay_manager *mgr) in dss_mgr_enable()
232 void dss_mgr_disable(struct omap_overlay_manager *mgr) in dss_mgr_disable()
238 void dss_mgr_start_update(struct omap_overlay_manager *mgr) in dss_mgr_start_update()
244 int dss_mgr_register_framedone_handler(struct omap_overlay_manager *mgr, in dss_mgr_register_framedone_handler()
251 void dss_mgr_unregister_framedone_handler(struct omap_overlay_manager *mgr, in dss_mgr_unregister_framedone_handler()
Dmanager.c40 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-6.12.1/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c293 static bool drm_dp_decode_sideband_msg_hdr(const struct drm_dp_mst_topology_mgr *mgr, in drm_dp_decode_sideband_msg_hdr()
797 static bool drm_dp_sideband_parse_link_address(const struct drm_dp_mst_topology_mgr *mgr, in drm_dp_sideband_parse_link_address()
1023 static bool drm_dp_sideband_parse_reply(const struct drm_dp_mst_topology_mgr *mgr, in drm_dp_sideband_parse_reply()
1070 drm_dp_sideband_parse_connection_status_notify(const struct drm_dp_mst_topology_mgr *mgr, in drm_dp_sideband_parse_connection_status_notify()
1099 static bool drm_dp_sideband_parse_resource_status_notify(const struct drm_dp_mst_topology_mgr *mgr, in drm_dp_sideband_parse_resource_status_notify()
1123 static bool drm_dp_sideband_parse_req(const struct drm_dp_mst_topology_mgr *mgr, in drm_dp_sideband_parse_req()
1238 static bool check_txmsg_state(struct drm_dp_mst_topology_mgr *mgr, in check_txmsg_state()
1256 struct drm_dp_mst_topology_mgr *mgr = mstb->mgr; in drm_dp_mst_wait_tx_reply() local
1529 __topology_ref_save(struct drm_dp_mst_topology_mgr *mgr, in __topology_ref_save()
1669 topology_ref_history_lock(struct drm_dp_mst_topology_mgr *mgr) in topology_ref_history_lock()
[all …]
/linux-6.12.1/sound/pci/pcxhr/
Dpcxhr_core.c59 #define PCXHR_INPB(mgr,x) inb((mgr)->port[PCXHR_REG_TO_PORT(x)] + (x)) argument
60 #define PCXHR_INPL(mgr,x) inl((mgr)->port[PCXHR_REG_TO_PORT(x)] + (x)) argument
61 #define PCXHR_OUTPB(mgr,x,data) outb((data), (mgr)->port[PCXHR_REG_TO_PORT(x)] + (x)) argument
62 #define PCXHR_OUTPL(mgr,x,data) outl((data), (mgr)->port[PCXHR_REG_TO_PORT(x)] + (x)) argument
113 static int pcxhr_check_reg_bit(struct pcxhr_mgr *mgr, unsigned int reg, in pcxhr_check_reg_bit()
166 static int pcxhr_send_it_dsp(struct pcxhr_mgr *mgr, in pcxhr_send_it_dsp()
226 void pcxhr_reset_xilinx_com(struct pcxhr_mgr *mgr) in pcxhr_reset_xilinx_com()
233 static void pcxhr_enable_irq(struct pcxhr_mgr *mgr, int enable) in pcxhr_enable_irq()
244 void pcxhr_reset_dsp(struct pcxhr_mgr *mgr) in pcxhr_reset_dsp()
259 void pcxhr_enable_dsp(struct pcxhr_mgr *mgr) in pcxhr_enable_dsp()
[all …]
Dpcxhr_hwdep.c29 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()
Dpcxhr.c234 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()
878 static int pcxhr_hardware_timer(struct pcxhr_mgr *mgr, int start) in pcxhr_hardware_timer()
902 struct pcxhr_mgr *mgr = chip->mgr; in pcxhr_prepare() local
939 struct pcxhr_mgr *mgr = chip->mgr; in pcxhr_hw_params() local
988 struct pcxhr_mgr *mgr = chip->mgr; in pcxhr_open() local
[all …]
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 …]
/linux-6.12.1/sound/pci/mixart/
Dmixart_core.c34 static int retrieve_msg_frame(struct mixart_mgr *mgr, u32 *msg_frame) in retrieve_msg_frame()
61 static int get_msg(struct mixart_mgr *mgr, struct mixart_msg *resp, in get_msg()
127 static int send_msg( struct mixart_mgr *mgr, in send_msg()
219 int snd_mixart_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int max_resp_size, void… in snd_mixart_send_msg()
267 int snd_mixart_send_msg_wait_notif(struct mixart_mgr *mgr, in snd_mixart_send_msg_wait_notif()
308 int snd_mixart_send_msg_nonblock(struct mixart_mgr *mgr, struct mixart_msg *request) in snd_mixart_send_msg_nonblock()
329 static void snd_mixart_process_msg(struct mixart_mgr *mgr) in snd_mixart_process_msg()
394 struct mixart_mgr *mgr = dev_id; in snd_mixart_interrupt() local
418 struct mixart_mgr *mgr = dev_id; in snd_mixart_threaded_irq() local
565 void snd_mixart_init_mailbox(struct mixart_mgr *mgr) in snd_mixart_init_mailbox()
[all …]
Dmixart.c58 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
707 struct mixart_mgr *mgr = chip->mgr; in snd_mixart_playback_open() local
786 struct mixart_mgr *mgr = chip->mgr; in snd_mixart_capture_open() local
868 struct mixart_mgr *mgr = chip->mgr; in snd_mixart_close() local
1030 static int snd_mixart_create(struct mixart_mgr *mgr, struct snd_card *card, int idx) in snd_mixart_create()
1078 static int snd_mixart_free(struct mixart_mgr *mgr) in snd_mixart_free()
[all …]
/linux-6.12.1/drivers/isdn/mISDN/
Dtei.c72 struct manager *mgr = fi->userdata; in da_debug() local
92 struct manager *mgr = fi->userdata; in da_activate() local
108 struct manager *mgr = fi->userdata; in da_deactivate() local
132 struct manager *mgr = fi->userdata; in da_ui() local
145 struct manager *mgr = fi->userdata; in da_timer() local
242 get_free_id(struct manager *mgr) in get_free_id()
266 get_free_tei(struct manager *mgr) in get_free_tei()
293 teiup_create(struct manager *mgr, u_int prim, int len, void *arg) in teiup_create()
315 new_id(struct manager *mgr) in new_id()
329 do_send(struct manager *mgr) in do_send()
[all …]
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_ttm_stolen_mgr.c60 static s64 detect_bar2_dgfx(struct xe_device *xe, struct xe_ttm_stolen_mgr *mgr) in detect_bar2_dgfx()
115 static u32 detect_bar2_integrated(struct xe_device *xe, struct xe_ttm_stolen_mgr *mgr) in detect_bar2_integrated()
190 static u64 detect_stolen(struct xe_device *xe, struct xe_ttm_stolen_mgr *mgr) in detect_stolen()
206 struct xe_ttm_stolen_mgr *mgr = drmm_kzalloc(&xe->drm, sizeof(*mgr), GFP_KERNEL); in xe_ttm_stolen_mgr_init() local
257 struct xe_ttm_stolen_mgr *mgr = to_stolen_mgr(ttm_mgr); in xe_ttm_stolen_io_offset() local
270 struct xe_ttm_stolen_mgr *mgr, in __xe_ttm_stolen_io_mem_reserve_bar2()
294 struct xe_ttm_stolen_mgr *mgr, in __xe_ttm_stolen_io_mem_reserve_stolen()
323 struct xe_ttm_stolen_mgr *mgr = ttm_mgr ? to_stolen_mgr(ttm_mgr) : NULL; in xe_ttm_stolen_io_mem_reserve() local
336 struct xe_ttm_stolen_mgr *mgr = in xe_ttm_stolen_gpu_offset() local
Dxe_ttm_vram_mgr.c52 struct xe_ttm_vram_mgr *mgr = to_xe_ttm_vram_mgr(man); in xe_ttm_vram_mgr_new() local
213 struct xe_ttm_vram_mgr *mgr = to_xe_ttm_vram_mgr(man); in xe_ttm_vram_mgr_del() local
229 struct xe_ttm_vram_mgr *mgr = to_xe_ttm_vram_mgr(man); in xe_ttm_vram_mgr_debug() local
250 struct xe_ttm_vram_mgr *mgr = to_xe_ttm_vram_mgr(man); in xe_ttm_vram_mgr_intersects() local
280 struct xe_ttm_vram_mgr *mgr = to_xe_ttm_vram_mgr(man); in xe_ttm_vram_mgr_compatible() local
316 struct xe_ttm_vram_mgr *mgr = arg; in ttm_vram_mgr_fini() local
335 int __xe_ttm_vram_mgr_init(struct xe_device *xe, struct xe_ttm_vram_mgr *mgr, in __xe_ttm_vram_mgr_init()
360 int xe_ttm_vram_mgr_init(struct xe_tile *tile, struct xe_ttm_vram_mgr *mgr) in xe_ttm_vram_mgr_init()
466 struct xe_ttm_vram_mgr *mgr = to_xe_ttm_vram_mgr(man); in xe_ttm_vram_get_cpu_visible_size() local
474 struct xe_ttm_vram_mgr *mgr = to_xe_ttm_vram_mgr(man); in xe_ttm_vram_get_used() local
[all …]
/linux-6.12.1/sound/pci/ctxfi/
Dctdaio.c387 struct daio_mgr *mgr) in dao_rsc_init()
452 struct daio_mgr *mgr = dao->mgr; in dao_rsc_reinit() local
464 struct daio_mgr *mgr) in dai_rsc_init()
506 static int daio_mgr_get_rsc(struct rsc_mgr *mgr, enum DAIOTYP type) in daio_mgr_get_rsc()
516 static int daio_mgr_put_rsc(struct rsc_mgr *mgr, enum DAIOTYP type) in daio_mgr_put_rsc()
523 static int get_daio_rsc(struct daio_mgr *mgr, in get_daio_rsc()
582 static int put_daio_rsc(struct daio_mgr *mgr, struct daio *daio) in put_daio_rsc()
604 static int daio_mgr_enb_daio(struct daio_mgr *mgr, struct daio *daio) in daio_mgr_enb_daio()
618 static int daio_mgr_dsb_daio(struct daio_mgr *mgr, struct daio *daio) in daio_mgr_dsb_daio()
634 struct rsc_mgr *mgr = &((struct daio_mgr *)data)->mgr; in daio_map_op() local
[all …]
Dctsrc.c357 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()
467 static int put_src_rsc(struct src_mgr *mgr, struct src *src) in put_src_rsc()
486 static int src_enable_s(struct src_mgr *mgr, struct src *src) in src_enable_s()
502 static int src_enable(struct src_mgr *mgr, struct src *src) in src_enable()
518 static int src_disable(struct src_mgr *mgr, struct src *src) in src_disable()
534 static int src_mgr_commit_write(struct src_mgr *mgr) in src_mgr_commit_write()
668 struct srcimp_mgr *mgr) in srcimp_rsc_init()
710 static int get_srcimp_rsc(struct srcimp_mgr *mgr, in get_srcimp_rsc()
[all …]
/linux-6.12.1/drivers/gpu/drm/lima/
Dlima_ctx.c10 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-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ptrn.c52 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-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gtt_mgr.c118 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); in amdgpu_gtt_mgr_new() local
172 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); in amdgpu_gtt_mgr_del() local
190 void amdgpu_gtt_mgr_recover(struct amdgpu_gtt_mgr *mgr) in amdgpu_gtt_mgr_recover()
252 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); in amdgpu_gtt_mgr_debug() local
277 struct amdgpu_gtt_mgr *mgr = &adev->mman.gtt_mgr; in amdgpu_gtt_mgr_init() local
306 struct amdgpu_gtt_mgr *mgr = &adev->mman.gtt_mgr; in amdgpu_gtt_mgr_fini() local

12345