Home
last modified time | relevance | path

Searched refs:inf (Results 1 – 25 of 48) sorted by relevance

12

/linux/drivers/video/fbdev/
H A Dpxafb.c465 struct pxafb_mach_info *inf = fbi->inf; in pxafb_check_var() local
468 if (inf->fixed_modes) { in pxafb_check_var()
471 mode = pxafb_getmode(inf, var); in pxafb_check_var()
1221 struct pxafb_mach_info *inf = fbi->inf; in setup_smart_timing() local
1222 struct pxafb_mode_info *mode = &inf->modes[0]; in setup_smart_timing()
1249 struct pxafb_mach_info *inf = fbi->inf; in pxafb_smart_thread() local
1251 if (!inf->smart_update) { in pxafb_smart_thread()
1268 inf->smart_update(&fbi->fb); in pxafb_smart_thread()
1714 struct pxafb_mach_info *inf) in pxafb_decode_mach_info() argument
1716 unsigned int lcd_conn = inf->lcd_conn; in pxafb_decode_mach_info()
[all …]
H A Dsa1100fb.c304 if (fbi->inf->cmap_inverse) { in sa1100fb_setcolreg()
377 if (var->xres > fbi->inf->xres) in sa1100fb_check_var()
378 var->xres = fbi->inf->xres; in sa1100fb_check_var()
379 if (var->yres > fbi->inf->yres) in sa1100fb_check_var()
380 var->yres = fbi->inf->yres; in sa1100fb_check_var()
427 if (fbi->inf->set_visual) in sa1100fb_set_visual()
428 fbi->inf->set_visual(visual); in sa1100fb_set_visual()
446 else if (!fbi->inf->cmap_static) in sa1100fb_set_par()
487 if (!kspc && (fbi->fb.var.bits_per_pixel == 16 || fbi->inf->cmap_static))
652 new_regs.lccr0 = fbi->inf->lccr0 | in sa1100fb_activate_var()
[all …]
/linux/arch/m68k/fpsp040/
H A Ddo_func.S54 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 …]
H A Dtbldo.S60 .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 …]
H A Dget_op.S495 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
H A Dkernel_ex.S50 | 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
H A Dx_store.S134 cmpw #0x4000,%d0 |check if inf
135 beqs inf |if so, special case
144 inf: label
145 movel #0x7ff00000,%d0 |load dbl inf exponent
/linux/scripts/
H A Dmake_fit.py160 def compress_data(inf, compress): argument
164 inf (IOBase): Filename containing the data to compress
171 return inf.read()
182 subprocess.call([tool, '-c'], stdin=inf, stdout=outf)
210 with open(fname, 'rb') as inf:
211 compressed = compress_data(inf, compress)
228 with open(fname, 'rb') as inf:
229 data = inf.read()
238 with open(cmd_fname, 'r', encoding='ascii') as inf:
239 cmd = inf
[all...]
/linux/sound/soc/codecs/
H A D88pm860x-codec.c923 unsigned char inf = 0, mask = 0; in pm860x_pcm_hw_params() local
928 inf &= ~PCM_INF2_18WL; in pm860x_pcm_hw_params()
931 inf |= PCM_INF2_18WL; in pm860x_pcm_hw_params()
937 snd_soc_component_update_bits(component, PM860X_PCM_IFACE_2, mask, inf); in pm860x_pcm_hw_params()
942 inf = 0; in pm860x_pcm_hw_params()
945 inf = 3; in pm860x_pcm_hw_params()
948 inf = 6; in pm860x_pcm_hw_params()
951 inf = 8; in pm860x_pcm_hw_params()
956 snd_soc_component_update_bits(component, PM860X_PCM_RATE, 0x0f, inf); in pm860x_pcm_hw_params()
966 unsigned char inf in pm860x_pcm_set_dai_fmt() local
1020 unsigned char inf; pm860x_i2s_hw_params() local
1071 unsigned char inf = 0, mask = 0; pm860x_i2s_set_dai_fmt() local
[all...]
/linux/arch/arm64/mm/
H A Dfault.c479 const struct fault_info *inf = esr_to_fault_info(esr); in do_bad_area() local
482 arm64_force_sig_fault(inf->sig, inf->code, far, inf->name); in do_bad_area()
559 const struct fault_info *inf; in do_page_fault() local
743 inf = esr_to_fault_info(esr); in do_page_fault()
750 arm64_force_sig_fault(SIGBUS, BUS_ADRERR, far, inf->name); in do_page_fault()
758 arm64_force_sig_mceerr(BUS_MCEERR_AR, far, lsb, inf->name); in do_page_fault()
774 arm64_force_sig_fault_pkey(far, inf->name, pkey); in do_page_fault()
776 arm64_force_sig_fault(SIGSEGV, si_code, far, inf->name); in do_page_fault()
816 const struct fault_info *inf; in do_sea() local
819 inf = esr_to_fault_info(esr); in do_sea()
[all …]
/linux/Documentation/usb/
H A Dtext_files.rst1 Linux CDC ACM inf
4 .. include:: linux-cdc-acm.inf
7 Linux inf
10 .. include:: linux.inf
H A Dlinux.inf36 ; References the in-build Netrndis.inf
41 include = netrndis.inf
47 include = netrndis.inf
H A Dlinux-cdc-acm.inf29 include=mdmcpq.inf
56 include=mdmcpq.inf
/linux/scripts/gdb/linux/
H A Ddmesg.py33 inf = gdb.inferiors()[0]
38 prb = utils.read_memoryview(inf, prb_addr, sz).tobytes()
44 desc_ring = utils.read_memoryview(inf, addr, sz).tobytes()
62 text_data_ring = utils.read_memoryview(inf, addr, sz).tobytes()
99 desc = utils.read_memoryview(inf, desc_addr + desc_off, desc_sz).tobytes()
112 info = utils.read_memoryview(inf, info_addr + info_off, info_sz).tobytes()
131 text_data = utils.read_memoryview(inf, text_data_addr + text_start,
H A Dconfig.py33 inf = gdb.inferiors()[0]
34 zconfig_buf = utils.read_memoryview(inf, py_config_ptr,
H A Dproc.py262 inf = gdb.inferiors()[0]
263 fdt_buf = utils.read_memoryview(inf, py_fdt_header_ptr,
H A Dtimerlist.py154 inf = gdb.inferiors()[0]
157 buf = utils.read_memoryview(inf, bits, num_bytes).tobytes()
/linux/arch/arm/common/
H A Dscoop.c181 struct scoop_config *inf; in scoop_probe() local
194 inf = pdev->dev.platform_data; in scoop_probe()
209 iowrite16(inf->io_dir & 0xffff, devptr->base + SCOOP_GPCR); in scoop_probe()
210 iowrite16(inf->io_out & 0xffff, devptr->base + SCOOP_GPWR); in scoop_probe()
212 devptr->suspend_clr = inf->suspend_clr; in scoop_probe()
213 devptr->suspend_set = inf->suspend_set; in scoop_probe()
217 if (inf->gpio_base != 0) { in scoop_probe()
219 devptr->gpio.base = inf->gpio_base; in scoop_probe()
/linux/arch/arm/mm/
H A Dfault.c643 const struct fsr_info *inf = fsr_info + fsr_fs(fsr); in do_DataAbort() local
645 if (!inf->fn(addr, fsr & ~FSR_LNX_PF, regs)) in do_DataAbort()
650 inf->name, fsr, addr); in do_DataAbort()
653 arm_notify_die("", regs, inf->sig, inf->code, (void __user *)addr, in do_DataAbort()
673 const struct fsr_info *inf = ifsr_info + fsr_fs(ifsr); in do_PrefetchAbort() local
675 if (!inf->fn(addr, ifsr | FSR_LNX_PF, regs)) in do_PrefetchAbort()
680 inf->name, ifsr, addr); in do_PrefetchAbort()
682 arm_notify_die("", regs, inf->sig, inf->code, (void __user *)addr, in do_PrefetchAbort()
/linux/drivers/memory/
H A Ddfl-emif.c107 static struct emif_attr emif_attr_##inf##_index##_##_name = \
108 { .attr = __ATTR(inf##_index##_##_name, 0444, \
113 static struct emif_attr emif_attr_##inf##_index##_clear = \
114 { .attr = __ATTR(inf##_index##_clear, 0200, \
/linux/drivers/iio/amplifiers/
H A Dad8366.c166 const struct ad8366_info *inf = st->info; in ad8366_write_raw() local
176 if (gain > inf->gain_max || gain < inf->gain_min) in ad8366_write_raw()
H A Dhmc425a.c70 const struct hmc425a_chip_info *inf = st->chip_info; in gain_dB_to_code() local
78 if (gain > inf->gain_max || gain < inf->gain_min) in gain_dB_to_code()
/linux/drivers/s390/cio/
H A Ddevice_pgid.c142 pgid->inf.fc = fn; in spid_build_cp()
315 if (pgid->inf.ps.state2 == SNID_STATE2_RESVD_ELSE) in pgid_analyze()
348 if (pgid->inf.ps.state1 != SNID_STATE1_GROUPED) in pgid_to_donepm()
351 if (pgid->inf.ps.state1 != SNID_STATE1_UNGROUPED) in pgid_to_donepm()
355 if (pgid->inf.ps.state3 != SNID_STATE3_MULTI_PATH) in pgid_to_donepm()
358 if (pgid->inf.ps.state3 != SNID_STATE3_SINGLE_PATH) in pgid_to_donepm()
/linux/sound/core/seq/oss/
H A Dseq_oss_midi.h32 int snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf);
/linux/arch/arm/mach-sa1100/
H A Dgeneric.h38 void sa11x0_register_lcd(struct sa1100fb_mach_info *inf);

12