Home
last modified time | relevance | path

Searched defs:core (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/kernel/linux/linux-5.10/drivers/mfd/
Dsi476x-i2c.c36 static int si476x_core_config_pinmux(struct si476x_core *core) in si476x_core_config_pinmux()
98 static inline void si476x_core_schedule_polling_work(struct si476x_core *core) in si476x_core_schedule_polling_work()
127 int si476x_core_start(struct si476x_core *core, bool soft) in si476x_core_start()
221 int si476x_core_stop(struct si476x_core *core, bool soft) in si476x_core_stop()
265 int si476x_core_set_power_state(struct si476x_core *core, in si476x_core_set_power_state()
330 static inline void si476x_core_report_drainer_stop(struct si476x_core *core) in si476x_core_report_drainer_stop()
343 static inline void si476x_core_start_rds_drainer_once(struct si476x_core *core) in si476x_core_start_rds_drainer_once()
363 struct si476x_core *core = container_of(work, struct si476x_core, in si476x_core_drain_rds_fifo() local
403 static void si476x_core_pronounce_dead(struct si476x_core *core) in si476x_core_pronounce_dead()
434 int si476x_core_i2c_xfer(struct si476x_core *core, in si476x_core_i2c_xfer()
[all …]
Dsi476x-cmd.c171 static int si476x_core_parse_and_nag_about_error(struct si476x_core *core) in si476x_core_parse_and_nag_about_error()
257 static int si476x_core_send_command(struct si476x_core *core, in si476x_core_send_command()
347 static int si476x_cmd_clear_stc(struct si476x_core *core) in si476x_cmd_clear_stc()
372 static int si476x_cmd_tune_seek_freq(struct si476x_core *core, in si476x_cmd_tune_seek_freq()
404 int si476x_core_cmd_func_info(struct si476x_core *core, in si476x_core_cmd_func_info()
435 int si476x_core_cmd_set_property(struct si476x_core *core, in si476x_core_cmd_set_property()
462 int si476x_core_cmd_get_property(struct si476x_core *core, u16 property) in si476x_core_cmd_get_property()
520 int si476x_core_cmd_dig_audio_pin_cfg(struct si476x_core *core, in si476x_core_cmd_dig_audio_pin_cfg()
569 int si476x_core_cmd_zif_pin_cfg(struct si476x_core *core, in si476x_core_cmd_zif_pin_cfg()
626 int si476x_core_cmd_ic_link_gpo_ctl_pin_cfg(struct si476x_core *core, in si476x_core_cmd_ic_link_gpo_ctl_pin_cfg()
[all …]
/kernel/linux/linux-4.19/drivers/mfd/
Dsi476x-i2c.c45 static int si476x_core_config_pinmux(struct si476x_core *core) in si476x_core_config_pinmux()
107 static inline void si476x_core_schedule_polling_work(struct si476x_core *core) in si476x_core_schedule_polling_work()
136 int si476x_core_start(struct si476x_core *core, bool soft) in si476x_core_start()
230 int si476x_core_stop(struct si476x_core *core, bool soft) in si476x_core_stop()
274 int si476x_core_set_power_state(struct si476x_core *core, in si476x_core_set_power_state()
339 static inline void si476x_core_report_drainer_stop(struct si476x_core *core) in si476x_core_report_drainer_stop()
352 static inline void si476x_core_start_rds_drainer_once(struct si476x_core *core) in si476x_core_start_rds_drainer_once()
372 struct si476x_core *core = container_of(work, struct si476x_core, in si476x_core_drain_rds_fifo() local
412 static void si476x_core_pronounce_dead(struct si476x_core *core) in si476x_core_pronounce_dead()
443 int si476x_core_i2c_xfer(struct si476x_core *core, in si476x_core_i2c_xfer()
[all …]
Dsi476x-cmd.c180 static int si476x_core_parse_and_nag_about_error(struct si476x_core *core) in si476x_core_parse_and_nag_about_error()
266 static int si476x_core_send_command(struct si476x_core *core, in si476x_core_send_command()
356 static int si476x_cmd_clear_stc(struct si476x_core *core) in si476x_cmd_clear_stc()
381 static int si476x_cmd_tune_seek_freq(struct si476x_core *core, in si476x_cmd_tune_seek_freq()
413 int si476x_core_cmd_func_info(struct si476x_core *core, in si476x_core_cmd_func_info()
444 int si476x_core_cmd_set_property(struct si476x_core *core, in si476x_core_cmd_set_property()
471 int si476x_core_cmd_get_property(struct si476x_core *core, u16 property) in si476x_core_cmd_get_property()
529 int si476x_core_cmd_dig_audio_pin_cfg(struct si476x_core *core, in si476x_core_cmd_dig_audio_pin_cfg()
578 int si476x_core_cmd_zif_pin_cfg(struct si476x_core *core, in si476x_core_cmd_zif_pin_cfg()
635 int si476x_core_cmd_ic_link_gpo_ctl_pin_cfg(struct si476x_core *core, in si476x_core_cmd_ic_link_gpo_ctl_pin_cfg()
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dpm_helpers.c24 static int core_clks_get(struct venus_core *core) in core_clks_get()
39 static int core_clks_enable(struct venus_core *core) in core_clks_enable()
59 static void core_clks_disable(struct venus_core *core) in core_clks_disable()
68 static int core_clks_set_rate(struct venus_core *core, unsigned long freq) in core_clks_set_rate()
87 static int vcodec_clks_get(struct venus_core *core, struct device *dev, in vcodec_clks_get()
104 static int vcodec_clks_enable(struct venus_core *core, struct clk **clks) in vcodec_clks_enable()
124 static void vcodec_clks_disable(struct venus_core *core, struct clk **clks) in vcodec_clks_disable()
145 static u32 load_per_type(struct venus_core *core, u32 session_type) in load_per_type()
201 static int load_scale_bw(struct venus_core *core) in load_scale_bw()
233 struct venus_core *core = inst->core; in load_scale_v1() local
[all …]
Dhfi_msgs.c17 static void event_seq_changed(struct venus_core *core, struct venus_inst *inst, in event_seq_changed()
118 static void event_release_buffer_ref(struct venus_core *core, in event_release_buffer_ref()
137 static void event_sys_error(struct venus_core *core, u32 event, in event_sys_error()
150 event_session_error(struct venus_core *core, struct venus_inst *inst, in event_session_error()
180 static void hfi_event_notify(struct venus_core *core, struct venus_inst *inst, in hfi_event_notify()
208 static void hfi_sys_init_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_init_done()
253 static void hfi_sys_property_info(struct venus_core *core, in hfi_sys_property_info()
274 static void hfi_sys_rel_resource_done(struct venus_core *core, in hfi_sys_rel_resource_done()
284 static void hfi_sys_ping_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_ping_done()
297 static void hfi_sys_idle_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_idle_done()
[all …]
/kernel/linux/linux-5.10/drivers/bcma/
Dmain.c35 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in manuf_show() local
42 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in id_show() local
49 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in rev_show() local
56 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in class_show() local
89 struct bcma_device *core; in bcma_find_core_unit() local
99 bool bcma_wait_value(struct bcma_device *core, u16 reg, u32 mask, u32 value, in bcma_wait_value()
120 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_release_core_dev() local
140 struct bcma_device *core) in bcma_of_find_child_device()
160 struct bcma_device *core, in bcma_of_irq_parse()
181 struct bcma_device *core, int num) in bcma_of_get_irq()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi4_core.c31 static inline void __iomem *hdmi_av_base(struct hdmi_core_data *core) in hdmi_av_base()
36 static int hdmi_core_ddc_init(struct hdmi_core_data *core) in hdmi_core_ddc_init()
78 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, in hdmi_core_ddc_edid()
160 int hdmi4_read_edid(struct hdmi_core_data *core, u8 *edid, int len) in hdmi4_read_edid()
200 static void hdmi_core_powerdown_disable(struct hdmi_core_data *core) in hdmi_core_powerdown_disable()
206 static void hdmi_core_swreset_release(struct hdmi_core_data *core) in hdmi_core_swreset_release()
212 static void hdmi_core_swreset_assert(struct hdmi_core_data *core) in hdmi_core_swreset_assert()
219 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config()
262 static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, in hdmi_core_write_avi_infoframe()
280 static void hdmi_core_av_packet_config(struct hdmi_core_data *core, in hdmi_core_av_packet_config()
[all …]
Dhdmi5_core.c39 static void hdmi_core_ddc_init(struct hdmi_core_data *core) in hdmi_core_ddc_init()
118 static void hdmi_core_ddc_uninit(struct hdmi_core_data *core) in hdmi_core_ddc_uninit()
128 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, u8 *pedid, u8 ext) in hdmi_core_ddc_edid()
188 int hdmi5_read_edid(struct hdmi_core_data *core, u8 *edid, int len) in hdmi5_read_edid()
219 void hdmi5_core_dump(struct hdmi_core_data *core, struct seq_file *s) in hdmi5_core_dump()
306 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config()
371 static void hdmi_core_config_video_packetizer(struct hdmi_core_data *core) in hdmi_core_config_video_packetizer()
392 static void hdmi_core_config_csc(struct hdmi_core_data *core) in hdmi_core_config_csc()
400 static void hdmi_core_config_video_sampler(struct hdmi_core_data *core) in hdmi_core_config_video_sampler()
408 static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, in hdmi_core_write_avi_infoframe()
[all …]
/kernel/linux/linux-4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi4_core.c42 static inline void __iomem *hdmi_av_base(struct hdmi_core_data *core) in hdmi_av_base()
47 static int hdmi_core_ddc_init(struct hdmi_core_data *core) in hdmi_core_ddc_init()
89 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, in hdmi_core_ddc_edid()
171 int hdmi4_read_edid(struct hdmi_core_data *core, u8 *edid, int len) in hdmi4_read_edid()
211 static void hdmi_core_powerdown_disable(struct hdmi_core_data *core) in hdmi_core_powerdown_disable()
217 static void hdmi_core_swreset_release(struct hdmi_core_data *core) in hdmi_core_swreset_release()
223 static void hdmi_core_swreset_assert(struct hdmi_core_data *core) in hdmi_core_swreset_assert()
230 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config()
273 static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, in hdmi_core_write_avi_infoframe()
291 static void hdmi_core_av_packet_config(struct hdmi_core_data *core, in hdmi_core_av_packet_config()
[all …]
Dhdmi5_core.c50 static void hdmi_core_ddc_init(struct hdmi_core_data *core) in hdmi_core_ddc_init()
129 static void hdmi_core_ddc_uninit(struct hdmi_core_data *core) in hdmi_core_ddc_uninit()
139 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, u8 *pedid, u8 ext) in hdmi_core_ddc_edid()
199 int hdmi5_read_edid(struct hdmi_core_data *core, u8 *edid, int len) in hdmi5_read_edid()
230 void hdmi5_core_dump(struct hdmi_core_data *core, struct seq_file *s) in hdmi5_core_dump()
317 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config()
382 static void hdmi_core_config_video_packetizer(struct hdmi_core_data *core) in hdmi_core_config_video_packetizer()
403 static void hdmi_core_config_csc(struct hdmi_core_data *core) in hdmi_core_config_csc()
411 static void hdmi_core_config_video_sampler(struct hdmi_core_data *core) in hdmi_core_config_video_sampler()
419 static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, in hdmi_core_write_avi_infoframe()
[all …]
/kernel/linux/linux-4.19/drivers/bcma/
Dmain.c35 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in manuf_show() local
42 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in id_show() local
49 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in rev_show() local
56 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in class_show() local
89 struct bcma_device *core; in bcma_find_core_unit() local
99 bool bcma_wait_value(struct bcma_device *core, u16 reg, u32 mask, u32 value, in bcma_wait_value()
120 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_release_core_dev() local
140 struct bcma_device *core) in bcma_of_find_child_device()
160 struct bcma_device *core, in bcma_of_irq_parse()
181 struct bcma_device *core, int num) in bcma_of_get_irq()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi5_core.c49 static void hdmi_core_ddc_init(struct hdmi_core_data *core) in hdmi_core_ddc_init()
128 static void hdmi_core_ddc_uninit(struct hdmi_core_data *core) in hdmi_core_ddc_uninit()
138 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, u8 *pedid, u8 ext) in hdmi_core_ddc_edid()
198 int hdmi5_read_edid(struct hdmi_core_data *core, u8 *edid, int len) in hdmi5_read_edid()
229 void hdmi5_core_dump(struct hdmi_core_data *core, struct seq_file *s) in hdmi5_core_dump()
327 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config()
390 static void hdmi_core_config_video_packetizer(struct hdmi_core_data *core) in hdmi_core_config_video_packetizer()
411 static void hdmi_core_config_csc(struct hdmi_core_data *core) in hdmi_core_config_csc()
419 static void hdmi_core_config_video_sampler(struct hdmi_core_data *core) in hdmi_core_config_video_sampler()
427 static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, in hdmi_core_write_avi_infoframe()
[all …]
Dhdmi4_core.c41 static inline void __iomem *hdmi_av_base(struct hdmi_core_data *core) in hdmi_av_base()
46 static int hdmi_core_ddc_init(struct hdmi_core_data *core) in hdmi_core_ddc_init()
88 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, in hdmi_core_ddc_edid()
170 int hdmi4_read_edid(struct hdmi_core_data *core, u8 *edid, int len) in hdmi4_read_edid()
210 void hdmi4_core_powerdown_disable(struct hdmi_core_data *core) in hdmi4_core_powerdown_disable()
216 static void hdmi_core_swreset_release(struct hdmi_core_data *core) in hdmi_core_swreset_release()
222 static void hdmi_core_swreset_assert(struct hdmi_core_data *core) in hdmi_core_swreset_assert()
229 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config()
272 static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, in hdmi_core_write_avi_infoframe()
290 static void hdmi_core_av_packet_config(struct hdmi_core_data *core, in hdmi_core_av_packet_config()
[all …]
/kernel/linux/linux-4.19/drivers/media/pci/cx88/
Dcx88-cards.c2826 static void leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data) in leadtek_eeprom()
2853 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data) in hauppauge_eeprom()
2951 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data) in gdi_eeprom()
2967 static int cx88_dvico_xc2028_callback(struct cx88_core *core, in cx88_dvico_xc2028_callback()
2999 static int cx88_xc3028_geniatech_tuner_callback(struct cx88_core *core, in cx88_xc3028_geniatech_tuner_callback()
3026 static int cx88_xc3028_winfast1800h_callback(struct cx88_core *core, in cx88_xc3028_winfast1800h_callback()
3043 static int cx88_xc4000_winfast2000h_plus_callback(struct cx88_core *core, in cx88_xc4000_winfast2000h_plus_callback()
3063 static int cx88_pv_8000gt_callback(struct cx88_core *core, in cx88_pv_8000gt_callback()
3085 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core) in dvico_fusionhdtv_hybrid_init()
3117 static int cx88_xc2028_tuner_callback(struct cx88_core *core, in cx88_xc2028_tuner_callback()
[all …]
Dcx88-tvaudio.c101 static void set_audio_registers(struct cx88_core *core, const struct rlist *l) in set_audio_registers()
122 static void set_audio_start(struct cx88_core *core, u32 mode) in set_audio_start()
133 static void set_audio_finish(struct cx88_core *core, u32 ctl) in set_audio_finish()
171 static void set_audio_standard_BTSC(struct cx88_core *core, unsigned int sap, in set_audio_standard_BTSC()
281 static void set_audio_standard_NICAM(struct cx88_core *core, u32 mode) in set_audio_standard_NICAM()
382 static void set_audio_standard_A2(struct cx88_core *core, u32 mode) in set_audio_standard_A2()
647 static void set_audio_standard_EIAJ(struct cx88_core *core) in set_audio_standard_EIAJ()
661 static void set_audio_standard_FM(struct cx88_core *core, in set_audio_standard_FM()
733 static int cx88_detect_nicam(struct cx88_core *core) in cx88_detect_nicam()
756 void cx88_set_tvaudio(struct cx88_core *core) in cx88_set_tvaudio()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
Dcx88-cards.c2853 static void leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data) in leadtek_eeprom()
2880 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data) in hauppauge_eeprom()
2978 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data) in gdi_eeprom()
2994 static int cx88_dvico_xc2028_callback(struct cx88_core *core, in cx88_dvico_xc2028_callback()
3026 static int cx88_xc3028_geniatech_tuner_callback(struct cx88_core *core, in cx88_xc3028_geniatech_tuner_callback()
3053 static int cx88_xc3028_winfast1800h_callback(struct cx88_core *core, in cx88_xc3028_winfast1800h_callback()
3070 static int cx88_xc4000_winfast2000h_plus_callback(struct cx88_core *core, in cx88_xc4000_winfast2000h_plus_callback()
3090 static int cx88_pv_8000gt_callback(struct cx88_core *core, in cx88_pv_8000gt_callback()
3112 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core) in dvico_fusionhdtv_hybrid_init()
3144 static int cx88_xc2028_tuner_callback(struct cx88_core *core, in cx88_xc2028_tuner_callback()
[all …]
Dcx88-tvaudio.c92 static void set_audio_registers(struct cx88_core *core, const struct rlist *l) in set_audio_registers()
113 static void set_audio_start(struct cx88_core *core, u32 mode) in set_audio_start()
124 static void set_audio_finish(struct cx88_core *core, u32 ctl) in set_audio_finish()
162 static void set_audio_standard_BTSC(struct cx88_core *core, unsigned int sap, in set_audio_standard_BTSC()
272 static void set_audio_standard_NICAM(struct cx88_core *core, u32 mode) in set_audio_standard_NICAM()
373 static void set_audio_standard_A2(struct cx88_core *core, u32 mode) in set_audio_standard_A2()
638 static void set_audio_standard_EIAJ(struct cx88_core *core) in set_audio_standard_EIAJ()
652 static void set_audio_standard_FM(struct cx88_core *core, in set_audio_standard_FM()
724 static int cx88_detect_nicam(struct cx88_core *core) in cx88_detect_nicam()
747 void cx88_set_tvaudio(struct cx88_core *core) in cx88_set_tvaudio()
[all …]
Dcx88-video.c282 int cx88_video_mux(struct cx88_core *core, unsigned int input) in cx88_video_mux()
353 struct cx88_core *core = dev->core; in start_video_dma() local
390 struct cx88_core *core = dev->core; in stop_video_dma() local
425 struct cx88_core *core = dev->core; in queue_setup() local
436 struct cx88_core *core = dev->core; in buffer_prepare() local
541 struct cx88_core *core = dev->core; in stop_streaming() local
574 struct cx88_core *core = dev->core; in radio_open() local
607 struct cx88_core *core = in cx8800_s_vid_ctrl() local
654 struct cx88_core *core = in cx8800_s_aud_ctrl() local
708 struct cx88_core *core = dev->core; in vidioc_g_fmt_vid_cap() local
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Ddebug.h54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument
55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument
56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument
57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument
58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument
60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument
61 #define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, f, ##a) argument
62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument
63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument
64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Ddebug.h54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument
55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument
56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument
57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument
58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument
60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument
61 #define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, f, ##a) argument
62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument
63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument
64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument
[all …]
/kernel/linux/linux-4.19/drivers/media/platform/qcom/venus/
Dhfi_msgs.c26 static void event_seq_changed(struct venus_core *core, struct venus_inst *inst, in event_seq_changed()
127 static void event_release_buffer_ref(struct venus_core *core, in event_release_buffer_ref()
146 static void event_sys_error(struct venus_core *core, u32 event, in event_sys_error()
159 event_session_error(struct venus_core *core, struct venus_inst *inst, in event_session_error()
189 static void hfi_event_notify(struct venus_core *core, struct venus_inst *inst, in hfi_event_notify()
217 static void hfi_sys_init_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_init_done()
262 static void hfi_sys_property_info(struct venus_core *core, in hfi_sys_property_info()
283 static void hfi_sys_rel_resource_done(struct venus_core *core, in hfi_sys_rel_resource_done()
293 static void hfi_sys_ping_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_ping_done()
306 static void hfi_sys_idle_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_idle_done()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/dispnv50/
Dhead907d.c28 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_or() local
44 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_procamp() local
57 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_dither() local
71 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_ovly() local
99 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_base() local
126 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_curs_clr() local
140 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_curs_set() local
156 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_core_clr() local
168 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_core_set() local
190 struct nv50_dmac *core = &nv50_disp(head->base.base.dev)->core->chan; in head907d_olut_clr() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Dhdmi4_core.c30 static inline void __iomem *hdmi_av_base(struct hdmi_core_data *core) in hdmi_av_base()
35 int hdmi4_core_ddc_init(struct hdmi_core_data *core) in hdmi4_core_ddc_init()
79 struct hdmi_core_data *core = data; in hdmi4_core_ddc_read() local
158 void hdmi4_core_powerdown_disable(struct hdmi_core_data *core) in hdmi4_core_powerdown_disable()
164 static void hdmi_core_swreset_release(struct hdmi_core_data *core) in hdmi_core_swreset_release()
170 static void hdmi_core_swreset_assert(struct hdmi_core_data *core) in hdmi_core_swreset_assert()
177 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config()
220 static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, in hdmi_core_write_avi_infoframe()
238 static void hdmi_core_av_packet_config(struct hdmi_core_data *core, in hdmi_core_av_packet_config()
256 void hdmi4_configure(struct hdmi_core_data *core, in hdmi4_configure()
[all …]
Dhdmi5_core.c26 void hdmi5_core_ddc_init(struct hdmi_core_data *core) in hdmi5_core_ddc_init()
105 void hdmi5_core_ddc_uninit(struct hdmi_core_data *core) in hdmi5_core_ddc_uninit()
117 struct hdmi_core_data *core = data; in hdmi5_core_ddc_read() local
174 void hdmi5_core_dump(struct hdmi_core_data *core, struct seq_file *s) in hdmi5_core_dump()
272 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config()
335 static void hdmi_core_config_video_packetizer(struct hdmi_core_data *core) in hdmi_core_config_video_packetizer()
356 static void hdmi_core_config_video_sampler(struct hdmi_core_data *core) in hdmi_core_config_video_sampler()
364 static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, in hdmi_core_write_avi_infoframe()
420 static void hdmi_core_write_csc(struct hdmi_core_data *core, in hdmi_core_write_csc()
454 static void hdmi_core_configure_range(struct hdmi_core_data *core, in hdmi_core_configure_range()
[all …]

12345678910>>...21