/linux-2.6.39/drivers/staging/brcm80211/include/ |
D | bcmutils.h | 518 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument 519 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument 522 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument 523 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument 526 #define MODADD(x, y, bound) \ argument 527 MUX((x) + (y) >= (bound), (x) + (y) - (bound), (x) + (y)) 528 #define MODSUB(x, y, bound) \ argument 529 MUX(((int)(x)) - ((int)(y)) < 0, (x) - (y) + (bound), (x) - (y)) 532 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 533 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
/linux-2.6.39/net/can/ |
D | raw.c | 82 int bound; member 254 if (ro->bound) in raw_notifier() 261 ro->bound = 0; in raw_notifier() 284 ro->bound = 0; in raw_init() 320 if (ro->bound) { in raw_release() 337 ro->bound = 0; in raw_release() 363 if (ro->bound && addr->can_ifindex == ro->ifindex) in raw_bind() 395 if (ro->bound) { in raw_bind() 409 ro->bound = 1; in raw_bind() 478 if (ro->bound && ro->ifindex) in raw_setsockopt() [all …]
|
D | bcm.c | 121 int bound; member 1245 if (!bo->bound) in bcm_sendmsg() 1375 if (bo->bound && bo->ifindex == dev->ifindex) { in bcm_notifier() 1376 bo->bound = 0; in bcm_notifier() 1391 if (bo->bound && bo->ifindex == dev->ifindex) { in bcm_notifier() 1408 bo->bound = 0; in bcm_init() 1480 if (bo->bound) { in bcm_release() 1481 bo->bound = 0; in bcm_release() 1504 if (bo->bound) in bcm_connect() 1528 bo->bound = 1; in bcm_connect()
|
/linux-2.6.39/drivers/gpu/drm/ |
D | drm_agpsupport.c | 221 entry->bound = 0; in drm_agp_alloc() 283 if (!entry->bound) in drm_agp_unbind() 287 entry->bound = 0; in drm_agp_unbind() 324 if (entry->bound) in drm_agp_bind() 329 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in drm_agp_bind() 331 dev->agp->base, entry->bound); in drm_agp_bind() 367 if (entry->bound) in drm_agp_free()
|
D | drm_memory.c | 76 if (agpmem->bound <= offset in agp_remap() 77 && (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >= in agp_remap() 93 phys_page_map = (agpmem->memory->pages + (offset - agpmem->bound) / PAGE_SIZE); in agp_remap()
|
D | drm_vm.c | 136 if (agpmem->bound <= baddr && in drm_do_vm_fault() 137 agpmem->bound + agpmem->pages * PAGE_SIZE > baddr) in drm_do_vm_fault() 147 offset = (baddr - agpmem->bound) >> PAGE_SHIFT; in drm_do_vm_fault()
|
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nouveau_sgdma.c | 19 bool bound; member 78 if (nvbe->bound) in nouveau_sgdma_clear() 133 nvbe->bound = true; in nv04_sgdma_bind() 148 if (!nvbe->bound) in nv04_sgdma_unbind() 157 nvbe->bound = false; in nv04_sgdma_unbind() 199 nvbe->bound = true; in nv41_sgdma_bind() 218 nvbe->bound = false; in nv41_sgdma_unbind() 330 nvbe->bound = true; in nv44_sgdma_bind() 364 nvbe->bound = false; in nv44_sgdma_unbind() 384 nvbe->bound = true; in nv50_sgdma_bind() [all …]
|
/linux-2.6.39/net/ieee802154/ |
D | dgram.c | 47 unsigned bound:1; member 97 ro->bound = 0; in dgram_bind() 118 ro->bound = 1; in dgram_bind() 179 if (!ro->bound) { in dgram_connect() 219 if (!ro->bound) in dgram_sendmsg() 248 ro->bound ? &ro->src_addr : NULL, size); in dgram_sendmsg() 332 if (!ro->bound) in ieee802154_match_sock()
|
/linux-2.6.39/include/net/ |
D | pkt_sched.h | 57 psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2, psched_time_t bound) in psched_tdiff_bounded() argument 59 return min(tv1 - tv2, bound); in psched_tdiff_bounded()
|
/linux-2.6.39/lib/ |
D | decompress_unlzma.c | 75 uint32_t bound; member 151 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS); in rc_is_bit_0_helper() 152 return rc->bound; in rc_is_bit_0_helper() 163 rc->range = rc->bound; in rc_update_bit_0() 168 rc->range -= rc->bound; in rc_update_bit_1() 169 rc->code -= rc->bound; in rc_update_bit_1()
|
/linux-2.6.39/Documentation/input/ |
D | notifier.txt | 13 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym. 32 || !bound) {
|
/linux-2.6.39/Documentation/usb/ |
D | callbacks.txt | 83 with another driver bound the interface, eg. a power management 120 that isn't bound to your driver. 122 Probe will never be called for an interface bound to a driver. 126 Once your driver is bound to an interface, disconnect can be
|
/linux-2.6.39/Documentation/console/ |
D | console.txt | 48 0 - means the driver is not bound and if echo'ed, commands the driver 51 1 - means the driver is bound and if echo'ed, commands the driver to 104 driver is bound or not. 122 driver, which was previously bound, becomes unbound. The console layer
|
/linux-2.6.39/Documentation/hwmon/ |
D | adt7462 | 60 point1: Set the pwm speed at a lower temperature bound. 61 point2: Set the pwm speed at a higher temperature bound.
|
D | adt7470 | 59 point1: Set the pwm speed at a lower temperature bound. 60 point2: Set the pwm speed at a higher temperature bound.
|
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 666 bool bound; member 697 gtt->bound = false; in radeon_ttm_backend_clear() 720 gtt->bound = true; in radeon_ttm_backend_bind() 730 gtt->bound = false; in radeon_ttm_backend_unbind() 739 if (gtt->bound) { in radeon_ttm_backend_destroy() 769 gtt->bound = false; in radeon_ttm_backend_create()
|
/linux-2.6.39/Documentation/ |
D | workqueue.txt | 108 specifically overridden, a work item of a bound workqueue will be 118 Each gcwq bound to an actual CPU implements concurrency management by 139 bound wq to ignore the concurrency management. Please refer to the 179 gcwq which hosts workers which are not bound to any specific 187 expected and using bound wq may end up creating large number 230 execution. This is useful for bound work items which are 257 Currently, for a bound wq, the maximum limit for @max_active is 512 281 Work items w0, w1, w2 are queued to a bound wq q0 on the same CPU. 381 cycles, using a bound wq is usually beneficial due to the increased
|
D | circular-buffers.txt | 116 they will return a lower bound as the producer controls the head index, 120 To the consumer it will show an upper bound as the producer may be busy 124 will return a lower bound as the consumer controls the tail index, but the 128 To the producer it will show an upper bound as the consumer may be busy
|
/linux-2.6.39/lib/xz/ |
D | xz_dec_lzma2.c | 499 uint32_t bound; in rc_bit() local 503 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob; in rc_bit() 504 if (rc->code < bound) { in rc_bit() 505 rc->range = bound; in rc_bit() 509 rc->range -= bound; in rc_bit() 510 rc->code -= bound; in rc_bit()
|
/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 21 This is an upper bound value for the number of tagged transactions 31 on some devices. The upper bound is 253. 0 disables tagged queueing.
|
D | Kconfig.aic7xxx | 26 This is an upper bound value for the number of tagged transactions 36 on some devices. The upper bound is 253. 0 disables tagged queueing.
|
/linux-2.6.39/scripts/coccinelle/iterators/ |
D | itnull.cocci | 1 /// Many iterators have the property that the first argument is always bound
|
/linux-2.6.39/fs/sysfs/ |
D | Kconfig | 11 which driver each is bound to. sysfs can also be used to tune devices
|
/linux-2.6.39/Documentation/timers/ |
D | timers-howto.txt | 87 worst case, fire an interrupt for your upper bound. 91 be balanced with what is an acceptable upper bound on
|
/linux-2.6.39/drivers/staging/brcm80211/util/ |
D | bcmotp.c | 732 u32 base, bound, lim = 0, st; in hndotp_nvread() local 770 bound = (i * 2) + rawotp[i + 1]; in hndotp_nvread() 776 bound = rawotp[(lim / 2) + OTP_BOUNDARY_OFF]; in hndotp_nvread() 784 base = bound; in hndotp_nvread()
|