Home
last modified time | relevance | path

Searched defs:core (Results 51 – 75 of 347) sorted by relevance

12345678910>>...14

/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-dvb.c384 struct cx88_core *core = dev->core; in lgdt330x_pll_rf_set() local
449 struct cx88_core *core = dev->core; in kworld_dvbs_100_set_voltage() local
465 struct cx88_core *core = dev->core; in geniatech_dvbs_set_voltage() local
481 struct cx88_core *core = dev->core; in tevii_dvbs_set_voltage() local
505 struct cx88_core *core = dev->core; in vp1027_set_voltage() local
698 struct cx88_core *core = dev->core; in cx24116_reset_device() local
781 struct cx88_core *core = dev->core; in cx8802_alloc_frontends() local
890 struct cx88_core *core = dev->core; in samsung_smt_7020_set_tone() local
912 struct cx88_core *core = dev->core; in samsung_smt_7020_set_voltage() local
990 struct cx88_core *core = dev->core; in dvb_register() local
[all …]
H A Dcx88-mpeg.c76 struct cx88_core *core = dev->core; in cx8802_start_dma() local
182 struct cx88_core *core = dev->core; in cx8802_stop_dma() local
306 struct cx88_core *core = dev->core; in cx8802_mpeg_irq() local
353 struct cx88_core *core = dev->core; in cx8802_irq() local
385 struct cx88_core *core = dev->core; in cx8802_init_common() local
517 struct cx88_core *core = drv->core; in cx8802_request_acquire() local
555 struct cx88_core *core = drv->core; in cx8802_request_release() local
703 struct cx88_core *core; in cx8802_probe() local
/openbmc/qemu/include/hw/ppc/
H A Dpnv_xscom.h57 #define PNV_XSCOM_EX_BASE(core) \ argument
91 #define PNV9_XSCOM_EC_BASE(core) \ argument
95 #define PNV9_XSCOM_EQ_BASE(core) \ argument
140 #define PNV10_XSCOM_EQ_CHIPLET(core) (0x20 + ((core) >> 2)) argument
152 #define PNV10_XSCOM_QME_BASE(core) \ argument
156 #define PNV10_XSCOM_EQ_BASE(core) \ argument
160 #define PNV10_XSCOM_EC_BASE(core) \ argument
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore507d.c34 core507d_update(struct nv50_core *core, u32 *interlock, bool ntfy) in core507d_update()
106 struct nv50_core *core = disp->core; in core507d_caps_init() local
131 core507d_init(struct nv50_core *core) in core507d_init()
162 struct nv50_core *core; in core507d_new_() local
H A Dcorec37d.c34 corec37d_wndw_owner(struct nv50_core *core) in corec37d_wndw_owner()
52 corec37d_update(struct nv50_core *core, u32 *interlock, bool ntfy) in corec37d_update()
128 corec37d_init(struct nv50_core *core) in corec37d_init()
H A Dsor507d.c30 sor507d_ctrl(struct nv50_core *core, int or, u32 ctrl, in sor507d_ctrl()
50 sor507d_get_caps(struct nv50_disp *core, struct nouveau_encoder *outp, int or) in sor507d_get_caps()
/openbmc/linux/drivers/bcma/
H A Ddriver_mips.c117 struct bcma_device *core; in bcma_core_mips_set_irq() local
141 struct bcma_device *core; in bcma_core_mips_set_irq_name() local
170 struct bcma_device *core; in bcma_core_mips_dump_irq() local
195 struct bcma_device *core; in bcma_boot_dev() local
296 struct bcma_device *core; in bcma_core_mips_init() local
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_cmds.c66 static int vpu_cmd_send(struct vpu_core *core, struct vpu_rpc_event *pkt) in vpu_cmd_send()
166 struct vpu_core *core; in vpu_request_cmd() local
219 struct vpu_core *core; in vpu_response_cmd() local
263 struct vpu_core *core; in sync_session_response() local
288 static void vpu_core_keep_active(struct vpu_core *core) in vpu_core_keep_active()
409 int vpu_core_snapshot(struct vpu_core *core) in vpu_core_snapshot()
432 int vpu_core_sw_reset(struct vpu_core *core) in vpu_core_sw_reset()
H A Dvpu_dbg.c222 struct vpu_core *core = s->private; in vpu_dbg_core() local
291 struct vpu_core *core = s->private; in vpu_dbg_fwlog() local
357 struct vpu_core *core = s->private; in vpu_dbg_core_write() local
443 int vpu_core_create_dbgfs_file(struct vpu_core *core) in vpu_core_create_dbgfs_file()
475 int vpu_core_remove_dbgfs_file(struct vpu_core *core) in vpu_core_remove_dbgfs_file()
H A Dvpu_msgs.c299 static int vpu_handle_msg(struct vpu_core *core) in vpu_handle_msg()
330 static int vpu_isr_thread(struct vpu_core *core, u32 irq_code) in vpu_isr_thread()
351 static void vpu_core_run_msg_work(struct vpu_core *core) in vpu_core_run_msg_work()
365 struct vpu_core *core = container_of(work, struct vpu_core, msg_work); in vpu_msg_run_work() local
374 struct vpu_core *core; in vpu_msg_delayed_work() local
401 int vpu_isr(struct vpu_core *core, u32 irq) in vpu_isr()
/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c17 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
/openbmc/linux/drivers/media/i2c/
H A Dmt9v011.c177 struct mt9v011 *core = to_mt9v011(sd); in set_balance() local
203 struct mt9v011 *core = to_mt9v011(sd); in calc_fps() local
233 struct mt9v011 *core = to_mt9v011(sd); in calc_speed() local
273 struct mt9v011 *core = to_mt9v011(sd); in set_res() local
302 struct mt9v011 *core = to_mt9v011(sd); in set_read_mode() local
345 struct mt9v011 *core = to_mt9v011(sd); in mt9v011_set_fmt() local
415 struct mt9v011 *core = in mt9v011_s_ctrl() local
484 struct mt9v011 *core; in mt9v011_probe() local
566 struct mt9v011 *core = to_mt9v011(sd); in mt9v011_remove() local
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbgmac-bcma-mdio.c16 static bool bcma_mdio_wait_value(struct bcma_device *core, u16 reg, u32 mask, in bcma_mdio_wait_value()
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
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Ddbgfs.c15 void venus_dbgfs_init(struct venus_core *core) in venus_dbgfs_init()
25 void venus_dbgfs_deinit(struct venus_core *core) in venus_dbgfs_deinit()
H A Dfirmware.h16 static inline int venus_set_hw_state_suspend(struct venus_core *core) in venus_set_hw_state_suspend()
21 static inline int venus_set_hw_state_resume(struct venus_core *core) in venus_set_hw_state_resume()
H A Dvdec.c627 struct venus_core *core = inst->core; in vdec_pm_get() local
640 struct venus_core *core = inst->core; in vdec_pm_put() local
658 struct venus_core *core = inst->core; in vdec_pm_get_put() local
745 struct venus_core *core = inst->core; in vdec_output_conf() local
918 struct venus_core *core = inst->core; in vdec_queue_setup() local
1299 struct venus_core *core = inst->core; in vdec_session_release() local
1559 struct venus_core *core = inst->core; in vdec_event_notify() local
1667 struct venus_core *core = video_drvdata(file); in vdec_open() local
1780 struct venus_core *core; in vdec_probe() local
1842 struct venus_core *core = dev_get_drvdata(dev); in vdec_runtime_suspend() local
[all …]
H A Dpm_helpers.h34 struct venus_core *core = inst->core; in venus_pm_load_scale() local
44 struct venus_core *core = inst->core; in venus_pm_acquire_core() local
56 struct venus_core *core = inst->core; in venus_pm_release_core() local
/openbmc/linux/drivers/usb/host/
H A Dbcma-hcd.c41 struct bcma_device *core; member
181 struct bcma_device *core = usb_dev->core; in bcma_hcd_usb20_old_arm_init() local
269 struct bcma_device *core = bcma_hcd->core; in bcma_hcd_usb20_ns_init() local
386 struct bcma_device *core = bcma_hcd->core; in bcma_hcd_usb30_init() local
396 static int bcma_hcd_probe(struct bcma_device *core) in bcma_hcd_probe()
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston.ini3 [core] section
7 require-input=false
/openbmc/linux/sound/soc/codecs/
H A Dwl1273.c25 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()
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
/openbmc/qemu/hw/intc/
H A Dbcm2836_control.c63 static void deliver_local(BCM2836ControlState *s, uint8_t core, uint8_t irq, in deliver_local()
140 static void bcm2836_control_set_local_irq(void *opaque, int core, int local_irq, in bcm2836_control_set_local_irq()
158 static void bcm2836_control_set_local_irq0(void *opaque, int core, int level) in bcm2836_control_set_local_irq0()
163 static void bcm2836_control_set_local_irq1(void *opaque, int core, int level) in bcm2836_control_set_local_irq1()
168 static void bcm2836_control_set_local_irq2(void *opaque, int core, int level) in bcm2836_control_set_local_irq2()
173 static void bcm2836_control_set_local_irq3(void *opaque, int core, int level) in bcm2836_control_set_local_irq3()
/openbmc/qemu/tests/qtest/
H A Dpnv-xscom-test.c48 #define PNV_XSCOM_EX_BASE(core) \ argument
50 #define PNV_XSCOM_P9_EC_BASE(core) \ argument
52 #define PNV_XSCOM_P10_EC_BASE(core) \ argument
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphyreg_n.h146 #define NPHY_IqestIqAccLo(core) ((core == 0) ? 0x12c : 0x134) argument
148 #define NPHY_IqestIqAccHi(core) ((core == 0) ? 0x12d : 0x135) argument
150 #define NPHY_IqestipwrAccLo(core) ((core == 0) ? 0x12e : 0x136) argument
152 #define NPHY_IqestipwrAccHi(core) ((core == 0) ? 0x12f : 0x137) argument
154 #define NPHY_IqestqpwrAccLo(core) ((core == 0) ? 0x130 : 0x138) argument
156 #define NPHY_IqestqpwrAccHi(core) ((core == 0) ? 0x131 : 0x139) argument
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_irq.c206 int irq1, ret, core; in v3d_irq_init() local
255 int core; in v3d_irq_enable() local
270 int core; in v3d_irq_disable() local
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6core.c72 struct q6core *core = dev_get_drvdata(&adev->dev); in q6core_callback() local
151 static int q6core_get_fwk_versions(struct q6core *core) in q6core_get_fwk_versions()
181 static int q6core_get_svc_versions(struct q6core *core) in q6core_get_svc_versions()
206 static bool __q6core_is_adsp_ready(struct q6core *core) in __q6core_is_adsp_ready()
344 struct q6core *core = dev_get_drvdata(&adev->dev); in q6core_exit() local

12345678910>>...14