Home
last modified time | relevance | path

Searched refs:lk (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dlkkbd.c348 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 in lkkbd_detection_done()
429 struct lkkbd *lk = serio_get_drvdata(serio); lkkbd_interrupt() local
488 lkkbd_toggle_leds(struct lkkbd *lk) lkkbd_toggle_leds() argument
508 lkkbd_toggle_keyclick(struct lkkbd *lk, bool on) lkkbd_toggle_keyclick() argument
532 struct lkkbd *lk = input_get_drvdata(dev); lkkbd_event() local
568 struct lkkbd *lk = container_of(work, struct lkkbd, tq); lkkbd_reinit() local
609 struct lkkbd *lk; lkkbd_connect() local
688 struct lkkbd *lk = serio_get_drvdata(serio); lkkbd_disconnect() local
[all...]
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dlkkbd.c345 static void lkkbd_detection_done(struct lkkbd *lk) in lkkbd_detection_done() argument
352 lk->keycode[0xb1] = KEY_COMPOSE; in lkkbd_detection_done()
357 switch (lk->id[4]) { in lkkbd_detection_done()
359 strscpy(lk->name, "DEC LK201 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
362 lk->keycode[0xb1] = KEY_LEFTALT; in lkkbd_detection_done()
366 strscpy(lk->name, "DEC LK401 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
370 strscpy(lk->name, "Unknown DEC keyboard", sizeof(lk in lkkbd_detection_done()
426 struct lkkbd *lk = serio_get_drvdata(serio); lkkbd_interrupt() local
485 lkkbd_toggle_leds(struct lkkbd *lk) lkkbd_toggle_leds() argument
505 lkkbd_toggle_keyclick(struct lkkbd *lk, bool on) lkkbd_toggle_keyclick() argument
529 struct lkkbd *lk = input_get_drvdata(dev); lkkbd_event() local
565 struct lkkbd *lk = container_of(work, struct lkkbd, tq); lkkbd_reinit() local
606 struct lkkbd *lk; lkkbd_connect() local
685 struct lkkbd *lk = serio_get_drvdata(serio); lkkbd_disconnect() local
[all...]
/kernel/linux/linux-5.10/drivers/net/can/peak_canfd/
H A Dpeak_pciefd_main.c512 struct pciefd_tx_link *lk; in pciefd_alloc_tx_msg() local
525 lk = page->vbase + page->offset; in pciefd_alloc_tx_msg()
533 lk->size = cpu_to_le16(sizeof(*lk)); in pciefd_alloc_tx_msg()
534 lk->type = cpu_to_le16(CANFD_MSG_LNK_TX); in pciefd_alloc_tx_msg()
535 lk->laddr_lo = cpu_to_le32(page->lbase); in pciefd_alloc_tx_msg()
538 lk->laddr_hi = cpu_to_le32(page->lbase >> 32); in pciefd_alloc_tx_msg()
540 lk->laddr_hi = 0; in pciefd_alloc_tx_msg()
/kernel/linux/linux-6.6/drivers/net/can/peak_canfd/
H A Dpeak_pciefd_main.c511 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()
/kernel/linux/linux-5.10/drivers/clk/ti/
H A Dclock.h97 .lk = { \
151 * @lk: clock lookup definition
155 struct clk_lookup lk; member
161 .lk = { \
H A Dclk.c197 c->lk.clk = clk; in ti_dt_clocks_register()
198 clkdev_add(&c->lk); in ti_dt_clocks_register()
/kernel/linux/linux-6.6/drivers/clk/ti/
H A Dclock.h89 .lk = { \
143 * @lk: clock lookup definition
147 struct clk_lookup lk; member
153 .lk = { \
H A Dclk.c230 c->lk.clk = clk; in ti_dt_clocks_register()
231 clkdev_add(&c->lk); in ti_dt_clocks_register()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dclock.h22 struct clk_lookup lk; member
28 .lk = { \
H A Dclock_data.c794 if (c->lk.clk_hw->init) { /* NULL if provider already registered */ in omap1_clk_init()
795 const struct clk_init_data *init = c->lk.clk_hw->init; in omap1_clk_init()
796 const char *name = c->lk.clk_hw->init->name; in omap1_clk_init()
799 err = clk_hw_register(NULL, c->lk.clk_hw); in omap1_clk_init()
803 c->lk.clk_hw->init = init; in omap1_clk_init()
808 clk_hw_register_clkdev(c->lk.clk_hw, c->lk.con_id, c->lk.dev_id); in omap1_clk_init()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dclock.h23 struct clk_lookup lk; member
29 .lk = { \
H A Dclock_data.c787 clk_preinit(c->lk.clk); in omap1_clk_init()
803 clkdev_add(&c->lk); in omap1_clk_init()
804 clk_register(c->lk.clk); in omap1_clk_init()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dchmc.c81 int lk; member
508 lower_bits |= bp->lk; /* What bits don't matter for matching? */ in chmc_bank_match()
640 bp->lk = (val & MEM_DECODE_LK) >> MEM_DECODE_LK_SHIFT; in chmc_interpret_one_decode_reg()
647 switch(bp->lk) { in chmc_interpret_one_decode_reg()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dchmc.c82 int lk; member
509 lower_bits |= bp->lk; /* What bits don't matter for matching? */ in chmc_bank_match()
641 bp->lk = (val & MEM_DECODE_LK) >> MEM_DECODE_LK_SHIFT; in chmc_interpret_one_decode_reg()
648 switch(bp->lk) { in chmc_interpret_one_decode_reg()
/kernel/linux/linux-6.6/crypto/
H A Dserpent_generic.c275 __le32 *lk; in __serpent_setkey() local
287 lk = (__le32 *)k; in __serpent_setkey()
288 k[0] = le32_to_cpu(lk[0]); in __serpent_setkey()
289 k[1] = le32_to_cpu(lk[1]); in __serpent_setkey()
290 k[2] = le32_to_cpu(lk[2]); in __serpent_setkey()
291 k[3] = le32_to_cpu(lk[3]); in __serpent_setkey()
292 k[4] = le32_to_cpu(lk[4]); in __serpent_setkey()
293 k[5] = le32_to_cpu(lk[5]); in __serpent_setkey()
294 k[6] = le32_to_cpu(lk[6]); in __serpent_setkey()
295 k[7] = le32_to_cpu(lk[ in __serpent_setkey()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfuse.h682 struct fuse_file_lock lk; member
688 struct fuse_file_lock lk; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfuse.h842 struct fuse_file_lock lk; member
848 struct fuse_file_lock lk; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfuse.h335 struct fuse_file_lock lk; member
340 struct fuse_file_lock lk; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfuse.h335 struct fuse_file_lock lk; member
340 struct fuse_file_lock lk; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfuse.h309 struct fuse_file_lock lk; member
314 struct fuse_file_lock lk; member
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/
H A Diforce-ff.c129 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier()
148 data[3] = (100 * lk) >> 15; /* This code is incorrect on cpus lacking arith shift */ in make_condition_modifier()
127 make_condition_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) make_condition_modifier() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router_hw.c217 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()
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/
H A Diforce-ff.c129 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier()
148 data[3] = (100 * lk) >> 15; /* This code is incorrect on cpus lacking arith shift */ in make_condition_modifier()
127 make_condition_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) make_condition_modifier() argument
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dppc-opc.c2345 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1))
2349 #define BD8(op, aa, lk) (((((unsigned long)(op)) & 0x3f) << 10) | (((aa) & 1) << 9) | (((lk) & 1) << 8))
2366 #define BD15(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 0xf) << 22) | ((lk) & 1))
2370 #define EBD15(op, aa, bo, lk) (((op) & 0x3f) << 26) | (((aa) & 0xf) << 22) | (((bo) & 0x3) << 20) | ((lk) & 1)
2374 #define EBD15BI(op, aa, bo, bi, lk) (((op) & 0x3f) << 26) \
2378 | ((lk)
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dppc-opc.c2345 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1))
2349 #define BD8(op, aa, lk) (((((unsigned long)(op)) & 0x3f) << 10) | (((aa) & 1) << 9) | (((lk) & 1) << 8))
2366 #define BD15(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 0xf) << 22) | ((lk) & 1))
2370 #define EBD15(op, aa, bo, lk) (((op) & 0x3f) << 26) | (((aa) & 0xf) << 22) | (((bo) & 0x3) << 20) | ((lk) & 1)
2374 #define EBD15BI(op, aa, bo, bi, lk) (((op) & 0x3f) << 26) \
2378 | ((lk)
[all...]

Completed in 33 milliseconds

12