Searched defs:tg (Results 1 - 4 of 4) sorted by relevance
/drivers/gpu/drm/exynos/ |
H A D | exynos_hdmi.c | 128 struct hdmi_tg_regs tg; member in struct:hdmi_preset_conf 143 .tg = { 171 .tg = { 199 .tg = { 227 .tg = { 255 .tg = { 283 .tg = { 571 const struct hdmi_tg_regs *tg = &conf->tg; local 601 hdmi_reg_writeb(hdata, HDMI_TG_H_FSZ_L, tg [all...] |
/drivers/media/video/s5p-tv/ |
H A D | hdmi_drv.c | 128 struct hdmi_tg_regs tg; member in struct:hdmi_preset_conf 230 const struct hdmi_tg_regs *tg = &conf->tg; local 259 hdmi_writeb(hdev, HDMI_TG_H_FSZ_L, tg->h_fsz_l); 260 hdmi_writeb(hdev, HDMI_TG_H_FSZ_H, tg->h_fsz_h); 261 hdmi_writeb(hdev, HDMI_TG_HACT_ST_L, tg->hact_st_l); 262 hdmi_writeb(hdev, HDMI_TG_HACT_ST_H, tg->hact_st_h); 263 hdmi_writeb(hdev, HDMI_TG_HACT_SZ_L, tg->hact_sz_l); 264 hdmi_writeb(hdev, HDMI_TG_HACT_SZ_H, tg->hact_sz_h); 265 hdmi_writeb(hdev, HDMI_TG_V_FSZ_L, tg [all...] |
/drivers/video/ |
H A D | w100fb.c | 231 struct w100_tg_info *tg = par->mach->tg; local 240 if(tg && tg->suspend) 241 tg->suspend(par); 248 if(tg && tg->resume) 249 tg->resume(par); 409 struct w100_tg_info *tg = par->mach->tg; local 601 struct w100_tg_info *tg = par->mach->tg; local 616 struct w100_tg_info *tg = par->mach->tg; local [all...] |
/drivers/nfc/ |
H A D | pn533.c | 219 u8 tg; member in struct:pn533_cmd_activate_param 245 u8 tg; member in struct:pn533_cmd_jump_dep_response 888 u8 tg; member in struct:pn533_poll_response 902 if (resp->tg != 1) 1152 param.tg = 1; 1230 u8 tg; local 1245 tg = 1; 1246 memcpy(PN533_FRAME_CMD_PARAMS_PTR(dev->out_frame), &tg, sizeof(u8)); 1411 u8 tg; local 1429 tg 1430 memcpy(PN533_FRAME_CMD_PARAMS_PTR(out_frame), &tg, sizeof(u8)); local [all...] |
Completed in 1474 milliseconds