/linux-6.14.4/drivers/clk/at91/ |
D | clk-sam9x60-pll.c | 38 struct sam9x60_pll_core core; member 45 struct sam9x60_pll_core core; member 52 #define to_sam9x60_frac(core) container_of(core, struct sam9x60_frac, core) argument 53 #define to_sam9x60_div(core) container_of(core, struct sam9x60_div, core) argument 74 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); in sam9x60_frac_pll_recalc_rate() local 87 static int sam9x60_frac_pll_set(struct sam9x60_pll_core *core) in sam9x60_frac_pll_set() 91 unsigned int val, cfrac, cmul; in sam9x60_frac_pll_set() local 154 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); in sam9x60_frac_pll_prepare() local 161 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); in sam9x60_frac_pll_unprepare() local 185 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); in sam9x60_frac_pll_is_prepared() local [all …]
|
/linux-6.14.4/drivers/media/radio/ |
D | radio-wl1273.c | 77 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 135 u16 val; 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 [all …]
|
/linux-6.14.4/drivers/mfd/ |
D | si476x-prop.c | 45 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 192 unsigned int val) in si476x_core_regmap_write() 198 unsigned *val) in si476x_core_regmap_read() 200 struct si476x_core *core = context; in si476x_core_regmap_read() local [all …]
|
/linux-6.14.4/drivers/bcma/ |
D | core.c | 12 static bool bcma_core_wait_value(struct bcma_device *core, u16 reg, u32 mask, in bcma_core_wait_value() 16 u32 val; in bcma_core_wait_value() local 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()
|
D | host_pci.c | 14 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 …]
|
D | main.c | 36 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in manuf_show() local 43 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in id_show() local 50 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in rev_show() local 57 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in class_show() local 90 struct bcma_device *core; in bcma_find_core_unit() local 100 bool bcma_wait_value(struct bcma_device *core, u16 reg, u32 mask, u32 value, in bcma_wait_value() 104 u32 val; in bcma_wait_value() local 121 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_release_core_dev() local 141 struct bcma_device *core) in bcma_of_find_child_device() 161 struct bcma_device *core, in bcma_of_irq_parse() [all …]
|
/linux-6.14.4/drivers/staging/media/meson/vdec/ |
D | vdec_helpers.c | 17 u32 amvdec_read_dos(struct amvdec_core *core, u32 reg) in amvdec_read_dos() 23 void amvdec_write_dos(struct amvdec_core *core, u32 reg, u32 val) in amvdec_write_dos() 29 void amvdec_write_dos_bits(struct amvdec_core *core, u32 reg, u32 val) in amvdec_write_dos_bits() 35 void amvdec_clear_dos_bits(struct amvdec_core *core, u32 reg, u32 val) in amvdec_clear_dos_bits() 41 u32 amvdec_read_parser(struct amvdec_core *core, u32 reg) in amvdec_read_parser() 47 void amvdec_write_parser(struct amvdec_core *core, u32 reg, u32 val) in amvdec_write_parser() 101 struct amvdec_core *core = sess->core; in set_canvas_yuv420m() local 145 struct amvdec_core *core = sess->core; in set_canvas_nv12m() local
|
D | codec_hevc_common.c | 32 struct amvdec_core *core = sess->core; in codec_hevc_setup_decode_head() local 60 struct amvdec_core *core = sess->core; in codec_hevc_setup_buffers_gxbb() local 66 u32 val; in codec_hevc_setup_buffers_gxbb() local 115 struct amvdec_core *core = sess->core; in codec_hevc_setup_buffers_gxl() local 252 struct amvdec_core *core = sess->core; in codec_hevc_setup_buffers() local
|
/linux-6.14.4/drivers/usb/host/ |
D | bcma-hcd.c | 40 struct bcma_device *core; member 53 u32 val; in bcma_wait_bits() local 180 struct bcma_device *core = usb_dev->core; in bcma_hcd_usb20_old_arm_init() local 242 u32 val; in bcma_hcd_usb20_ns_init_hc() local 268 struct bcma_device *core = bcma_hcd->core; in bcma_hcd_usb20_ns_init() local 283 static void bcma_hci_platform_power_gpio(struct bcma_device *dev, bool val) in bcma_hci_platform_power_gpio() 385 struct bcma_device *core = bcma_hcd->core; in bcma_hcd_usb30_init() local 395 static int bcma_hcd_probe(struct bcma_device *core) in bcma_hcd_probe()
|
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | chip.c | 242 struct brcmf_core *core) in brcmf_chip_sb_corerev() 250 static bool brcmf_chip_sb_iscoreup(struct brcmf_core_priv *core) in brcmf_chip_sb_iscoreup() 264 static bool brcmf_chip_ai_iscoreup(struct brcmf_core_priv *core) in brcmf_chip_ai_iscoreup() 280 static void brcmf_chip_sb_coredisable(struct brcmf_core_priv *core, in brcmf_chip_sb_coredisable() 284 u32 val, base; in brcmf_chip_sb_coredisable() local 350 static void brcmf_chip_ai_coredisable(struct brcmf_core_priv *core, in brcmf_chip_ai_coredisable() 384 static void brcmf_chip_sb_resetcore(struct brcmf_core_priv *core, u32 prereset, in brcmf_chip_sb_resetcore() 434 static void brcmf_chip_ai_resetcore(struct brcmf_core_priv *core, u32 prereset, in brcmf_chip_ai_resetcore() 508 struct brcmf_core_priv *core; in brcmf_chip_add_core() local 526 struct brcmf_core_priv *core; in brcmf_chip_cores_check() local [all …]
|
/linux-6.14.4/drivers/media/pci/cx88/ |
D | cx88-tvaudio.c | 89 u32 val; member 92 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() [all …]
|
D | cx88-blackbird.c | 189 static void host_setup(struct cx88_core *core) in host_setup() 223 static int wait_ready_gpio0_bit1(struct cx88_core *core, u32 state) in wait_ready_gpio0_bit1() 239 static int memory_write(struct cx88_core *core, u32 address, u32 value) in memory_write() 255 static int memory_read(struct cx88_core *core, u32 address, u32 *value) in memory_read() 258 u32 val; in memory_read() local 281 static int register_write(struct cx88_core *core, u32 address, u32 value) in register_write() 296 static int register_read(struct cx88_core *core, u32 address, u32 *value) in register_read() 299 u32 val; in register_read() local 537 struct cx88_core *core = dev->core; in blackbird_codec_settings() local 552 struct cx88_core *core = dev->core; in blackbird_initialize_codec() local [all …]
|
D | cx88-alsa.c | 54 struct cx88_core *core; member 116 struct cx88_core *core = chip->core; in _cx88_start_audio_dma() local 165 struct cx88_core *core = chip->core; in _cx88_stop_audio_dma() local 207 struct cx88_core *core = chip->core; in cx8801_aud_irq() local 244 struct cx88_core *core = chip->core; in cx8801_irq() local 633 struct cx88_core *core = chip->core; in snd_cx88_volume_get() local 648 struct cx88_core *core = chip->core; in snd_cx88_wm8775_volume_put() local 670 struct cx88_core *core = chip->core; in snd_cx88_volume_put() local 720 struct cx88_core *core = chip->core; in snd_cx88_switch_get() local 731 struct cx88_core *core = chip->core; in snd_cx88_switch_put() local [all …]
|
/linux-6.14.4/drivers/media/platform/amphion/ |
D | vpu_core.c | 29 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() 99 static int vpu_core_wait_boot_done(struct vpu_core *core) in vpu_core_wait_boot_done() 111 static int vpu_core_boot(struct vpu_core *core, bool load) in vpu_core_boot() 126 static int vpu_core_shutdown(struct vpu_core *core) in vpu_core_shutdown() 131 static int vpu_core_restore(struct vpu_core *core) in vpu_core_restore() 172 int vpu_alloc_dma(struct vpu_core *core, struct vpu_buffer *buf) in vpu_alloc_dma() 177 void vpu_core_set_state(struct vpu_core *core, enum vpu_core_state state) in vpu_core_set_state() [all …]
|
/linux-6.14.4/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi5_core.c | 26 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 …]
|
/linux-6.14.4/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi5_core.c | 39 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() 186 int hdmi5_read_edid(struct hdmi_core_data *core, u8 *edid, int len) in hdmi5_read_edid() 217 void hdmi5_core_dump(struct hdmi_core_data *core, struct seq_file *s) in hdmi5_core_dump() 304 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config() 369 static void hdmi_core_config_video_packetizer(struct hdmi_core_data *core) in hdmi_core_config_video_packetizer() 390 static void hdmi_core_config_csc(struct hdmi_core_data *core) in hdmi_core_config_csc() 398 static void hdmi_core_config_video_sampler(struct hdmi_core_data *core) in hdmi_core_config_video_sampler() 406 static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, in hdmi_core_write_avi_infoframe() [all …]
|
/linux-6.14.4/drivers/clk/ |
D | clk.c | 54 struct clk_core *core; member 103 struct clk_core *core; member 114 static int clk_pm_runtime_get(struct clk_core *core) in clk_pm_runtime_get() 122 static void clk_pm_runtime_put(struct clk_core *core) in clk_pm_runtime_put() 148 struct clk_core *core, *failed; in clk_pm_runtime_get_all() local 193 struct clk_core *core; in clk_pm_runtime_put_all() local 200 static void clk_pm_runtime_init(struct clk_core *core) in clk_pm_runtime_init() 282 static bool clk_core_rate_is_protected(struct clk_core *core) in clk_core_rate_is_protected() 287 static bool clk_core_is_prepared(struct clk_core *core) in clk_core_is_prepared() 306 static bool clk_core_is_enabled(struct clk_core *core) in clk_core_is_enabled() [all …]
|
/linux-6.14.4/drivers/phy/broadcom/ |
D | phy-bcm-sr-pcie.c | 47 struct sr_pcie_phy_core *core; member 120 static u32 pipemux_strap_read(struct sr_pcie_phy_core *core) in pipemux_strap_read() 147 struct sr_pcie_phy_core *core = phy->core; in pcie_core_is_for_rc() local 171 struct sr_pcie_phy_core *core = phy->core; in sr_paxc_phy_init() local 173 u32 val; in sr_paxc_phy_init() local 200 struct sr_pcie_phy_core *core; in sr_pcie_phy_xlate() local 219 struct sr_pcie_phy_core *core; in sr_pcie_phy_probe() local
|
D | phy-bcm-cygnus-pcie.c | 30 struct cygnus_pcie_phy_core *core; member 51 struct cygnus_pcie_phy_core *core = phy->core; in cygnus_pcie_power_config() local 53 u32 val; in cygnus_pcie_power_config() local 117 struct cygnus_pcie_phy_core *core; in cygnus_pcie_phy_probe() local
|
/linux-6.14.4/drivers/media/i2c/ |
D | mt9v011.c | 72 int rc, val; in mt9v011_read() local 175 struct mt9v011 *core = to_mt9v011(sd); in set_balance() local 201 struct mt9v011 *core = to_mt9v011(sd); in calc_fps() local 231 struct mt9v011 *core = to_mt9v011(sd); in calc_speed() local 271 struct mt9v011 *core = to_mt9v011(sd); in set_res() local 300 struct mt9v011 *core = to_mt9v011(sd); in set_read_mode() local 312 static int mt9v011_reset(struct v4l2_subdev *sd, u32 val) in mt9v011_reset() 343 struct mt9v011 *core = to_mt9v011(sd); in mt9v011_set_fmt() local 429 struct mt9v011 *core = in mt9v011_s_ctrl() local 494 struct mt9v011 *core; in mt9v011_probe() local [all …]
|
/linux-6.14.4/drivers/net/ethernet/broadcom/ |
D | bgmac-bcma-mdio.c | 16 static bool bcma_mdio_wait_value(struct bcma_device *core, u16 reg, u32 mask, in bcma_mdio_wait_value() 19 u32 val; in bcma_mdio_wait_value() local 38 struct bcma_device *core; in bcma_mdio_phy_read() local 89 struct bcma_device *core; in bcma_mdio_phy_write() local 213 struct bcma_device *core = bgmac->bcma.core; in bcma_mdio_mii_register() local
|
/linux-6.14.4/drivers/media/platform/qcom/venus/ |
D | pm_helpers.c | 26 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 …]
|
/linux-6.14.4/arch/mips/kernel/ |
D | smp-cps.c | 45 static unsigned __init core_vpe_count(unsigned int cluster, unsigned core) in core_vpe_count() 54 u32 val; in mips_cps_build_core_entry() local 328 static void boot_core(unsigned int core, unsigned int vpe_id) in boot_core() 408 unsigned core = cpu_core(¤t_cpu_data); in remote_vpe_boot() local 416 unsigned core = cpu_core(&cpu_data[cpu]); in cps_boot_secondary() local 482 int core = cpu_core(¤t_cpu_data); in cps_init_secondary() local 532 unsigned int cpu, core, vpe_id; in cps_shutdown_this_cpu() local 650 unsigned core = cpu_core(&cpu_data[cpu]); in cps_cleanup_dead_cpu() local
|
/linux-6.14.4/sound/soc/codecs/ |
D | wl1273.c | 25 struct wl1273_core *core; member 29 static int snd_wl1273_fm_set_i2s_mode(struct wl1273_core *core, in snd_wl1273_fm_set_i2s_mode() 129 static int snd_wl1273_fm_set_channel_number(struct wl1273_core *core, in snd_wl1273_fm_set_channel_number() 217 int val, r = 0; in snd_wl1273_fm_audio_put() local 324 struct wl1273_core *core = wl1273->core; in wl1273_hw_params() local 436 struct wl1273_core **core = component->dev->platform_data; in wl1273_probe() local
|
/linux-6.14.4/sound/soc/sof/intel/ |
D | mtl.c | 158 u32 val; in mtl_enable_sdw_irq() local 188 u32 val; in mtl_enable_interrupts() local 349 int val; in mtl_dsp_primary_core_is_enabled() local 358 static int mtl_dsp_core_power_up(struct snd_sof_dev *sdev, int core) in mtl_dsp_core_power_up() 399 static int mtl_dsp_core_power_down(struct snd_sof_dev *sdev, int core) in mtl_dsp_core_power_down() 682 int mtl_dsp_core_get(struct snd_sof_dev *sdev, int core) in mtl_dsp_core_get() 696 int mtl_dsp_core_put(struct snd_sof_dev *sdev, int core) in mtl_dsp_core_put()
|