Searched refs:lhead (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/qxl/ |
D | qxl_object.c | 324 list_for_each_entry_safe(entry, sf, &reloc_list->bos, lhead) { in qxl_bo_list_unreserve() 326 list_del(&entry->lhead); in qxl_bo_list_unreserve() 336 list_for_each_entry(entry, &reloc_list->bos, lhead) { in qxl_bo_list_add() 346 list_add(&entry->lhead, &reloc_list->bos); in qxl_bo_list_add()
|
D | qxl_drv.h | 132 struct list_head lhead; member
|
/drivers/gpu/drm/ |
D | drm_fops.c | 279 INIT_LIST_HEAD(&priv->lhead); in drm_open_helper() 347 list_add(&priv->lhead, &dev->filelist); in drm_open_helper() 504 list_for_each_entry(temp, &dev->filelist, lhead) { in drm_release() 537 list_del(&file_priv->lhead); in drm_release()
|
D | drm_info.c | 190 list_for_each_entry(priv, &dev->filelist, lhead) { in drm_clients_info()
|
D | drm_ioctl.c | 215 list_for_each_entry(pt, &dev->filelist, lhead) { in drm_getclient()
|
/drivers/tty/serial/ |
D | sn_console.c | 937 int lhead = port->sc_port.state->xmit.head; in sn_sal_console_write() local 963 if ((lhead != port->sc_port.state->xmit.head) in sn_sal_console_write() 966 lhead = in sn_sal_console_write()
|
/drivers/staging/sb105x/ |
D | sb_pci_mp.c | 2237 struct list_head *lhead, *end = NULL; in multi_interrupt() local 2243 lhead = iinfo->head; in multi_interrupt() 2248 mtpt = list_entry(lhead, struct mp_port, list); in multi_interrupt() 2261 end = lhead; in multi_interrupt() 2263 lhead = lhead->next; in multi_interrupt() 2264 if (lhead == iinfo->head && pass_counter++ > PASS_LIMIT) in multi_interrupt() 2272 } while (lhead != end); in multi_interrupt()
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_gem.c | 354 list_for_each_entry(file_priv, &drm_dev->filelist, lhead) in exynos_drm_find_drm_file()
|