Home
last modified time | relevance | path

Searched refs:pcr_enable (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispstat.c653 * @pcr_enable: 0/1 - Disables/Enables the engine.
658 static void isp_stat_pcr_enable(struct ispstat *stat, u8 pcr_enable) in isp_stat_pcr_enable() argument
661 stat->state != ISPSTAT_ENABLED) && pcr_enable) in isp_stat_pcr_enable()
665 stat->ops->enable(stat, pcr_enable); in isp_stat_pcr_enable()
666 if (stat->state == ISPSTAT_DISABLING && !pcr_enable) in isp_stat_pcr_enable()
668 else if (stat->state == ISPSTAT_ENABLING && pcr_enable) in isp_stat_pcr_enable()
955 * Because of that, pcr_enable(1) was moved to inside this 'if' in __stat_isr()
957 * pcr_enable(0) the module was busy. in __stat_isr()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispstat.c654 * @pcr_enable: 0/1 - Disables/Enables the engine.
659 static void isp_stat_pcr_enable(struct ispstat *stat, u8 pcr_enable) in isp_stat_pcr_enable() argument
662 stat->state != ISPSTAT_ENABLED) && pcr_enable) in isp_stat_pcr_enable()
666 stat->ops->enable(stat, pcr_enable); in isp_stat_pcr_enable()
667 if (stat->state == ISPSTAT_DISABLING && !pcr_enable) in isp_stat_pcr_enable()
669 else if (stat->state == ISPSTAT_ENABLING && pcr_enable) in isp_stat_pcr_enable()
956 * Because of that, pcr_enable(1) was moved to inside this 'if' in __stat_isr()
958 * pcr_enable(0) the module was busy. in __stat_isr()

Completed in 4 milliseconds