hw_usecnt         209 drivers/video/fbdev/sh_mobile_lcdcfb.c 	atomic_t hw_usecnt;
hw_usecnt         343 drivers/video/fbdev/sh_mobile_lcdcfb.c 	if (atomic_inc_and_test(&priv->hw_usecnt)) {
hw_usecnt         352 drivers/video/fbdev/sh_mobile_lcdcfb.c 	if (atomic_sub_return(1, &priv->hw_usecnt) == -1) {
hw_usecnt        2547 drivers/video/fbdev/sh_mobile_lcdcfb.c 	atomic_set(&priv->hw_usecnt, -1);