/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nouveau_dma.c | 141 uint32_t get = nvchan_rd32(chan, 0x88); in nv50_dma_push_wait() local 142 if (get != prev_get) { in nv50_dma_push_wait() 143 prev_get = get; in nv50_dma_push_wait() 153 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait() 172 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local 173 if (unlikely(get < 0)) { in nv50_dma_wait() 174 if (get == -EINVAL) in nv50_dma_wait() 177 return get; in nv50_dma_wait() 180 if (get <= chan->dma.cur) { in nv50_dma_wait() 187 get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() [all …]
|
/linux-3.4.99/net/irda/ircomm/ |
D | ircomm_param.c | 45 int get); 47 int get); 49 int get); 51 int get); 53 int get); 55 int get); 57 int get); 58 static int ircomm_param_xon_xoff(void *instance, irda_param_t *param, int get); 59 static int ircomm_param_enq_ack(void *instance, irda_param_t *param, int get); 61 int get); [all …]
|
/linux-3.4.99/arch/arm/mach-omap2/ |
D | sram242x.S | 52 ldr r2, omap242x_sdi_cm_clksel2_pll @ get address of dpllout reg 62 ldr r10, [r11] @ get current val 65 mvn r9, #0x4 @ mask to get clear bit2 73 add r11, r11, #0x4 @ get addr of status reg 74 ldr r10, [r11] @ get locked value 112 ldr r4, omap242x_sdi_prcm_voltctrl @ get addr of volt ctrl. 113 ldr r5, [r4] @ get value. 114 ldr r6, prcm_mask_val @ get value of mask 118 mov r3, #0x4000 @ get val for force 122 ldr r3, omap242x_sdi_timer_32ksynct_cr @ get addr of counter [all …]
|
D | sram243x.S | 52 ldr r2, omap243x_sdi_cm_clksel2_pll @ get address of dpllout reg 62 ldr r10, [r11] @ get current val 65 mvn r9, #0x4 @ mask to get clear bit2 73 add r11, r11, #0x4 @ get addr of status reg 74 ldr r10, [r11] @ get locked value 112 ldr r4, omap243x_sdi_prcm_voltctrl @ get addr of volt ctrl. 113 ldr r5, [r4] @ get value. 114 ldr r6, prcm_mask_val @ get value of mask 118 mov r3, #0x4000 @ get val for force 122 ldr r3, omap243x_sdi_timer_32ksynct_cr @ get addr of counter [all …]
|
/linux-3.4.99/arch/m68k/platform/527x/ |
D | gpio.c | 32 .get = mcf_gpio_get_value, 48 .get = mcf_gpio_get_value, 66 .get = mcf_gpio_get_value, 84 .get = mcf_gpio_get_value, 102 .get = mcf_gpio_get_value, 120 .get = mcf_gpio_get_value, 138 .get = mcf_gpio_get_value, 156 .get = mcf_gpio_get_value, 174 .get = mcf_gpio_get_value, 192 .get = mcf_gpio_get_value, [all …]
|
/linux-3.4.99/arch/m68k/platform/528x/ |
D | gpio.c | 31 .get = mcf_gpio_get_value, 47 .get = mcf_gpio_get_value, 63 .get = mcf_gpio_get_value, 79 .get = mcf_gpio_get_value, 95 .get = mcf_gpio_get_value, 111 .get = mcf_gpio_get_value, 129 .get = mcf_gpio_get_value, 147 .get = mcf_gpio_get_value, 165 .get = mcf_gpio_get_value, 183 .get = mcf_gpio_get_value, [all …]
|
/linux-3.4.99/arch/m68k/platform/532x/ |
D | gpio.c | 31 .get = mcf_gpio_get_value, 46 .get = mcf_gpio_get_value, 64 .get = mcf_gpio_get_value, 82 .get = mcf_gpio_get_value, 100 .get = mcf_gpio_get_value, 118 .get = mcf_gpio_get_value, 136 .get = mcf_gpio_get_value, 154 .get = mcf_gpio_get_value, 172 .get = mcf_gpio_get_value, 190 .get = mcf_gpio_get_value, [all …]
|
/linux-3.4.99/include/trace/events/ |
D | gpio.h | 33 TP_PROTO(unsigned gpio, int get, int value), 35 TP_ARGS(gpio, get, value), 39 __field(int, get) 45 __entry->get = get; 50 __entry->get ? "get" : "set", __entry->value)
|
/linux-3.4.99/arch/m68k/platform/523x/ |
D | gpio.c | 31 .get = mcf_gpio_get_value, 47 .get = mcf_gpio_get_value, 65 .get = mcf_gpio_get_value, 83 .get = mcf_gpio_get_value, 101 .get = mcf_gpio_get_value, 119 .get = mcf_gpio_get_value, 137 .get = mcf_gpio_get_value, 155 .get = mcf_gpio_get_value, 173 .get = mcf_gpio_get_value, 191 .get = mcf_gpio_get_value, [all …]
|
/linux-3.4.99/net/netfilter/ |
D | nf_sockopt.c | 64 int val, int get) in nf_sockopt_find() argument 76 if (get) { in nf_sockopt_find() 97 char __user *opt, int *len, int get) in nf_sockopt() argument 102 ops = nf_sockopt_find(sk, pf, val, get); in nf_sockopt() 106 if (get) in nf_sockopt() 107 ret = ops->get(sk, val, opt, len); in nf_sockopt() 131 char __user *opt, int *len, int get) in compat_nf_sockopt() argument 136 ops = nf_sockopt_find(sk, pf, val, get); in compat_nf_sockopt() 140 if (get) { in compat_nf_sockopt() 144 ret = ops->get(sk, val, opt, len); in compat_nf_sockopt()
|
/linux-3.4.99/arch/m68k/platform/520x/ |
D | gpio.c | 31 .get = mcf_gpio_get_value, 46 .get = mcf_gpio_get_value, 64 .get = mcf_gpio_get_value, 82 .get = mcf_gpio_get_value, 100 .get = mcf_gpio_get_value, 118 .get = mcf_gpio_get_value, 136 .get = mcf_gpio_get_value, 154 .get = mcf_gpio_get_value,
|
/linux-3.4.99/net/irda/ |
D | qos.c | 88 static int irlap_param_baud_rate(void *instance, irda_param_t *param, int get); 90 int get); 92 int get); 93 static int irlap_param_data_size(void *instance, irda_param_t *param, int get); 95 int get); 97 int get); 99 int get); 531 static int irlap_param_baud_rate(void *instance, irda_param_t *param, int get) in irlap_param_baud_rate() argument 540 if (get) { in irlap_param_baud_rate() 567 int get) in irlap_param_link_disconnect() argument [all …]
|
/linux-3.4.99/drivers/misc/sgi-xp/ |
D | xpc_sn2.c | 1681 ch_sn2->local_GP->get = 0; in xpc_teardown_msg_structures_sn2() 1683 ch_sn2->remote_GP.get = 0; in xpc_teardown_msg_structures_sn2() 1685 ch_sn2->w_local_GP.get = 0; in xpc_teardown_msg_structures_sn2() 1687 ch_sn2->w_remote_GP.get = 0; in xpc_teardown_msg_structures_sn2() 1712 s64 get = ch->sn.sn2.w_remote_GP.get - 1; in xpc_notify_senders_sn2() local 1714 while (++get < put && atomic_read(&ch->n_to_notify) > 0) { in xpc_notify_senders_sn2() 1716 notify = &ch->sn.sn2.notify_queue[get % ch->local_nentries]; in xpc_notify_senders_sn2() 1737 (void *)notify, get, ch->partid, ch->number); in xpc_notify_senders_sn2() 1744 (void *)notify, get, ch->partid, ch->number); in xpc_notify_senders_sn2() 1763 s64 get; in xpc_clear_local_msgqueue_flags_sn2() local [all …]
|
/linux-3.4.99/drivers/hwmon/ |
D | Kconfig | 46 If you say yes here you get support for the sensor part of the first 61 If you say yes here you get support for the sensor part of the 75 If you say yes here you get support for the Analog Devices 85 If you say yes here you get support for the Analog Devices 95 If you say yes here you get support for the Analog Devices 105 If you say yes here you get support for the National Semiconductor 121 If you say yes here you get support for Analog Devices ADM1021 133 If you say yes here you get support for Analog Devices ADM1025 144 If you say yes here you get support for Analog Devices ADM1026 154 If you say yes here you get support for Analog Devices ADM1029 [all …]
|
/linux-3.4.99/drivers/s390/char/ |
D | tape_char.c | 414 struct mtget get; in __tapechar_ioctl() local 416 memset(&get, 0, sizeof(get)); in __tapechar_ioctl() 417 get.mt_type = MT_ISUNKNOWN; in __tapechar_ioctl() 418 get.mt_resid = 0 /* device->devstat.rescnt */; in __tapechar_ioctl() 419 get.mt_dsreg = device->tape_state; in __tapechar_ioctl() 421 get.mt_gstat = 0; in __tapechar_ioctl() 422 get.mt_erreg = 0; in __tapechar_ioctl() 423 get.mt_fileno = 0; in __tapechar_ioctl() 424 get.mt_gstat = device->tape_generic_status; in __tapechar_ioctl() 433 get.mt_gstat |= GMT_BOT(~0); in __tapechar_ioctl() [all …]
|
/linux-3.4.99/scripts/ |
D | bloat-o-meter | 25 sym[name] = sym.get(name, 0) + int(size, 16) 50 d = new.get(name, 0) - old.get(name, 0) 62 if d: print "%-40s %7s %7s %+7d" % (n, old.get(n,"-"), new.get(n,"-"), d)
|
/linux-3.4.99/drivers/rtc/ |
D | Kconfig | 112 If you say yes here you get support for the 132 If you say yes here you get support for RTC function in Marvell 141 If you say yes here you get support for various compatible RTC 160 If you say yes here you get support for Dallas Semiconductor 170 If you say yes here you get support for the 180 If you say yes here you get support for Dallas Semiconductor 190 If you say yes here you will get support for the 200 If you say yes here you will get support for the 210 If you say yes here you will get support for the 219 If you say yes here you get support for the [all …]
|
/linux-3.4.99/drivers/hwmon/pmbus/ |
D | Kconfig | 21 If you say yes here you get hardware monitoring support for generic 33 If you say yes here you get hardware monitoring support for Analog 44 If you say yes here you get hardware monitoring support for National 54 If you say yes here you get hardware monitoring support for Linear 64 If you say yes here you get hardware monitoring support for Maxim 74 If you say yes here you get hardware monitoring support for Maxim 84 If you say yes here you get hardware monitoring support for Maxim 94 If you say yes here you get hardware monitoring support for TI 105 If you say yes here you get hardware monitoring support for TI 116 If you say yes here you get hardware monitoring support for Intersil
|
/linux-3.4.99/sound/pci/ice1712/ |
D | aureon.c | 1441 .get = wm_master_mute_get, 1450 .get = wm_master_vol_get, 1458 .get = wm_mute_get, 1468 .get = wm_vol_get, 1477 .get = wm_mute_get, 1487 .get = wm_vol_get, 1496 .get = wm_mute_get, 1506 .get = wm_vol_get, 1515 .get = wm_mute_get, 1525 .get = wm_vol_get, [all …]
|
/linux-3.4.99/sound/i2c/other/ |
D | ak4114.c | 339 .get = snd_ak4114_in_error_get, 347 .get = snd_ak4114_in_error_get, 355 .get = snd_ak4114_in_error_get, 363 .get = snd_ak4114_in_error_get, 371 .get = snd_ak4114_rate_get, 378 .get = snd_ak4114_spdif_mask_get, 385 .get = snd_ak4114_spdif_playback_get, 393 .get = snd_ak4114_spdif_mask_get, 400 .get = snd_ak4114_spdif_get, 407 .get = snd_ak4114_spdif_pget, [all …]
|
/linux-3.4.99/arch/arm/kernel/ |
D | entry-header.S | 92 ldr r1, [sp, #\offset + S_PSR] @ get calling cpsr 93 ldr lr, [sp, #\offset + S_PC]! @ get pc 101 ldmdb sp, {r1 - lr}^ @ get calling r1 - lr 103 ldmdb sp, {r0 - lr}^ @ get calling r0 - lr 138 ldr r1, [sp, #\offset + S_PSR] @ get calling cpsr 139 ldr lr, [sp, #\offset + S_PC] @ get pc 143 ldmdb sp, {r1 - r12} @ get calling r1 - r12 145 ldmdb sp, {r0 - r12} @ get calling r0 - r12
|
D | iwmmxt.S | 82 add r0, r10, #TI_IWMMXT_STATE @ get task Concan save area 84 ldr r1, [r3] @ get current Concan owner 188 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area 189 ldr r1, [r3] @ get current Concan owner 238 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area 239 ldr r3, [r3] @ get current Concan owner 274 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area 275 ldr r3, [r3] @ get current Concan owner 311 add r3, r0, #TI_IWMMXT_STATE @ get next task Concan save area 312 ldr r2, [r2] @ get current Concan owner [all …]
|
/linux-3.4.99/drivers/pcmcia/ |
D | pcmcia_cis.c | 356 struct pcmcia_loop_get *get = priv; in pcmcia_do_get_tuple() local 358 *get->buf = kzalloc(tuple->TupleDataLen, GFP_KERNEL); in pcmcia_do_get_tuple() 359 if (*get->buf) { in pcmcia_do_get_tuple() 360 get->len = tuple->TupleDataLen; in pcmcia_do_get_tuple() 361 memcpy(*get->buf, tuple->TupleData, tuple->TupleDataLen); in pcmcia_do_get_tuple() 380 struct pcmcia_loop_get get = { in pcmcia_get_tuple() local 385 *get.buf = NULL; in pcmcia_get_tuple() 386 pcmcia_loop_tuple(p_dev, code, pcmcia_do_get_tuple, &get); in pcmcia_get_tuple() 388 return get.len; in pcmcia_get_tuple()
|
/linux-3.4.99/arch/arm/include/asm/hardware/ |
D | entry-macro-iomd.S | 15 ldrb \irqstat, [\base, #IOMD_IRQREQB] @ get high priority first 19 ldreqb \irqstat, [\base, #IOMD_DMAREQ] @ get dma 24 ldreqb \irqstat, [\base, #IOMD_IRQREQA] @ get low priority 37 2406: ldrneb \irqnr, [\tmp, \irqstat] @ get IRQ number
|
/linux-3.4.99/drivers/pps/clients/ |
D | Kconfig | 12 If you say yes here you get support for a PPS debugging client 22 If you say yes here you get support for a PPS source connected 29 If you say yes here you get support for a PPS source connected 36 If you say yes here you get support for a PPS source using
|