Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/keyboard/
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->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 …]
/Linux-v5.4/Documentation/scsi/
Dscsi-generic.txt20 There are three major versions of sg found in the linux kernel (lk):
21 - sg version 1 (original) from 1992 to early 1999 (lk 2.2.5) .
23 - sg version 2 from lk 2.2.6 in the 2.2 series. It is based on
25 - sg version 3 found in the lk 2.4 series (and the lk 2.5 series).
34 This describes the sg version 3 driver found in the lk 2.4 series.
39 Documentation for the version 2 sg driver found in the lk 2.2 series can
43 The original documentation for the sg driver (prior to lk 2.2.6) can be
60 - sg3_utils for the sg version 3 driver found in lk 2.4
61 - sg_utils for the sg version 2 (and original) driver found in lk 2.2
63 Both packages will work in the lk 2.4 series however sg3_utils offers more
[all …]
Dscsi.txt4 the SCSI subsystem in the Linux kernel (lk) 2.4 series. See:
Dscsi_mid_low_api.txt49 describing the SCSI subsystem in the lk 2.4 series. Two upper level
76 available. The older one, similar to what was found in the lk 2.4 series,
1242 Changes since lk 2.4 series
/Linux-v5.4/drivers/net/can/peak_canfd/
Dpeak_pciefd_main.c515 struct pciefd_tx_link *lk; in pciefd_alloc_tx_msg() local
528 lk = page->vbase + page->offset; in pciefd_alloc_tx_msg()
536 lk->size = cpu_to_le16(sizeof(*lk)); in pciefd_alloc_tx_msg()
537 lk->type = cpu_to_le16(CANFD_MSG_LNK_TX); in pciefd_alloc_tx_msg()
538 lk->laddr_lo = cpu_to_le32(page->lbase); in pciefd_alloc_tx_msg()
541 lk->laddr_hi = cpu_to_le32(page->lbase >> 32); in pciefd_alloc_tx_msg()
543 lk->laddr_hi = 0; in pciefd_alloc_tx_msg()
/Linux-v5.4/tools/memory-model/
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-v5.4/drivers/clk/ti/
Dclock.h95 .lk = { \
153 struct clk_lookup lk; member
159 .lk = { \
Dclk.c192 c->lk.clk = clk; in ti_dt_clocks_register()
193 clkdev_add(&c->lk); in ti_dt_clocks_register()
/Linux-v5.4/arch/arm/mach-omap1/
Dclock.h23 struct clk_lookup lk; member
29 .lk = { \
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-v5.4/arch/sparc/kernel/
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-v5.4/include/uapi/linux/
Dfuse.h668 struct fuse_file_lock lk; member
674 struct fuse_file_lock lk; member
/Linux-v5.4/drivers/input/joystick/iforce/
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-v5.4/arch/powerpc/xmon/
Dppc-opc.c2342 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) argument
2346 #define BD8(op, aa, lk) (((((unsigned long)(op)) & 0x3f) << 10) | (((aa) & 1) << 9) | (((lk) & 1) <… argument
2363 #define BD15(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 0xf) << 22) | ((lk) & 1)) argument
2367 #define EBD15(op, aa, bo, lk) (((op) & 0x3f) << 26) | (((aa) & 0xf) << 22) | (((bo) & 0x3) << 20) |… argument
2371 #define EBD15BI(op, aa, bo, bi, lk) (((op) & 0x3f) << 26) \ argument
2375 | ((lk) & 1)
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
2398 (BBO ((op), (bo), (aa), (lk)) | ((((unsigned long)(cb)) & 0x3) << 16))
[all …]
/Linux-v5.4/Documentation/hwmon/
Dadm9240.rst40 - Grant Coady <gcoady.lk@gmail.com> with guidance
/Linux-v5.4/fs/fuse/
Dfile.c2344 inarg->lk.start = fl->fl_start; in fuse_lk_fill()
2345 inarg->lk.end = fl->fl_end; in fuse_lk_fill()
2346 inarg->lk.type = fl->fl_type; in fuse_lk_fill()
2347 inarg->lk.pid = pid; in fuse_lk_fill()
2372 err = convert_fuse_file_lock(fc, &outarg.lk, fl); in fuse_getlk()