Searched refs:lk (Results 1 – 6 of 6) sorted by relevance
| /drivers/input/keyboard/ |
| A D | lkkbd.c | 382 lk->phys, lk->name); in lkkbd_detection_done() 394 lk->phys); in lkkbd_detection_done() 406 lk->id[2], lk->phys); in lkkbd_detection_done() 413 if (lk->id[2] == LK_STUCK_KEY && lk->id[3] != 0) in lkkbd_detection_done() 416 lk->id[3], lk->keycode[lk->id[3]]); in lkkbd_detection_done() 435 lk->id[LK_NUM_IGNORE_BYTES - lk->ignore_bytes--] = data; in lkkbd_interrupt() 591 serio_write(lk->serio, volume_to_hw(lk->bell_volume)); in lkkbd_reinit() 611 lk = kzalloc(sizeof(*lk), GFP_KERNEL); in lkkbd_connect() 626 strscpy(lk->name, "DEC LK keyboard", sizeof(lk->name)); in lkkbd_connect() 676 kfree(lk); in lkkbd_connect() [all …]
|
| /drivers/net/can/peak_canfd/ |
| A 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/ |
| A D | clock.h | 89 .lk = { \ 147 struct clk_lookup lk; member 153 .lk = { \
|
| A D | clk.c | 222 c->lk.clk = clk; in ti_dt_clocks_register() 223 clkdev_add(&c->lk); in ti_dt_clocks_register()
|
| /drivers/input/joystick/iforce/ |
| A D | iforce-ff.c | 126 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier() argument 144 data[3] = (100 * lk) >> 15; /* This code is incorrect on cpus lacking arith shift */ in make_condition_modifier()
|
| /drivers/net/ethernet/marvell/prestera/ |
| A D | prestera_router_hw.c | 217 struct prestera_rif_entry_key lk; /* lookup key */ in prestera_rif_entry_find() local 219 if (__prestera_rif_entry_key_copy(k, &lk)) in prestera_rif_entry_find()
|
Completed in 18 milliseconds