Home
last modified time | relevance | path

Searched refs:lk (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/drivers/input/keyboard/
A Dlkkbd.c382 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()
624 memcpy(lk->keycode, lkkbd_keycode, sizeof(lk->keycode)); in lkkbd_connect()
626 strscpy(lk->name, "DEC LK keyboard", sizeof(lk->name)); in lkkbd_connect()
676 kfree(lk); in lkkbd_connect()
[all …]
/linux-6.3-rc2/Documentation/scsi/
A Dscsi-generic.rst30 - sg version 3 found in the lk 2.4 series (and the lk 2.5 series).
89 - lk 2.4.0 : sg version 3.1.17
90 - lk 2.4.7 : sg version 3.1.19
92 - lk 2.4.17 : sg version 3.1.22
101 - lk 2.2.6 : sg version 2.1.31
102 - lk 2.2.8 : sg version 2.1.32
104 - lk 2.2.14 : sg version 2.1.36
105 - lk 2.2.16 : sg version 2.1.38
106 - lk 2.2.17 : sg version 2.1.39
107 - lk 2.2.20 : sg version 2.1.40
[all …]
A Dscsi.rst8 the SCSI subsystem in the Linux kernel (lk) 2.4 series. See:
A Dscsi_mid_low_api.rst51 describing the SCSI subsystem in the lk 2.4 series. Two upper level
78 available. The older one, similar to what was found in the lk 2.4 series,
1263 Changes since lk 2.4 series
/linux-6.3-rc2/drivers/net/can/peak_canfd/
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()
/linux-6.3-rc2/tools/memory-model/
A Dlock.cat44 let lk-rmw = ([LKR] ; po-loc ; [LKW]) \ (po ; po)
45 let rmw = rmw | lk-rmw
48 flag ~empty LKW \ range(lk-rmw) as unpaired-LKW
49 flag ~empty LKR \ domain(lk-rmw) as unpaired-LKR
135 let rf = rf | ([IW | UL] ; singlestep(co) ; lk-rmw^-1)
/linux-6.3-rc2/arch/arm/mach-omap1/
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()
A Dclock.h22 struct clk_lookup lk; member
28 .lk = { \
/linux-6.3-rc2/drivers/clk/ti/
A Dclock.h89 .lk = { \
147 struct clk_lookup lk; member
153 .lk = { \
A Dclk.c230 c->lk.clk = clk; in ti_dt_clocks_register()
231 clkdev_add(&c->lk); in ti_dt_clocks_register()
/linux-6.3-rc2/crypto/
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[7]); in __serpent_setkey()
/linux-6.3-rc2/arch/sparc/kernel/
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()
/linux-6.3-rc2/include/uapi/linux/
A Dfuse.h779 struct fuse_file_lock lk; member
785 struct fuse_file_lock lk; member
/linux-6.3-rc2/drivers/input/joystick/iforce/
A Diforce-ff.c129 __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()
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/
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()
/linux-6.3-rc2/arch/powerpc/xmon/
A Dppc-opc.c2342 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) argument
2363 #define BD15(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 0xf) << 22) | ((lk) & 1)) argument
2379 #define BD24(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 25) | ((lk) & 1)) argument
2383 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21)) argument
2397 #define BBOCB(op, bo, cb, aa, lk) \ argument
2411 #define C_LK(x, lk) (((((unsigned long)(x)) & 0x7fff) << 1) | ((lk) & 1)) argument
2494 #define SC(op, sa, lk) (OP (op) | ((((unsigned long)(sa)) & 1) << 1) | ((lk) & 1)) argument
2784 #define XLLK(op, xop, lk) (XL ((op), (xop)) | ((lk) & 1)) argument
2793 #define XLO(op, bo, xop, lk) \ argument
2799 #define XLYLK(op, xop, y, lk) (XLLK ((op), (xop), (lk)) | ((((unsigned long)(y)) & 1) << 21)) argument
[all …]
/linux-6.3-rc2/Documentation/hwmon/
A Dadm9240.rst40 - Grant Coady <gcoady.lk@gmail.com> with guidance
/linux-6.3-rc2/fs/fuse/
A Dfile.c2573 inarg->lk.start = fl->fl_start; in fuse_lk_fill()
2574 inarg->lk.end = fl->fl_end; in fuse_lk_fill()
2575 inarg->lk.type = fl->fl_type; in fuse_lk_fill()
2576 inarg->lk.pid = pid; in fuse_lk_fill()
2601 err = convert_fuse_file_lock(fm->fc, &outarg.lk, fl); in fuse_getlk()

Completed in 87 milliseconds