| /drivers/of/ |
| A D | device.c | 220 int seen = 0; in of_device_uevent() local 235 add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in of_device_uevent() 236 seen++; in of_device_uevent() 238 add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen); in of_device_uevent() 240 seen = 0; in of_device_uevent() 244 add_uevent_var(env, "OF_ALIAS_%d=%s", seen, in of_device_uevent() 246 seen++; in of_device_uevent()
|
| /drivers/dma-buf/ |
| A D | st-dma-fence.c | 152 bool seen; member 157 smp_store_mb(container_of(cb, struct simple_cb, cb)->seen, true); in simple_callback() 176 if (!cb.seen) { in test_add_callback() 207 if (cb.seen) { in test_late_add_callback() 239 if (cb.seen) { in test_rm_callback() 266 if (!cb.seen) { in test_late_rm_callback() 489 smp_store_mb(cb.seen, false); in thread_signal_callback() 493 cb.seen = true; in thread_signal_callback() 499 if (!cb.seen) { in thread_signal_callback() 504 if (!READ_ONCE(cb.seen)) { in thread_signal_callback()
|
| /drivers/zorro/ |
| A D | names.c | 22 unsigned short seen; member 93 int nr = prod_p->seen + 1; in zorro_name_device() 94 prod_p->seen = nr; in zorro_name_device()
|
| /drivers/usb/host/ |
| A D | ohci-dbg.c | 489 struct ed **seen, *ed; in fill_periodic_buffer() local 495 seen = kmalloc_array(DBG_SCHED_LIMIT, sizeof(*seen), GFP_ATOMIC); in fill_periodic_buffer() 496 if (!seen) in fill_periodic_buffer() 525 if (seen [temp] == ed) in fill_periodic_buffer() 558 seen [seen_count++] = ed; in fill_periodic_buffer() 575 kfree (seen); in fill_periodic_buffer()
|
| A D | ehci-dbg.c | 626 union ehci_shadow p, *seen; in fill_periodic_buffer() local 632 seen = kmalloc_array(DBG_SCHED_LIMIT, sizeof(*seen), GFP_ATOMIC); in fill_periodic_buffer() 633 if (!seen) in fill_periodic_buffer() 678 if (seen[temp].ptr != p.ptr) in fill_periodic_buffer() 694 seen[seen_count++].qh = p.qh; in fill_periodic_buffer() 734 kfree(seen); in fill_periodic_buffer()
|
| /drivers/mtd/ubi/ |
| A D | fastmap.c | 34 static inline void free_seen(unsigned long *seen) in free_seen() argument 36 bitmap_free(seen); in free_seen() 45 static inline void set_seen(struct ubi_device *ubi, int pnum, unsigned long *seen) in set_seen() argument 47 if (!ubi_dbg_chk_fastmap(ubi) || !seen) in set_seen() 50 set_bit(pnum, seen); in set_seen() 58 static int self_check_seen(struct ubi_device *ubi, unsigned long *seen) in self_check_seen() argument 62 if (!ubi_dbg_chk_fastmap(ubi) || !seen) in self_check_seen() 66 if (!test_bit(pnum, seen) && ubi->lookuptbl[pnum]) { in self_check_seen()
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | amdgpu-stoney-skips.txt | 24 # GPU reset seen and it hangs the machine
|
| A D | vkms-none-skips.txt | 5 # kernel panic seen with kms_cursor_crc tests
|
| /drivers/pinctrl/ |
| A D | pinctrl-th1520.c | 410 unsigned long *seen = NULL; in th1520_pinctrl_dt_free_map() local 415 map[i].data.configs.configs != seen) { in th1520_pinctrl_dt_free_map() 416 seen = map[i].data.configs.configs; in th1520_pinctrl_dt_free_map() 417 kfree(seen); in th1520_pinctrl_dt_free_map()
|
| /drivers/usb/fotg210/ |
| A D | fotg210-hcd.c | 512 union fotg210_shadow p, *seen; in fill_periodic_buffer() local 518 seen = kmalloc_array(DBG_SCHED_LIMIT, sizeof(*seen), GFP_ATOMIC); in fill_periodic_buffer() 519 if (!seen) in fill_periodic_buffer() 565 if (seen[temp].ptr != p.ptr) in fill_periodic_buffer() 582 seen[seen_count++].qh = p.qh; in fill_periodic_buffer() 611 kfree(seen); in fill_periodic_buffer()
|
| /drivers/gpu/drm/i915/selftests/ |
| A D | i915_request.c | 2559 bool seen; member 2566 smp_store_mb(s->seen, true); /* be safe, be strong */ in signal_cb() 2590 struct signal_cb cb = { .seen = false }; in measure_completion() 2623 while (!READ_ONCE(cb.seen)) in measure_completion()
|
| /drivers/usb/gadget/ |
| A D | Kconfig | 234 perspective are seen as interfaces) and configurations are
|
| /drivers/scsi/aic7xxx/ |
| A 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.
|
| A 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.
|
| A 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 */
|
| A D | aic7xxx.reg | 1501 * The last bus phase as seen by the sequencer.
|
| /drivers/hid/ |
| A D | Kconfig | 564 this driver HID reports from Jabra devices may incorrectly be seen as
|