Searched refs:lk (Results 1 – 3 of 3) sorted by relevance
/drivers/input/keyboard/ |
D | lkkbd.c | 361 static void lkkbd_detection_done(struct lkkbd *lk) in lkkbd_detection_done() argument 368 lk->keycode[0xb1] = KEY_COMPOSE; in lkkbd_detection_done() 373 switch (lk->id[4]) { in lkkbd_detection_done() 375 strlcpy(lk->name, "DEC LK201 keyboard", sizeof(lk->name)); in lkkbd_detection_done() 378 lk->keycode[0xb1] = KEY_LEFTALT; in lkkbd_detection_done() 382 strlcpy(lk->name, "DEC LK401 keyboard", sizeof(lk->name)); in lkkbd_detection_done() 386 strlcpy(lk->name, "Unknown DEC keyboard", sizeof(lk->name)); in lkkbd_detection_done() 389 "Jan-Benedict Glaw <jbglaw@lug-owl.de>\n", lk->phys); in lkkbd_detection_done() 392 printk(" 0x%02x", lk->id[i]); in lkkbd_detection_done() 398 lk->phys, lk->name); in lkkbd_detection_done() [all …]
|
/drivers/staging/dgrp/ |
D | dgrp_net_ops.c | 3456 struct link_struct *lk; in dgrp_poll_handler() local 3480 lk = &nd->nd_link; in dgrp_poll_handler() 3510 if (lk->lk_slow_rate >= UIO_MAX) { in dgrp_poll_handler() 3537 rate = lk->lk_fast_rate; in dgrp_poll_handler() 3555 lk->lk_fast_rate)); in dgrp_poll_handler() 3566 (delay <= lk->lk_fast_delay ? in dgrp_poll_handler() 3567 lk->lk_fast_rate : in dgrp_poll_handler() 3568 delay >= lk->lk_slow_delay ? in dgrp_poll_handler() 3569 lk->lk_slow_rate : in dgrp_poll_handler() 3570 (lk->lk_slow_rate + in dgrp_poll_handler() [all …]
|
/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 148 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier() argument 167 data[3] = (100 * lk) >> 15; /* This code is incorrect on cpus lacking arith shift */ in make_condition_modifier()
|