Searched refs:core (Results 201 - 225 of 2711) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphyreg_n.h146 #define NPHY_IqestIqAccLo(core) ((core == 0) ? 0x12c : 0x134)
148 #define NPHY_IqestIqAccHi(core) ((core == 0) ? 0x12d : 0x135)
150 #define NPHY_IqestipwrAccLo(core) ((core == 0) ? 0x12e : 0x136)
152 #define NPHY_IqestipwrAccHi(core) ((core == 0) ? 0x12f : 0x137)
154 #define NPHY_IqestqpwrAccLo(core) ((core
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dsor507d.c22 #include "core.h"
30 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl, argument
33 struct nvif_push *push = core->chan.push;
50 sor507d_get_caps(struct nv50_disp *core, struct nouveau_encoder *outp, int or) argument
H A Dsorc37d.c22 #include "core.h"
29 sorc37d_ctrl(struct nv50_core *core, int or, u32 ctrl, argument
32 struct nvif_push *push = core->chan.push;
/linux-master/drivers/ps3/
H A Dps3-vuart.c155 dev_dbg(&dev->core, "%s:%d: tx_trigger failed: %s\n",
164 dev_dbg(&dev->core, "%s:%d: tx_buf_size failed: %s\n",
173 dev_dbg(&dev->core, "%s:%d: rx_trigger failed: %s\n",
180 dev_dbg(&dev->core, "%s:%d: tx %lxh, rx %lxh\n", __func__, __LINE__,
196 dev_dbg(&dev->core, "%s:%d: tx_trigger failed: %s\n",
205 dev_dbg(&dev->core, "%s:%d: tx_buf_size failed: %s\n",
214 dev_dbg(&dev->core, "%s:%d: rx_trigger failed: %s\n",
219 dev_dbg(&dev->core, "%s:%d: tx %xh, rx %xh\n", __func__, __LINE__,
234 dev_dbg(&dev->core, "%s:%d: rx_bytes failed: %s\n",
237 dev_dbg(&dev->core, "
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_msgs.c12 #include "core.h"
22 static void event_seq_changed(struct venus_core *core, struct venus_inst *inst, argument
25 enum hfi_version ver = core->res->hfi_version;
130 static void event_release_buffer_ref(struct venus_core *core, argument
149 static void event_sys_error(struct venus_core *core, u32 event, argument
153 dev_dbg(core->dev, VDBGH
158 core->core_ops->event_notify(core, event);
162 event_session_error(struct venus_core *core, struct venus_inst *inst, argument
165 struct device *dev = core
192 hfi_event_notify(struct venus_core *core, struct venus_inst *inst, void *packet) argument
220 hfi_sys_init_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
251 sys_get_prop_image_version(struct venus_core *core, struct hfi_msg_sys_property_info_pkt *pkt) argument
300 hfi_sys_property_info(struct venus_core *core, struct venus_inst *inst, void *packet) argument
321 hfi_sys_rel_resource_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
331 hfi_sys_ping_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
344 hfi_sys_idle_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
350 hfi_sys_pc_prepare_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
411 hfi_session_prop_info(struct venus_core *core, struct venus_inst *inst, void *packet) argument
447 hfi_session_init_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
473 hfi_session_load_res_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
482 hfi_session_flush_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
493 hfi_session_etb_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
503 hfi_session_ftb_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
584 hfi_session_start_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
593 hfi_session_stop_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
602 hfi_session_rel_res_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
611 hfi_session_rel_buf_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
620 hfi_session_end_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
629 hfi_session_abort_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
638 hfi_session_get_seq_hdr_done(struct venus_core *core, struct venus_inst *inst, void *packet) argument
745 hfi_process_watchdog_timeout(struct venus_core *core) argument
750 to_instance(struct venus_core *core, u32 session_id) argument
765 hfi_process_msg_packet(struct venus_core *core, struct hfi_pkt_hdr *hdr) argument
[all...]
H A Dhfi.h80 /* define core states */
96 void (*event_notify)(struct venus_core *core, u32 event);
109 int (*core_init)(struct venus_core *core);
110 int (*core_deinit)(struct venus_core *core);
111 int (*core_ping)(struct venus_core *core, u32 cookie);
112 int (*core_trigger_ssr)(struct venus_core *core, u32 trigger_type);
138 int (*resume)(struct venus_core *core);
139 int (*suspend)(struct venus_core *core);
142 irqreturn_t (*isr)(struct venus_core *core);
143 irqreturn_t (*isr_thread)(struct venus_core *core);
[all...]
/linux-master/drivers/dma/bestcomm/
H A DMakefile6 bestcomm-core-objs := bestcomm.o sram.o
11 obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o
/linux-master/arch/powerpc/perf/
H A Dhv-24x7-domains.h21 * physical core and virtual processor in 24x7 Counters specifications.
25 DOMAIN(PHYS_CORE, 0x02, core, true)
/linux-master/drivers/mcb/
H A DMakefile5 mcb-y += mcb-core.o
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doclass.h3 #include <core/os.h>
4 #include <core/debug.h>
H A Dtegra.h4 #include <core/device.h>
5 #include <core/mm.h>
/linux-master/drivers/opp/
H A DMakefile3 obj-y += core.o cpu.o
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A DMakefile3 sun4i-ss-y += sun4i-ss-core.o sun4i-ss-hash.o sun4i-ss-cipher.o
/linux-master/sound/soc/intel/atom/sst/
H A DMakefile2 snd-intel-sst-core-objs := sst.o sst_ipc.o sst_stream.o sst_drv_interface.o sst_loader.o sst_pvt.o
6 obj-$(CONFIG_SND_SST_ATOM_HIFI2_PLATFORM) += snd-intel-sst-core.o
/linux-master/drivers/clk/microchip/
H A DMakefile2 obj-$(CONFIG_COMMON_CLK_PIC32) += clk-core.o
/linux-master/arch/x86/events/
H A DMakefile2 obj-y += core.o probe.o utils.o
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/
H A DMakefile12 core.o module.o
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/
H A DMakefile12 core.o module.o
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dsec2.h5 #include <core/engine.h>
6 #include <core/falcon.h>
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/
H A DMakefile12 core.o module.o
/linux-master/tools/perf/util/
H A Dbpf_counter_cgroup.c42 #define FD(evt, cpu) (*(int *)xyarray__entry(evt->core.fd, cpu, 0))
62 skel->rodata->num_events = evlist->core.nr_entries / nr_cgroups;
64 BUG_ON(evlist->core.nr_entries % nr_cgroups != 0);
67 map_size = total_cpus * evlist->core.nr_entries / nr_cgroups;
71 map_size = evlist->core.nr_entries / nr_cgroups;
74 map_size = evlist->core.nr_entries;
91 if (evsel__open_per_cpu(cgrp_switch, evlist->core.all_cpus, -1) < 0) {
96 perf_cpu_map__for_each_cpu(cpu, i, evlist->core.all_cpus) {
118 err = evsel__open_per_cpu(evsel, evsel->core.cpus, -1);
123 perf_cpu_map__for_each_cpu(cpu, j, evsel->core
[all...]
/linux-master/drivers/gpu/drm/bridge/cadence/
H A DMakefile3 cdns-dsi-y := cdns-dsi-core.o
6 cdns-mhdp8546-y := cdns-mhdp8546-core.o cdns-mhdp8546-hdcp.o
/linux-master/drivers/crypto/intel/keembay/
H A DMakefile5 keembay-ocs-aes-objs := keembay-ocs-aes-core.o ocs-aes.o
10 keembay-ocs-hcu-objs := keembay-ocs-hcu-core.o ocs-hcu.o
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A DMakefile6 obj-$(CONFIG_LIQUIDIO_CORE) += liquidio-core.o
7 liquidio-core-y := \
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dchan.h5 #include <core/object.h>
6 #include <core/event.h>

Completed in 389 milliseconds

1234567891011>>