/linux-4.4.14/drivers/usb/host/ |
D | ohci-pxa27x.c | 221 struct pxaohci_platform_data *inf) in pxa27x_setup_hc() argument 226 if (inf->flags & ENABLE_PORT1) in pxa27x_setup_hc() 229 if (inf->flags & ENABLE_PORT2) in pxa27x_setup_hc() 232 if (inf->flags & ENABLE_PORT3) in pxa27x_setup_hc() 235 if (inf->flags & POWER_CONTROL_LOW) in pxa27x_setup_hc() 238 if (inf->flags & POWER_SENSE_LOW) in pxa27x_setup_hc() 241 if (inf->flags & NO_OC_PROTECTION) in pxa27x_setup_hc() 246 if (inf->flags & OC_MODE_PERPORT) in pxa27x_setup_hc() 251 if (inf->power_on_delay) { in pxa27x_setup_hc() 253 uhcrhda |= UHCRHDA_POTPGT(inf->power_on_delay / 2); in pxa27x_setup_hc() [all …]
|
/linux-4.4.14/drivers/isdn/hysdn/ |
D | hysdn_proclog.c | 174 struct log_data *inf; in hysdn_log_read() local 178 if (!(inf = *((struct log_data **) file->private_data))) { in hysdn_log_read() 183 wait_event_interruptible(pd->rd_queue, (inf = in hysdn_log_read() 186 if (!inf) in hysdn_log_read() 189 inf->usage_cnt--; /* new usage count */ in hysdn_log_read() 190 file->private_data = &inf->next; /* next structure */ in hysdn_log_read() 191 if ((len = strlen(inf->log_start)) <= count) { in hysdn_log_read() 192 if (copy_to_user(buf, inf->log_start, len)) in hysdn_log_read() 242 struct log_data *inf; in hysdn_log_close() local 254 inf = *((struct log_data **) filep->private_data); /* get first log entry */ in hysdn_log_close() [all …]
|
/linux-4.4.14/drivers/isdn/divert/ |
D | divert_procfs.c | 86 struct divert_info *inf; in isdn_divert_read() local 89 if (!(inf = *((struct divert_info **) file->private_data))) { in isdn_divert_read() 92 wait_event_interruptible(rd_queue, (inf = in isdn_divert_read() 95 if (!inf) in isdn_divert_read() 98 inf->usage_cnt--; /* new usage count */ in isdn_divert_read() 99 file->private_data = &inf->next; /* next structure */ in isdn_divert_read() 100 if ((len = strlen(inf->info_start)) <= count) { in isdn_divert_read() 101 if (copy_to_user(buf, inf->info_start, len)) in isdn_divert_read() 160 struct divert_info *inf; in isdn_divert_close() local 165 inf = *((struct divert_info **) filep->private_data); in isdn_divert_close() [all …]
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | prism2sta.c | 113 hfa384x_InfFrame_t *inf); 115 hfa384x_InfFrame_t *inf); 117 hfa384x_InfFrame_t *inf); 119 hfa384x_InfFrame_t *inf); 121 hfa384x_InfFrame_t *inf); 123 hfa384x_InfFrame_t *inf); 125 hfa384x_InfFrame_t *inf); 127 hfa384x_InfFrame_t *inf); 129 hfa384x_InfFrame_t *inf); 131 hfa384x_InfFrame_t *inf); [all …]
|
D | prism2mgmt.h | 68 void prism2sta_ev_info(wlandevice_t *wlandev, hfa384x_InfFrame_t *inf);
|
/linux-4.4.14/sound/oss/ |
D | hex2hex.c | 15 static int loadhex(FILE *inf, unsigned char *buf) in loadhex() argument 19 while ((c=getc(inf))!=EOF) in loadhex() 28 if (fscanf(inf, "%02x", &n) != 1) in loadhex() 32 if (fscanf(inf, "%04x", &addr) != 1) in loadhex() 37 if (fscanf(inf, "%02x", &linetype) != 1) in loadhex() 46 if (fscanf(inf, "%02x", &c) != 1) in loadhex() 56 if (fscanf(inf, "%02x", &check) != 1) in loadhex()
|
D | sequencer.c | 1320 struct synth_info inf; in sequencer_ioctl() local 1468 memcpy(&inf, synth_devs[dev]->info, sizeof(inf)); in sequencer_ioctl() 1469 strlcpy(inf.name, synth_devs[dev]->id, sizeof(inf.name)); in sequencer_ioctl() 1470 inf.device = dev; in sequencer_ioctl() 1471 return copy_to_user(arg, &inf, sizeof(inf))?-EFAULT:0; in sequencer_ioctl()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | pxafb.c | 460 struct pxafb_mach_info *inf = dev_get_platdata(fbi->dev); in pxafb_check_var() local 463 if (inf->fixed_modes) { in pxafb_check_var() 466 mode = pxafb_getmode(inf, var); in pxafb_check_var() 1233 struct pxafb_mach_info *inf = dev_get_platdata(fbi->dev); in setup_smart_timing() local 1234 struct pxafb_mode_info *mode = &inf->modes[0]; in setup_smart_timing() 1261 struct pxafb_mach_info *inf = dev_get_platdata(fbi->dev); in pxafb_smart_thread() local 1263 if (!inf->smart_update) { in pxafb_smart_thread() 1268 inf = dev_get_platdata(fbi->dev); in pxafb_smart_thread() 1281 inf->smart_update(&fbi->fb); in pxafb_smart_thread() 1727 struct pxafb_mach_info *inf) in pxafb_decode_mach_info() argument [all …]
|
D | sa1100fb.c | 305 if (fbi->inf->cmap_inverse) { in sa1100fb_setcolreg() 380 if (var->xres > fbi->inf->xres) in sa1100fb_check_var() 381 var->xres = fbi->inf->xres; in sa1100fb_check_var() 382 if (var->yres > fbi->inf->yres) in sa1100fb_check_var() 383 var->yres = fbi->inf->yres; in sa1100fb_check_var() 430 if (fbi->inf->set_visual) in sa1100fb_set_visual() 431 fbi->inf->set_visual(visual); in sa1100fb_set_visual() 449 else if (!fbi->inf->cmap_static) in sa1100fb_set_par() 490 if (!kspc && (fbi->fb.var.bits_per_pixel == 16 || fbi->inf->cmap_static)) 654 new_regs.lccr0 = fbi->inf->lccr0 | in sa1100fb_activate_var() [all …]
|
D | sm501fb.c | 170 static int sm501_alloc_mem(struct sm501fb_info *inf, struct sm501_mem *mem, in sm501_alloc_mem() argument 180 ptr = inf->fbmem_len - size; in sm501_alloc_mem() 181 inf->fbmem_len = ptr; /* adjust available memory. */ in sm501_alloc_mem() 185 if (size > inf->fbmem_len) in sm501_alloc_mem() 188 ptr = inf->fbmem_len - size; in sm501_alloc_mem() 189 fbi = inf->fb[HEAD_CRT]; in sm501_alloc_mem() 209 fbi = inf->fb[HEAD_PANEL]; in sm501_alloc_mem() 212 end = par->screen.k_addr ? par->screen.sm_addr : inf->fbmem_len; in sm501_alloc_mem() 214 end = inf->fbmem_len; in sm501_alloc_mem() 222 fbi = inf->fb[HEAD_CRT]; in sm501_alloc_mem() [all …]
|
D | sa1100fb.h | 70 const struct sa1100fb_mach_info *inf; member
|
D | w100fb.c | 636 struct w100fb_mach_info *inf; in w100fb_probe() local 683 inf = dev_get_platdata(&pdev->dev); in w100fb_probe() 685 par->mach = inf; in w100fb_probe() 689 par->pll_table=w100_get_xtal_table(inf->xtal_freq); in w100fb_probe() 722 par->mode = &inf->modelist[0]; in w100fb_probe() 723 if(inf->init_mode & INIT_MODE_ROTATED) { in w100fb_probe() 732 if(inf->init_mode &= INIT_MODE_FLIPPED) in w100fb_probe()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | do_func.S | 54 PINF: .long 0x7fff0000,0x00000000,0x00000000 |+inf 55 MINF: .long 0xffff0000,0x00000000,0x00000000 |-inf 145 | Load either a +0 or +inf for plus/minus operand 153 | Result is either an operr or +inf for plus/minus operand 257 .long smod_fpn | 00,10 norm,inf = fpn 261 .long smod_zro | 01,10 zero,inf = +-zero 263 .long smod_oper | 10,00 inf,norm = nan with operr 264 .long smod_oper | 10,01 inf,zero = nan with operr 265 .long smod_oper | 10,10 inf,inf = nan with operr 266 .long smod_snan | 10,11 inf,nan = nan [all …]
|
D | tbldo.S | 60 .long sinf |$01-2 fint inf 69 .long sinf |$02-2 fsinh inf 78 .long sinf |$03-2 fintrz inf 105 .long sopr_inf |$06-2 flognp1 inf 123 .long setoxm1i |$08-2 fetoxm1 inf 132 .long sone |$09-2 ftanh inf 141 .long spi_2 |$0a-2 fatan inf 159 .long t_operr |$0c-2 fasin inf 168 .long t_operr |$0d-2 fatanh inf 177 .long t_operr |$0e-2 fsin inf [all …]
|
D | get_op.S | 495 movew ETEMP(%a6),%d0 |get word with inf information 497 cmpiw #0x0fff,%d1 |test for inf or NaN 502 |input is of the special cases of inf and NaN 547 movew ETEMP(%a6),%d0 |get word with inf information 549 cmpiw #0x0fff,%d1 |test for inf or NaN 554 |input is of the special cases of inf and NaN 559 |input is inf
|
D | kernel_ex.S | 50 | store properly signed inf (use sign of etemp) into fp0 52 | inf bit, and accrued dz bit 71 bras m_inf |flogx always returns -inf 83 fmovemx mns_inf,%fp0-%fp0 |load -inf 87 fmovemx pls_inf,%fp0-%fp0 |load +inf
|
D | x_store.S | 134 cmpw #0x4000,%d0 |check if inf 135 beqs inf |if so, special case 144 inf: label 145 movel #0x7ff00000,%d0 |load dbl inf exponent
|
D | res_func.S | 60 | ;inf=010 or nan=011 88 | ;inf=010 or nan=011 438 cmpiw #0x7fff,%d0 |test for inf/nan 720 moveb STAG(%a6),%d0 |check source tag for inf or nan 723 moveb DTAG(%a6),%d0 |check destination tag for inf or nan 726 cmpb #0x40,%d0 |is it inf? 1350 moveb STAG(%a6),%d0 |check if stag is inf 1354 orl #inf_mask,USER_FPSR(%a6) |if inf, nothing yet has set I 1974 | Notes on handling of special case (zero, inf, and nan) inputs:
|
D | decbin.S | 20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero,
|
D | util.S | 235 bra end_ovfr |inf is same for all precisions (ext,dbl,sgl)
|
/linux-4.4.14/arch/arm/mach-sa1100/ |
D | lart.c | 93 struct sa1100fb_mach_info *inf = NULL; in lart_init() local 96 inf = &lart_grey_info; in lart_init() 99 inf = &lart_color_info; in lart_init() 102 inf = &lart_video_info; in lart_init() 105 inf = &lart_kit01_info; in lart_init() 108 if (inf) in lart_init() 109 sa11x0_register_lcd(inf); in lart_init()
|
D | generic.h | 40 void sa11x0_register_lcd(struct sa1100fb_mach_info *inf);
|
D | generic.c | 227 void sa11x0_register_lcd(struct sa1100fb_mach_info *inf) in sa11x0_register_lcd() argument 229 sa11x0_register_device(&sa11x0fb_device, inf); in sa11x0_register_lcd()
|
/linux-4.4.14/sound/soc/codecs/ |
D | 88pm860x-codec.c | 941 unsigned char inf = 0, mask = 0; in pm860x_pcm_hw_params() local 946 inf &= ~PCM_INF2_18WL; in pm860x_pcm_hw_params() 949 inf |= PCM_INF2_18WL; in pm860x_pcm_hw_params() 955 snd_soc_update_bits(codec, PM860X_PCM_IFACE_2, mask, inf); in pm860x_pcm_hw_params() 960 inf = 0; in pm860x_pcm_hw_params() 963 inf = 3; in pm860x_pcm_hw_params() 966 inf = 6; in pm860x_pcm_hw_params() 969 inf = 8; in pm860x_pcm_hw_params() 974 snd_soc_update_bits(codec, PM860X_PCM_RATE, 0x0f, inf); in pm860x_pcm_hw_params() 984 unsigned char inf = 0, mask = 0; in pm860x_pcm_set_dai_fmt() local [all …]
|
/linux-4.4.14/arch/arm64/mm/ |
D | fault.c | 506 const struct fault_info *inf = fault_info + (esr & 63); in fault_name() local 507 return inf->name; in fault_name() 516 const struct fault_info *inf = fault_info + (esr & 63); in do_mem_abort() local 519 if (!inf->fn(addr, esr, regs)) in do_mem_abort() 523 inf->name, esr, addr); in do_mem_abort() 525 info.si_signo = inf->sig; in do_mem_abort() 527 info.si_code = inf->code; in do_mem_abort() 590 const struct fault_info *inf = debug_fault_info + DBG_ESR_EVT(esr); in do_debug_exception() local 593 if (!inf->fn(addr, esr, regs)) in do_debug_exception() 597 inf->name, esr, addr); in do_debug_exception() [all …]
|
/linux-4.4.14/scripts/gdb/linux/ |
D | dmesg.py | 31 inf = gdb.inferiors()[0] 36 log_buf = inf.read_memory(start, length) 39 log_buf = inf.read_memory(start, log_buf_2nd_half) + \ 40 inf.read_memory(log_buf_addr, log_next_idx)
|
/linux-4.4.14/arch/arm/common/ |
D | scoop.c | 182 struct scoop_config *inf; in scoop_probe() local 195 inf = pdev->dev.platform_data; in scoop_probe() 210 iowrite16(inf->io_dir & 0xffff, devptr->base + SCOOP_GPCR); in scoop_probe() 211 iowrite16(inf->io_out & 0xffff, devptr->base + SCOOP_GPWR); in scoop_probe() 213 devptr->suspend_clr = inf->suspend_clr; in scoop_probe() 214 devptr->suspend_set = inf->suspend_set; in scoop_probe() 218 if (inf->gpio_base != 0) { in scoop_probe() 220 devptr->gpio.base = inf->gpio_base; in scoop_probe()
|
/linux-4.4.14/arch/unicore32/mm/ |
D | fault.c | 466 const struct fsr_info *inf = fsr_info + fsr_fs(fsr); in do_DataAbort() local 469 if (!inf->fn(addr, fsr & ~FSR_LNX_PF, regs)) in do_DataAbort() 473 inf->name, fsr, addr); in do_DataAbort() 475 info.si_signo = inf->sig; in do_DataAbort() 477 info.si_code = inf->code; in do_DataAbort() 485 const struct fsr_info *inf = fsr_info + fsr_fs(ifsr); in do_PrefetchAbort() local 488 if (!inf->fn(addr, ifsr | FSR_LNX_PF, regs)) in do_PrefetchAbort() 492 inf->name, ifsr, addr); in do_PrefetchAbort() 494 info.si_signo = inf->sig; in do_PrefetchAbort() 496 info.si_code = inf->code; in do_PrefetchAbort()
|
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_synth.c | 604 snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf) in snd_seq_oss_synth_make_info() argument 614 inf->synth_type = SYNTH_TYPE_MIDI; in snd_seq_oss_synth_make_info() 615 inf->synth_subtype = 0; in snd_seq_oss_synth_make_info() 616 inf->nr_voices = 16; in snd_seq_oss_synth_make_info() 617 inf->device = dev; in snd_seq_oss_synth_make_info() 618 strlcpy(inf->name, minf.name, sizeof(inf->name)); in snd_seq_oss_synth_make_info() 622 inf->synth_type = rec->synth_type; in snd_seq_oss_synth_make_info() 623 inf->synth_subtype = rec->synth_subtype; in snd_seq_oss_synth_make_info() 624 inf->nr_voices = rec->nr_voices; in snd_seq_oss_synth_make_info() 625 inf->device = dev; in snd_seq_oss_synth_make_info() [all …]
|
D | seq_oss_midi.c | 653 snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf) in snd_seq_oss_midi_make_info() argument 659 inf->device = dev; in snd_seq_oss_midi_make_info() 660 inf->dev_type = 0; /* FIXME: ?? */ in snd_seq_oss_midi_make_info() 661 inf->capabilities = 0; /* FIXME: ?? */ in snd_seq_oss_midi_make_info() 662 strlcpy(inf->name, mdev->name, sizeof(inf->name)); in snd_seq_oss_midi_make_info()
|
D | seq_oss_midi.h | 45 int snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf);
|
D | seq_oss_synth.h | 49 int snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf);
|
/linux-4.4.14/arch/arm/mm/ |
D | fault.c | 547 const struct fsr_info *inf = fsr_info + fsr_fs(fsr); in do_DataAbort() local 550 if (!inf->fn(addr, fsr & ~FSR_LNX_PF, regs)) in do_DataAbort() 554 inf->name, fsr, addr); in do_DataAbort() 557 info.si_signo = inf->sig; in do_DataAbort() 559 info.si_code = inf->code; in do_DataAbort() 580 const struct fsr_info *inf = ifsr_info + fsr_fs(ifsr); in do_PrefetchAbort() local 583 if (!inf->fn(addr, ifsr | FSR_LNX_PF, regs)) in do_PrefetchAbort() 587 inf->name, ifsr, addr); in do_PrefetchAbort() 589 info.si_signo = inf->sig; in do_PrefetchAbort() 591 info.si_code = inf->code; in do_PrefetchAbort()
|
/linux-4.4.14/Documentation/usb/ |
D | linux.inf | 36 ; References the in-build Netrndis.inf 41 include = netrndis.inf 47 include = netrndis.inf
|
D | linux-cdc-acm.inf | 29 include=mdmcpq.inf 56 include=mdmcpq.inf
|
D | gadget_multi.txt | 69 gadget, one needs to use the [[file:linux.inf]] file provided with this 80 Similarly, [[file:linux-cdc-acm.inf]] is provided for CDC ACM.
|
D | gadget_serial.txt | 154 To use the Windows ACM driver you must have the "linux-cdc-acm.inf" 161 driver in the folder that contains the "linux-cdc-acm.inf" file. 167 path or browse to the folder containing the "linux-cdc-acm.inf" file.
|
/linux-4.4.14/drivers/edac/ |
D | synopsys_edac.c | 320 struct sysinfo inf; in synps_edac_get_memsize() local 322 si_meminfo(&inf); in synps_edac_get_memsize() 324 return inf.totalram * inf.mem_unit; in synps_edac_get_memsize()
|
/linux-4.4.14/drivers/s390/cio/ |
D | device_pgid.c | 140 pgid->inf.fc = fn; in spid_build_cp() 313 if (pgid->inf.ps.state2 == SNID_STATE2_RESVD_ELSE) in pgid_analyze() 346 if (pgid->inf.ps.state1 != SNID_STATE1_GROUPED) in pgid_to_donepm() 349 if (pgid->inf.ps.state1 != SNID_STATE1_UNGROUPED) in pgid_to_donepm() 353 if (pgid->inf.ps.state3 != SNID_STATE3_MULTI_PATH) in pgid_to_donepm() 356 if (pgid->inf.ps.state3 != SNID_STATE3_SINGLE_PATH) in pgid_to_donepm()
|
D | css.h | 52 } __attribute__ ((packed)) inf; member
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
D | ipu-ic.c | 224 enum ipu_color_space inf, in init_csc() argument 238 if (inf == IPUV3_COLORSPACE_YUV && outf == IPUV3_COLORSPACE_RGB) in init_csc() 240 else if (inf == IPUV3_COLORSPACE_RGB && outf == IPUV3_COLORSPACE_YUV) in init_csc() 242 else if (inf == IPUV3_COLORSPACE_RGB && outf == IPUV3_COLORSPACE_RGB) in init_csc()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.h | 235 #define frame_set_info(frm, inf) (frm->info = inf) argument
|
/linux-4.4.14/drivers/lightnvm/ |
D | rrpc.c | 69 struct rrpc_inflight_rq *inf; in rrpc_inflight_laddr_acquire() local 75 inf = rrpc_get_inflight_rq(rqd); in rrpc_inflight_laddr_acquire() 76 if (rrpc_lock_laddr(rrpc, laddr, pages, inf)) { in rrpc_inflight_laddr_acquire() 86 struct rrpc_inflight_rq *inf = rrpc_get_inflight_rq(rqd); in rrpc_inflight_laddr_release() local 88 rrpc_unlock_laddr(rrpc, inf); in rrpc_inflight_laddr_release()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | dc.c | 204 fixed20_12 inf = dfixed_init(in); in compute_dda_inc() local 226 inf.full -= dfixed_const(1); in compute_dda_inc() 228 dda_inc = dfixed_div(inf, outf); in compute_dda_inc() 236 fixed20_12 inf = dfixed_init(in); in compute_initial_dda() local 237 return dfixed_frac(inf); in compute_initial_dda()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | Kconfig | 308 To make MS-Windows work with this, use Documentation/usb/linux.inf
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | Kconfig | 137 To make MS-Windows work with this, use Documentation/usb/linux.inf
|
/linux-4.4.14/ |
D | CREDITS | 1392 E: ehaase@inf.fu-berlin.de 1393 W: http://www.inf.fu-berlin.de/~ehaase
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1426 # or double precision denorm, inf, or nan, the operand needs to be
|
D | fpsp.S | 1427 # or double precision denorm, inf, or nan, the operand needs to be 10126 # - Set FPSR exception status dz bit, ccode inf bit, and #
|