Home
last modified time | relevance | path

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

123

/linux/drivers/usb/host/
A Dohci-pxa27x.c223 if (inf->flags & ENABLE_PORT1) in pxa27x_setup_hc()
226 if (inf->flags & ENABLE_PORT2) in pxa27x_setup_hc()
248 if (inf->power_on_delay) { in pxa27x_setup_hc()
272 inf = dev_get_platdata(dev); in pxa27x_start_hc()
288 if (inf->init) in pxa27x_start_hc()
289 retval = inf->init(dev); in pxa27x_start_hc()
310 inf = dev_get_platdata(dev); in pxa27x_stop_hc()
312 if (inf->exit) in pxa27x_stop_hc()
313 inf->exit(dev); in pxa27x_stop_hc()
420 if (!inf) in ohci_hcd_pxa27x_probe()
[all …]
/linux/drivers/video/fbdev/
A Dpxafb.c464 struct pxafb_mach_info *inf = fbi->inf; in pxafb_check_var() local
1233 struct pxafb_mach_info *inf = fbi->inf; in setup_smart_timing() local
1261 struct pxafb_mach_info *inf = fbi->inf; in pxafb_smart_thread() local
1803 fbi->inf = inf; in pxafb_init_fbinfo()
1891 inf->modes[0].xres = xres; inf->modes[0].yres = yres; in parse_opt_mode()
1986 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Mono; in parse_opt()
1988 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act; in parse_opt()
1990 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas; in parse_opt()
1992 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl; in parse_opt()
1994 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Dual; in parse_opt()
[all …]
A Dsa1100fb.c304 if (fbi->inf->cmap_inverse) { in sa1100fb_setcolreg()
378 var->xres = fbi->inf->xres; in sa1100fb_check_var()
380 var->yres = fbi->inf->yres; in sa1100fb_check_var()
427 if (fbi->inf->set_visual) in sa1100fb_set_visual()
733 if (fbi->inf->lcd_power) in __sa1100fb_lcd_power()
734 fbi->inf->lcd_power(on); in __sa1100fb_lcd_power()
1106 inf->pixclock == 0) in sa1100fb_init_fbinfo()
1126 fbi->fb.fix.smem_len = inf->xres * inf->yres * in sa1100fb_init_fbinfo()
1127 inf->bpp / 8; in sa1100fb_init_fbinfo()
1128 fbi->inf = inf; in sa1100fb_init_fbinfo()
[all …]
/linux/scripts/
A Dmake_fit.py160 def compress_data(inf, compress): argument
171 return inf.read()
210 with open(fname, 'rb') as inf:
211 compressed = compress_data(inf, compress)
228 with open(fname, 'rb') as inf:
229 data = inf.read()
239 cmd = inf.read()
272 with open(args.kernel, 'rb') as inf:
273 comp_data = compress_data(inf, args.compress)
315 with open(args.output, 'rb') as inf:
[all …]
/linux/arch/m68k/fpsp040/
A Ddo_func.S265 .long smod_oper | 10,10 inf,inf = nan with operr
289 | ;10 = inf
423 .long scl_inf | 10,00 inf,norm = +-inf
424 .long scl_inf | 10,01 inf,zero = +-inf
425 .long scl_opr | 10,10 inf,inf = nan with operr
443 | ;010 = inf 10 = inf
465 bra ld_minf |else neg load -inf
517 |**Returns +inf
520 fmovex PINF,%fp0 |load +inf
524 |**Returns -inf
[all …]
A Dtbldo.S60 .long sinf |$01-2 fint inf
69 .long sinf |$02-2 fsinh inf
78 .long sinf |$03-2 fintrz inf
132 .long sone |$09-2 ftanh inf
141 .long spi_2 |$0a-2 fatan inf
159 .long t_operr |$0c-2 fasin inf
177 .long t_operr |$0e-2 fsin inf
186 .long t_operr |$0f-2 ftan inf
195 .long szr_inf |$10-2 fetox inf
231 .long sopr_inf |$14-2 flogn inf
[all …]
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
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
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/arch/arm64/mm/
A Dfault.c484 arm64_force_sig_fault(inf->sig, inf->code, far, inf->name); in do_bad_area()
524 const struct fault_info *inf; in do_page_fault() local
693 inf = esr_to_fault_info(esr); in do_page_fault()
766 const struct fault_info *inf; in do_sea() local
769 inf = esr_to_fault_info(esr); in do_sea()
789 arm64_notify_die(inf->name, regs, inf->sig, inf->code, siaddr, esr); in do_sea()
879 if (!inf->fn(far, esr, regs)) in do_mem_abort()
883 die_kernel_fault(inf->name, addr, esr, regs); in do_mem_abort()
890 arm64_notify_die(inf->name, regs, inf->sig, inf->code, addr, esr); in do_mem_abort()
962 if (inf->fn(addr_if_watchpoint, esr, regs)) { in do_debug_exception()
[all …]
/linux/sound/soc/codecs/
A D88pm860x-codec.c942 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()
1025 inf = 0; in pm860x_i2s_hw_params()
1038 inf = 0; in pm860x_i2s_hw_params()
1041 inf = 1; in pm860x_i2s_hw_params()
1044 inf = 3; in pm860x_i2s_hw_params()
1047 inf = 4; in pm860x_i2s_hw_params()
1050 inf = 6; in pm860x_i2s_hw_params()
[all …]
/linux/Documentation/usb/
A Dtext_files.rst1 Linux CDC ACM inf
4 .. include:: linux-cdc-acm.inf
7 Linux inf
10 .. include:: linux.inf
A Dlinux.inf36 ; References the in-build Netrndis.inf
41 include = netrndis.inf
47 include = netrndis.inf
/linux/scripts/gdb/linux/
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,
A Dconfig.py33 inf = gdb.inferiors()[0]
34 zconfig_buf = utils.read_memoryview(inf, py_config_ptr,
/linux/arch/arm/common/
A Dscoop.c178 struct scoop_config *inf; in scoop_probe() local
191 inf = pdev->dev.platform_data; in scoop_probe()
206 iowrite16(inf->io_dir & 0xffff, devptr->base + SCOOP_GPCR); in scoop_probe()
207 iowrite16(inf->io_out & 0xffff, devptr->base + SCOOP_GPWR); in scoop_probe()
209 devptr->suspend_clr = inf->suspend_clr; in scoop_probe()
210 devptr->suspend_set = inf->suspend_set; in scoop_probe()
214 if (inf->gpio_base != 0) { in scoop_probe()
216 devptr->gpio.base = inf->gpio_base; in scoop_probe()
/linux/tools/testing/selftests/resctrl/
A Dresctrlfs.c657 if (!inf) in check_resctrlfs_support()
660 res = fgrep(inf, "nodev\tresctrl\n"); in check_resctrlfs_support()
667 fclose(inf); in check_resctrlfs_support()
687 char *fgrep(FILE *inf, const char *str) in fgrep() argument
692 while (!feof(inf)) { in fgrep()
693 if (!fgets(line, 256, inf)) in fgrep()
744 FILE *inf; in resctrl_mon_feature_exists() local
750 inf = fopen(res_path, "r"); in resctrl_mon_feature_exists()
751 if (!inf) in resctrl_mon_feature_exists()
754 res = fgrep(inf, feature); in resctrl_mon_feature_exists()
[all …]
A Dresctrl_tests.c28 FILE *inf = fopen("/proc/cpuinfo", "r"); in detect_vendor() local
33 if (!inf) in detect_vendor()
36 res = fgrep(inf, "vendor_id"); in detect_vendor()
46 fclose(inf); in detect_vendor()
/linux/drivers/perf/
A Dxgene_pmu.c91 struct hw_pmu_info *inf; member
140 struct hw_pmu_info inf; member
1127 pmu->inf = &ctx->inf; in xgene_pmu_dev_add()
1450 struct hw_pmu_info *inf; in acpi_get_pmu_hw_inf() local
1501 inf = &ctx->inf; in acpi_get_pmu_hw_inf()
1502 inf->type = type; in acpi_get_pmu_hw_inf()
1503 inf->csr = dev_csr; in acpi_get_pmu_hw_inf()
1564 switch (ctx->inf.type) { in acpi_pmu_dev_add()
1648 inf = &ctx->inf; in fdt_get_pmu_hw_inf()
1649 inf->type = type; in fdt_get_pmu_hw_inf()
[all …]
/linux/sound/core/seq/oss/
A Dseq_oss_synth.c606 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
618 inf->synth_type = SYNTH_TYPE_MIDI; in snd_seq_oss_synth_make_info()
619 inf->synth_subtype = 0; in snd_seq_oss_synth_make_info()
620 inf->nr_voices = 16; in snd_seq_oss_synth_make_info()
621 inf->device = dev; in snd_seq_oss_synth_make_info()
622 strscpy(inf->name, minf.name, sizeof(inf->name)); in snd_seq_oss_synth_make_info()
627 inf->synth_type = rec->synth_type; in snd_seq_oss_synth_make_info()
628 inf->synth_subtype = rec->synth_subtype; in snd_seq_oss_synth_make_info()
629 inf->nr_voices = rec->nr_voices; in snd_seq_oss_synth_make_info()
630 inf->device = dev; in snd_seq_oss_synth_make_info()
[all …]
A Dseq_oss_midi.c657 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
664 inf->device = dev; in snd_seq_oss_midi_make_info()
665 inf->dev_type = 0; /* FIXME: ?? */ in snd_seq_oss_midi_make_info()
666 inf->capabilities = 0; /* FIXME: ?? */ in snd_seq_oss_midi_make_info()
667 strscpy(inf->name, mdev->name, sizeof(inf->name)); in snd_seq_oss_midi_make_info()
/linux/arch/arm/mm/
A Dfault.c594 const struct fsr_info *inf = fsr_info + fsr_fs(fsr); in do_DataAbort() local
596 if (!inf->fn(addr, fsr & ~FSR_LNX_PF, regs)) in do_DataAbort()
601 inf->name, fsr, addr); in do_DataAbort()
604 arm_notify_die("", regs, inf->sig, inf->code, (void __user *)addr, in do_DataAbort()
624 const struct fsr_info *inf = ifsr_info + fsr_fs(ifsr); in do_PrefetchAbort() local
626 if (!inf->fn(addr, ifsr | FSR_LNX_PF, regs)) in do_PrefetchAbort()
631 inf->name, ifsr, addr); in do_PrefetchAbort()
633 arm_notify_die("", regs, inf->sig, inf->code, (void __user *)addr, in do_PrefetchAbort()
/linux/drivers/memory/
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/
A Dad8366.c166 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()
/linux/tools/bpf/bpftool/
A Djit_disasm.c259 const bfd_arch_info_type *inf = bfd_scan_arch(arch); in init_context() local
261 if (inf) { in init_context()
262 bfdf->arch_info = inf; in init_context()

Completed in 58 milliseconds

123