/linux-4.4.14/drivers/iio/adc/ |
H A D | twl6030-gpadc.c | 76 * @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 D | jump_label.c | 75 * 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 D | prminst44xx.h | 20 * In an ideal world, we would not export these low-level functions,
|
H A D | omap_hwmod.h | 426 * WKEN, GRPSEL registers. In an ideal world, no extra information
|
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/ |
H A D | gpmi-lib.c | 399 * (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 D | timer-ep93xx.c | 20 * The 508 kHz timers are ideal for use for the timer interrupt, as the
|
/linux-4.4.14/sound/soc/fsl/ |
H A D | fsl_asrc.c | 247 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 D | mii-bitbang.c | 40 * pins on the same port. The ideal solution would probably be to
|
/linux-4.4.14/drivers/mfd/ |
H A D | ab8500-gpadc.c | 718 * 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 D | fbcvt.c | 90 /* returns ideal duty cycle * 1000 */ fb_cvt_ideal_duty_cycle()
|
H A D | svgalib.c | 386 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 D | omap_fbdev.c | 161 /* note: this keeps the bo pinned.. which is perhaps not ideal, omap_fbdev_create()
|
/linux-4.4.14/drivers/crypto/nx/ |
H A D | nx-sha256.c | 136 * In ideal case, we could allow NX_PAGE_SIZE * max_sg_len, nx_sha256_update()
|
H A D | nx-sha512.c | 135 * 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 D | memset.c | 38 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 D | memset.c | 38 world is not ideal), and one cycle per instruction, then 43+3*(n/48-1)
|
/linux-4.4.14/kernel/sched/ |
H A D | cpupri.c | 61 * fact changed priorities any number of times. While not ideal, it is not
|
/linux-4.4.14/include/linux/ |
H A D | clocksource.h | 48 * The ideal clocksource. A must-use where
|
/linux-4.4.14/net/mac80211/ |
H A D | rc80211_minstrel_debugfs.c | 127 p += sprintf(p, "\nTotal packet count:: ideal %d " minstrel_stats_open()
|
H A D | rc80211_minstrel_ht_debugfs.c | 143 p += sprintf(p, "\nTotal packet count:: ideal %d " minstrel_ht_stats_open()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | queue.h | 43 * 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 D | isl_oid.h | 164 DOT11_MAXFRAMEBURST_IDEAL = 1300, /* Theoretical ideal level */
|
/linux-4.4.14/fs/reiserfs/ |
H A D | tail_conversion.c | 288 * used, it would be ideal to write zeros to corresponding indirect2direct()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
H A D | cx18-av-audio.c | 52 * firmware are using the same value (close to the ideal value). set_audclk_freq()
|
H A D | cx18-firmware.c | 250 * firmware are using the same value (close to the ideal value). cx18_init_power()
|
/linux-4.4.14/drivers/media/i2c/cx25840/ |
H A D | cx25840-audio.c | 34 * use the same value (close to the ideal value).
|
/linux-4.4.14/drivers/clk/ti/ |
H A D | divider.c | 177 * 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 D | nouveau_fence.c | 500 * In an ideal world, read would not assume the channel context is still alive.
|
/linux-4.4.14/drivers/clk/ |
H A D | clk-divider.c | 312 * It's the most ideal case if the requested rate can be clk_divider_bestdiv()
|
/linux-4.4.14/fs/autofs4/ |
H A D | waitq.c | 302 * Not ideal but the status has already gone. Of the two validate_request()
|
/linux-4.4.14/drivers/mtd/ |
H A D | mtdcore.c | 1204 * @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 D | i2c-rk3x.c | 584 * 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 D | i2c-designware-core.c | 211 * 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 D | xpnet.c | 121 /* 32KB has been determined to be the ideal */
|
/linux-4.4.14/drivers/mtd/maps/ |
H A D | pcmciamtd.c | 490 * 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 D | radio-si470x-common.c | 624 /* the ideal factor is 0xffff/75 = 873,8 */ si470x_vidioc_g_tuner()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | touptek.c | 82 * This isn't really ideal but easy way to fit the Linux model
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_paprd.c | 996 * 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 D | internal.h | 199 * 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 D | generic.c | 731 * Note that this is not ideal __acquires()
|
/linux-4.4.14/drivers/usb/core/ |
H A D | urb.c | 640 * 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 D | drm_modes.c | 272 /* 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 D | redrat3.c | 394 /* this duration is made up, and may not be ideal... */ redrat3_process_ir_data()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 771 /* 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 D | core.c | 260 * Fortunately, we know that the original code is the ideal 5-byte __recover_probed_insn()
|
/linux-4.4.14/fs/ext4/ |
H A D | balloc.c | 844 * Return the ideal location to start allocating blocks for a
|
H A D | extents.c | 193 * non-ideal if we are writing a sparse file such as ext4_ext_find_goal()
|
/linux-4.4.14/net/ipv4/ |
H A D | tcp_metrics.c | 531 /* The initial RTT measurement from the SYN/SYN-ACK is not ideal tcp_init_metrics()
|
H A D | tcp_input.c | 999 * equal to the ideal case (infinite seqno space without wrap caused issues).
|
/linux-4.4.14/firmware/keyspan_pda/ |
H A D | keyspan_pda.S | 101 * under Windows would be ideal.. can anyone figure out what it is?). Parity.
|
H A D | xircom_pgs.S | 101 * under Windows would be ideal.. can anyone figure out what it is?). Parity.
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
H A D | osc_request.c | 2438 * 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 D | atmel_lcdfb.c | 802 * ideal world, this would have been the case, but as it turns
|
/linux-4.4.14/drivers/dma/ |
H A D | fsldma.c | 677 * In the ideal case, we keep the DMA controller busy while we go fsldma_cleanup_descriptors()
|
H A D | xgene-dma.c | 819 * 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 D | ipmi_ssif.c | 1522 * to be 1-31 bytes in length. Not ideal, but ssif_probe()
|
/linux-4.4.14/net/sched/ |
H A D | sch_cbq.c | 70 very close to an ideal solution. */
|
H A D | sch_qfq.c | 885 * delayed to when the service of the class has finished in the ideal
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | fsl_qe_udc.c | 1472 /* Maybe this is a good ideal */ ep_req_rx()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
H A D | i40evf_main.c | 409 /* The ideal configuration... i40evf_map_rings_to_vectors()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
H A D | sb1250-mac.c | 1218 * Note that this isn't really ideal for priority channels, since
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | lapic.c | 1964 * 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 D | random.c | 634 * ideal case of pure Shannon entropy, new contributions credit_entropy_bits()
|
/linux-4.4.14/drivers/usb/dwc3/ |
H A D | gadget.c | 161 * In the ideal world, we would always be able to satisfy the
|
/linux-4.4.14/drivers/scsi/ |
H A D | sg.c | 1698 * completes, freeing up a request. Neither option is ideal, but sg_start_req()
|
H A D | wd33c93.c | 1083 * transfers - not ideal but so much easier. wd33c93_intr()
|
H A D | in2000.c | 1255 * transfers - not ideal but so much easier. in2000_intr()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | common.h | 1653 * The ideal usage of this infrastructure is to treat a new ucode API
|
/linux-4.4.14/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 1522 * less fun than would be ideal.
|
/linux-4.4.14/drivers/atm/ |
H A D | iphase.c | 526 // Continuously check around this ideal value until a null ia_cbr_setup()
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
H A D | cryptocop.c | 1626 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 D | es1968.c | 816 /* compute ideal interrupt frequency for buffer size & play rate */ snd_es1968_bob_start()
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | wm8996.c | 1558 /* 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 D | ixgbevf_main.c | 1339 /* The ideal configuration... ixgbevf_map_rings_to_vectors()
|
/linux-4.4.14/mm/ |
H A D | vmscan.c | 1643 * only option is to throttle from reclaim context which is not ideal shrink_inactive_list()
|
/linux-4.4.14/security/selinux/ |
H A D | hooks.c | 4909 * layer). it is far from ideal, but until we get a selinux_ip_output()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | nl80211.h | 476 * ignore this recommendation if the indicated BSS is not ideal. Only one
|
/linux-4.4.14/fs/btrfs/ |
H A D | extent-tree.c | 7103 * However if we are re-searching with an ideal block group find_free_extent()
|