Home
last modified time | relevance | path

Searched refs:devlist (Results 1 – 34 of 34) sorted by relevance

/linux-4.1.27/drivers/zorro/
DMakefile9 hostprogs-y := gen-devlist
12 clean-files := devlist.h
15 $(obj)/names.o: $(obj)/devlist.h
19 cmd_devlist = ( cd $(obj); ./gen-devlist ) < $<
20 $(obj)/devlist.h: $(src)/zorro.ids $(obj)/gen-devlist
21 $(call cmd,devlist)
D.gitignore1 devlist.h
2 gen-devlist
/linux-4.1.27/drivers/eisa/
DMakefile14 $(obj)/eisa-bus.o: $(obj)/devlist.h
19 clean-files := devlist.h
20 $(obj)/devlist.h: $(src)/eisa.ids include/linux/device.h
D.gitignore1 devlist.h
/linux-4.1.27/drivers/md/
Draid0.c31 struct md_rdev **devlist = conf->devlist; in raid0_congested() local
36 struct request_queue *q = bdev_get_queue(devlist[i]->bdev); in raid0_congested()
61 bdevname(conf->devlist[j*raid_disks in dump_zones()
157 conf->devlist = kzalloc(sizeof(struct md_rdev*)* in create_strip_zones()
160 if (!conf->devlist) in create_strip_zones()
169 dev = conf->devlist; in create_strip_zones()
229 dev = conf->devlist + i * mddev->raid_disks; in create_strip_zones()
237 rdev = conf->devlist[j]; in create_strip_zones()
278 kfree(conf->devlist); in create_strip_zones()
336 return conf->devlist[(zone - conf->strip_zone)*raid_disks in map_sector()
[all …]
Draid0.h12 struct md_rdev **devlist; /* lists of rdevs, pointed to member
/linux-4.1.27/drivers/block/aoe/
Daoedev.c26 static struct aoedev *devlist; variable
328 for (d = devlist; d; d = d->next) { in flush()
353 for (d = devlist; d; d = d->next) { in flush()
366 for (dd = &devlist, d = *dd; d; d = *dd) { in flush()
442 for (d=devlist; d; d=d->next) in aoedev_by_aoeaddr()
485 d->next = devlist; in aoedev_by_aoeaddr()
486 devlist = d; in aoedev_by_aoeaddr()
/linux-4.1.27/drivers/char/
Dmem.c787 } devlist[] = { variable
813 if (minor >= ARRAY_SIZE(devlist)) in memory_open()
816 dev = &devlist[minor]; in memory_open()
836 if (mode && devlist[MINOR(dev->devt)].mode) in mem_devnode()
837 *mode = devlist[MINOR(dev->devt)].mode; in mem_devnode()
855 for (minor = 1; minor < ARRAY_SIZE(devlist); minor++) { in chr_dev_init()
856 if (!devlist[minor].name) in chr_dev_init()
866 NULL, devlist[minor].name); in chr_dev_init()
/linux-4.1.27/drivers/media/platform/marvell-ccic/
Dmmp-driver.c43 struct list_head devlist; member
65 list_add(&cam->devlist, &mmpcam_devices); in mmpcam_add_device()
72 list_del(&cam->devlist); in mmpcam_remove_device()
86 list_for_each_entry(cam, &mmpcam_devices, devlist) { in mmpcam_find_device()
350 INIT_LIST_HEAD(&cam->devlist); in mmpcam_probe()
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88-core.c70 static DEFINE_MUTEX(devlist);
1014 mutex_lock(&devlist); in cx88_core_get()
1015 list_for_each_entry(core, &cx88_devlist, devlist) { in cx88_core_get()
1022 mutex_unlock(&devlist); in cx88_core_get()
1026 mutex_unlock(&devlist); in cx88_core_get()
1033 list_add_tail(&core->devlist, &cx88_devlist); in cx88_core_get()
1036 mutex_unlock(&devlist); in cx88_core_get()
1048 mutex_lock(&devlist); in cx88_core_put()
1055 list_del(&core->devlist); in cx88_core_put()
1058 mutex_unlock(&devlist); in cx88_core_put()
Dcx88-mpeg.c623 list_for_each_entry(dev, &cx8802_devlist, devlist) { in cx8802_register_driver()
677 list_for_each_entry(dev, &cx8802_devlist, devlist) { in cx8802_unregister_driver()
748 list_add_tail(&dev->devlist,&cx8802_devlist); in cx8802_probe()
Dcx88.h342 struct list_head devlist; member
564 struct list_head devlist; member
/linux-4.1.27/drivers/s390/block/
Ddasd.c1668 if (cqr->devlist.next != &device->ccw_queue) { in dasd_int_handler()
1669 next = list_entry(cqr->devlist.next, in dasd_int_handler()
1670 struct dasd_ccw_req, devlist); in dasd_int_handler()
1744 cqr = list_entry(l, struct dasd_ccw_req, devlist); in __dasd_device_recovery()
1764 cqr = list_entry(l, struct dasd_ccw_req, devlist); in __dasd_device_process_ccw_queue()
1775 list_move_tail(&cqr->devlist, final_queue); in __dasd_device_process_ccw_queue()
1794 cqr = list_entry(l, struct dasd_ccw_req, devlist); in __dasd_device_process_final_queue()
1795 list_del_init(&cqr->devlist); in __dasd_device_process_final_queue()
1836 cqr = list_entry(device->ccw_queue.next, struct dasd_ccw_req, devlist); in __dasd_device_check_expire()
1874 cqr = list_entry(device->ccw_queue.next, struct dasd_ccw_req, devlist); in __dasd_device_start_head()
[all …]
Ddasd_erp.c50 INIT_LIST_HEAD(&cqr->devlist); in dasd_alloc_erp_request()
Ddasd_int.h171 struct list_head devlist; /* for dasd_device request queue */ member
Ddasd_eer.c419 list_add(&cqr->devlist, &device->ccw_queue); in dasd_eer_snss()
Ddasd_diag.c287 struct dasd_ccw_req, devlist); in dasd_ext_handler()
/linux-4.1.27/Documentation/
Ddontdiff117 devlist.h*
130 gen-devlist
/linux-4.1.27/drivers/media/pci/saa7164/
Dsaa7164-core.c90 static DEFINE_MUTEX(devlist);
967 mutex_lock(&devlist); in saa7164_dev_setup()
968 list_add_tail(&dev->devlist, &saa7164_devlist); in saa7164_dev_setup()
969 mutex_unlock(&devlist); in saa7164_dev_setup()
1073 dev = list_entry(list, struct saa7164_dev, devlist); in saa7164_proc_show()
1444 mutex_lock(&devlist); in saa7164_finidev()
1445 list_del(&dev->devlist); in saa7164_finidev()
1446 mutex_unlock(&devlist); in saa7164_finidev()
Dsaa7164.h428 struct list_head devlist; member
/linux-4.1.27/drivers/media/usb/tm6000/
Dtm6000-core.c848 list_del(&dev->devlist); in tm6000_remove_from_devlist()
855 list_add_tail(&dev->devlist, &tm6000_devlist); in tm6000_add_into_devlist()
888 list_for_each_entry(dev, &tm6000_devlist, devlist) { in tm6000_register_extension()
903 list_for_each_entry(dev, &tm6000_devlist, devlist) in tm6000_unregister_extension()
Dtm6000.h214 struct list_head devlist; member
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc9194.c104 struct devlist { struct
109 static struct devlist smc_devlist[] __initdata = { argument
693 struct devlist *smcdev = smc_devlist; in smc_init()
797 struct devlist *smcdev; in smc_findirq()
/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx-core.c1075 list_for_each_entry(dev, &em28xx_devlist, devlist) { in em28xx_register_extension()
1089 list_for_each_entry(dev, &em28xx_devlist, devlist) { in em28xx_unregister_extension()
1103 list_add_tail(&dev->devlist, &em28xx_devlist); in em28xx_init_extension()
1120 list_del(&dev->devlist); in em28xx_close_extension()
Dem28xx.h629 struct list_head devlist; member
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-core.c1051 list_add_tail(&dev->devlist, &saa7134_devlist); in saa7134_initdev()
1163 list_del(&dev->devlist); in saa7134_finidev()
1324 list_for_each_entry(dev, &saa7134_devlist, devlist) in saa7134_ts_register()
1337 list_for_each_entry(dev, &saa7134_devlist, devlist) in saa7134_ts_unregister()
Dsaa7134.h534 struct list_head devlist; member
Dsaa7134-alsa.c1248 dev = list_entry(list, struct saa7134_dev, devlist); in saa7134_alsa_init()
/linux-4.1.27/drivers/media/usb/cx231xx/
Dcx231xx-core.c79 list_del(&dev->devlist); in cx231xx_remove_from_devlist()
88 list_add_tail(&dev->devlist, &cx231xx_devlist); in cx231xx_add_into_devlist()
101 list_for_each_entry(dev, &cx231xx_devlist, devlist) { in cx231xx_register_extension()
115 list_for_each_entry(dev, &cx231xx_devlist, devlist) { in cx231xx_unregister_extension()
Dcx231xx.h620 struct list_head devlist; member
/linux-4.1.27/scripts/
Danalyze_suspend.py500 def deviceIDs(self, devlist, phase): argument
504 if devname in devlist:
517 devlist = []
521 devlist.append(child)
522 return devlist
530 devlist = self.deviceChildren(devname, phase)
531 return self.deviceIDs(devlist, phase)
2387 .devlist {position:'+x2changes[1]+';width:190px;}\n\
/linux-4.1.27/drivers/net/wireless/b43legacy/
Db43legacy.h613 struct list_head devlist; member
Dmain.c2579 list_for_each_entry(d, &wl->devlist, list) { in find_wldev_for_phymode()
3792 list_add(&wldev->list, &wl->devlist); in b43legacy_one_core_attach()
3861 INIT_LIST_HEAD(&wl->devlist); in b43legacy_wireless_init()
3932 if (list_empty(&wl->devlist)) in b43legacy_remove()
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt707 hostprogs-y := gen-devlist
708 $(obj)/devlist.h: $(src)/pci.ids $(obj)/gen-devlist
709 ( cd $(obj); ./gen-devlist ) < $<
711 The target $(obj)/devlist.h will not be built before
712 $(obj)/gen-devlist is updated. Note that references to
758 When executing "make clean", the two files "devlist.h classlist.h" will be