Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/zorro/
DMakefile10 hostprogs := gen-devlist
13 clean-files := devlist.h
16 $(obj)/names.o: $(obj)/devlist.h
20 cmd_devlist = ( cd $(obj); ./gen-devlist ) < $<
21 $(obj)/devlist.h: $(src)/zorro.ids $(obj)/gen-devlist
22 $(call cmd,devlist)
D.gitignore2 devlist.h
3 gen-devlist
/linux-6.12.1/drivers/eisa/
DMakefile15 $(obj)/eisa-bus.o: $(obj)/devlist.h
20 clean-files := devlist.h
21 $(obj)/devlist.h: $(src)/eisa.ids include/linux/device.h
D.gitignore2 devlist.h
/linux-6.12.1/drivers/char/
Dmem.c695 } devlist[] = { variable
718 if (minor >= ARRAY_SIZE(devlist)) in memory_open()
721 dev = &devlist[minor]; in memory_open()
741 if (mode && devlist[MINOR(dev->devt)].mode) in mem_devnode()
742 *mode = devlist[MINOR(dev->devt)].mode; in mem_devnode()
763 for (minor = 1; minor < ARRAY_SIZE(devlist); minor++) { in chr_dev_init()
764 if (!devlist[minor].name) in chr_dev_init()
774 NULL, devlist[minor].name); in chr_dev_init()
/linux-6.12.1/drivers/block/aoe/
Daoedev.c25 static struct aoedev *devlist; variable
328 for (d = devlist; d; d = d->next) { in flush()
359 for (d = devlist; d; d = d->next) { in flush()
372 for (dd = &devlist, d = *dd; d; d = *dd) { in flush()
448 for (d=devlist; d; d=d->next) in aoedev_by_aoeaddr()
490 d->next = devlist; in aoedev_by_aoeaddr()
491 devlist = d; in aoedev_by_aoeaddr()
/linux-6.12.1/drivers/md/
Draid0.c51 conf->devlist[j * raid_disks + k]->bdev); in dump_zones()
145 conf->devlist = kzalloc(array3_size(sizeof(struct md_rdev *), in create_strip_zones()
149 if (!conf->devlist) in create_strip_zones()
158 dev = conf->devlist; in create_strip_zones()
214 dev = conf->devlist + i * mddev->raid_disks; in create_strip_zones()
222 rdev = conf->devlist[j]; in create_strip_zones()
291 kfree(conf->devlist); in create_strip_zones()
349 return conf->devlist[(zone - conf->strip_zone)*raid_disks in map_sector()
373 kfree(conf->devlist); in raid0_free()
538 rdev = conf->devlist[(zone - conf->strip_zone) * in raid0_handle_discard()
Draid0.h27 struct md_rdev **devlist; /* lists of rdevs, pointed to member
/linux-6.12.1/drivers/media/pci/saa7164/
Dsaa7164-core.c79 static DEFINE_MUTEX(devlist);
950 mutex_lock(&devlist); in saa7164_dev_setup()
951 list_add_tail(&dev->devlist, &saa7164_devlist); in saa7164_dev_setup()
952 mutex_unlock(&devlist); in saa7164_dev_setup()
1049 mutex_lock(&devlist); in saa7164_seq_start()
1050 list_for_each_entry(dev, &saa7164_devlist, devlist) { in saa7164_seq_start()
1052 mutex_unlock(&devlist); in saa7164_seq_start()
1056 mutex_unlock(&devlist); in saa7164_seq_start()
1066 mutex_lock(&devlist); in saa7164_seq_next()
1067 if (list_is_last(&dev->devlist, &saa7164_devlist)) in saa7164_seq_next()
[all …]
Dsaa7164.h421 struct list_head devlist; member
/linux-6.12.1/drivers/media/pci/cx88/
Dcx88-core.c62 static DEFINE_MUTEX(devlist);
1049 mutex_lock(&devlist); in cx88_core_get()
1050 list_for_each_entry(core, &cx88_devlist, devlist) { in cx88_core_get()
1057 mutex_unlock(&devlist); in cx88_core_get()
1061 mutex_unlock(&devlist); in cx88_core_get()
1068 list_add_tail(&core->devlist, &cx88_devlist); in cx88_core_get()
1071 mutex_unlock(&devlist); in cx88_core_get()
1084 mutex_lock(&devlist); in cx88_core_put()
1090 list_del(&core->devlist); in cx88_core_put()
1093 mutex_unlock(&devlist); in cx88_core_put()
Dcx88-mpeg.c615 list_for_each_entry(dev, &cx8802_devlist, devlist) { in cx8802_register_driver()
667 list_for_each_entry(dev, &cx8802_devlist, devlist) { in cx8802_unregister_driver()
733 list_add_tail(&dev->devlist, &cx8802_devlist); in cx8802_probe()
Dcx88.h333 struct list_head devlist; member
554 struct list_head devlist; member
/linux-6.12.1/drivers/s390/block/
Ddasd.c1765 list_add(&fcqr->devlist, &device->ccw_queue); in dasd_int_handler()
1796 if (cqr->devlist.next != &device->ccw_queue) { in dasd_int_handler()
1797 next = list_entry(cqr->devlist.next, in dasd_int_handler()
1798 struct dasd_ccw_req, devlist); in dasd_int_handler()
1879 cqr = list_entry(l, struct dasd_ccw_req, devlist); in __dasd_device_recovery()
1899 cqr = list_entry(l, struct dasd_ccw_req, devlist); in __dasd_device_process_ccw_queue()
1910 list_move_tail(&cqr->devlist, final_queue); in __dasd_device_process_ccw_queue()
1948 cqr = list_entry(l, struct dasd_ccw_req, devlist); in __dasd_device_process_final_queue()
1949 list_del_init(&cqr->devlist); in __dasd_device_process_final_queue()
1981 cqr = list_entry(device->ccw_queue.next, struct dasd_ccw_req, devlist); in __dasd_device_check_expire()
[all …]
Ddasd_erp.c46 INIT_LIST_HEAD(&cqr->devlist); in dasd_alloc_erp_request()
/linux-6.12.1/Documentation/
Ddontdiff118 devlist.h*
132 gen-devlist
/linux-6.12.1/drivers/media/platform/marvell/
Dmmp-driver.c41 struct list_head devlist; member
192 INIT_LIST_HEAD(&cam->devlist); in mmpcam_probe()
/linux-6.12.1/tools/power/pm-graph/
Dsleepgraph.py1702 devlist = []
1708 devlist.append(dev)
1709 return devlist
1710 def mergeOverlapDevices(self, devlist): argument
1712 for dev in devlist:
2006 devlist = []
2010 devlist.append(child)
2011 return devlist
2024 devlist = self.dmesg[phase]['list']
2025 dc, ps, pe = len(devlist), self.dmesg[phase]['start'], self.dmesg[phase]['end']
[all …]
Dbootgraph.py545 devlist = []
550 devlist.append(d)
551 devtl.getPhaseRows(devlist, 0, 'start')
/linux-6.12.1/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-6.12.1/drivers/media/usb/em28xx/
Dem28xx-core.c1078 list_for_each_entry(dev, &em28xx_devlist, devlist) { in em28xx_register_extension()
1096 list_for_each_entry(dev, &em28xx_devlist, devlist) { in em28xx_unregister_extension()
1114 list_add_tail(&dev->devlist, &em28xx_devlist); in em28xx_init_extension()
1137 list_del(&dev->devlist); in em28xx_close_extension()
Dem28xx.h668 struct list_head devlist; member
/linux-6.12.1/drivers/media/pci/saa7134/
Dsaa7134-core.c1168 list_add_tail(&dev->devlist, &saa7134_devlist); in saa7134_initdev()
1262 list_del(&dev->devlist); in saa7134_initdev()
1314 list_del(&dev->devlist); in saa7134_finidev()
1464 list_for_each_entry(dev, &saa7134_devlist, devlist) in saa7134_ts_register()
1477 list_for_each_entry(dev, &saa7134_devlist, devlist) in saa7134_ts_unregister()
/linux-6.12.1/drivers/media/usb/cx231xx/
Dcx231xx-core.c67 list_del(&dev->devlist); in cx231xx_remove_from_devlist()
76 list_add_tail(&dev->devlist, &cx231xx_devlist); in cx231xx_add_into_devlist()
89 list_for_each_entry(dev, &cx231xx_devlist, devlist) { in cx231xx_register_extension()
103 list_for_each_entry(dev, &cx231xx_devlist, devlist) { in cx231xx_unregister_extension()
/linux-6.12.1/drivers/net/wireless/broadcom/b43legacy/
Db43legacy.h614 struct list_head devlist; member

12