Home
last modified time | relevance | path

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

/openbmc/linux/drivers/remoteproc/
H A Domap_remoteproc.c279 int num_timers = oproc->num_timers + oproc->num_wd_timers; in omap_rproc_watchdog_isr()
324 int num_timers = oproc->num_timers + oproc->num_wd_timers; in omap_rproc_enable_timers()
458 int num_timers = oproc->num_timers + oproc->num_wd_timers; in omap_rproc_disable_timers()
746 oproc->mem[i].dev_addr + oproc->mem[i].size) { in omap_rproc_da_to_va()
1145 oproc->boot_data = devm_kzalloc(&pdev->dev, sizeof(*oproc->boot_data), in omap_rproc_get_boot_data()
1189 oproc->mem = devm_kcalloc(dev, num_mems, sizeof(*oproc->mem), in omap_rproc_of_get_internal_memories()
1191 if (!oproc->mem) in omap_rproc_of_get_internal_memories()
1214 oproc->mem[i].size, oproc->mem[i].cpu_addr, in omap_rproc_of_get_internal_memories()
1265 num_timers = oproc->num_timers + oproc->num_wd_timers; in omap_rproc_of_get_timers()
1270 if (!oproc->timers) in omap_rproc_of_get_timers()
[all …]
/openbmc/linux/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()