Searched refs:cb (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_gem.c | 143 int (*cb)(caddr_t); 152 cb = (flag == 0) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP; 156 cb, NULL, &obj->dma_hdl)) { 161 mode_flag, cb, NULL, 168 cb, NULL, &cookie, &cookie_cnt)
|
H A D | drm_edid.c | 1291 cea_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) argument 1299 cb((struct detailed_timing *)(det_base + 18 * i), closure); 1303 vtb_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) argument 1312 cb((struct detailed_timing *)(det_base + 18 * i), closure); 1316 drm_for_each_detailed_block(u8 *raw_edid, detailed_cb *cb, void *closure) argument 1325 cb(&(edid->detailed_timings[i]), closure); 1331 cea_for_each_detailed_block(ext, cb, closure); 1334 vtb_for_each_detailed_block(ext, cb, closure);
|
Completed in 19 milliseconds