/linux-4.1.27/include/drm/ |
H A D | drm_edid.h | 361 * drm_eld_calc_baseline_block_size - Calculate baseline block size in bytes 364 * This is a helper for determining the payload size of the baseline block, in 379 * drm_eld_size() bytes of header and baseline block.
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
H A D | sisusb_con.c | 780 int from, to, baseline; sisusbcon_cursor() local 806 baseline = c->vc_font.height - (c->vc_font.height < 10 ? 1 : 2); sisusbcon_cursor() 813 to = baseline; sisusbcon_cursor() 816 to = baseline; sisusbcon_cursor() 819 to = baseline; sisusbcon_cursor() 825 case CUR_UNDERLINE: from = baseline - 1; sisusbcon_cursor() 826 to = baseline; sisusbcon_cursor()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | pl2303.c | 365 unsigned int baseline, mantissa, exponent; pl2303_encode_baud_rate_divisor() local 374 baseline = 12000000 * 32; pl2303_encode_baud_rate_divisor() 375 mantissa = baseline / baud; pl2303_encode_baud_rate_divisor() 396 baud = (baseline / mantissa) >> (exponent << 1); pl2303_encode_baud_rate_divisor()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
H A D | pnic2.c | 294 * should we try again or default to baseline pnic2_lnk_change() 297 * for now default to some baseline case pnic2_lnk_change()
|
/linux-4.1.27/tools/perf/util/ |
H A D | probe-finder.c | 1365 int baseline = 0, lineno = 0, ret = 0; debuginfo__find_probe_point() local 1379 /* Find a corresponding function (name, baseline and baseaddr) */ debuginfo__find_probe_point() 1385 dwarf_decl_line(&spdie, &baseline) != 0) { debuginfo__find_probe_point() 1393 lineno = baseline; debuginfo__find_probe_point() 1415 * of the inline function, baseline should debuginfo__find_probe_point() 1420 dwarf_decl_line(&indie, &baseline) != 0) debuginfo__find_probe_point() 1426 /* Verify the lineno and baseline are in a same file */ debuginfo__find_probe_point() 1435 ppt->line = lineno - baseline; debuginfo__find_probe_point()
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-diff.c | 346 * tree since normally only the baseline hists will call diff__process_sample_event() 577 * The delta can be computed without the baseline, but hist_entry__cmp_compute_idx() 781 OPT_BOOLEAN('b', "baseline-only", &show_baseline_only, 782 "Show only items with match in baseline"), 1013 /* baseline is special */ __hpp__entry_global() 1179 * will be sorted out by first try or baseline and comparing
|
/linux-4.1.27/drivers/input/mouse/ |
H A D | elan_i2c_core.c | 613 dev_err(dev, "Failed to enable calibration mode to get baseline: %d\n", acquire_store() 623 dev_err(dev, "Failed to read max baseline form device: %d\n", acquire_store() 631 dev_err(dev, "Failed to read min baseline form device: %d\n", acquire_store() 642 dev_err(dev, "Failed to disable calibration mode after acquiring baseline: %d\n", acquire_store() 712 .name = "baseline",
|
H A D | cyapa_gen3.c | 867 dev_err(dev, "Failed to send report baseline command. %d\n", cyapa_gen3_show_baseline() 894 dev_err(dev, "Failed to read max baseline. err = %d\n", ret); cyapa_gen3_show_baseline() 901 dev_err(dev, "Failed to read min baseline. err = %d\n", ret); cyapa_gen3_show_baseline()
|
H A D | cyapa_gen5.c | 2322 /* 9. Retrieve panel scan, mutual cap baseline raw data. */ cyapa_gen5_show_baseline() 2333 /* 10. Retrieve panel scan, self cap baseline raw data. */ cyapa_gen5_show_baseline()
|
H A D | cyapa.c | 1153 static DEVICE_ATTR(baseline, S_IRUGO, cyapa_show_baseline, NULL);
|
/linux-4.1.27/drivers/media/pci/zoran/ |
H A D | zr36050.c | 234 jpeg baseline setup data (you find it on lots places in internet, or just 322 /* jpeg baseline setup, this is just fixed in this driver (YUV pictures) */ 336 calculation and setup of parameter-dependent JPEG baseline segments
|
H A D | zr36060.c | 225 jpeg baseline setup data (you find it on lots places in internet, or just 313 /* jpeg baseline setup, this is just fixed in this driver (YUV pictures) */ 327 calculation and setup of parameter-dependent JPEG baseline segments
|
H A D | videocodec.h | 192 #define CODEC_S_CODEC_MODE 0x0001 /* codec mode (baseline JPEG, MPEG1,... */
|
/linux-4.1.27/security/integrity/ima/ |
H A D | ima_crypto.c | 274 * as baseline for possible allocation size. ima_calc_file_hash_atfm()
|
/linux-4.1.27/include/linux/ceph/ |
H A D | rados.h | 137 /* osd primary-affinity. fixed point value: 0x10000 == baseline */
|
/linux-4.1.27/drivers/scsi/isci/ |
H A D | host.h | 357 /* interrupt coalescing baseline: 9 == 3 to 5us interrupt delay per command */
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-s3c2410.c | 83 /* Treat S3C2410 as baseline hardware, anything else is supported via quirks */
|
/linux-4.1.27/drivers/media/pci/cx18/ |
H A D | cx18-driver.c | 1236 vf.frequency = 6400; /* the tuner 'baseline' frequency */ cx18_init_on_first_open()
|
/linux-4.1.27/mm/ |
H A D | oom_kill.c | 169 * The baseline for the badness score is the proportion of RAM that each oom_badness()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.c | 1351 vf.frequency = 6400; /* the tuner 'baseline' frequency */ ivtv_init_on_first_open()
|
/linux-4.1.27/sound/pci/ |
H A D | sis7019.c | 546 /* The baseline setup is for a single period per buffer, and sis_pcm_playback_prepare()
|
/linux-4.1.27/drivers/media/platform/s5p-jpeg/ |
H A D | jpeg-core.c | 922 /* SOF0: baseline JPEG */ s5p_jpeg_parse_hdr()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | ptp.c | 1486 * baseline synchronisation, which must efx_ptp_change_mode()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
H A D | heartbeat.c | 1682 * structures so that we can start with a baseline idea of what's
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 5346 * Get target powers from EEPROM - our baseline for TX Power ath9k_hw_ar9300_set_txpower()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci.c | 4100 /* Use baseline BESL value as default */ xhci_calculate_hird_besl()
|
/linux-4.1.27/kernel/ |
H A D | cgroup.c | 772 * @old_cset: the baseline css_set
|