Searched refs:filelist (Results 1 – 12 of 12) sorted by relevance
| /linux/scripts/mod/ |
| H A D | sumversion.c | 393 char filelist[PATH_MAX + 1]; in get_src_version() 396 snprintf(filelist, sizeof(filelist), "%s.mod", modname); in get_src_version() 398 buf = read_text_file(filelist); in get_src_version() local
|
| /linux/include/sound/ |
| H A D | seq_virmidi.h | 51 struct list_head filelist; member
|
| /linux/sound/core/seq/ |
| H A D | seq_virmidi.c | 84 list_for_each_entry(vmidi, &rdev->filelist, list) { in snd_virmidi_dev_receive_event() 204 list_add_tail(&vmidi->list, &rdev->filelist); in snd_virmidi_input_open() 512 INIT_LIST_HEAD(&rdev->filelist); in snd_virmidi_new()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_ccs_mode.c | 143 if (!list_empty(&xe->drm.filelist)) { in ccs_mode_store()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gem.c | 205 list_for_each_entry(file, &ddev->filelist, lhead) { in amdgpu_gem_force_release() 1307 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_gem_info_show()
|
| H A D | amdgpu_debugfs.c | 1758 list_for_each_entry(file, &dev->filelist, lhead) { in amdgpu_debugfs_vm_info_show()
|
| /linux/drivers/usb/core/ |
| H A D | devio.c | 765 list_for_each_entry(ps, &udev->filelist, list) { in usbfs_notify_resume() 1077 list_add_tail(&ps->list, &dev->filelist); in usbdev_open() 2866 while (!list_empty(&udev->filelist)) { in usbdev_remove() 2867 ps = list_entry(udev->filelist.next, struct usb_dev_state, list); in usbdev_remove()
|
| H A D | usb.c | 740 INIT_LIST_HEAD(&dev->filelist); in usb_alloc_dev()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_drv.c | 733 INIT_LIST_HEAD(&dev->filelist); in drm_dev_init()
|
| H A D | drm_file.c | 351 list_add(&priv->lhead, &dev->filelist); in drm_open_helper()
|
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_drv.c | 872 list_for_each_entry(file, &ddev->filelist, lhead) { in show_each_file()
|
| /linux/include/linux/ |
| H A D | usb.h | 715 struct list_head filelist; member
|