Home
last modified time | relevance | path

Searched refs:hw_sm750_setBLANK (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_hw.h96 int hw_sm750_setBLANK(struct lynxfb_output*,int);
Dsm750_hw.c486 int hw_sm750_setBLANK(struct lynxfb_output* output,int blank) in hw_sm750_setBLANK() function
Dsm750.c724 …utput->proc_setBLANK = (share->revid == SM750LE_REVISION_ID)?hw_sm750le_setBLANK:hw_sm750_setBLANK; in sm750fb_set_drv()