Home
last modified time | relevance | path

Searched full:core (Results 1 – 25 of 6788) sorted by relevance

12345678910>>...272

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dsi476x-i2c.c3 * drivers/mfd/si476x-i2c.c -- Core device driver for si476x MFD
21 #include <linux/mfd/si476x-core.h>
29 * @core: Core device structure
36 static int si476x_core_config_pinmux(struct si476x_core *core) in si476x_core_config_pinmux() argument
39 dev_dbg(&core->client->dev, "Configuring pinmux\n"); in si476x_core_config_pinmux()
40 err = si476x_core_cmd_dig_audio_pin_cfg(core, in si476x_core_config_pinmux()
41 core->pinmux.dclk, in si476x_core_config_pinmux()
42 core->pinmux.dfs, in si476x_core_config_pinmux()
43 core->pinmux.dout, in si476x_core_config_pinmux()
44 core->pinmux.xout); in si476x_core_config_pinmux()
[all …]
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0150-Makefile-Make-libgrub.pp-depend-on-config-util.h.patch8core/lib/libgcrypt-grub/src/ -I../grub-core/lib/minilzo -I../grub-core/lib/xzembed -DMINILZO_HAVE…
9core/commands/blocklist.c ../grub-core/commands/macbless.c ../grub-core/commands/xnu_uuid.c ../gru…
17 from ../grub-core/fs/btrfs.c:21:
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dpm_helpers.c17 #include "core.h"
24 static int core_clks_get(struct venus_core *core) in core_clks_get() argument
26 const struct venus_resources *res = core->res; in core_clks_get()
27 struct device *dev = core->dev; in core_clks_get()
31 core->clks[i] = devm_clk_get(dev, res->clks[i]); in core_clks_get()
32 if (IS_ERR(core->clks[i])) in core_clks_get()
33 return PTR_ERR(core->clks[i]); in core_clks_get()
39 static int core_clks_enable(struct venus_core *core) in core_clks_enable() argument
41 const struct venus_resources *res = core->res; in core_clks_enable()
46 ret = clk_prepare_enable(core->clks[i]); in core_clks_enable()
[all …]
H A Dhfi.c13 #include "core.h"
50 int hfi_core_init(struct venus_core *core) in hfi_core_init() argument
54 mutex_lock(&core->lock); in hfi_core_init()
56 if (core->state >= CORE_INIT) in hfi_core_init()
59 reinit_completion(&core->done); in hfi_core_init()
61 ret = core->ops->core_init(core); in hfi_core_init()
65 ret = wait_for_completion_timeout(&core->done, TIMEOUT); in hfi_core_init()
73 if (core->error != HFI_ERR_NONE) { in hfi_core_init()
78 core->state = CORE_INIT; in hfi_core_init()
80 mutex_unlock(&core->lock); in hfi_core_init()
[all …]
H A Dcore.c21 #include "core.h"
25 static void venus_event_notify(struct venus_core *core, u32 event) in venus_event_notify() argument
37 mutex_lock(&core->lock); in venus_event_notify()
38 core->sys_error = true; in venus_event_notify()
39 list_for_each_entry(inst, &core->instances, list) in venus_event_notify()
41 mutex_unlock(&core->lock); in venus_event_notify()
43 disable_irq_nosync(core->irq); in venus_event_notify()
44 schedule_delayed_work(&core->work, msecs_to_jiffies(10)); in venus_event_notify()
55 struct venus_core *core = in venus_sys_error_handler() local
61 ret = pm_runtime_get_sync(core->dev); in venus_sys_error_handler()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/
H A Dcommon.mk23 _OS_INTFS_FILES += os_dep/linux/hwsim/core.o
48 ########### CORE PATH #################################
49 _CORE_FILES := core/rtw_cmd.o \
50 core/rtw_security.o \
51 core/rtw_debug.o \
52 core/rtw_io.o \
53 core/rtw_ioctl_query.o \
54 core/rtw_ioctl_set.o \
55 core/rtw_ieee80211.o \
56 core/rtw_mlme.o \
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/
H A Dcommon.mk22 _OS_INTFS_FILES += os_dep/linux/hwsim/core.o
47 ########### CORE PATH #################################
48 _CORE_FILES := core/rtw_cmd.o \
49 core/rtw_security.o \
50 core/rtw_debug.o \
51 core/rtw_io.o \
52 core/rtw_ioctl_query.o \
53 core/rtw_ioctl_set.o \
54 core/rtw_ieee80211.o \
55 core/rtw_mlme.o \
[all …]
/OK3568_Linux_fs/kernel/drivers/bcma/
H A Dmain.c35 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in manuf_show() local
36 return sprintf(buf, "0x%03X\n", core->id.manuf); in manuf_show()
42 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in id_show() local
43 return sprintf(buf, "0x%03X\n", core->id.id); in id_show()
49 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in rev_show() local
50 return sprintf(buf, "0x%02X\n", core->id.rev); in rev_show()
56 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in class_show() local
57 return sprintf(buf, "0x%X\n", core->id.class); in class_show()
89 struct bcma_device *core; in bcma_find_core_unit() local
91 list_for_each_entry(core, &bus->cores, list) { in bcma_find_core_unit()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dradio_2055.h11 #define B2055_C1_SP_RSSI 0x03 /* SP RSSI Core 1 */
12 #define B2055_C1_SP_PDMISC 0x04 /* SP PD MISC Core 1 */
13 #define B2055_C2_SP_RSSI 0x05 /* SP RSSI Core 2 */
14 #define B2055_C2_SP_PDMISC 0x06 /* SP PD MISC Core 2 */
15 #define B2055_C1_SP_RXGC1 0x07 /* SP RX GC1 Core 1 */
16 #define B2055_C1_SP_RXGC2 0x08 /* SP RX GC2 Core 1 */
17 #define B2055_C2_SP_RXGC1 0x09 /* SP RX GC1 Core 2 */
18 #define B2055_C2_SP_RXGC2 0x0A /* SP RX GC2 Core 2 */
19 #define B2055_C1_SP_LPFBWSEL 0x0B /* SP LPF BW select Core 1 */
20 #define B2055_C2_SP_LPFBWSEL 0x0C /* SP LPF BW select Core 2 */
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp.c30 struct mali_gp_core *core = NULL; in mali_gp_create() local
33 MALI_DEBUG_PRINT(2, ("Mali GP: Creating Mali GP core: %s\n", resource->description)); in mali_gp_create()
35 core = _mali_osk_malloc(sizeof(struct mali_gp_core)); in mali_gp_create()
36 if (NULL != core) { in mali_gp_create()
37 …if (_MALI_OSK_ERR_OK == mali_hw_core_create(&core->hw_core, resource, MALIGP2_REGISTER_ADDRESS_SPA… in mali_gp_create()
40 ret = mali_gp_reset(core); in mali_gp_create()
43 ret = mali_group_add_gp_core(group, core); in mali_gp_create()
46 core->irq = _mali_osk_irq_init(resource->irq, in mali_gp_create()
51 core, in mali_gp_create()
53 if (NULL != core->irq) { in mali_gp_create()
[all …]
H A Dmali_pp.c37 struct mali_pp_core *core = NULL; in mali_pp_create() local
39 MALI_DEBUG_PRINT(2, ("Mali PP: Creating Mali PP core: %s\n", resource->description)); in mali_pp_create()
40 MALI_DEBUG_PRINT(2, ("Mali PP: Base address of PP core: 0x%x\n", resource->base)); in mali_pp_create()
43 MALI_PRINT_ERROR(("Mali PP: Too many PP core objects created\n")); in mali_pp_create()
47 core = _mali_osk_calloc(1, sizeof(struct mali_pp_core)); in mali_pp_create()
48 if (NULL != core) { in mali_pp_create()
49 core->core_id = mali_global_num_pp_cores; in mali_pp_create()
50 core->bcast_id = bcast_id; in mali_pp_create()
52 …if (_MALI_OSK_ERR_OK == mali_hw_core_create(&core->hw_core, resource, MALI200_REG_SIZEOF_REGISTER_… in mali_pp_create()
56 ret = mali_pp_reset(core); in mali_pp_create()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dparse-events.c51 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->core.nr_entries); in test__checkevent_tracepoint()
53 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint()
55 PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type); in test__checkevent_tracepoint()
56 TEST_ASSERT_VAL("wrong sample_period", 1 == evsel->core.attr.sample_period); in test__checkevent_tracepoint()
64 TEST_ASSERT_VAL("wrong number of entries", evlist->core.nr_entries > 1); in test__checkevent_tracepoint_multi()
69 PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint_multi()
71 PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type); in test__checkevent_tracepoint_multi()
73 1 == evsel->core.attr.sample_period); in test__checkevent_tracepoint_multi()
82 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->core.nr_entries); in test__checkevent_raw()
83 TEST_ASSERT_VAL("wrong type", PERF_TYPE_RAW == evsel->core.attr.type); in test__checkevent_raw()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk.c50 struct clk_core *core; member
100 struct clk_core *core; member
111 static int clk_pm_runtime_get(struct clk_core *core) in clk_pm_runtime_get() argument
115 if (!core->rpm_enabled) in clk_pm_runtime_get()
118 ret = pm_runtime_get_sync(core->dev); in clk_pm_runtime_get()
120 pm_runtime_put_noidle(core->dev); in clk_pm_runtime_get()
126 static void clk_pm_runtime_put(struct clk_core *core) in clk_pm_runtime_put() argument
128 if (!core->rpm_enabled) in clk_pm_runtime_put()
131 pm_runtime_put_sync(core->dev); in clk_pm_runtime_put()
203 static bool clk_core_rate_is_protected(struct clk_core *core) in clk_core_rate_is_protected() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dvdec_hevc.c29 struct amvdec_core *core = sess->core; in vdec_hevc_load_firmware() local
30 struct device *dev = core->dev_dec; in vdec_hevc_load_firmware()
50 mc_addr = dma_alloc_coherent(core->dev, MC_SIZE, &mc_addr_map, in vdec_hevc_load_firmware()
59 amvdec_write_dos(core, HEVC_MPSR, 0); in vdec_hevc_load_firmware()
60 amvdec_write_dos(core, HEVC_CPSR, 0); in vdec_hevc_load_firmware()
62 amvdec_write_dos(core, HEVC_IMEM_DMA_ADR, mc_addr_map); in vdec_hevc_load_firmware()
63 amvdec_write_dos(core, HEVC_IMEM_DMA_COUNT, MC_SIZE / 4); in vdec_hevc_load_firmware()
64 amvdec_write_dos(core, HEVC_IMEM_DMA_CTRL, (0x8000 | (7 << 16))); in vdec_hevc_load_firmware()
66 while (i && (readl(core->dos_base + HEVC_IMEM_DMA_CTRL) & 0x8000)) in vdec_hevc_load_firmware()
74 dma_free_coherent(core->dev, MC_SIZE, mc_addr, mc_addr_map); in vdec_hevc_load_firmware()
[all …]
H A Dvdec_1.c29 struct amvdec_core *core = sess->core; in vdec_1_load_firmware() local
30 struct device *dev = core->dev_dec; in vdec_1_load_firmware()
48 mc_addr = dma_alloc_coherent(core->dev, MC_SIZE, in vdec_1_load_firmware()
57 amvdec_write_dos(core, MPSR, 0); in vdec_1_load_firmware()
58 amvdec_write_dos(core, CPSR, 0); in vdec_1_load_firmware()
60 amvdec_clear_dos_bits(core, MDEC_PIC_DC_CTRL, BIT(31)); in vdec_1_load_firmware()
62 amvdec_write_dos(core, IMEM_DMA_ADR, mc_addr_map); in vdec_1_load_firmware()
63 amvdec_write_dos(core, IMEM_DMA_COUNT, MC_SIZE / 4); in vdec_1_load_firmware()
64 amvdec_write_dos(core, IMEM_DMA_CTRL, (0x8000 | (7 << 16))); in vdec_1_load_firmware()
66 while (--i && amvdec_read_dos(core, IMEM_DMA_CTRL) & 0x8000); in vdec_1_load_firmware()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Dradio-wl1273.c12 #include <linux/mfd/wl1273-core.h>
77 struct wl1273_core *core; member
95 static int wl1273_fm_write_fw(struct wl1273_core *core, in wl1273_fm_write_fw() argument
98 struct i2c_client *client = core->client; in wl1273_fm_write_fw()
133 struct wl1273_core *core = radio->core; in wl1273_fm_rds() local
134 struct i2c_client *client = core->client; in wl1273_fm_rds()
154 if (core->mode != WL1273_MODE_RX) in wl1273_fm_rds()
157 r = core->read(core, WL1273_RDS_SYNC_GET, &val); in wl1273_fm_rds()
221 struct wl1273_core *core = radio->core; in wl1273_fm_irq_thread_handler() local
225 r = core->read(core, WL1273_FLAG_GET, &flags); in wl1273_fm_irq_thread_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/at91/
H A Dclk-sam9x60-pll.c40 struct sam9x60_pll_core core; member
46 struct sam9x60_pll_core core; member
51 #define to_sam9x60_frac(core) container_of(core, struct sam9x60_frac, core) argument
52 #define to_sam9x60_div(core) container_of(core, struct sam9x60_div, core) argument
71 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); in sam9x60_frac_pll_recalc_rate() local
72 struct sam9x60_frac *frac = to_sam9x60_frac(core); in sam9x60_frac_pll_recalc_rate()
80 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); in sam9x60_frac_pll_prepare() local
81 struct sam9x60_frac *frac = to_sam9x60_frac(core); in sam9x60_frac_pll_prepare()
82 struct regmap *regmap = core->regmap; in sam9x60_frac_pll_prepare()
86 spin_lock_irqsave(core->lock, flags); in sam9x60_frac_pll_prepare()
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dclk.h17 TP_PROTO(struct clk_core *core),
19 TP_ARGS(core),
22 __string( name, core->name )
26 __assign_str(name, core->name);
34 TP_PROTO(struct clk_core *core),
36 TP_ARGS(core)
41 TP_PROTO(struct clk_core *core),
43 TP_ARGS(core)
48 TP_PROTO(struct clk_core *core),
50 TP_ARGS(core)
[all …]
/OK3568_Linux_fs/u-boot/spl/drivers/core/
H A Dofnode.su
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dofnode.su
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/
H A Dmapfile.csv2 GenuineIntel-6-56,v5,broadwellde,core
3 GenuineIntel-6-3D,v17,broadwell,core
4 GenuineIntel-6-47,v17,broadwell,core
5 GenuineIntel-6-4F,v10,broadwellx,core
6 GenuineIntel-6-1C,v4,bonnell,core
7 GenuineIntel-6-26,v4,bonnell,core
8 GenuineIntel-6-27,v4,bonnell,core
9 GenuineIntel-6-36,v4,bonnell,core
10 GenuineIntel-6-35,v4,bonnell,core
11 GenuineIntel-6-5C,v8,goldmont,core
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4_cec.c68 static void hdmi_cec_received_msg(struct hdmi_core_data *core) in hdmi_cec_received_msg() argument
70 u32 cnt = hdmi_read_reg(core->base, HDMI_CEC_RX_COUNT) & 0xff; in hdmi_cec_received_msg()
83 msg.msg[0] = hdmi_read_reg(core->base, in hdmi_cec_received_msg()
85 msg.msg[1] = hdmi_read_reg(core->base, in hdmi_cec_received_msg()
91 hdmi_read_reg(core->base, reg); in hdmi_cec_received_msg()
94 cec_received_msg(core->adap, &msg); in hdmi_cec_received_msg()
97 hdmi_write_reg(core->base, HDMI_CEC_RX_CONTROL, 1); in hdmi_cec_received_msg()
99 while (hdmi_read_reg(core->base, HDMI_CEC_RX_CONTROL) & 1) in hdmi_cec_received_msg()
105 cnt = hdmi_read_reg(core->base, HDMI_CEC_RX_COUNT) & 0xff; in hdmi_cec_received_msg()
109 void hdmi4_cec_irq(struct hdmi_core_data *core) in hdmi4_cec_irq() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dhndsoc.h51 #define SI_CORE_SIZE 0x1000 /* each core gets 4Kbytes for registers */
123 /* core codes */
125 #define CC_CORE_ID 0x800 /* chipcommon core */
126 #define ILINE20_CORE_ID 0x801 /* iline20 core */
127 #define SRAM_CORE_ID 0x802 /* sram core */
128 #define SDRAM_CORE_ID 0x803 /* sdram core */
129 #define PCI_CORE_ID 0x804 /* pci core */
130 #define MIPS_CORE_ID 0x805 /* mips core */
131 #define ENET_CORE_ID 0x806 /* enet mac core */
132 #define CODEC_CORE_ID 0x807 /* v90 codec core */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dhndsoc.h53 /** new(er) chips started locating their chipc core at a different BP address than 0x1800_0000 */
64 #define SI_CORE_SIZE 0x1000 /* each core gets 4Kbytes for registers */
141 /* core codes */
143 #define CC_CORE_ID 0x800 /* chipcommon core */
144 #define ILINE20_CORE_ID 0x801 /* iline20 core */
145 #define SRAM_CORE_ID 0x802 /* sram core */
146 #define SDRAM_CORE_ID 0x803 /* sdram core */
147 #define PCI_CORE_ID 0x804 /* pci core */
148 #define MIPS_CORE_ID 0x805 /* mips core */
149 #define ENET_CORE_ID 0x806 /* enet mac core */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dhndsoc.h53 /** new(er) chips started locating their chipc core at a different BP address than 0x1800_0000 */
64 #define SI_CORE_SIZE 0x1000 /* each core gets 4Kbytes for registers */
141 /* core codes */
143 #define CC_CORE_ID 0x800 /* chipcommon core */
144 #define ILINE20_CORE_ID 0x801 /* iline20 core */
145 #define SRAM_CORE_ID 0x802 /* sram core */
146 #define SDRAM_CORE_ID 0x803 /* sdram core */
147 #define PCI_CORE_ID 0x804 /* pci core */
148 #define MIPS_CORE_ID 0x805 /* mips core */
149 #define ENET_CORE_ID 0x806 /* enet mac core */
[all …]

12345678910>>...272