Searched refs:allow_set_offset (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmsm_fb.h157 int allow_set_offset; member in struct:msm_fb_data_type
H A Dmsm_mdp.h237 int (*allow_set_offset)(void); member in struct:msm_fb_platform_data
H A Dstaging-devices.c140 .allow_set_offset = msm_fb_allow_set_offset,
H A Dmsm_fb.c258 mfd->allow_set_offset =
259 msm_fb_pdata->allow_set_offset != NULL ?
260 msm_fb_pdata->allow_set_offset() : 0;
262 mfd->allow_set_offset = 0;
1230 if (mfd->allow_set_offset) {

Completed in 148 milliseconds