Searched refs:lk (Results 1 – 5 of 5) sorted by relevance
/drivers/input/keyboard/ |
D | lkkbd.c | 348 static void lkkbd_detection_done(struct lkkbd *lk) in lkkbd_detection_done() argument 355 lk->keycode[0xb1] = KEY_COMPOSE; in lkkbd_detection_done() 360 switch (lk->id[4]) { in lkkbd_detection_done() 362 strlcpy(lk->name, "DEC LK201 keyboard", sizeof(lk->name)); in lkkbd_detection_done() 365 lk->keycode[0xb1] = KEY_LEFTALT; in lkkbd_detection_done() 369 strlcpy(lk->name, "DEC LK401 keyboard", sizeof(lk->name)); in lkkbd_detection_done() 373 strlcpy(lk->name, "Unknown DEC keyboard", sizeof(lk->name)); in lkkbd_detection_done() 376 "Jan-Benedict Glaw <jbglaw@lug-owl.de>\n", lk->phys); in lkkbd_detection_done() 379 printk(" 0x%02x", lk->id[i]); in lkkbd_detection_done() 385 lk->phys, lk->name); in lkkbd_detection_done() [all …]
|
/drivers/net/can/peak_canfd/ |
D | peak_pciefd_main.c | 511 struct pciefd_tx_link *lk; in pciefd_alloc_tx_msg() local 524 lk = page->vbase + page->offset; in pciefd_alloc_tx_msg() 532 lk->size = cpu_to_le16(sizeof(*lk)); in pciefd_alloc_tx_msg() 533 lk->type = cpu_to_le16(CANFD_MSG_LNK_TX); in pciefd_alloc_tx_msg() 534 lk->laddr_lo = cpu_to_le32(page->lbase); in pciefd_alloc_tx_msg() 537 lk->laddr_hi = cpu_to_le32(page->lbase >> 32); in pciefd_alloc_tx_msg() 539 lk->laddr_hi = 0; in pciefd_alloc_tx_msg()
|
/drivers/clk/ti/ |
D | clock.h | 97 .lk = { \ 155 struct clk_lookup lk; member 161 .lk = { \
|
D | clk.c | 197 c->lk.clk = clk; in ti_dt_clocks_register() 198 clkdev_add(&c->lk); in ti_dt_clocks_register()
|
/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 129 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier() argument 148 data[3] = (100 * lk) >> 15; /* This code is incorrect on cpus lacking arith shift */ in make_condition_modifier()
|