Home
last modified time | relevance | path

Searched refs:oproc (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/remoteproc/
H A Domap_remoteproc.c283 int num_timers = oproc->num_timers + oproc->num_wd_timers; in omap_rproc_watchdog_isr()
328 int num_timers = oproc->num_timers + oproc->num_wd_timers; in omap_rproc_enable_timers()
462 int num_timers = oproc->num_timers + oproc->num_wd_timers; in omap_rproc_disable_timers()
751 oproc->mem[i].dev_addr + oproc->mem[i].size) { in omap_rproc_da_to_va()
1149 oproc->boot_data = devm_kzalloc(&pdev->dev, sizeof(*oproc->boot_data), in omap_rproc_get_boot_data()
1191 oproc->mem = devm_kcalloc(dev, num_mems, sizeof(*oproc->mem), in omap_rproc_of_get_internal_memories()
1193 if (!oproc->mem) in omap_rproc_of_get_internal_memories()
1216 oproc->mem[i].size, oproc->mem[i].cpu_addr, in omap_rproc_of_get_internal_memories()
1267 num_timers = oproc->num_timers + oproc->num_wd_timers; in omap_rproc_of_get_timers()
1272 if (!oproc->timers) in omap_rproc_of_get_timers()
[all …]
/linux-6.15/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c912 struct matrox_altout *oproc; in matroxfb_ioctl() local
920 oproc = minfo->outputs[mom.output].output; in matroxfb_ioctl()
921 if (!oproc) { in matroxfb_ioctl()
923 } else if (!oproc->verifymode) { in matroxfb_ioctl()
930 val = oproc->verifymode(minfo->outputs[mom.output].data, mom.mode); in matroxfb_ioctl()
962 struct matrox_altout *oproc; in matroxfb_ioctl() local
970 oproc = minfo->outputs[mom.output].output; in matroxfb_ioctl()
971 if (!oproc) { in matroxfb_ioctl()