Home
last modified time | relevance | path

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

12345678910>>...13

/linux-6.1.9/drivers/media/platform/amphion/
Dvpu_core.c29 void csr_writel(struct vpu_core *core, u32 reg, u32 val) in csr_writel()
34 u32 csr_readl(struct vpu_core *core, u32 reg) in csr_readl()
39 static int vpu_core_load_firmware(struct vpu_core *core) in vpu_core_load_firmware()
75 static int vpu_core_boot_done(struct vpu_core *core) in vpu_core_boot_done()
97 static int vpu_core_wait_boot_done(struct vpu_core *core) in vpu_core_wait_boot_done()
109 static int vpu_core_boot(struct vpu_core *core, bool load) in vpu_core_boot()
124 static int vpu_core_shutdown(struct vpu_core *core) in vpu_core_shutdown()
129 static int vpu_core_restore(struct vpu_core *core) in vpu_core_restore()
170 int vpu_alloc_dma(struct vpu_core *core, struct vpu_buffer *buf) in vpu_alloc_dma()
175 void vpu_core_set_state(struct vpu_core *core, enum vpu_core_state state) in vpu_core_set_state()
[all …]
/linux-6.1.9/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 …]
Dsi476x-prop.c45 static bool si476x_core_is_valid_property_a10(struct si476x_core *core, in si476x_core_is_valid_property_a10()
86 static bool si476x_core_is_valid_property_a20(struct si476x_core *core, in si476x_core_is_valid_property_a20()
107 static bool si476x_core_is_valid_property_a30(struct si476x_core *core, in si476x_core_is_valid_property_a30()
135 static bool si476x_core_is_valid_property(struct si476x_core *core, in si476x_core_is_valid_property()
150 static bool si476x_core_is_readonly_property(struct si476x_core *core, in si476x_core_is_readonly_property()
174 struct si476x_core *core = i2c_get_clientdata(client); in si476x_core_regmap_readable_register() local
184 struct si476x_core *core = i2c_get_clientdata(client); in si476x_core_regmap_writable_register() local
200 struct si476x_core *core = context; in si476x_core_regmap_read() local
228 struct regmap *devm_regmap_init_si476x(struct si476x_core *core) in devm_regmap_init_si476x()
/linux-6.1.9/drivers/media/platform/qcom/venus/
Dpm_helpers.c26 static int core_clks_get(struct venus_core *core) in core_clks_get()
41 static int core_clks_enable(struct venus_core *core) in core_clks_enable()
75 static void core_clks_disable(struct venus_core *core) in core_clks_disable()
84 static int core_clks_set_rate(struct venus_core *core, unsigned long freq) in core_clks_set_rate()
103 static int vcodec_clks_get(struct venus_core *core, struct device *dev, in vcodec_clks_get()
120 static int vcodec_clks_enable(struct venus_core *core, struct clk **clks) in vcodec_clks_enable()
140 static void vcodec_clks_disable(struct venus_core *core, struct clk **clks) in vcodec_clks_disable()
161 static u32 load_per_type(struct venus_core *core, u32 session_type) in load_per_type()
215 static int load_scale_bw(struct venus_core *core) in load_scale_bw()
245 struct venus_core *core = inst->core; in load_scale_v1() local
[all …]
Dhfi_msgs.c22 static void event_seq_changed(struct venus_core *core, struct venus_inst *inst, in event_seq_changed()
130 static void event_release_buffer_ref(struct venus_core *core, in event_release_buffer_ref()
149 static void event_sys_error(struct venus_core *core, u32 event, in event_sys_error()
162 event_session_error(struct venus_core *core, struct venus_inst *inst, in event_session_error()
192 static void hfi_event_notify(struct venus_core *core, struct venus_inst *inst, in hfi_event_notify()
220 static void hfi_sys_init_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_init_done()
276 static void hfi_sys_property_info(struct venus_core *core, in hfi_sys_property_info()
297 static void hfi_sys_rel_resource_done(struct venus_core *core, in hfi_sys_rel_resource_done()
307 static void hfi_sys_ping_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_ping_done()
320 static void hfi_sys_idle_done(struct venus_core *core, struct venus_inst *inst, in hfi_sys_idle_done()
[all …]
Dhfi.c50 int hfi_core_init(struct venus_core *core) in hfi_core_init()
84 int hfi_core_deinit(struct venus_core *core, bool blocking) in hfi_core_deinit()
120 int hfi_core_suspend(struct venus_core *core) in hfi_core_suspend()
128 int hfi_core_resume(struct venus_core *core, bool force) in hfi_core_resume()
136 int hfi_core_trigger_ssr(struct venus_core *core, u32 type) in hfi_core_trigger_ssr()
141 int hfi_core_ping(struct venus_core *core) in hfi_core_ping()
180 struct venus_core *core = inst->core; in hfi_session_create() local
216 struct venus_core *core = inst->core; in hfi_session_init() local
254 struct venus_core *core = inst->core; in hfi_session_destroy() local
351 struct venus_core *core = inst->core; in hfi_session_continue() local
[all …]
Dfirmware.c27 static void venus_reset_cpu(struct venus_core *core) in venus_reset_cpu()
56 int venus_set_hw_state(struct venus_core *core, bool resume) in venus_set_hw_state()
79 static int venus_load_fw(struct venus_core *core, const char *fwname, in venus_load_fw()
144 static int venus_boot_no_tz(struct venus_core *core, phys_addr_t mem_phys, in venus_boot_no_tz()
170 static int venus_shutdown_no_tz(struct venus_core *core) in venus_shutdown_no_tz()
208 int venus_boot(struct venus_core *core) in venus_boot()
259 int venus_shutdown(struct venus_core *core) in venus_shutdown()
271 int venus_firmware_init(struct venus_core *core) in venus_firmware_init()
334 void venus_firmware_deinit(struct venus_core *core) in venus_firmware_deinit()
/linux-6.1.9/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 …]
Dhost_pci.c14 static void bcma_host_pci_switch_core(struct bcma_device *core) in bcma_host_pci_switch_core()
28 static u16 bcma_host_pci_provide_access_to_core(struct bcma_device *core) in bcma_host_pci_provide_access_to_core()
42 static u8 bcma_host_pci_read8(struct bcma_device *core, u16 offset) in bcma_host_pci_read8()
48 static u16 bcma_host_pci_read16(struct bcma_device *core, u16 offset) in bcma_host_pci_read16()
54 static u32 bcma_host_pci_read32(struct bcma_device *core, u16 offset) in bcma_host_pci_read32()
60 static void bcma_host_pci_write8(struct bcma_device *core, u16 offset, in bcma_host_pci_write8()
67 static void bcma_host_pci_write16(struct bcma_device *core, u16 offset, in bcma_host_pci_write16()
74 static void bcma_host_pci_write32(struct bcma_device *core, u16 offset, in bcma_host_pci_write32()
82 static void bcma_host_pci_block_read(struct bcma_device *core, void *buffer, in bcma_host_pci_block_read()
105 static void bcma_host_pci_block_write(struct bcma_device *core, in bcma_host_pci_block_write()
[all …]
Dcore.c12 static bool bcma_core_wait_value(struct bcma_device *core, u16 reg, u32 mask, in bcma_core_wait_value()
31 bool bcma_core_is_enabled(struct bcma_device *core) in bcma_core_is_enabled()
42 void bcma_core_disable(struct bcma_device *core, u32 flags) in bcma_core_disable()
59 int bcma_core_enable(struct bcma_device *core, u32 flags) in bcma_core_enable()
78 void bcma_core_set_clockmode(struct bcma_device *core, in bcma_core_set_clockmode()
109 void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, bool on) in bcma_core_pll_ctl()
140 u32 bcma_core_dma_translation(struct bcma_device *core) in bcma_core_dma_translation()
Dhost_soc.c16 static u8 bcma_host_soc_read8(struct bcma_device *core, u16 offset) in bcma_host_soc_read8()
21 static u16 bcma_host_soc_read16(struct bcma_device *core, u16 offset) in bcma_host_soc_read16()
26 static u32 bcma_host_soc_read32(struct bcma_device *core, u16 offset) in bcma_host_soc_read32()
31 static void bcma_host_soc_write8(struct bcma_device *core, u16 offset, in bcma_host_soc_write8()
37 static void bcma_host_soc_write16(struct bcma_device *core, u16 offset, in bcma_host_soc_write16()
43 static void bcma_host_soc_write32(struct bcma_device *core, u16 offset, in bcma_host_soc_write32()
50 static void bcma_host_soc_block_read(struct bcma_device *core, void *buffer, in bcma_host_soc_block_read()
93 static void bcma_host_soc_block_write(struct bcma_device *core, in bcma_host_soc_block_write()
138 static u32 bcma_host_soc_aread32(struct bcma_device *core, u16 offset) in bcma_host_soc_aread32()
145 static void bcma_host_soc_awrite32(struct bcma_device *core, u16 offset, in bcma_host_soc_awrite32()
/linux-6.1.9/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 …]
/linux-6.1.9/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-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
437 struct cx88_core *core = dev->core; in buffer_prepare() local
543 struct cx88_core *core = dev->core; in stop_streaming() local
576 struct cx88_core *core = dev->core; in radio_open() local
609 struct cx88_core *core = in cx8800_s_vid_ctrl() local
656 struct cx88_core *core = in cx8800_s_aud_ctrl() local
710 struct cx88_core *core = dev->core; in vidioc_g_fmt_vid_cap() local
[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-input.c27 struct cx88_core *core; member
70 struct cx88_core *core = ir->core; in cx88_ir_handle_key() local
184 struct cx88_core *core = priv; in __cx88_ir_start() local
209 struct cx88_core *core = priv; in __cx88_ir_stop() local
225 int cx88_ir_start(struct cx88_core *core) in cx88_ir_start()
234 void cx88_ir_stop(struct cx88_core *core) in cx88_ir_stop()
243 struct cx88_core *core = rc->priv; in cx88_ir_open() local
251 struct cx88_core *core = rc->priv; in cx88_ir_close() local
260 int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) in cx88_ir_init()
505 int cx88_ir_fini(struct cx88_core *core) in cx88_ir_fini()
[all …]
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
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 …]
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 …]
Dhdmi4_cec.c56 static void hdmi_cec_received_msg(struct hdmi_core_data *core) in hdmi_cec_received_msg()
97 void hdmi4_cec_irq(struct hdmi_core_data *core) in hdmi4_cec_irq()
124 struct hdmi_core_data *core = cec_get_drvdata(adap); in hdmi_cec_clear_tx_fifo() local
140 struct hdmi_core_data *core = cec_get_drvdata(adap); in hdmi_cec_clear_rx_fifo() local
157 struct hdmi_core_data *core = cec_get_drvdata(adap); in hdmi_cec_adap_enable() local
246 struct hdmi_core_data *core = cec_get_drvdata(adap); in hdmi_cec_adap_log_addr() local
269 struct hdmi_core_data *core = cec_get_drvdata(adap); in hdmi_cec_adap_transmit() local
320 void hdmi4_cec_set_phys_addr(struct hdmi_core_data *core, u16 pa) in hdmi4_cec_set_phys_addr()
325 int hdmi4_cec_init(struct platform_device *pdev, struct hdmi_core_data *core, in hdmi4_cec_init()
350 void hdmi4_cec_uninit(struct hdmi_core_data *core) in hdmi4_cec_uninit()
/linux-6.1.9/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 …]
/linux-6.1.9/drivers/clk/at91/
Dclk-sam9x60-pll.c41 struct sam9x60_pll_core core; member
48 struct sam9x60_pll_core core; member
55 #define to_sam9x60_frac(core) container_of(core, struct sam9x60_frac, core) argument
56 #define to_sam9x60_div(core) container_of(core, struct sam9x60_div, core) argument
77 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); in sam9x60_frac_pll_recalc_rate() local
84 static int sam9x60_frac_pll_set(struct sam9x60_pll_core *core) in sam9x60_frac_pll_set()
151 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); in sam9x60_frac_pll_prepare() local
158 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); in sam9x60_frac_pll_unprepare() local
182 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); in sam9x60_frac_pll_is_prepared() local
187 static long sam9x60_frac_pll_compute_mul_frac(struct sam9x60_pll_core *core, in sam9x60_frac_pll_compute_mul_frac()
[all …]
/linux-6.1.9/drivers/clk/
Dclk.c50 struct clk_core *core; member
98 struct clk_core *core; member
109 static int clk_pm_runtime_get(struct clk_core *core) in clk_pm_runtime_get()
117 static void clk_pm_runtime_put(struct clk_core *core) in clk_pm_runtime_put()
194 static bool clk_core_rate_is_protected(struct clk_core *core) in clk_core_rate_is_protected()
199 static bool clk_core_is_prepared(struct clk_core *core) in clk_core_is_prepared()
218 static bool clk_core_is_enabled(struct clk_core *core) in clk_core_is_enabled()
288 struct clk_core *core) in __clk_lookup_subtree()
385 static struct clk_core *clk_core_get(struct clk_core *core, u8 p_index) in clk_core_get()
413 static void clk_core_fill_parent_index(struct clk_core *core, u8 index) in clk_core_fill_parent_index()
[all …]
/linux-6.1.9/drivers/media/radio/
Dradio-wl1273.c77 struct wl1273_core *core; member
95 static int wl1273_fm_write_fw(struct wl1273_core *core, in wl1273_fm_write_fw()
133 struct wl1273_core *core = radio->core; in wl1273_fm_rds() local
221 struct wl1273_core *core = radio->core; in wl1273_fm_irq_thread_handler() local
336 struct wl1273_core *core = radio->core; in wl1273_fm_set_tx_freq() local
396 struct wl1273_core *core = radio->core; in wl1273_fm_set_rx_freq() local
455 struct wl1273_core *core = radio->core; in wl1273_fm_get_freq() local
491 struct wl1273_core *core = radio->core; in wl1273_fm_upload_firmware_patch() local
532 struct wl1273_core *core = radio->core; in wl1273_fm_stop() local
558 struct wl1273_core *core = radio->core; in wl1273_fm_start() local
[all …]

12345678910>>...13