Searched refs:tmpc (Results 1 – 3 of 3) sorted by relevance
494 char tmpc; in is_jit_enabled() local 496 if (read(sysctl_fd, &tmpc, sizeof(tmpc)) == 1) in is_jit_enabled() 497 enabled = (tmpc != '0'); in is_jit_enabled()
1307 unsigned char tmp, tmpb, tmpc; in doc_probe() local 1390 tmpc = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT; in doc_probe() 1391 if ((tmp == tmpb) || (tmp != tmpc)) { in doc_probe()
2494 struct drm_crtc *crtc, *tmpc; in vop2_destroy_crtcs() local 2504 list_for_each_entry_safe(crtc, tmpc, crtc_list, head) { in vop2_destroy_crtcs()