| /Linux-v5.4/drivers/fpga/ | 
| D | fpga-mgr.c | 74 static int fpga_mgr_write_init_buf(struct fpga_manager *mgr,  in fpga_mgr_write_init_buf()96 static int fpga_mgr_write_init_sg(struct fpga_manager *mgr,  in fpga_mgr_write_init_sg()
 140 static int fpga_mgr_write_complete(struct fpga_manager *mgr,  in fpga_mgr_write_complete()
 174 static int fpga_mgr_buf_load_sg(struct fpga_manager *mgr,  in fpga_mgr_buf_load_sg()
 209 static int fpga_mgr_buf_load_mapped(struct fpga_manager *mgr,  in fpga_mgr_buf_load_mapped()
 247 static int fpga_mgr_buf_load(struct fpga_manager *mgr,  in fpga_mgr_buf_load()
 319 static int fpga_mgr_firmware_load(struct fpga_manager *mgr,  in fpga_mgr_firmware_load()
 355 int fpga_mgr_load(struct fpga_manager *mgr, struct fpga_image_info *info)  in fpga_mgr_load()
 396 	struct fpga_manager *mgr = to_fpga_manager(dev);  in name_show()  local
 404 	struct fpga_manager *mgr = to_fpga_manager(dev);  in state_show()  local
 [all …]
 
 | 
| 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()
 73 static int zynqmp_fpga_ops_write_complete(struct fpga_manager *mgr,  in zynqmp_fpga_ops_write_complete()
 79 static enum fpga_mgr_states zynqmp_fpga_ops_state(struct fpga_manager *mgr)  in zynqmp_fpga_ops_state()
 105 	struct fpga_manager *mgr;  in zynqmp_fpga_probe()  local
 132 	struct fpga_manager *mgr = platform_get_drvdata(pdev);  in zynqmp_fpga_remove()  local
 
 | 
| D | ts73xx-fpga.c | 35 static enum fpga_mgr_states ts73xx_fpga_state(struct fpga_manager *mgr)  in ts73xx_fpga_state()40 static int ts73xx_fpga_write_init(struct fpga_manager *mgr,  in ts73xx_fpga_write_init()
 55 static int ts73xx_fpga_write(struct fpga_manager *mgr, const char *buf,  in ts73xx_fpga_write()
 77 static int ts73xx_fpga_write_complete(struct fpga_manager *mgr,  in ts73xx_fpga_write_complete()
 111 	struct fpga_manager *mgr;  in ts73xx_fpga_probe()  local
 139 	struct fpga_manager *mgr = platform_get_drvdata(pdev);  in ts73xx_fpga_remove()  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
 206 	struct fpga_manager *mgr = dev_get_drvdata(dev);  in alt_pr_unregister()  local
 
 | 
| D | ice40-spi.c | 32 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()
 96 static int ice40_fpga_ops_write(struct fpga_manager *mgr,  in ice40_fpga_ops_write()
 104 static int ice40_fpga_ops_write_complete(struct fpga_manager *mgr,  in ice40_fpga_ops_write_complete()
 133 	struct fpga_manager *mgr;  in ice40_fpga_probe()  local
 187 	struct fpga_manager *mgr = spi_get_drvdata(spi);  in ice40_fpga_remove()  local
 
 | 
| D | xilinx-spi.c | 29 static enum fpga_mgr_states xilinx_spi_state(struct fpga_manager *mgr)  in xilinx_spi_state()39 static int xilinx_spi_write_init(struct fpga_manager *mgr,  in xilinx_spi_write_init()
 68 static int xilinx_spi_write(struct fpga_manager *mgr, const char *buf,  in xilinx_spi_write()
 107 static int xilinx_spi_write_complete(struct fpga_manager *mgr,  in xilinx_spi_write_complete()
 143 	struct fpga_manager *mgr;  in xilinx_spi_probe()  local
 179 	struct fpga_manager *mgr = spi_get_drvdata(spi);  in xilinx_spi_remove()  local
 
 | 
| D | stratix10-soc.c | 71 static bool s10_free_buffers(struct fpga_manager *mgr)  in s10_free_buffers()98 static uint s10_free_buffer_count(struct fpga_manager *mgr)  in s10_free_buffer_count()
 174 static int s10_ops_write_init(struct fpga_manager *mgr,  in s10_ops_write_init()
 244 static int s10_send_buf(struct fpga_manager *mgr, const char *buf, size_t count)  in s10_send_buf()
 282 static int s10_ops_write(struct fpga_manager *mgr, const char *buf,  in s10_ops_write()
 361 static int s10_ops_write_complete(struct fpga_manager *mgr,  in s10_ops_write_complete()
 413 static enum fpga_mgr_states s10_ops_state(struct fpga_manager *mgr)  in s10_ops_state()
 429 	struct fpga_manager *mgr;  in s10_probe()  local
 475 	struct fpga_manager *mgr = platform_get_drvdata(pdev);  in s10_remove()  local
 
 | 
| /Linux-v5.4/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()
 267 static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb,  in a2mp_change_notify()
 291 static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb,  in a2mp_getinfo_req()
 332 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
 333 	struct amp_mgr *mgr = hcon->amp_mgr;  in amp_write_rem_assoc_frag()  local
 438 void amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr,  in amp_create_phylink()
 477 void amp_accept_phylink(struct hci_dev *hdev, struct amp_mgr *mgr,  in amp_accept_phylink()
 [all …]
 
 | 
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ | 
| D | manager-sysfs.c | 23 static ssize_t manager_name_show(struct omap_overlay_manager *mgr, char *buf)  in manager_name_show()28 static ssize_t manager_display_show(struct omap_overlay_manager *mgr, char *buf)  in manager_display_show()
 43 static ssize_t manager_display_store(struct omap_overlay_manager *mgr,  in manager_display_store()
 116 static ssize_t manager_default_color_show(struct omap_overlay_manager *mgr,  in manager_default_color_show()
 126 static ssize_t manager_default_color_store(struct omap_overlay_manager *mgr,  in manager_default_color_store()
 157 static ssize_t manager_trans_key_type_show(struct omap_overlay_manager *mgr,  in manager_trans_key_type_show()
 171 static ssize_t manager_trans_key_type_store(struct omap_overlay_manager *mgr,  in manager_trans_key_type_store()
 196 static ssize_t manager_trans_key_value_show(struct omap_overlay_manager *mgr,  in manager_trans_key_value_show()
 206 static ssize_t manager_trans_key_value_store(struct omap_overlay_manager *mgr,  in manager_trans_key_value_store()
 232 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()190 static bool mgr_manual_update(struct omap_overlay_manager *mgr)  in mgr_manual_update()
 197 static int dss_check_settings_low(struct omap_overlay_manager *mgr,  in dss_check_settings_low()
 237 static int dss_check_settings(struct omap_overlay_manager *mgr)  in dss_check_settings()
 246 static int dss_check_settings_apply(struct omap_overlay_manager *mgr)  in dss_check_settings_apply()
 257 		struct omap_overlay_manager *mgr;  in need_isr()  local
 334 static bool need_go(struct omap_overlay_manager *mgr)  in need_go()
 361 		struct omap_overlay_manager *mgr;  in extra_info_update_ongoing()  local
 415 static struct omap_dss_device *dss_mgr_get_device(struct omap_overlay_manager *mgr)  in dss_mgr_get_device()
 437 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()  local198 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()  local77 		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-v5.4/sound/pci/pcxhr/ | 
| D | pcxhr_core.c | 59 #define PCXHR_INPB(mgr,x)	inb((mgr)->port[PCXHR_REG_TO_PORT(x)] + (x))  argument60 #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()
 349 int pcxhr_setup_firmware(struct pcxhr_mgr *mgr)  in pcxhr_setup_firmware()
 
 | 
| D | pcxhr_mix22.c | 36 #define PCXHR_INPB(mgr, x)	inb((mgr)->port[PCXHR_DSP] + (x))  argument37 #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-v5.4/drivers/gpu/drm/ | 
| D | drm_dp_mst_topology.c | 804 static int drm_dp_mst_assign_payload_id(struct drm_dp_mst_topology_mgr *mgr,  in drm_dp_mst_assign_payload_id()833 static void drm_dp_mst_put_payload_id(struct drm_dp_mst_topology_mgr *mgr,  in drm_dp_mst_put_payload_id()
 854 static bool check_txmsg_state(struct drm_dp_mst_topology_mgr *mgr,  in check_txmsg_state()
 872 	struct drm_dp_mst_topology_mgr *mgr = mstb->mgr;  in drm_dp_mst_wait_tx_reply()  local
 1115 	struct drm_dp_mst_topology_mgr *mgr = mstb->mgr;  in drm_dp_destroy_mst_branch_device()  local
 1243 	struct drm_dp_mst_topology_mgr *mgr = port->mgr;  in drm_dp_destroy_port()  local
 1366 drm_dp_mst_topology_get_mstb_validated(struct drm_dp_mst_topology_mgr *mgr,  in drm_dp_mst_topology_get_mstb_validated()
 1404 drm_dp_mst_topology_get_port_validated(struct drm_dp_mst_topology_mgr *mgr,  in drm_dp_mst_topology_get_port_validated()
 1763 static struct drm_dp_mst_branch *drm_dp_get_mst_branch_device(struct drm_dp_mst_topology_mgr *mgr,  in drm_dp_get_mst_branch_device()
 1826 drm_dp_get_mst_branch_device_by_guid(struct drm_dp_mst_topology_mgr *mgr,  in drm_dp_get_mst_branch_device_by_guid()
 [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-v5.4/sound/pci/mixart/ | 
| D | mixart_core.c | 36 static int retrieve_msg_frame(struct mixart_mgr *mgr, u32 *msg_frame)  in retrieve_msg_frame()63 static int get_msg(struct mixart_mgr *mgr, struct mixart_msg *resp,  in get_msg()
 132 static int send_msg( struct mixart_mgr *mgr,  in send_msg()
 224 int snd_mixart_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int max_resp_size, void…  in snd_mixart_send_msg()
 270 int snd_mixart_send_msg_wait_notif(struct mixart_mgr *mgr,  in snd_mixart_send_msg_wait_notif()
 311 int snd_mixart_send_msg_nonblock(struct mixart_mgr *mgr, struct mixart_msg *request)  in snd_mixart_send_msg_nonblock()
 332 static void snd_mixart_process_msg(struct mixart_mgr *mgr)  in snd_mixart_process_msg()
 397 	struct mixart_mgr *mgr = dev_id;  in snd_mixart_interrupt()  local
 421 	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 | 59 static int mixart_set_pipe_state(struct mixart_mgr *mgr,  in mixart_set_pipe_state()158 static int mixart_set_clock(struct mixart_mgr *mgr,  in mixart_set_clock()
 329 int snd_mixart_kill_ref_pipe(struct mixart_mgr *mgr,  in snd_mixart_kill_ref_pipe()
 461 static int mixart_sync_nonblock_events(struct mixart_mgr *mgr)  in mixart_sync_nonblock_events()
 595 	struct mixart_mgr *mgr = chip->mgr;  in snd_mixart_hw_params()  local
 712 	struct mixart_mgr        *mgr = chip->mgr;  in snd_mixart_playback_open()  local
 791 	struct mixart_mgr        *mgr = chip->mgr;  in snd_mixart_capture_open()  local
 873 	struct mixart_mgr *mgr = chip->mgr;  in snd_mixart_close()  local
 1034 static int snd_mixart_create(struct mixart_mgr *mgr, struct snd_card *card, int idx)  in snd_mixart_create()
 1080 static int snd_mixart_free(struct mixart_mgr *mgr)  in snd_mixart_free()
 [all …]
 
 | 
| /Linux-v5.4/drivers/isdn/mISDN/ | 
| D | tei.c | 72 	struct manager	*mgr = fi->userdata;  in da_debug()  local92 	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-v5.4/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()49 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id)  in lima_ctx_free()
 64 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id)  in lima_ctx_get()
 81 void lima_ctx_mgr_init(struct lima_ctx_mgr *mgr)  in lima_ctx_mgr_init()
 87 void lima_ctx_mgr_fini(struct lima_ctx_mgr *mgr)  in lima_ctx_mgr_fini()
 
 | 
| /Linux-v5.4/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()
 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-v5.4/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_gtt_mgr.c | 91 	struct amdgpu_gtt_mgr *mgr;  in amdgpu_gtt_mgr_init()  local131 	struct amdgpu_gtt_mgr *mgr = man->priv;  in amdgpu_gtt_mgr_fini()  local
 174 	struct amdgpu_gtt_mgr *mgr = man->priv;  in amdgpu_gtt_mgr_alloc()  local
 224 	struct amdgpu_gtt_mgr *mgr = man->priv;  in amdgpu_gtt_mgr_new()  local
 280 	struct amdgpu_gtt_mgr *mgr = man->priv;  in amdgpu_gtt_mgr_del()  local
 305 	struct amdgpu_gtt_mgr *mgr = man->priv;  in amdgpu_gtt_mgr_usage()  local
 313 	struct amdgpu_gtt_mgr *mgr = man->priv;  in amdgpu_gtt_mgr_recover()  local
 341 	struct amdgpu_gtt_mgr *mgr = man->priv;  in amdgpu_gtt_mgr_debug()  local
 
 |