| /linux/Documentation/devicetree/bindings/iio/pressure/ |
| H A D | honeywell,hsc030pa.yaml | 64 006MD, 010MD, 016MD, 025MD, 040MD, 060MD, 100MD, 160MD, 250MD, 66 010MG, 016MG, 025MG, 040MG, 060MG, 100MG, 160MG, 250MG, 400MG, 68 250KA, 400KA, 600KA, 001GA, 160LD, 250LD, 400LD, 600LD, 001KD, 70 100KD, 160KD, 250KD, 400KD, 250LG, 400LG, 600LG, 001KG, 1.6KG, 72 160KG, 250KG, 400KG, 600KG, 001GG, 015PA, 030PA, 060PA, 100PA,
|
| /linux/arch/powerpc/lib/ |
| H A D | checksum_64.S | 67 ld r6,0(r3) 68 ld r9,8(r3) 70 ld r10,16(r3) 71 ld r11,24(r3) 82 ld r12,32(r3) 83 ld r14,40(r3) 86 ld r15,48(r3) 87 ld r16,56(r3) 99 ld r6,0(r3) 100 ld r9,8(r3) [all …]
|
| /linux/tools/testing/selftests/timers/ |
| H A D | valid-adjtimex.c | 68 -250 * SHIFTED_PPM, 88 250 * SHIFTED_PPM, 131 printf("Error: adjtimex(ADJ_FREQ, %ld - %ld ppm\n", in validate_freq() 139 printf("Warning: freq value %ld not what we set it (%ld)!\n", in validate_freq() 150 printf("Error: adjtimex(ADJ_FREQ, %ld - %ld ppm\n", in validate_freq() 159 printf("ERROR: out of range value %ld actually set!\n", in validate_freq() 174 printf("Error: No failure on invalid ADJ_FREQUENCY %ld\n", in validate_freq() 221 printf("(sec: %ld usec: %ld) ", tmx.time.tv_sec, tmx.time.tv_usec); in set_offset() 241 printf("Invalid (sec: %ld usec: %ld) did not fail! ", tmx.time.tv_sec, tmx.time.tv_usec); in set_bad_offset()
|
| /linux/drivers/iio/pressure/ |
| H A D | hsc030pa.c | 102 [HSC100MD] = "100MD", [HSC160MD] = "160MD", [HSC250MD] = "250MD", 108 [HSC160MG] = "160MG", [HSC250MG] = "250MG", [HSC400MG] = "400MG", 112 [HSC250KA] = "250KA", [HSC400KA] = "400KA", [HSC600KA] = "600KA", 113 [HSC001GA] = "001GA", [HSC160LD] = "160LD", [HSC250LD] = "250LD", 114 [HSC400LD] = "400LD", [HSC600LD] = "600LD", [HSC001KD] = "001KD", 118 [HSC100KD] = "100KD", [HSC160KD] = "160KD", [HSC250KD] = "250KD", 119 [HSC400KD] = "400KD", [HSC250LG] = "250LG", [HSC400LG] = "400LG", 124 [HSC160KG] = "160KG", [HSC250KG] = "250KG", [HSC400KG] = "400KG", 158 [HSC2_5MD] = { .pmin = -250, .pmax = 250 }, 175 [HSC2_5MG] = { .pmin = 0, .pmax = 250 }, [all …]
|
| H A D | abp2030pa.c | 88 [ABP2250KA] = "250KA", [ABP2001KD] = "001KD", [ABP21_6KD] = "1.6KD", 92 [ABP2160KD] = "160KD", [ABP2250KD] = "250KD", [ABP2400KD] = "400KD", 97 [ABP2250KG] = "250KG", [ABP2400KG] = "400KG", [ABP2600KG] = "600KG", 98 [ABP2800KG] = "800KG", [ABP2250LD] = "250LD", [ABP2600LD] = "600LD", 102 [ABP2160MD] = "160MD", [ABP2250MD] = "250MD", [ABP2400MD] = "400MD", 106 [ABP2250MG] = "250MG", [ABP2400MG] = "400MG", [ABP2600MG] = "600MG", 187 [ABP2250LD] = { .pmin = -250, .pmax = 250 }, 190 [ABP22_5MD] = { .pmin = -250, .pmax = 250 },
|
| /linux/drivers/clk/renesas/ |
| H A D | clk-r8a7779.c | 34 * clkzs 250 (1/6) 200 (1/8) 36 * clks 250 (1/6) 200 (1/8) 155 pr_err("%s: failed to register %pOFn %s clock (%ld)\n", in r8a7779_cpg_clocks_init()
|
| /linux/tools/perf/bench/ |
| H A D | epoll-ctl.c | 176 .tv_nsec = 250 }; in workerfn() 302 printf("\nAveraged %ld ADD operations (+- %.2f%%)\n", in print_summary() 305 printf("Averaged %ld MOD operations (+- %.2f%%)\n", in print_summary() 308 printf("Averaged %ld DEL operations (+- %.2f%%)\n", in print_summary() 411 printf("[thread %2d] fdmap: %p [ add: %04ld; mod: %04ld; del: %04lds ops ]\n", in bench_epoll_ctl() 415 printf("[thread %2d] fdmap: %p ... %p [ add: %04ld ops; mod: %04ld ops; del: %04ld ops ]\n", in bench_epoll_ctl()
|
| /linux/drivers/video/backlight/ |
| H A D | ams369fg06.c | 35 struct lcd_device *ld; member 58 SLEEPMSEC, 250, 315 pd->power_on(lcd->ld, 1); in ams369fg06_power_on() 324 pd->reset(lcd->ld); in ams369fg06_power_on() 365 pd->power_on(lcd->ld, 0); in ams369fg06_power_off() 387 static int ams369fg06_get_power(struct lcd_device *ld) in ams369fg06_get_power() argument 389 struct ams369fg06 *lcd = lcd_get_data(ld); in ams369fg06_get_power() 394 static int ams369fg06_set_power(struct lcd_device *ld, int power) in ams369fg06_set_power() argument 396 struct ams369fg06 *lcd = lcd_get_data(ld); in ams369fg06_set_power() 442 struct lcd_device *ld = NULL; in ams369fg06_probe() local [all …]
|
| /linux/drivers/mtd/ |
| H A D | ssfdc.c | 46 NCylinder 125 125 250 250 500 500 500 500 64 { MiB( 4), 250, 4, 8 }, 65 { MiB( 8), 250, 4, 16 }, 322 pr_debug("SSFDC_RO: using C:%d H:%d S:%d == %ld sects\n", in ssfdcr_add_mtd()
|
| /linux/drivers/media/platform/microchip/ |
| H A D | microchip-isc-clk.c | 32 usleep_range(10, 250); in isc_wait_clk_stable() 165 "ISC CLK: %s, best_rate = %ld, parent clk: %s @ %ld\n", in isc_clk_determine_rate()
|
| /linux/drivers/staging/media/deprecated/atmel/ |
| H A D | atmel-isc-clk.c | 32 usleep_range(10, 250); in isc_wait_clk_stable() 165 "ISC CLK: %s, best_rate = %ld, parent clk: %s @ %ld\n", in isc_clk_determine_rate()
|
| /linux/drivers/hwmon/ |
| H A D | stts751.c | 66 * 16000, 8000, 4000, 2000, 1000, 500, 250, 125, 62.5, 31.25 71 16000, 8000, 4000, 2000, 1000, 500, 250, 125, 63, 31 449 dev_dbg(&priv->client->dev, "setting therm %ld", temp); in therm_store() 489 dev_dbg(&priv->client->dev, "setting hyst %ld", temp); in hyst_store() 540 dev_dbg(&priv->client->dev, "setting event max %ld", temp); in max_store() 574 dev_dbg(&priv->client->dev, "setting event min %ld", temp); in min_store()
|
| H A D | corsair-psu.c | 53 #define CMD_TIMEOUT_MS 250 674 seq_printf(seqf, "%ld day(s), %02ld:%02ld:%02ld\n", val / SECONDS_PER_DAY, in print_uptime() 680 seq_printf(seqf, "%02ld:%02ld:%02ld\n", val % SECONDS_PER_DAY / SECONDS_PER_HOUR, in print_uptime()
|
| /linux/drivers/power/supply/ |
| H A D | intel_dc_ti_battery.c | 106 /* CC offset is in 0.5 units per 250ms (default sample interval) */ 108 #define CC_OFFSET_SMPL_INTVL_MS 250 352 dev_dbg(dev, "devm_iio_channel_get() ret %ld\n", PTR_ERR(chip->vbat_channel)); in dc_ti_battery_probe()
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_init.c | 31 DEBUG2(printk("scsi%ld: %s: Invalid function number, " in ql4xxx_set_mac_number() 36 DEBUG2(printk("scsi%ld: %s: mac_index %d.\n", ha->host_no, __func__, in ql4xxx_set_mac_number() 156 DEBUG2(printk("scsi%ld: %s: Unable to allocate dma buffer.\n", in qla4xxx_get_sys_info() 165 DEBUG2(printk("scsi%ld: %s: get_flash FLASH_OFFSET_SYS_INFO " in qla4xxx_get_sys_info() 233 DEBUG2(printk(KERN_INFO "scsi%ld: %s: " in qla4xxx_wait_for_ip_config() 241 DEBUG2(printk(KERN_INFO "scsi%ld: %s: " in qla4xxx_wait_for_ip_config() 254 DEBUG2(printk("scsi%ld: %s: LinkLocal Router & " in qla4xxx_wait_for_ip_config() 261 DEBUG2(printk("scsi%ld: %s: Wait for additional " in qla4xxx_wait_for_ip_config() 323 "scsi%ld: Failed to get template size\n", in qla4xxx_alloc_fw_dump() 335 "scsi%ld: Failed to allocate DMA memory\n", in qla4xxx_alloc_fw_dump() [all …]
|
| /linux/drivers/watchdog/ |
| H A D | sbc8360.c | 101 * 4 | 2.5s 25s 250s 500s 159 {4, 3}, /* 36 = 250s */ 373 pr_info("Timeout set at %ld ms\n", mseconds); in sbc8360_init()
|
| /linux/drivers/tty/serial/jsm/ |
| H A D | jsm_tty.c | 61 * Return modem signals to ld. 84 * Set modem signals, called by ld. 423 ch->ch_close_delay = 250; in jsm_tty_init() 602 * If conditions are such that ld needs to see all in jsm_input() 615 * Give the Linux ld the flags in the format it in jsm_input() 759 * the ld (or user) isn't reading data out of our queue fast enuf. in jsm_check_queue_flow_control() 797 * ld (or user) finally read enuf data out of our queue. in jsm_check_queue_flow_control()
|
| /linux/drivers/rtc/ |
| H A D | rtc-ds3232.c | 304 *mC = temp * 250; in ds3232_hwmon_read_temp() 370 dev_err(dev, "unable to register hwmon device %ld\n", in ds3232_hwmon_register() 560 dev_err(&client->dev, "%s: regmap allocation failed: %ld\n", in ds3232_i2c_probe() 629 dev_err(&spi->dev, "%s: regmap allocation failed: %ld\n", in ds3234_probe()
|
| /linux/arch/arm/mach-pxa/ |
| H A D | sharpsl_pm.c | 258 dev_dbg(sharpsl_pm.dev, "Battery: voltage: %d, status: %d, percentage: %d, time: %ld\n", voltage, in sharpsl_battery_thread() 292 schedule_delayed_work(&toggle_charger, msecs_to_jiffies(250)); in sharpsl_charge_on() 354 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250)); in sharpsl_ac_isr() 886 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250)); in sharpsl_pm_probe()
|
| /linux/drivers/clk/ti/ |
| H A D | dpll3xxx.c | 280 * target sigma-delta to near 250MHz in _lookup_sddiv() 281 * sd = ceil[(m/(n+1)) * (clkinp_MHz / 250)] in _lookup_sddiv() 284 mod1 = (clkinp * m) % (250 * n); in _lookup_sddiv() 285 sd = (clkinp * m) / (250 * n); in _lookup_sddiv() 322 pr_warn("clock: SSC modulation frequency of DPLL %s greater than %ld\n", in omap3_noncore_dpll_ssc_program()
|
| /linux/arch/m68k/mac/ |
| H A D | config.c | 713 .name = "PowerBook Duo 250", 836 printk(KERN_DEBUG " Video: addr 0x%lx row 0x%lx depth %lx dimensions %ld x %ld\n", in mac_identify() 845 printk(KERN_DEBUG " Machine ID: %ld CPUid: 0x%lx memory size: 0x%lx\n", in mac_identify()
|
| /linux/drivers/misc/genwqe/ |
| H A D | card_utils.c | 302 …dev_dbg(&pci_dev->dev, "[%s] uaddr=%p usize=%8ld nr_pages=%ld fpage_offs=%lx fpage_size=%ld lpage_… in genwqe_alloc_sync_sgl() 1017 static const int speed_grade[] = { 250, 200, 166, 175 }; in genwqe_base_clock_frequency()
|
| /linux/drivers/block/aoe/ |
| H A D | aoedev.c | 81 pr_err("aoe: %s with e%ld.%d\n", in minor_get_static() 418 enum { Sms = 250, Tms = 30 * 1000}; in skbfree()
|
| /linux/drivers/clk/rockchip/ |
| H A D | clk-pll.c | 131 * Lock time typical 250, max 500 input clock cycles @24MHz in rockchip_rk3036_pll_wait_lock() 613 * Lock time typical 250, max 500 input clock cycles @24MHz in rockchip_rk3399_pll_wait_lock() 874 * Lock time typical 250, max 500 input clock cycles @24MHz in rockchip_rk3588_pll_wait_lock() 1192 pr_err("%s: failed to register pll clock %s : %ld\n", in rockchip_clk_register_pll()
|
| /linux/drivers/bluetooth/ |
| H A D | btmtk.c | 231 dlen = min_t(int, 250, dl_size); in btmtk_setup_firmware_79xx() 323 dlen = min_t(int, 250, fw_size); in btmtk_setup_firmware() 377 bt_dev_err(hdev, "changing Mediatek device address failed (%ld)", in btmtk_set_bdaddr() 1267 bt_dev_err(hdev, "Failed to apply iso setting (%ld)", PTR_ERR(skb)); in btmtk_usb_isointf_init()
|