Home
last modified time | relevance | path

Searched defs:core (Results 201 - 225 of 905) sorted by relevance

12345678910>>...37

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_hw_core.h48 MALI_STATIC_INLINE u32 mali_hw_core_register_read(struct mali_hw_core *core, u32 relative_address) in mali_hw_core_register_read() argument
57 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed(struct mali_hw_core *core, u32 relative_address, in mali_hw_core_register_write_relaxed() argument
68 mali_hw_core_register_write_relaxed_conditional(struct mali_hw_core *core, u32 relative_address, u32 new_val, const u32 old_val) mali_hw_core_register_write_relaxed_conditional() argument
78 mali_hw_core_register_write(struct mali_hw_core *core, u32 relative_address, u32 new_val) mali_hw_core_register_write() argument
85 mali_hw_core_register_write_array_relaxed(struct mali_hw_core *core, u32 relative_address, u32 *write_array, u32 nr_of_regs) mali_hw_core_register_write_array_relaxed() argument
102 mali_hw_core_register_write_array_relaxed_conditional(struct mali_hw_core *core, u32 relative_address, u32 *write_array, u32 nr_of_regs, const u32 *old_array) mali_hw_core_register_write_array_relaxed_conditional() argument
[all...]
/device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin/
H A DOMXPlugin.cpp51 OMXCore* core = (OMXCore*)calloc(1, sizeof(OMXCore)); in AddCore() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp.c30 struct mali_gp_core *core = NULL; in mali_gp_create() local
77 mali_gp_delete(struct mali_gp_core *core) mali_gp_delete() argument
87 mali_gp_stop_bus(struct mali_gp_core *core) mali_gp_stop_bus() argument
94 mali_gp_stop_bus_wait(struct mali_gp_core *core) mali_gp_stop_bus_wait() argument
117 mali_gp_hard_reset(struct mali_gp_core *core) mali_gp_hard_reset() argument
150 mali_gp_reset_async(struct mali_gp_core *core) mali_gp_reset_async() argument
162 mali_gp_reset_wait(struct mali_gp_core *core) mali_gp_reset_wait() argument
189 mali_gp_reset(struct mali_gp_core *core) mali_gp_reset() argument
195 mali_gp_job_start(struct mali_gp_core *core, struct mali_gp_job *job) mali_gp_job_start() argument
257 mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr) mali_gp_resume_with_new_heap() argument
282 mali_gp_core_get_version(struct mali_gp_core *core) mali_gp_core_get_version() argument
296 struct mali_gp_core *core = (struct mali_gp_core *)data; mali_gp_irq_probe_trigger() local
305 struct mali_gp_core *core = (struct mali_gp_core *)data; mali_gp_irq_probe_ack() local
320 mali_gp_dump_state(struct mali_gp_core *core, char *buf, u32 size) mali_gp_dump_state() argument
330 mali_gp_update_performance_counters(struct mali_gp_core *core, struct mali_gp_job *job) mali_gp_update_performance_counters() argument
[all...]
H A Dmali_hw_core.h47 MALI_STATIC_INLINE u32 mali_hw_core_register_read(struct mali_hw_core *core, u32 relative_address) in mali_hw_core_register_read() argument
56 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed(struct mali_hw_core *core, u32 relative_address, u32 new_val) in mali_hw_core_register_write_relaxed() argument
66 mali_hw_core_register_write_relaxed_conditional(struct mali_hw_core *core, u32 relative_address, u32 new_val, const u32 old_val) mali_hw_core_register_write_relaxed_conditional() argument
75 mali_hw_core_register_write(struct mali_hw_core *core, u32 relative_address, u32 new_val) mali_hw_core_register_write() argument
82 mali_hw_core_register_write_array_relaxed(struct mali_hw_core *core, u32 relative_address, u32 *write_array, u32 nr_of_regs) mali_hw_core_register_write_array_relaxed() argument
97 mali_hw_core_register_write_array_relaxed_conditional(struct mali_hw_core *core, u32 relative_address, u32 *write_array, u32 nr_of_regs, const u32 *old_array) mali_hw_core_register_write_array_relaxed_conditional() argument
[all...]
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_core.cpp184 ReceiveMessage(const EventFwk::CommonEventSubscribeInfo &subscriberInfo, std::shared_ptr<NetPolicyCore> core) ReceiveMessage() argument
/kernel/linux/linux-5.10/drivers/bcma/
H A Ddriver_pci.c153 struct bcma_device *core = pc->core; in bcma_core_pci_fixcfg() local
H A Dhost_soc.c16 static u8 bcma_host_soc_read8(struct bcma_device *core, u16 offset) in bcma_host_soc_read8() argument
21 static u16 bcma_host_soc_read16(struct bcma_device *core, u16 offset) in bcma_host_soc_read16() argument
26 static u32 bcma_host_soc_read32(struct bcma_device *core, u16 offset) in bcma_host_soc_read32() argument
31 static void bcma_host_soc_write8(struct bcma_device *core, u16 offset, in bcma_host_soc_write8() argument
37 static void bcma_host_soc_write16(struct bcma_device *core, u16 offset, in bcma_host_soc_write16() argument
43 bcma_host_soc_write32(struct bcma_device *core, u16 offset, u32 value) bcma_host_soc_write32() argument
50 bcma_host_soc_block_read(struct bcma_device *core, void *buffer, size_t count, u16 offset, u8 reg_width) bcma_host_soc_block_read() argument
93 bcma_host_soc_block_write(struct bcma_device *core, const void *buffer, size_t count, u16 offset, u8 reg_width) bcma_host_soc_block_write() argument
138 bcma_host_soc_aread32(struct bcma_device *core, u16 offset) bcma_host_soc_aread32() argument
145 bcma_host_soc_awrite32(struct bcma_device *core, u16 offset, u32 value) bcma_host_soc_awrite32() argument
[all...]
/kernel/linux/linux-5.10/arch/loongarch/kvm/intc/
H A Dls3a_ipi.h25 gipi_single core[KVM_MAX_VCPUS]; member
/kernel/linux/linux-5.10/drivers/clk/microchip/
H A Dclk-pic32mzda.c129 struct pic32_clk_common core; member
155 struct pic32_clk_common *core; in pic32mzda_clk_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/renesas/
H A Dr7s9210-cpg-mssr.c160 rza2_cpg_clk_register(struct device *dev, const struct cpg_core_clk *core, const struct cpg_mssr_info *info, struct clk **clks, void __iomem *base, struct raw_notifier_head *notifiers) rza2_cpg_clk_register() argument
H A Dr8a77970-cpg-mssr.c222 r8a77970_cpg_clk_register(struct device *dev, const struct cpg_core_clk *core, const struct cpg_mssr_info *info, struct clk **clks, void __iomem *base, struct raw_notifier_head *notifiers) r8a77970_cpg_clk_register() argument
/kernel/linux/linux-5.10/drivers/mfd/
H A Dsi476x-prop.c45 static bool si476x_core_is_valid_property_a10(struct si476x_core *core, in si476x_core_is_valid_property_a10() argument
86 static bool si476x_core_is_valid_property_a20(struct si476x_core *core, in si476x_core_is_valid_property_a20() argument
107 static bool si476x_core_is_valid_property_a30(struct si476x_core *core, in si476x_core_is_valid_property_a30() argument
135 static bool si476x_core_is_valid_property(struct si476x_core *core, in si476x_core_is_valid_property() argument
150 si476x_core_is_readonly_property(struct si476x_core *core, u16 property) si476x_core_is_readonly_property() argument
174 struct si476x_core *core = i2c_get_clientdata(client); si476x_core_regmap_readable_register() local
184 struct si476x_core *core = i2c_get_clientdata(client); si476x_core_regmap_writable_register() local
200 struct si476x_core *core = context; si476x_core_regmap_read() local
228 devm_regmap_init_si476x(struct si476x_core *core) devm_regmap_init_si476x() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dfirmware.c27 static void venus_reset_cpu(struct venus_core *core) in venus_reset_cpu() argument
45 int venus_set_hw_state(struct venus_core *core, bool resume) in venus_set_hw_state() argument
64 static int venus_load_fw(struct venus_core *core, const char *fwname, in venus_load_fw() argument
129 venus_boot_no_tz(struct venus_core *core, phys_addr_t mem_phys, size_t mem_size) venus_boot_no_tz() argument
155 venus_shutdown_no_tz(struct venus_core *core) venus_shutdown_no_tz() argument
181 venus_boot(struct venus_core *core) venus_boot() argument
223 venus_shutdown(struct venus_core *core) venus_shutdown() argument
235 venus_firmware_init(struct venus_core *core) venus_firmware_init() argument
298 venus_firmware_deinit(struct venus_core *core) venus_firmware_deinit() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-vbi.c55 struct cx88_core *core = dev->core; in cx8800_start_vbi_dma() local
85 struct cx88_core *core = dev->core; in cx8800_stop_vbi_dma() local
207 struct cx88_core *core = dev->core; stop_streaming() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c72 int bttv_sub_add_device(struct bttv_core *core, char *name) in bttv_sub_add_device() argument
97 int bttv_sub_del_devices(struct bttv_core *core) in bttv_sub_del_devices() argument
129 void bttv_gpio_inout(struct bttv_core *core, u3 argument
143 bttv_gpio_read(struct bttv_core *core) bttv_gpio_read() argument
152 bttv_gpio_write(struct bttv_core *core, u32 value) bttv_gpio_write() argument
159 bttv_gpio_bits(struct bttv_core *core, u32 mask, u32 bits) bttv_gpio_bits() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.h272 } core; member
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dk8temp.c91 int core, place; in k8temp_read() local
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dbus.c75 struct b43_bus_dev *b43_bus_dev_bcma_init(struct bcma_device *core) in b43_bus_dev_bcma_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddebug.c69 struct bcma_device *core = hw->d11core; in brcms_debugfs_hardware_read() local
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dbgmac-bcma.c17 static inline bool bgmac_is_bcm4707_family(struct bcma_device *core) in bgmac_is_bcm4707_family() argument
112 bgmac_probe(struct bcma_device *core) bgmac_probe() argument
319 bgmac_remove(struct bcma_device *core) bgmac_remove() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ipa/
H A Dipa_clock.c56 struct clk *core; member
[all...]
/kernel/linux/linux-5.10/drivers/phy/broadcom/
H A Dphy-bcm-cygnus-pcie.c40 struct cygnus_pcie_phy_core *core; member
61 struct cygnus_pcie_phy_core *core = phy->core; in cygnus_pcie_power_config() local
127 struct cygnus_pcie_phy_core *core; cygnus_pcie_phy_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/wfx/
H A Dbus_spi.c36 struct wfx_dev *core; member
H A Dbus_sdio.c29 struct wfx_dev *core; member
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Dcore.c36 } core; variable
[all...]

Completed in 10 milliseconds

12345678910>>...37