Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
A Dlkkbd.c385 lk->phys, lk->name); in lkkbd_detection_done()
397 lk->phys); in lkkbd_detection_done()
409 lk->id[2], lk->phys); in lkkbd_detection_done()
416 if (lk->id[2] == LK_STUCK_KEY && lk->id[3] != 0) in lkkbd_detection_done()
419 lk->id[3], lk->keycode[lk->id[3]]); in lkkbd_detection_done()
438 lk->id[LK_NUM_IGNORE_BYTES - lk->ignore_bytes--] = data; in lkkbd_interrupt()
594 serio_write(lk->serio, volume_to_hw(lk->bell_volume)); in lkkbd_reinit()
627 memcpy(lk->keycode, lkkbd_keycode, sizeof(lk->keycode)); in lkkbd_connect()
629 strlcpy(lk->name, "DEC LK keyboard", sizeof(lk->name)); in lkkbd_connect()
679 kfree(lk); in lkkbd_connect()
[all …]
/linux/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/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/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/drivers/clk/ti/
A Dclock.h97 .lk = { \
155 struct clk_lookup lk; member
161 .lk = { \
A Dclk.c194 c->lk.clk = clk; in ti_dt_clocks_register()
195 clkdev_add(&c->lk); in ti_dt_clocks_register()
/linux/arch/arm/mach-omap1/
A Dclock.h23 struct clk_lookup lk; member
29 .lk = { \
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()
/linux/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/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/include/uapi/linux/
A Dfuse.h725 struct fuse_file_lock lk; member
731 struct fuse_file_lock lk; member
/linux/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/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/fs/fuse/
A Dfile.c2468 inarg->lk.start = fl->fl_start; in fuse_lk_fill()
2469 inarg->lk.end = fl->fl_end; in fuse_lk_fill()
2470 inarg->lk.type = fl->fl_type; in fuse_lk_fill()
2471 inarg->lk.pid = pid; in fuse_lk_fill()
2496 err = convert_fuse_file_lock(fm->fc, &outarg.lk, fl); in fuse_getlk()
/linux/Documentation/hwmon/
A Dadm9240.rst40 - Grant Coady <gcoady.lk@gmail.com> with guidance

Completed in 43 milliseconds