Searched defs:core (Results 126 - 150 of 321) sorted by last modified time

1234567891011>>

/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec.c627 struct venus_core *core = inst->core; local
640 struct venus_core *core local
658 struct venus_core *core = inst->core; local
745 struct venus_core *core = inst->core; local
918 struct venus_core *core = inst->core; local
1299 struct venus_core *core = inst->core; local
1559 struct venus_core *core = inst->core; local
1667 struct venus_core *core = video_drvdata(file); local
1779 struct venus_core *core; local
1830 struct venus_core *core = dev_get_drvdata(pdev->dev.parent); local
1841 struct venus_core *core = dev_get_drvdata(dev); local
1853 struct venus_core *core = dev_get_drvdata(dev); local
[all...]
H A Dhfi_venus.c115 struct venus_core *core; member in struct:venus_hfi_device
432 static int venus_hfi_core_set_resource(struct venus_core *core, u3 argument
1067 venus_isr_thread(struct venus_core *core) argument
1109 venus_isr(struct venus_core *core) argument
1141 venus_core_init(struct venus_core *core) argument
1170 venus_core_deinit(struct venus_core *core) argument
1181 venus_core_ping(struct venus_core *core, u32 cookie) argument
1191 venus_core_trigger_ssr(struct venus_core *core, u32 trigger_type) argument
1444 venus_resume(struct venus_core *core) argument
1465 venus_suspend_1xx(struct venus_core *core) argument
1563 venus_suspend_3xx(struct venus_core *core) argument
1631 venus_suspend(struct venus_core *core) argument
1670 venus_hfi_destroy(struct venus_core *core) argument
1681 venus_hfi_create(struct venus_core *core) argument
1710 venus_hfi_queues_reinit(struct venus_core *core) argument
[all...]
H A Dhfi_msgs.c22 static void event_seq_changed(struct venus_core *core, struct venus_inst *inst, argument
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
162 event_session_error(struct venus_core *core, struct venus_inst *inst, argument
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_parser.c17 static void init_codecs(struct venus_core *core) argument
66 parse_alloc_mode(struct venus_core *core, u3 argument
100 parse_profile_level(struct venus_core *core, u32 codecs, u32 domain, void *data) argument
128 parse_caps(struct venus_core *core, u32 codecs, u32 domain, void *data) argument
157 parse_raw_formats(struct venus_core *core, u32 codecs, u32 domain, void *data) argument
189 parse_codecs(struct venus_core *core, void *data) argument
203 parse_max_sessions(struct venus_core *core, const void *data) argument
246 hfi_platform_parser(struct venus_core *core, struct venus_inst *inst) argument
281 hfi_parser(struct venus_core *core, struct venus_inst *inst, void *buf, u32 size) argument
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_core.c29 void csr_writel(struct vpu_core *core, u32 reg, u32 val) argument
34 u32 csr_readl(struct vpu_core *core, u32 reg) argument
39 static int vpu_core_load_firmware(struct vpu_core *core) argument
75 vpu_core_boot_done(struct vpu_core *core) argument
99 vpu_core_wait_boot_done(struct vpu_core *core) argument
111 vpu_core_boot(struct vpu_core *core, bool load) argument
126 vpu_core_shutdown(struct vpu_core *core) argument
131 vpu_core_restore(struct vpu_core *core) argument
172 vpu_alloc_dma(struct vpu_core *core, struct vpu_buffer *buf) argument
177 vpu_core_set_state(struct vpu_core *core, enum vpu_core_state state) argument
186 vpu_core_update_state(struct vpu_core *core) argument
201 struct vpu_core *core = NULL; local
229 vpu_core_is_exist(struct vpu_dev *vpu, struct vpu_core *core) argument
241 vpu_core_get_vpu(struct vpu_core *core) argument
250 vpu_core_register(struct device *dev, struct vpu_core *core) argument
295 vpu_core_put_vpu(struct vpu_core *core) argument
304 vpu_core_unregister(struct device *dev, struct vpu_core *core) argument
323 vpu_core_acquire_instance(struct vpu_core *core) argument
336 vpu_core_release_instance(struct vpu_core *core, int id) argument
366 struct vpu_core *core = NULL; local
400 vpu_release_core(struct vpu_core *core) argument
415 struct vpu_core *core; local
465 struct vpu_core *core; local
497 vpu_core_find_instance(struct vpu_core *core, u32 index) argument
520 struct vpu_core *core = NULL; local
542 vpu_core_parse_dt(struct vpu_core *core, struct device_node *np) argument
616 struct vpu_core *core; local
717 struct vpu_core *core = platform_get_drvdata(pdev); local
737 struct vpu_core *core = dev_get_drvdata(dev); local
744 struct vpu_core *core = dev_get_drvdata(dev); local
750 vpu_core_cancel_work(struct vpu_core *core) argument
763 vpu_core_resume_work(struct vpu_core *core) argument
779 struct vpu_core *core = dev_get_drvdata(dev); local
806 struct vpu_core *core = dev_get_drvdata(dev); local
[all...]
H A Dvpu_dbg.c236 struct vpu_core *core = s->private; local
305 struct vpu_core *core = s->private; local
371 struct vpu_core *core = s->private; local
457 vpu_core_create_dbgfs_file(struct vpu_core *core) argument
489 vpu_core_remove_dbgfs_file(struct vpu_core *core) argument
[all...]
H A Dvpu.h232 struct vpu_core *core; member in struct:vpu_inst
H A Dvpu_cmds.c66 static int vpu_cmd_send(struct vpu_core *core, struct vpu_rpc_event *pkt) argument
166 struct vpu_core *core; local
219 struct vpu_core *core; local
263 struct vpu_core *core; local
288 vpu_core_keep_active(struct vpu_core *core) argument
409 vpu_core_snapshot(struct vpu_core *core) argument
432 vpu_core_sw_reset(struct vpu_core *core) argument
[all...]
H A Dvpu_msgs.c299 vpu_handle_msg(struct vpu_core *core) argument
330 vpu_isr_thread(struct vpu_core *core, u32 irq_code) argument
351 vpu_core_run_msg_work(struct vpu_core *core) argument
365 struct vpu_core *core = container_of(work, struct vpu_core, msg_work); local
374 struct vpu_core *core; local
401 vpu_isr(struct vpu_core *core, u32 irq) argument
[all...]
/linux-master/drivers/media/pci/cx88/
H A Dcx88-video.c282 int cx88_video_mux(struct cx88_core *core, unsigned int input) argument
353 struct cx88_core *core = dev->core; local
390 struct cx88_core *core = dev->core; local
425 struct cx88_core *core = dev->core; local
437 struct cx88_core *core = dev->core; local
543 struct cx88_core *core = dev->core; local
576 struct cx88_core *core = dev->core; local
609 struct cx88_core *core = local
656 struct cx88_core *core = local
710 struct cx88_core *core = dev->core; local
728 struct cx88_core *core = dev->core; local
774 struct cx88_core *core = dev->core; local
790 cx88_querycap(struct file *file, struct cx88_core *core, struct v4l2_capability *cap) argument
809 struct cx88_core *core = dev->core; local
829 struct cx88_core *core = dev->core; local
838 struct cx88_core *core = dev->core; local
844 cx88_enum_input(struct cx88_core *core, struct v4l2_input *i) argument
878 struct cx88_core *core = dev->core; local
886 struct cx88_core *core = dev->core; local
895 struct cx88_core *core = dev->core; local
911 struct cx88_core *core = dev->core; local
934 struct cx88_core *core = dev->core; local
949 struct cx88_core *core = dev->core; local
963 cx88_set_freq(struct cx88_core *core, const struct v4l2_frequency *f) argument
990 struct cx88_core *core = dev->core; local
1000 struct cx88_core *core = dev->core; local
1012 struct cx88_core *core = dev->core; local
1027 struct cx88_core *core = dev->core; local
1042 struct cx88_core *core = dev->core; local
1063 struct cx88_core *core = dev->core; local
1104 struct cx88_core *core = dev->core; local
1261 struct cx88_core *core; local
1528 struct cx88_core *core = dev->core; local
1557 struct cx88_core *core = dev->core; local
1584 struct cx88_core *core = dev->core; local
[all...]
H A Dcx88-dvb.c192 static void cx88_dvb_gate_ctrl(struct cx88_core *core, int open) argument
384 struct cx88_core *core = dev->core; local
449 struct cx88_core *core = dev->core; local
465 struct cx88_core *core = dev->core; local
481 struct cx88_core *core = dev->core; local
505 struct cx88_core *core = dev->core; local
698 struct cx88_core *core = dev->core; local
781 struct cx88_core *core = dev->core; local
890 struct cx88_core *core = dev->core; local
912 struct cx88_core *core = dev->core; local
990 struct cx88_core *core = dev->core; local
1650 struct cx88_core *core = drv->core; local
1715 struct cx88_core *core = drv->core; local
1735 struct cx88_core *core = drv->core; local
1809 struct cx88_core *core = drv->core; local
[all...]
H A Dcx88-blackbird.c189 static void host_setup(struct cx88_core *core) argument
223 static int wait_ready_gpio0_bit1(struct cx88_core *core, u32 state) argument
239 static int memory_write(struct cx88_core *core, u32 address, u32 value) argument
255 static int memory_read(struct cx88_core *core, u32 address, u32 *value) argument
281 static int register_write(struct cx88_core *core, u32 address, u32 value) argument
296 static int register_read(struct cx88_core *core, u32 address, u32 *value) argument
537 struct cx88_core *core = dev->core; local
552 struct cx88_core *core = dev->core; local
608 struct cx88_core *core = dev->core; local
796 struct cx88_core *core = dev->core; local
816 struct cx88_core *core = dev->core; local
832 struct cx88_core *core = dev->core; local
872 struct cx88_core *core = dev->core; local
894 struct cx88_core *core = dev->core; local
916 struct cx88_core *core = dev->core; local
929 struct cx88_core *core = dev->core; local
938 struct cx88_core *core = dev->core; local
954 struct cx88_core *core = dev->core; local
963 struct cx88_core *core = dev->core; local
979 struct cx88_core *core = dev->core; local
1002 struct cx88_core *core = dev->core; local
1016 struct cx88_core *core = dev->core; local
1025 struct cx88_core *core = dev->core; local
1078 struct cx88_core *core = drv->core; local
1110 struct cx88_core *core = drv->core; local
1155 struct cx88_core *core = drv->core; local
1221 struct cx88_core *core = drv->core; local
[all...]
/linux-master/drivers/media/i2c/
H A Dmt9v011.c175 struct mt9v011 *core = to_mt9v011(sd); local
201 struct mt9v011 *core local
231 struct mt9v011 *core = to_mt9v011(sd); local
271 struct mt9v011 *core = to_mt9v011(sd); local
300 struct mt9v011 *core = to_mt9v011(sd); local
343 struct mt9v011 *core = to_mt9v011(sd); local
429 struct mt9v011 *core = local
494 struct mt9v011 *core; local
572 struct mt9v011 *core = to_mt9v011(sd); local
[all...]
/linux-master/drivers/clk/renesas/
H A Drzg2l-cpg.c269 static int rzg2l_register_notifier(struct clk_hw *hw, const struct cpg_core_clk *core, argument
345 rzg3s_cpg_div_clk_register(const struct cpg_core_clk *core, struct clk **clks, argument
405 rzg2l_cpg_div_clk_register(const struct cpg_core_clk *core, struct clk **clks, void __iomem *base, struct rzg2l_cpg_priv *priv) argument
445 rzg2l_cpg_mux_clk_register(const struct cpg_core_clk *core, void __iomem *base, struct rzg2l_cpg_priv *priv) argument
513 rzg2l_cpg_sd_mux_clk_register(const struct cpg_core_clk *core, void __iomem *base, struct rzg2l_cpg_priv *priv) argument
657 rzg2l_cpg_dsi_div_clk_register(const struct cpg_core_clk *core, struct clk **clks, struct rzg2l_cpg_priv *priv) argument
754 rzg2l_cpg_pll5_4_mux_clk_register(const struct cpg_core_clk *core, struct rzg2l_cpg_priv *priv) argument
905 rzg2l_cpg_sipll5_register(const struct cpg_core_clk *core, struct clk **clks, struct rzg2l_cpg_priv *priv) argument
1018 rzg2l_cpg_pll_clk_register(const struct cpg_core_clk *core, struct clk **clks, void __iomem *base, struct rzg2l_cpg_priv *priv, const struct clk_ops *ops) argument
1100 rzg2l_cpg_register_core_clk(const struct cpg_core_clk *core, const struct rzg2l_cpg_info *info, struct rzg2l_cpg_priv *priv) argument
[all...]
/linux-master/crypto/
H A Ddrbg.c2059 drbg_fill_array(struct rng_alg *alg, const struct drbg_core *core, int pr) argument
[all...]
/linux-master/arch/mips/kernel/
H A Dsmp.c176 unsigned int core; local
/linux-master/arch/powerpc/include/asm/
H A Dps3.h367 struct device core; member in struct:ps3_system_bus_device
381 struct device_driver core; member in struct:ps3_system_bus_driver
/linux-master/arch/arm/mach-sunxi/
H A Dmc_smp.c87 static bool sunxi_core_is_cortex_a15(unsigned int core, unsigned int cluster) argument
/linux-master/drivers/media/radio/
H A Dradio-wl1273.c77 struct wl1273_core *core; member in struct:wl1273_device
95 static int wl1273_fm_write_fw(struct wl1273_core *core, argument
133 struct wl1273_core *core = radio->core; local
221 struct wl1273_core *core = radio->core; local
336 struct wl1273_core *core = radio->core; local
396 struct wl1273_core *core = radio->core; local
455 struct wl1273_core *core = radio->core; local
491 struct wl1273_core *core = radio->core; local
532 struct wl1273_core *core = radio->core; local
558 struct wl1273_core *core = radio->core; local
665 struct wl1273_core *core = radio->core; local
689 struct wl1273_core *core = radio->core; local
786 struct wl1273_core *core = radio->core; local
875 struct wl1273_core *core = radio->core; local
905 struct wl1273_core *core = radio->core; local
943 struct wl1273_core *core = radio->core; local
964 struct wl1273_core *core = radio->core; local
997 struct wl1273_core *core = radio->core; local
1032 struct wl1273_core *core = radio->core; local
1088 struct wl1273_core *core = radio->core; local
1111 struct wl1273_core *core = radio->core; local
1143 struct wl1273_core *core = radio->core; local
1179 struct wl1273_core *core = radio->core; local
1321 struct wl1273_core *core = radio->core; local
1349 struct wl1273_core *core = radio->core; local
1376 struct wl1273_core *core = radio->core; local
1413 struct wl1273_core *core = radio->core; local
1500 struct wl1273_core *core = radio->core; local
1564 struct wl1273_core *core = radio->core; local
1626 struct wl1273_core *core = radio->core; local
1645 struct wl1273_core *core = radio->core; local
1687 struct wl1273_core *core = radio->core; local
1723 struct wl1273_core *core = radio->core; local
1761 struct wl1273_core *core = radio->core; local
1802 struct wl1273_core *core = radio->core; local
1983 struct wl1273_core *core = radio->core; local
1997 struct wl1273_core **core = pdev->dev.platform_data; local
[all...]
H A Dradio-si476x.c307 struct si476x_core *core; member in struct:si476x_radio
[all...]
/linux-master/drivers/media/rc/
H A DMakefile
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dfalcon.h34 struct nvkm_memory *core; member in struct:nvkm_falcon
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore.c29 struct nv50_core *core = *pcore; local
/linux-master/arch/arm/kernel/
H A Datags_parse.c41 struct tag_core core; member in struct:__anon2
/linux-master/sound/soc/codecs/
H A Dwm5110.c38 struct arizona_priv core; member in struct:wm5110_priv
[all...]

Completed in 269 milliseconds

1234567891011>>