Searched refs:ideal (Results 1 - 78 of 78) sorted by relevance

/linux-4.4.14/drivers/iio/adc/
H A Dtwl6030-gpadc.c76 * @gain: slope coefficient for ideal curve
92 * @code1: ideal code for the input at the beginning
93 * @code2: ideal code for at the end of the range
120 const struct twl6030_ideal_code *ideal; member in struct:twl6030_gpadc_platform_data
426 static int twl6030_gpadc_lookup(const struct twl6030_ideal_code *ideal, twl6030_gpadc_lookup() argument
432 if (ideal[i].channel == channel) twl6030_gpadc_lookup()
441 const struct twl6030_ideal_code *ideal = pdata->ideal; twl6030_channel_calibrated() local
444 i = twl6030_gpadc_lookup(ideal, channel, pdata->nchannels); twl6030_channel_calibrated()
446 return pdata->ideal[i].code2; twl6030_channel_calibrated()
452 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; twl6030_gpadc_make_correction() local
456 i = twl6030_gpadc_lookup(ideal, channel, gpadc->pdata->nchannels); twl6030_gpadc_make_correction()
492 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; twl6030_gpadc_get_processed() local
502 i = twl6030_gpadc_lookup(ideal, channel, gpadc->pdata->nchannels); twl6030_gpadc_get_processed()
566 * ideal corresponding output codes are known: code1, code2.
567 * The difference(d1, d2) between ideal and measured codes stored in trim
578 const struct twl6030_ideal_code *ideal = gpadc->pdata->ideal; twl6030_calibrate_channel() local
580 i = twl6030_gpadc_lookup(ideal, channel, gpadc->pdata->nchannels); twl6030_calibrate_channel()
583 gain = ((ideal[i].volt2 - ideal[i].volt1) * 1000) / twl6030_calibrate_channel()
584 (ideal[i].code2 - ideal[i].code1); twl6030_calibrate_channel()
586 x1 = ideal[i].code1; twl6030_calibrate_channel()
587 x2 = ideal[i].code2; twl6030_calibrate_channel()
634 * offsets for the given input from the output on ideal curve. twl6030_calibration()
852 .ideal = twl6030_ideal,
861 .ideal = twl6032_ideal,
/linux-4.4.14/arch/x86/kernel/
H A Djump_label.c75 * are converting the default nop to the ideal nop. __jump_label_transform()
127 * inserted at compile time, is the ideal nop. If it is, then arch_jump_label_transform_static()
129 * If it is not, then we need to update the nop to the ideal nop. arch_jump_label_transform_static()
/linux-4.4.14/arch/arm/mach-omap2/
H A Dprminst44xx.h20 * In an ideal world, we would not export these low-level functions,
H A Domap_hwmod.h426 * WKEN, GRPSEL registers. In an ideal world, no extra information
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-lib.c399 * (2) We need to convert from an ideal sample delay, in ns, to a gpmi_nfc_compute_hardware_timing()
488 * Fold the read setup time required by the NFC into the ideal gpmi_nfc_compute_hardware_timing()
495 * The ideal sample delay may be greater than the maximum gpmi_nfc_compute_hardware_timing()
517 * to the ideal sample delay. If the result is too large for the gpmi_nfc_compute_hardware_timing()
586 * When control arrives here, the eye is open. The ideal time to sample gpmi_nfc_compute_hardware_timing()
624 * (1) The *ideal* sample delay time must not be negative. If it is, we gpmi_nfc_compute_hardware_timing()
627 * (2) The *ideal* sample delay time must not be greater than that gpmi_nfc_compute_hardware_timing()
638 /* Jam a negative ideal sample delay to zero. */ gpmi_nfc_compute_hardware_timing()
643 * Extend the data setup as needed to reduce the ideal sample delay gpmi_nfc_compute_hardware_timing()
657 * Decrease the ideal sample delay by one half cycle, to keep it gpmi_nfc_compute_hardware_timing()
662 /* Jam a negative ideal sample delay to zero. */ gpmi_nfc_compute_hardware_timing()
668 * Compute the sample delay factor that corresponds to the ideal sample gpmi_nfc_compute_hardware_timing()
736 * Decrease the ideal sample delay by one half cycle, to keep it gpmi_nfc_compute_hardware_timing()
744 /* Jam a negative ideal sample delay to zero. */ gpmi_nfc_compute_hardware_timing()
749 * We have a new ideal sample delay, so re-compute the quantized gpmi_nfc_compute_hardware_timing()
/linux-4.4.14/arch/arm/mach-ep93xx/
H A Dtimer-ep93xx.c20 * The 508 kHz timers are ideal for use for the timer interrupt, as the
/linux-4.4.14/sound/soc/fsl/
H A Dfsl_asrc.c247 bool ideal; fsl_asrc_config_pair() local
268 ideal = config->inclk == INCLK_NONE; fsl_asrc_config_pair()
293 /* We only have output clock for ideal ratio mode */ fsl_asrc_config_pair()
294 clk = asrc_priv->asrck_clk[clk_index[ideal ? OUT : IN]]; fsl_asrc_config_pair()
299 inrate, clk_index[ideal ? OUT : IN]); fsl_asrc_config_pair()
306 if (ideal) fsl_asrc_config_pair()
365 if (!ideal) fsl_asrc_config_pair()
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-bitbang.c40 * pins on the same port. The ideal solution would probably be to
/linux-4.4.14/drivers/mfd/
H A Dab8500-gpadc.c718 * vmain_high: Vin = 19500mV / ADC ideal code = 997 ab8500_gpadc_read_calibration_data()
719 * vmain_low: Vin = 315mV / ADC ideal code = 16 ab8500_gpadc_read_calibration_data()
720 * btemp_high: Vin = 1300mV / ADC ideal code = 985 ab8500_gpadc_read_calibration_data()
721 * btemp_low: Vin = 21mV / ADC ideal code = 16 ab8500_gpadc_read_calibration_data()
722 * vbat_high: Vin = 4700mV / ADC ideal code = 982 ab8500_gpadc_read_calibration_data()
723 * vbat_low: Vin = 2380mV / ADC ideal code = 33 ab8500_gpadc_read_calibration_data()
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbcvt.c90 /* returns ideal duty cycle * 1000 */ fb_cvt_ideal_duty_cycle()
H A Dsvgalib.c386 pr_debug("fb%d: ideal frequency: %d kHz\n", node, (unsigned int) f_wanted); svga_compute_pll()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Domap_fbdev.c161 /* note: this keeps the bo pinned.. which is perhaps not ideal, omap_fbdev_create()
/linux-4.4.14/drivers/crypto/nx/
H A Dnx-sha256.c136 * In ideal case, we could allow NX_PAGE_SIZE * max_sg_len, nx_sha256_update()
H A Dnx-sha512.c135 * In ideal case, we could allow NX_PAGE_SIZE * max_sg_len, nx_sha512_update()
/linux-4.4.14/arch/cris/arch-v10/lib/
H A Dmemset.c38 world is not ideal), and one cycle per instruction, then 43+3*(n/48-1)
/linux-4.4.14/arch/cris/arch-v32/lib/
H A Dmemset.c38 world is not ideal), and one cycle per instruction, then 43+3*(n/48-1)
/linux-4.4.14/kernel/sched/
H A Dcpupri.c61 * fact changed priorities any number of times. While not ideal, it is not
/linux-4.4.14/include/linux/
H A Dclocksource.h48 * The ideal clocksource. A must-use where
/linux-4.4.14/net/mac80211/
H A Drc80211_minstrel_debugfs.c127 p += sprintf(p, "\nTotal packet count:: ideal %d " minstrel_stats_open()
H A Drc80211_minstrel_ht_debugfs.c143 p += sprintf(p, "\nTotal packet count:: ideal %d " minstrel_ht_stats_open()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Dqueue.h43 * only be traversed in the forward direction. Singly-linked lists are ideal
55 * Singly-linked tail queues are ideal for applications with large datasets
/linux-4.4.14/drivers/net/wireless/prism54/
H A Disl_oid.h164 DOT11_MAXFRAMEBURST_IDEAL = 1300, /* Theoretical ideal level */
/linux-4.4.14/fs/reiserfs/
H A Dtail_conversion.c288 * used, it would be ideal to write zeros to corresponding indirect2direct()
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-av-audio.c52 * firmware are using the same value (close to the ideal value). set_audclk_freq()
H A Dcx18-firmware.c250 * firmware are using the same value (close to the ideal value). cx18_init_power()
/linux-4.4.14/drivers/media/i2c/cx25840/
H A Dcx25840-audio.c34 * use the same value (close to the ideal value).
/linux-4.4.14/drivers/clk/ti/
H A Ddivider.c177 * It's the most ideal case if the requested rate can be ti_clk_divider_bestdiv()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c500 * In an ideal world, read would not assume the channel context is still alive.
/linux-4.4.14/drivers/clk/
H A Dclk-divider.c312 * It's the most ideal case if the requested rate can be clk_divider_bestdiv()
/linux-4.4.14/fs/autofs4/
H A Dwaitq.c302 * Not ideal but the status has already gone. Of the two validate_request()
/linux-4.4.14/drivers/mtd/
H A Dmtdcore.c1204 * @size: a pointer to the ideal or maximum size of the allocation, points
1221 * requested ideal, are allowed.
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-rk3x.c584 * Handle when the ideal low div is going to take up rk3x_i2c_calc_divs()
590 /* Give low the "ideal" and give high whatever extra is left */ rk3x_i2c_calc_divs()
H A Di2c-designware-core.c211 * This is based on the DW manuals, and represents an ideal i2c_dw_scl_hcnt()
/linux-4.4.14/drivers/misc/sgi-xp/
H A Dxpnet.c121 /* 32KB has been determined to be the ideal */
/linux-4.4.14/drivers/mtd/maps/
H A Dpcmciamtd.c490 * up to the maximum that PCMCIA can support (64MiB) - this is ideal and pcmciamtd_config()
/linux-4.4.14/drivers/media/radio/si470x/
H A Dradio-si470x-common.c624 /* the ideal factor is 0xffff/75 = 873,8 */ si470x_vidioc_g_tuner()
/linux-4.4.14/drivers/media/usb/gspca/
H A Dtouptek.c82 * This isn't really ideal but easy way to fit the Linux model
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dar9003_paprd.c996 * done to make sure the value is in ideal range ar9003_paprd_is_done()
/linux-4.4.14/arch/x86/include/asm/fpu/
H A Dinternal.h199 * Using "fxsaveq %0" would be the ideal choice, but is only copy_fxregs_to_kernel()
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c731 * Note that this is not ideal __acquires()
/linux-4.4.14/drivers/usb/core/
H A Durb.c640 * this an ideal way to stop I/O in a disconnect() callback or close()
681 * this an ideal way to stop I/O in a disconnect() callback.
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_modes.c272 /* 12. Find ideal blanking duty cycle from formula */ drm_cvt_mode()
481 /* 18.Find the ideal blanking duty cycle from blanking duty cycle */ drm_gtf_mode_complex()
/linux-4.4.14/drivers/media/rc/
H A Dredrat3.c394 /* this duration is made up, and may not be ideal... */ redrat3_process_ir_data()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gpu_error.c771 /* IPEHR would be an ideal way to detect errors, as it's the gross i915_error_generate_code()
/linux-4.4.14/arch/x86/kernel/kprobes/
H A Dcore.c260 * Fortunately, we know that the original code is the ideal 5-byte __recover_probed_insn()
/linux-4.4.14/fs/ext4/
H A Dballoc.c844 * Return the ideal location to start allocating blocks for a
H A Dextents.c193 * non-ideal if we are writing a sparse file such as ext4_ext_find_goal()
/linux-4.4.14/net/ipv4/
H A Dtcp_metrics.c531 /* The initial RTT measurement from the SYN/SYN-ACK is not ideal tcp_init_metrics()
H A Dtcp_input.c999 * equal to the ideal case (infinite seqno space without wrap caused issues).
/linux-4.4.14/firmware/keyspan_pda/
H A Dkeyspan_pda.S101 * under Windows would be ideal.. can anyone figure out what it is?). Parity.
H A Dxircom_pgs.S101 * under Windows would be ideal.. can anyone figure out what it is?). Parity.
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c2438 * timestamps are not ideal because they need time synchronization. */ osc_statfs_async()
2490 * timestamps are not ideal because they need time synchronization. */ osc_statfs()
/linux-4.4.14/drivers/video/fbdev/
H A Datmel_lcdfb.c802 * ideal world, this would have been the case, but as it turns
/linux-4.4.14/drivers/dma/
H A Dfsldma.c677 * In the ideal case, we keep the DMA controller busy while we go fsldma_cleanup_descriptors()
H A Dxgene-dma.c819 * In the ideal case, we keep the DMA controller busy while we go xgene_dma_cleanup_descriptors()
/linux-4.4.14/drivers/char/ipmi/
H A Dipmi_ssif.c1522 * to be 1-31 bytes in length. Not ideal, but ssif_probe()
/linux-4.4.14/net/sched/
H A Dsch_cbq.c70 very close to an ideal solution. */
H A Dsch_qfq.c885 * delayed to when the service of the class has finished in the ideal
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c1472 /* Maybe this is a good ideal */ ep_req_rx()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40evf_main.c409 /* The ideal configuration... i40evf_map_rings_to_vectors()
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c1218 * Note that this isn't really ideal for priority channels, since
/linux-4.4.14/arch/x86/kvm/
H A Dlapic.c1964 * While this might not be ideal from performance point of view, apic_sync_pv_eoi_from_guest()
/linux-4.4.14/drivers/char/
H A Drandom.c634 * ideal case of pure Shannon entropy, new contributions credit_entropy_bits()
/linux-4.4.14/drivers/usb/dwc3/
H A Dgadget.c161 * In the ideal world, we would always be able to satisfy the
/linux-4.4.14/drivers/scsi/
H A Dsg.c1698 * completes, freeing up a request. Neither option is ideal, but sg_start_req()
H A Dwd33c93.c1083 * transfers - not ideal but so much easier. wd33c93_intr()
H A Din2000.c1255 * transfers - not ideal but so much easier. in2000_intr()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dcommon.h1653 * The ideal usage of this infrastructure is to treat a new ucode API
/linux-4.4.14/drivers/net/ethernet/via/
H A Dvia-velocity.c1522 * less fun than would be ideal.
/linux-4.4.14/drivers/atm/
H A Diphase.c526 // Continuously check around this ideal value until a null ia_cbr_setup()
/linux-4.4.14/arch/cris/arch-v32/drivers/
H A Dcryptocop.c1626 pj->oper->operation_status = -EAGAIN; /* EAGAIN is not ideal for job/session terminated but it's the best choice I know of. */ cryptocop_free_session()
/linux-4.4.14/sound/pci/
H A Des1968.c816 /* compute ideal interrupt frequency for buffer size & play rate */ snd_es1968_bob_start()
/linux-4.4.14/sound/soc/codecs/
H A Dwm8996.c1558 /* Pick a divisor for BCLK as close as we can get to ideal */ wm8996_update_bclk()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1339 /* The ideal configuration... ixgbevf_map_rings_to_vectors()
/linux-4.4.14/mm/
H A Dvmscan.c1643 * only option is to throttle from reclaim context which is not ideal shrink_inactive_list()
/linux-4.4.14/security/selinux/
H A Dhooks.c4909 * layer). it is far from ideal, but until we get a selinux_ip_output()
/linux-4.4.14/include/uapi/linux/
H A Dnl80211.h476 * ignore this recommendation if the indicated BSS is not ideal. Only one
/linux-4.4.14/fs/btrfs/
H A Dextent-tree.c7103 * However if we are re-searching with an ideal block group find_free_extent()

Completed in 2952 milliseconds