Home
last modified time | relevance | path

Searched refs:phase_lock (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h313 bool phase_lock; member
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx.seq851 call phase_lock;
991 call phase_lock;
994 call phase_lock;
1013 call phase_lock;
1118 call phase_lock;
1391 phase_lock:
1405 test SCSISIGI, ACKI jnz phase_lock;
1406 test SCSISIGI, REQI jz phase_lock;
1408 test SCSISIGI, ACKI jnz phase_lock;
1409 test SCSISIGI, REQI jz phase_lock;
[all …]
H A Daic7xxx.seq662 call phase_lock;
1520 call phase_lock;
1523 call phase_lock;
1542 call phase_lock;
1569 * we perform the phase_lock before checking to see
1570 * if we should exit the loop and skip the phase_lock
1576 call phase_lock;
1885 call phase_lock;
2109 phase_lock:
2115 test SSTAT1, REQINIT jz phase_lock;
H A Daic7xxx.reg900 * Either the phase_lock
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch47902 + pthread_mutex_t phase_lock;
48581 + pthread_mutex_lock(&rpi->phase_lock); // Abuse - not worth creating a lock just for this
48589 + pthread_mutex_unlock(&rpi->phase_lock);
48652 + pthread_mutex_lock(&rpi->phase_lock);
48658 + pthread_mutex_unlock(&rpi->phase_lock);
48680 + pthread_mutex_lock(&rpi->phase_lock);
48696 + pthread_mutex_unlock(&rpi->phase_lock);
49508 + pthread_mutex_lock(&rpi->phase_lock); // Abuse - not worth creating a lock just for th…
49513 + pthread_mutex_unlock(&rpi->phase_lock);
49665 + pthread_mutex_init(&rpi->phase_lock, NULL);