/linux/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 42 * Average bps is scaled by 2^5, while average pps and cps are scaled by 2^10. 135 /* scaled by 2^5, but divided 2 seconds */ in ip_vs_chain_estimation() 147 static void ip_vs_tick_estimation(struct ip_vs_est_kt_data *kd, int row) in ip_vs_tick_estimation() argument 153 td = rcu_dereference(kd->ticks[row]); in ip_vs_tick_estimation() 161 td = rcu_dereference(kd->ticks[row]); in ip_vs_tick_estimation() 172 struct ip_vs_est_kt_data *kd = data; in ip_vs_estimation_kthread() local 173 struct netns_ipvs *ipvs = kd->ipvs; in ip_vs_estimation_kthread() 174 int row = kd->est_row; in ip_vs_estimation_kthread() 176 int id = kd->id; in ip_vs_estimation_kthread() 203 gap = kd->est_timer - now; in ip_vs_estimation_kthread() [all …]
|
H A D | ip_vs_ctl.c | 256 struct ip_vs_est_kt_data *kd = ipvs->est_kt_arr[id]; in est_reload_work_handler() local 261 if (!kd) in est_reload_work_handler() 265 ip_vs_est_kthread_stop(kd); in est_reload_work_handler() 266 if (!kd->task && !ip_vs_est_stopped(ipvs)) { in est_reload_work_handler() 269 ip_vs_est_kthread_start(ipvs, kd) < 0) in est_reload_work_handler() 4422 .priority = ADDRCONF_NOTIFY_PRIORITY + 5,
|
/linux/Documentation/devicetree/bindings/iio/pressure/ |
H A D | honeywell,hsc030pa.yaml | 52 1 - B, 5% to 95% of 2^14 53 2 - C, 5% to 85% of 2^14 68 250KA, 400KA, 600KA, 001GA, 160LD, 250LD, 400LD, 600LD, 001KD, 69 1.6KD, 2.5KD, 004KD, 006KD, 010KD, 016KD, 025KD, 040KD, 060KD, 70 100KD, 160KD, 250KD, 400KD, 250LG, 400LG, 600LG, 001KG, 1.6KG, 91 Provide VDD power to the sensor (either 3.3V or 5V depending on the chip)
|
/linux/drivers/iio/pressure/ |
H A D | hsc030pa.c | 42 #define HSC_TEMPERATURE_MASK GENMASK(15, 5) 52 * function B: 5% - 95% of 2^14 53 * function C: 5% - 85% of 2^14 114 [HSC400LD] = "400LD", [HSC600LD] = "600LD", [HSC001KD] = "001KD", 115 [HSC1_6KD] = "1.6KD", [HSC2_5KD] = "2.5KD", [HSC004KD] = "004KD", 116 [HSC006KD] = "006KD", [HSC010KD] = "010KD", [HSC016KD] = "016KD", 117 [HSC025KD] = "025KD", [HSC040KD] = "040KD", [HSC060KD] = "060KD", 118 [HSC100KD] = "100KD", [HSC160KD] = "160KD", [HSC250KD] = "250KD", 119 [HSC400KD] = "400KD", [HSC250LG] = "250LG", [HSC400LG] = "400LG", 429 .shift = 5,
|
/linux/arch/m68k/sun3x/ |
H A D | time.c | 9 #include <linux/kd.h> 84 disable_irq(5); 85 enable_irq(5); 100 sun3_disable_irq(5); in sun3x_sched_init() 101 sun3_enable_irq(5); in sun3x_sched_init()
|
/linux/tools/thermal/tmon/ |
H A D | tmon.8 | 75 \fBkd \fP derivative gain of \fBPID\fP controller 118 5 65.0 52 52 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 121 8 65.0 68 68 0 0 0 0 0 0 0 0 0 0 5 5 5 5 6 0
|
H A D | tmon.h | 128 double kd; /* Time-constant for D action from Dialog Box */ member 176 #define PT_COLOR_YELLOW 5
|
H A D | tui.c | 104 /* wrap at 5 */ 105 #define DIAG_DEV_ROWS 5 107 * list cooling devices + "set temp" entry; wraps after 5 rows, if they fit 140 dialogue_window = subwin(stdscr, diag_dev_rows() + 5, maxx-50, in setup_windows() 334 "PID gain: kp=%2.2f ki=%2.2f kd=%2.2f Output %2.2f", in show_control_w() 335 p_param.kp, p_param.ki, p_param.kd, p_param.y_k); in show_control_w()
|
/linux/include/linux/ |
H A D | kbd_kern.h | 14 * Note: externally visible are LED_SCR, LED_NUM, LED_CAP defined in kd.h 53 unsigned char modeflags:5;
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 723 SM(5, AR_QOS_NO_ACK_BIT_OFF) | in ath9k_hw_init_qos() 768 /* program BB PLL ki and kd value, ki=0x4, kd=0x40 */ in ath9k_hw_init_pll() 798 u32 ddr_dpll2, pll_control2, kd; in ath9k_hw_init_pll() local 803 kd = 0x1d; in ath9k_hw_init_pll() 807 kd = 0x3d; in ath9k_hw_init_pll() 810 /* program DDR PLL ki and kd value */ in ath9k_hw_init_pll() 824 /* program BB PLL kd and ki value */ in ath9k_hw_init_pll() 825 REG_RMW_FIELD(ah, AR_CH0_BB_DPLL2, AR_CH0_DPLL2_KD, kd); in ath9k_hw_init_pll() 856 refdiv = 5; in ath9k_hw_init_pll() 1573 udelay(5); in ath9k_hw_channel_change() [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | Makefile | 46 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-gru-scarlet-kd.dtb 139 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-orangepi-5-plus.dtb 141 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-rock-5-itx.dtb 142 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-rock-5b.dtb 143 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-rock-5b-pcie-ep.dtbo 144 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-rock-5b-pcie-srns.dtbo 154 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-rock-5a.dtb 156 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-orangepi-5.dtb
|
/linux/drivers/s390/char/ |
H A D | defkeymap.c | 8 #include <linux/kd.h> 117 '\033', '[', '2', '5', '~', 0, 134 ebc_func_buf + 5,
|
/linux/arch/m68k/atari/ |
H A D | atakeyb.c | 25 #include <linux/kd.h> 251 if (kb_state.len == 5) { in atari_keyboard_interrupt() 367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos() 369 ikbd_write(cmd, 5); in ikbd_mouse_abs_pos()
|
/linux/drivers/gpu/drm/ |
H A D | drm_panic.c | 148 ((pix & 0x0000FC00) >> 5) | in convert_xrgb8888_to_rgb565() 155 ((pix & 0x0000f800) >> 5) | in convert_xrgb8888_to_rgba5551() 819 v_margin = (sb->height - drm_rect_height(&r_qr_canvas) - drm_rect_height(&r_msg)) / 5; in _draw_panic_static_qr_code() 931 static struct drm_plane *to_drm_plane(struct kmsg_dumper *kd) in to_drm_plane() argument 933 return container_of(kd, struct drm_plane, kmsg_panic); in to_drm_plane()
|
/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.h | 44 #include <linux/kd.h> 271 unsigned char SEQ[5]; 385 #define MATROXFB_MAX_FB_DRIVERS 5
|
/linux/drivers/tty/vt/ |
H A D | defkeymap.c_shipped | 7 #include <linux/kd.h> 170 '\033', '[', '2', '5', '~', 0, 182 '\033', '[', '5', '~', 0, 194 func_buf + 5,
|
H A D | vt_ioctl.c | 20 #include <linux/kd.h> 70 * Console (vt and kd) routines, as defined by USL SVR4 manual, and by 452 * See also the kbrequest field of inittab(5). in vt_k_ioctl()
|
H A D | consolemap.c | 29 #include <linux/kd.h> 197 #define UNI_GLYPH_BITS GENMASK( 5, 0)
|
/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 62 (5) When following the convention, the driver code can use generic 128 'D' 40-5F drivers/scsi/dpt/dtpi_ioctl.h Dead since 2022 168 'K' all linux/kd.h 215 'W' 40-5F drivers/pci/switch/switchtec.c
|
/linux/drivers/video/console/ |
H A D | newport_con.c | 16 #include <linux/kd.h> 266 vc2_rev = (newport_vc2_get(npregs, VC2_IREG_CONFIG) >> 5) & 7; in newport_get_revisions()
|
H A D | vgacon.c | 24 * 5-May-96 <mitja.horvat@guest.arnes.si> 42 #include <linux/kd.h>
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | selection.svg | 10 <path d="M0-.5h1v2H0z" fill="#f815bb"/> 25 <stop stop-color="#1e2424" offset=".5"/> 37 <stop stop-color="#1e2424" offset=".5"/> 56 <clipPath id="kd"> 309 ….588-.32 2.244-.79 3-1.094a3.4 3.4 0 0 1 .75-.25c1.133-.23 2.304.209 6.343-.5 4.04-.709 5.5-.927 6… 321 ….993-10.22 1.625-1.632-.335-3.945-.613-5.937-.469-3.064.221-4.967.373-6.906.5-.659.043-1.042.124-1… 379 ….993-10.22 1.625-1.632-.335-3.945-.613-5.937-.469-3.064.221-4.967.373-6.906.5-.659.043-1.042.124-1… 461 ….588-.32 2.244-.79 3-1.094a3.4 3.4 0 0 1 .75-.25c1.133-.23 2.304.209 6.343-.5 4.04-.709 5.5-.927 6… 611 <stop stop-color="#222929" offset=".5"/> 620 <stop stop-color="#a9ae01" offset=".5"/> [all …]
|
/linux/drivers/s390/block/ |
H A D | dasd_eckd.c | 702 * to get read/written with the KD variant of the command. 705 * Luckily the KD variants differ only by one bit (0x08) from the 886 cqr->retries = 5; in dasd_eckd_read_conf_immediately() 2327 init_cqr->expires = 5*HZ; in dasd_eckd_start_analysis() 2390 for (i = 0; i < 5; i++) { in dasd_eckd_end_analysis() 2399 if (i == 5) in dasd_eckd_end_analysis() 4125 cqr->expires = startdev->default_expires * HZ; /* default 5 minutes */ in dasd_eckd_build_cp_cmd_single() 4302 cqr->expires = startdev->default_expires * HZ; /* default 5 minutes */ in dasd_eckd_build_cp_cmd_track() 4626 cqr->expires = startdev->default_expires * HZ; /* default 5 minutes */ in dasd_eckd_build_cp_tpm_track() 5235 cqr->retries = 5; in dasd_eckd_snid()
|
/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 66 #include <linux/kd.h> 427 if (!strncmp(options, "font:", 5)) { in fb_console_setup() 428 strscpy(fontname, options + 5, sizeof(fontname)); in fb_console_setup() 749 ops->cur_blink_jiffies = HZ / 5; in fbcon_open()
|
/linux/drivers/tty/ |
H A D | tty_io.c | 45 * -- grif@cs.ucr.edu, 5-Dec-95 85 #include <linux/kd.h> 1355 retval = tty_ldisc_lock(tty, 5 * HZ); in tty_reopen() 1430 retval = tty_ldisc_lock(tty, 5 * HZ); in tty_init_dev()
|