Searched refs:seen (Results 1 – 13 of 13) sorted by relevance
/drivers/of/ |
D | device.c | 237 int seen = 0, cplen, sl; in of_device_uevent() local 252 add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in of_device_uevent() 256 seen++; in of_device_uevent() 258 add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen); in of_device_uevent() 260 seen = 0; in of_device_uevent() 264 add_uevent_var(env, "OF_ALIAS_%d=%s", seen, in of_device_uevent() 266 seen++; in of_device_uevent()
|
/drivers/zorro/ |
D | names.c | 20 unsigned short seen; member 91 int nr = prod_p->seen + 1; in zorro_name_device() 92 prod_p->seen = nr; in zorro_name_device()
|
/drivers/usb/host/ |
D | ohci-dbg.c | 488 struct ed **seen, *ed; in fill_periodic_buffer() local 494 seen = kmalloc(DBG_SCHED_LIMIT * sizeof *seen, GFP_ATOMIC); in fill_periodic_buffer() 495 if (!seen) in fill_periodic_buffer() 524 if (seen [temp] == ed) in fill_periodic_buffer() 557 seen [seen_count++] = ed; in fill_periodic_buffer() 574 kfree (seen); in fill_periodic_buffer()
|
D | ehci-dbg.c | 636 union ehci_shadow p, *seen; in fill_periodic_buffer() local 642 seen = kmalloc_array(DBG_SCHED_LIMIT, sizeof(*seen), GFP_ATOMIC); in fill_periodic_buffer() 643 if (!seen) in fill_periodic_buffer() 688 if (seen[temp].ptr != p.ptr) in fill_periodic_buffer() 704 seen[seen_count++].qh = p.qh; in fill_periodic_buffer() 744 kfree(seen); in fill_periodic_buffer()
|
D | fotg210-hcd.c | 530 union fotg210_shadow p, *seen; in fill_periodic_buffer() local 536 seen = kmalloc_array(DBG_SCHED_LIMIT, sizeof(*seen), GFP_ATOMIC); in fill_periodic_buffer() 537 if (!seen) in fill_periodic_buffer() 583 if (seen[temp].ptr != p.ptr) in fill_periodic_buffer() 600 seen[seen_count++].qh = p.qh; in fill_periodic_buffer() 629 kfree(seen); in fill_periodic_buffer()
|
/drivers/staging/media/cxd2099/ |
D | TODO | 7 doing it, as seen at:
|
/drivers/mtd/ubi/ |
D | fastmap.c | 44 static inline void free_seen(unsigned long *seen) in free_seen() argument 46 kfree(seen); in free_seen() 55 static inline void set_seen(struct ubi_device *ubi, int pnum, unsigned long *seen) in set_seen() argument 57 if (!ubi_dbg_chk_fastmap(ubi) || !seen) in set_seen() 60 set_bit(pnum, seen); in set_seen() 68 static int self_check_seen(struct ubi_device *ubi, unsigned long *seen) in self_check_seen() argument 72 if (!ubi_dbg_chk_fastmap(ubi) || !seen) in self_check_seen() 76 if (test_bit(pnum, seen) && ubi->lookuptbl[pnum]) { in self_check_seen()
|
/drivers/usb/gadget/ |
D | Kconfig | 232 perspective are seen as interfaces) and configurations are
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1678 /* We have seen a data phase at least once. */ 1885 * already seen and acked (REQINIT never comes true). 2061 * LAST_SEG_DONE status has been seen in the current FIFO.
|
D | aic79xx.reg | 2737 * The SCSI ID to use for Selection Out and seen during a reselection.. 3859 * The last bus phase as seen by the sequencer.
|
D | aic7xxx.seq | 334 * reselected, but haven't seen an IDENTIFY message from the target yet. 848 /* We have seen a data phase for the first time */
|
D | aic7xxx.reg | 1501 * The last bus phase as seen by the sequencer.
|
/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 287 Shows maximum observed file striping data seen by this
|