/Linux-v6.6/drivers/fpga/ |
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 …]
|
D | xilinx-spi.c | 30 static int get_done_gpio(struct fpga_manager *mgr) in get_done_gpio() 43 static enum fpga_mgr_states xilinx_spi_state(struct fpga_manager *mgr) in xilinx_spi_state() 63 static int wait_for_init_b(struct fpga_manager *mgr, int value, in wait_for_init_b() 94 static int xilinx_spi_write_init(struct fpga_manager *mgr, in xilinx_spi_write_init() 130 static int xilinx_spi_write(struct fpga_manager *mgr, const char *buf, in xilinx_spi_write() 169 static int xilinx_spi_write_complete(struct fpga_manager *mgr, in xilinx_spi_write_complete() 226 struct fpga_manager *mgr; in xilinx_spi_probe() local
|
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
|
D | stratix10-soc.c | 72 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
|
/Linux-v6.6/net/bluetooth/ |
D | a2mp.c | 42 static void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data) in a2mp_send() 66 static u8 __next_ident(struct amp_mgr *mgr) in __next_ident() 76 struct amp_mgr *mgr; in amp_mgr_lookup_by_state() local 92 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl) in __a2mp_add_cl() 115 static int a2mp_command_rej(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_command_rej() 130 static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_req() 190 static int a2mp_discover_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_rsp() 270 static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_change_notify() 294 static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_req() 337 static int a2mp_getinfo_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_rsp() [all …]
|
D | amp.c | 43 struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id) in amp_ctrl_add() 63 void amp_ctrl_list_flush(struct amp_mgr *mgr) in amp_ctrl_list_flush() 77 struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id) in amp_ctrl_lookup() 97 static u8 __next_handle(struct amp_mgr *mgr) in __next_handle() 105 struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, in phylink_add() 273 void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr) in amp_read_loc_assoc() 296 struct amp_mgr *mgr = hcon->amp_mgr; in amp_read_loc_assoc_final_data() local 336 struct amp_mgr *mgr = hcon->amp_mgr; in amp_write_rem_assoc_frag() local 441 void amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, in amp_create_phylink() 480 void amp_accept_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, in amp_accept_phylink() [all …]
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_gpuva_mgr.c | 626 drm_gpuva_in_mm_range(struct drm_gpuva_manager *mgr, u64 addr, u64 range) in drm_gpuva_in_mm_range() 636 drm_gpuva_in_kernel_node(struct drm_gpuva_manager *mgr, u64 addr, u64 range) in drm_gpuva_in_kernel_node() 647 drm_gpuva_range_valid(struct drm_gpuva_manager *mgr, in drm_gpuva_range_valid() 671 drm_gpuva_manager_init(struct drm_gpuva_manager *mgr, in drm_gpuva_manager_init() 708 drm_gpuva_manager_destroy(struct drm_gpuva_manager *mgr) in drm_gpuva_manager_destroy() 721 __drm_gpuva_insert(struct drm_gpuva_manager *mgr, in __drm_gpuva_insert() 762 drm_gpuva_insert(struct drm_gpuva_manager *mgr, in drm_gpuva_insert() 795 struct drm_gpuva_manager *mgr = va->mgr; in drm_gpuva_remove() local 863 drm_gpuva_find_first(struct drm_gpuva_manager *mgr, in drm_gpuva_find_first() 881 drm_gpuva_find(struct drm_gpuva_manager *mgr, in drm_gpuva_find() [all …]
|
D | drm_vma_manager.c | 85 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()
|
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
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 …]
|
D | apply.c | 123 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 …]
|
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() 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()
|
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-v6.6/sound/pci/pcxhr/ |
D | pcxhr_core.c | 59 #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 …]
|
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()
|
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() 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 …]
|
D | pcxhr_mix22.c | 36 #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-v6.6/drivers/gpu/drm/display/ |
D | drm_dp_mst_topology.c | 292 static bool drm_dp_decode_sideband_msg_hdr(const struct drm_dp_mst_topology_mgr *mgr, in drm_dp_decode_sideband_msg_hdr() 796 static bool drm_dp_sideband_parse_link_address(const struct drm_dp_mst_topology_mgr *mgr, in drm_dp_sideband_parse_link_address() 1022 static bool drm_dp_sideband_parse_reply(const struct drm_dp_mst_topology_mgr *mgr, in drm_dp_sideband_parse_reply() 1069 drm_dp_sideband_parse_connection_status_notify(const struct drm_dp_mst_topology_mgr *mgr, in drm_dp_sideband_parse_connection_status_notify() 1098 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() 1122 static bool drm_dp_sideband_parse_req(const struct drm_dp_mst_topology_mgr *mgr, in drm_dp_sideband_parse_req() 1237 static bool check_txmsg_state(struct drm_dp_mst_topology_mgr *mgr, in check_txmsg_state() 1255 struct drm_dp_mst_topology_mgr *mgr = mstb->mgr; in drm_dp_mst_wait_tx_reply() local 1527 __topology_ref_save(struct drm_dp_mst_topology_mgr *mgr, in __topology_ref_save() 1666 topology_ref_history_lock(struct drm_dp_mst_topology_mgr *mgr) in topology_ref_history_lock() [all …]
|
/Linux-v6.6/sound/pci/mixart/ |
D | mixart_core.c | 34 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 …]
|
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 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-v6.6/drivers/isdn/mISDN/ |
D | tei.c | 72 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-v6.6/sound/pci/ctxfi/ |
D | ctdaio.c | 387 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 …]
|
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() 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() 667 struct srcimp_mgr *mgr) in srcimp_rsc_init() 709 static int get_srcimp_rsc(struct srcimp_mgr *mgr, in get_srcimp_rsc() [all …]
|
/Linux-v6.6/drivers/gpu/drm/lima/ |
D | lima_ctx.c | 9 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id) in lima_ctx_create() 52 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_free() 67 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id) in lima_ctx_get() 84 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_init() 90 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr) in lima_ctx_mgr_fini()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
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-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gtt_mgr.c | 118 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() 254 struct amdgpu_gtt_mgr *mgr = to_gtt_mgr(man); in amdgpu_gtt_mgr_debug() local 279 struct amdgpu_gtt_mgr *mgr = &adev->mman.gtt_mgr; in amdgpu_gtt_mgr_init() local 308 struct amdgpu_gtt_mgr *mgr = &adev->mman.gtt_mgr; in amdgpu_gtt_mgr_fini() local
|