| /OK3568_Linux_fs/kernel/drivers/net/can/sja1000/ |
| H A D | Kconfig | 42 tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards" 46 (1, 2, 3 or 4 channels) from PEAK-System Technik 47 (http://www.peak-system.com). 50 bool "PEAK PCAN-ExpressCard Cards" 56 Say Y here if you want to use a PCAN-ExpressCard from PEAK-System 61 tristate "PEAK PCAN-PC Card" 66 from PEAK-System (http://www.peak-system.com). To compile this
|
| H A D | peak_pcmcia.c | 3 * Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com> 5 * CAN driver for PEAK-System PCAN-PC Card 7 * Copyright (C) 2006-2010 PEAK System-Technik GmbH 22 MODULE_AUTHOR("Stephane Grosjean <s.grosjean@peak-system.com>"); 23 MODULE_DESCRIPTION("CAN driver for PEAK-System PCAN-PC Cards"); 25 MODULE_SUPPORTED_DEVICE("PEAK PCAN-PC Card"); 27 /* PEAK-System PCMCIA driver name */ 626 * setup PCMCIA socket and probe for PEAK-System PC-CARD 675 dev_info(&pdev->dev, "PEAK-System pcmcia card %s fw %d.%d\n", in pcan_probe()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_tbf.c | 60 one with rate P (peak rate) and depth M (equal to link MTU) 88 Note that the peak rate TBF is much more tough: with MTU 1500 89 P_crit = 150Kbytes/sec. So, if you need greater peak 104 struct psched_ratecfg peak; member 251 return q->peak.rate_bytes_ps; in tbf_peak_present() 274 ptoks -= (s64) psched_l2t_ns(&q->peak, len); in tbf_dequeue() 345 struct psched_ratecfg peak; in tbf_change() local 387 psched_ratecfg_precompute(&peak, &qopt->peakrate, prate64); in tbf_change() 388 if (peak.rate_bytes_ps <= rate.rate_bytes_ps) { in tbf_change() 390 peak.rate_bytes_ps, rate.rate_bytes_ps); in tbf_change() [all …]
|
| H A D | act_police.c | 172 psched_ratecfg_precompute(&new->peak, &P_tab->rate, prate64); in tcf_police_init() 180 new->tcfp_mtu_ptoks = (s64)psched_l2t_ns(&new->peak, in tcf_police_init() 265 ptoks -= (s64)psched_l2t_ns(&p->peak, in tcf_police_act() 341 psched_ratecfg_getrate(&opt.peakrate, &p->peak); in tcf_police_dump() 342 if ((police->params->peak.rate_bytes_ps >= (1ULL << 32)) && in tcf_police_dump() 344 police->params->peak.rate_bytes_ps, in tcf_police_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/usb/peak_usb/ |
| H A D | pcan_usb_core.h | 3 * CAN driver for PEAK System USB adapters 6 * Copyright (C) 2003-2010 PEAK System-Technik GmbH 7 * Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com> 14 /* PEAK-System vendor id. */ 39 /* PEAK-System USB adapter descriptor */ 108 /* PEAK-System USB device */
|
| H A D | pcan_usb_pro.h | 3 * CAN driver for PEAK System PCAN-USB Pro adapter 6 * Copyright (C) 2003-2011 PEAK System-Technik GmbH 7 * Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com>
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | effects_i_dsp.c | 424 int i, work_len, begin, end, imp_peak = 0, peak = 0; in lsx_fir_to_phase() local 479 /* Find peak pos. */ in lsx_fir_to_phase() 484 peak = i; in lsx_fir_to_phase() 489 while (peak && fabs(work[peak-1]) > fabs(work[peak]) && work[peak-1] * work[peak] > 0) in lsx_fir_to_phase() 490 --peak; in lsx_fir_to_phase() 495 begin = peak - *len / 2; in lsx_fir_to_phase() 499 begin = peak - (begin & ~3); in lsx_fir_to_phase() 500 end = peak + 1 + ((end + 3) & ~3); in lsx_fir_to_phase() 506 *post_len = phase > 50 ? peak - begin : begin + *len - (peak + 1); in lsx_fir_to_phase() 508 lsx_debug("nPI=%g peak-sum@%i=%g (val@%i=%g); len=%i post=%i (%g%%)", in lsx_fir_to_phase() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sdm845.dtsi | 467 opp-peak-kBps = <800000 4800000>; 472 opp-peak-kBps = <800000 4800000>; 477 opp-peak-kBps = <800000 6451200>; 482 opp-peak-kBps = <800000 6451200>; 487 opp-peak-kBps = <800000 7680000>; 492 opp-peak-kBps = <1804000 9216000>; 497 opp-peak-kBps = <1804000 9216000>; 502 opp-peak-kBps = <1804000 10444800>; 507 opp-peak-kBps = <1804000 11980800>; 512 opp-peak-kBps = <1804000 11980800>; [all …]
|
| H A D | sc7180.dtsi | 401 opp-peak-kBps = <1200000 4800000>; 406 opp-peak-kBps = <1200000 4800000>; 411 opp-peak-kBps = <1200000 4800000>; 416 opp-peak-kBps = <1804000 8908800>; 421 opp-peak-kBps = <2188000 12902400>; 426 opp-peak-kBps = <2188000 12902400>; 431 opp-peak-kBps = <3072000 15052800>; 436 opp-peak-kBps = <3072000 15052800>; 441 opp-peak-kBps = <3072000 15052800>; 446 opp-peak-kBps = <4068000 22425600>; [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/ |
| H A D | osdep_service.c | 54 ATOMIC_T peak; /* the peak memory bytes we allocate */ member 92 value_t[1][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].peak)); in rtw_mstat_dump() 100 value_f[1][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].peak)); in rtw_mstat_dump() 107 RTW_PRINT_SEL(sel, "%4s %10s %10s %10s %10s\n", "TAG", "alloc", "peak", "aloc_cnt", "err_cnt"); in rtw_mstat_dump() 121 int peak, alloc; in rtw_mstat_update() local 128 ATOMIC_SET(&(rtw_mem_type_stat[i].peak), 0); in rtw_mstat_update() 135 ATOMIC_SET(&(rtw_mem_func_stat[i].peak), 0); in rtw_mstat_update() 146 peak = ATOMIC_READ(&(rtw_mem_type_stat[mstat_tf_idx(flags)].peak)); in rtw_mstat_update() 147 if (peak < alloc) in rtw_mstat_update() 148 ATOMIC_SET(&(rtw_mem_type_stat[mstat_tf_idx(flags)].peak), alloc); in rtw_mstat_update() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/ |
| H A D | osdep_service.c | 54 ATOMIC_T peak; /* the peak memory bytes we allocate */ member 92 value_t[1][i] = ATOMIC_READ(&(rtw_mem_type_stat[i].peak)); in rtw_mstat_dump() 100 value_f[1][i] = ATOMIC_READ(&(rtw_mem_func_stat[i].peak)); in rtw_mstat_dump() 107 RTW_PRINT_SEL(sel, "%4s %10s %10s %10s %10s\n", "TAG", "alloc", "peak", "aloc_cnt", "err_cnt"); in rtw_mstat_dump() 121 int peak, alloc; in rtw_mstat_update() local 128 ATOMIC_SET(&(rtw_mem_type_stat[i].peak), 0); in rtw_mstat_update() 135 ATOMIC_SET(&(rtw_mem_func_stat[i].peak), 0); in rtw_mstat_update() 146 peak = ATOMIC_READ(&(rtw_mem_type_stat[mstat_tf_idx(flags)].peak)); in rtw_mstat_update() 147 if (peak < alloc) in rtw_mstat_update() 148 ATOMIC_SET(&(rtw_mem_type_stat[mstat_tf_idx(flags)].peak), alloc); in rtw_mstat_update() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/can/peak_canfd/ |
| H A D | peak_canfd_user.h | 2 /* CAN driver for PEAK System micro-CAN based adapters 4 * Copyright (C) 2003-2011 PEAK System-Technik GmbH 5 * Copyright (C) 2011-2013 Stephane Grosjean <s.grosjean@peak-system.com>
|
| H A D | Kconfig | 4 tristate "PEAK-System PCAN-PCIe FD cards" 6 This driver adds support for the PEAK-System PCI Express FD
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | memory_buffer_alloc.h | 100 * \brief Get the peak heap usage so far 102 * \param max_used Peak number of bytes in use or committed. This 105 * \param max_blocks Peak number of blocks in use, including free and used 110 * \brief Reset peak statistics
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | memory_buffer_alloc.h | 100 * \brief Get the peak heap usage so far 102 * \param max_used Peak number of bytes in use or committed. This 105 * \param max_blocks Peak number of blocks in use, including free and used 110 * \brief Reset peak statistics
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | memory_buffer_alloc.h | 100 * \brief Get the peak heap usage so far 102 * \param max_used Peak number of bytes in use or committed. This 105 * \param max_blocks Peak number of blocks in use, including free and used 110 * \brief Reset peak statistics
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | memory_buffer_alloc.h | 100 * \brief Get the peak heap usage so far 102 * \param max_used Peak number of bytes in use or committed. This 105 * \param max_blocks Peak number of blocks in use, including free and used 110 * \brief Reset peak statistics
|
| /OK3568_Linux_fs/kernel/include/media/i2c/ |
| H A D | lm3560.h | 71 * @peak : peak current 77 enum lm3560_peak_current peak; member
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/msm/ |
| H A D | gpu.txt | 121 opp-peak-kBps = <5412000>; 127 opp-peak-kBps = <3072000>; 133 opp-peak-kBps = <3072000>; 139 opp-peak-kBps = <1804000>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l34.txt | 28 - cirrus,boost-peak-milliamp : Boost converter peak current limit in mA. The 61 cirrus,boost-peak-milliamp = <3000>; /* 3A */
|
| H A D | cs35l36.txt | 18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 19 Configures the peak current by monitoring the current through the boost FET. 149 cirrus,boost-peak-milliamp = <4500>;
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-accel-adxl372 | 1 What: /sys/bus/iio/devices/triggerX/name = "adxl372-devX-peak" 6 which sets the device in a mode in which it will record only the peak acceleration
|
| /OK3568_Linux_fs/kernel/drivers/net/can/usb/ |
| H A D | Kconfig | 90 tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD" 92 This driver supports the PEAK-System Technik USB adapters that enable 103 (see also http://www.peak-system.com).
|
| /OK3568_Linux_fs/kernel/drivers/nfc/fdp/ |
| H A D | Kconfig | 8 Intel Fields Peak NFC controller core driver. 19 This module adds support for the Intel Fields Peak NFC controller
|
| /OK3568_Linux_fs/kernel/drivers/staging/iio/accel/ |
| H A D | adis16240.c | 47 /* Output, x-axis acceleration peak */ 50 /* Output, y-axis acceleration peak */ 53 /* Output, z-axis acceleration peak */ 56 /* Output, sum-of-squares acceleration peak */ 133 /* Enables peak tracking output (XPEAK_OUT, YPEAK_OUT, and ZPEAK_OUT) */
|