| /linux/drivers/iio/amplifiers/ |
| H A D | ad8366.c | 194 const struct ad8366_info *inf = st->info; in ad8366_write_code() local 197 if (inf->pack_code) in ad8366_write_code() 198 len = inf->pack_code(st->ch, inf->num_channels, st->data); in ad8366_write_code() 212 const struct ad8366_info *inf = st->info; in ad8366_read_raw() local 220 gain = inf->gain_step > 0 ? inf->gain_min : inf->gain_max; in ad8366_read_raw() 221 gain += inf->gain_step * code; in ad8366_read_raw() 243 const struct ad8366_info *inf = st->info; in ad8366_write_raw() local 253 if (gain > inf->gain_max || gain < inf->gain_min) in ad8366_write_raw() 256 gain -= inf->gain_step > 0 ? inf->gain_min : inf->gain_max; in ad8366_write_raw() 257 code = DIV_ROUND_CLOSEST(gain, inf->gain_step); in ad8366_write_raw()
|
| H A D | hmc425a.c | 69 const struct hmc425a_chip_info *inf = st->chip_info; in gain_dB_to_code() local 77 if (gain > inf->gain_max || gain < inf->gain_min) in gain_dB_to_code()
|
| /linux/scripts/ |
| H A D | make_fit.py | 190 def compress_data(inf, compress): argument 201 return inf.read() 217 subprocess.call(cmd, stdin=inf, stdout=outf) 239 with open(fname, 'rb') as inf: 240 compressed = compress_data(inf, compress) 262 with open(fname, 'rb') as inf: 263 data = compress_data(inf, compress) 280 with open(fname, 'rb') as inf: 281 data = inf.read() 290 with open(cmd_fname, 'r', encoding='ascii') as inf: [all …]
|
| /linux/arch/m68k/fpsp040/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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
|
| H A 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
|
| H A 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
|
| /linux/sound/soc/codecs/ |
| H A D | 88pm860x-codec.c | 923 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/Documentation/usb/ |
| H A D | text_files.rst | 1 Linux CDC ACM inf 4 .. include:: linux-cdc-acm.inf 7 Linux inf 10 .. include:: linux.inf
|
| H A D | linux.inf | 36 ; References the in-build Netrndis.inf 41 include = netrndis.inf 47 include = netrndis.inf
|
| H A D | linux-cdc-acm.inf | 29 include=mdmcpq.inf 56 include=mdmcpq.inf
|
| /linux/arch/arm64/mm/ |
| H A D | fault.c | 524 const struct fault_info *inf = esr_to_fault_info(esr); in do_bad_area() local 527 arm64_force_sig_fault(inf->sig, inf->code, far, inf->name); in do_bad_area() 604 const struct fault_info *inf; in do_page_fault() local 795 inf = esr_to_fault_info(esr); in do_page_fault() 802 arm64_force_sig_fault(SIGBUS, BUS_ADRERR, far, inf->name); in do_page_fault() 810 arm64_force_sig_mceerr(BUS_MCEERR_AR, far, lsb, inf->name); in do_page_fault() 826 arm64_force_sig_fault_pkey(far, inf->name, pkey); in do_page_fault() 828 arm64_force_sig_fault(SIGSEGV, si_code, far, inf->name); in do_page_fault() 868 const struct fault_info *inf; in do_sea() local 871 inf = esr_to_fault_info(esr); in do_sea() [all …]
|
| /linux/scripts/gdb/linux/ |
| H A D | dmesg.py | 33 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 D | config.py | 33 inf = gdb.inferiors()[0] 34 zconfig_buf = utils.read_memoryview(inf, py_config_ptr,
|
| H A D | proc.py | 262 inf = gdb.inferiors()[0] 263 fdt_buf = utils.read_memoryview(inf, py_fdt_header_ptr,
|
| /linux/arch/arm/common/ |
| H A D | scoop.c | 181 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/sound/core/seq/oss/ |
| H A D | seq_oss_synth.c | 534 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 545 inf->synth_type = SYNTH_TYPE_MIDI; in snd_seq_oss_synth_make_info() 546 inf->synth_subtype = 0; in snd_seq_oss_synth_make_info() 547 inf->nr_voices = 16; in snd_seq_oss_synth_make_info() 548 inf->device = dev; in snd_seq_oss_synth_make_info() 549 strscpy(inf->name, minf.name, sizeof(inf->name)); in snd_seq_oss_synth_make_info() 556 inf->synth_type = rec->synth_type; in snd_seq_oss_synth_make_info() 557 inf->synth_subtype = rec->synth_subtype; in snd_seq_oss_synth_make_info() 558 inf->nr_voices = rec->nr_voices; in snd_seq_oss_synth_make_info() 559 inf->device = dev; in snd_seq_oss_synth_make_info() [all …]
|
| H A D | seq_oss_midi.c | 618 snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf) in snd_seq_oss_midi_make_info() 625 inf->device = dev; in snd_seq_oss_midi_make_info() 626 inf->dev_type = 0; /* FIXME: ?? */ in snd_seq_oss_midi_make_info() 627 inf->capabilities = 0; /* FIXME: ?? */ 628 strscpy(inf->name, mdev->name, sizeof(inf->name)); 614 snd_seq_oss_midi_make_info(struct seq_oss_devinfo * dp,int dev,struct midi_info * inf) snd_seq_oss_midi_make_info() argument
|
| H A D | seq_oss_midi.h | 32 int snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf);
|
| H A D | seq_oss_synth.h | 37 int snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf);
|
| /linux/drivers/perf/ |
| H A D | xgene_pmu.c | 91 struct hw_pmu_info *inf; member 140 struct hw_pmu_info inf; member 723 return readl(pmu_dev->inf->csr + PMU_PMEVCNTR0 + (4 * idx)); in xgene_pmu_read_counter32() 748 writel(val, pmu_dev->inf->csr + PMU_PMEVCNTR0 + (4 * idx)); in xgene_pmu_write_counter32() 767 writel(val, pmu_dev->inf->csr + PMU_PMEVTYPER0 + (4 * idx)); in xgene_pmu_write_evttype() 773 writel(val, pmu_dev->inf->csr + PMU_PMAMR0); in xgene_pmu_write_agentmsk() 782 writel(val, pmu_dev->inf->csr + PMU_PMAMR1); in xgene_pmu_write_agent1msk() 793 val = readl(pmu_dev->inf->csr + PMU_PMCNTENSET); in xgene_pmu_enable_counter() 795 writel(val, pmu_dev->inf->csr + PMU_PMCNTENSET); in xgene_pmu_enable_counter() 803 val = readl(pmu_dev->inf->csr + PMU_PMCNTENCLR); in xgene_pmu_disable_counter() [all …]
|
| /linux/arch/arm/mm/ |
| H A D | fault.c | 631 const struct fsr_info *inf = fsr_info + fsr_fs(fsr); in do_DataAbort() local 633 if (!inf->fn(addr, fsr & ~FSR_LNX_PF, regs)) in do_DataAbort() 638 inf->name, fsr, addr); in do_DataAbort() 641 arm_notify_die("", regs, inf->sig, inf->code, (void __user *)addr, in do_DataAbort() 661 const struct fsr_info *inf = ifsr_info + fsr_fs(ifsr); in do_PrefetchAbort() local 663 if (!inf->fn(addr, ifsr | FSR_LNX_PF, regs)) in do_PrefetchAbort() 668 inf->name, ifsr, addr); in do_PrefetchAbort() 670 arm_notify_die("", regs, inf->sig, inf->code, (void __user *)addr, in do_PrefetchAbort()
|
| /linux/drivers/memory/ |
| H A D | dfl-emif.c | 107 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/s390/cio/ |
| H A D | device_pgid.c | 142 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()
|