Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/keyboard/
Dlkkbd.c360 static void lkkbd_detection_done(struct lkkbd *lk) in lkkbd_detection_done() argument
367 lk->keycode[0xb1] = KEY_COMPOSE; in lkkbd_detection_done()
372 switch (lk->id[4]) { in lkkbd_detection_done()
374 strlcpy(lk->name, "DEC LK201 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
377 lk->keycode[0xb1] = KEY_LEFTALT; in lkkbd_detection_done()
381 strlcpy(lk->name, "DEC LK401 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
385 strlcpy(lk->name, "Unknown DEC keyboard", sizeof(lk->name)); in lkkbd_detection_done()
388 "Jan-Benedict Glaw <jbglaw@lug-owl.de>\n", lk->phys); in lkkbd_detection_done()
391 printk(" 0x%02x", lk->id[i]); in lkkbd_detection_done()
397 lk->phys, lk->name); in lkkbd_detection_done()
[all …]
/Linux-v4.19/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,
1244 Changes since lk 2.4 series
/Linux-v4.19/drivers/net/can/peak_canfd/
Dpeak_pciefd_main.c523 struct pciefd_tx_link *lk; in pciefd_alloc_tx_msg() local
536 lk = page->vbase + page->offset; in pciefd_alloc_tx_msg()
544 lk->size = cpu_to_le16(sizeof(*lk)); in pciefd_alloc_tx_msg()
545 lk->type = cpu_to_le16(CANFD_MSG_LNK_TX); in pciefd_alloc_tx_msg()
546 lk->laddr_lo = cpu_to_le32(page->lbase); in pciefd_alloc_tx_msg()
549 lk->laddr_hi = cpu_to_le32(page->lbase >> 32); in pciefd_alloc_tx_msg()
551 lk->laddr_hi = 0; in pciefd_alloc_tx_msg()
/Linux-v4.19/tools/memory-model/
Dlock.cat47 let lk-rmw = ([LKR] ; po-loc ; [LKW]) \ (po ; po)
48 let rmw = rmw | lk-rmw
51 flag ~empty LKW \ range(lk-rmw) as unpaired-LKW
52 flag ~empty LKR \ domain(lk-rmw) as unpaired-LKR
138 let rf = rf | ([IW | UL] ; singlestep(co) ; lk-rmw^-1)
/Linux-v4.19/drivers/clk/ti/
Dclock.h86 .lk = { \
144 struct clk_lookup lk; member
150 .lk = { \
Dclk.c182 c->lk.clk = clk; in ti_dt_clocks_register()
183 clkdev_add(&c->lk); in ti_dt_clocks_register()
/Linux-v4.19/arch/arm/mach-omap1/
Dclock.h26 struct clk_lookup lk; member
32 .lk = { \
Dclock_data.c790 clk_preinit(c->lk.clk); in omap1_clk_init()
806 clkdev_add(&c->lk); in omap1_clk_init()
807 clk_register(c->lk.clk); in omap1_clk_init()
/Linux-v4.19/arch/sparc/kernel/
Dchmc.c80 int lk; member
507 lower_bits |= bp->lk; /* What bits don't matter for matching? */ in chmc_bank_match()
639 bp->lk = (val & MEM_DECODE_LK) >> MEM_DECODE_LK_SHIFT; in chmc_interpret_one_decode_reg()
646 switch(bp->lk) { in chmc_interpret_one_decode_reg()
/Linux-v4.19/include/uapi/linux/
Dfuse.h580 struct fuse_file_lock lk; member
586 struct fuse_file_lock lk; member
/Linux-v4.19/drivers/input/joystick/iforce/
Diforce-ff.c144 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier() argument
163 data[3] = (100 * lk) >> 15; /* This code is incorrect on cpus lacking arith shift */ in make_condition_modifier()
/Linux-v4.19/arch/powerpc/xmon/
Dppc-opc.c2354 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) argument
2358 #define BD8(op, aa, lk) (((((unsigned long)(op)) & 0x3f) << 10) | (((aa) & 1) << 9) | (((lk) & 1) <… argument
2375 #define BD15(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 0xf) << 22) | ((lk) & 1)) argument
2379 #define EBD15(op, aa, bo, lk) (((op) & 0x3f) << 26) | (((aa) & 0xf) << 22) | (((bo) & 0x3) << 20) |… argument
2383 #define EBD15BI(op, aa, bo, bi, lk) (((op) & 0x3f) << 26) \ argument
2387 | ((lk) & 1)
2391 #define BD24(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 25) | ((lk) & 1)) argument
2395 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21)) argument
2409 #define BBOCB(op, bo, cb, aa, lk) \ argument
2410 (BBO ((op), (bo), (aa), (lk)) | ((((unsigned long)(cb)) & 0x3) << 16))
[all …]
/Linux-v4.19/Documentation/hwmon/
Dadm924027 Grant Coady <gcoady.lk@gmail.com> with guidance
/Linux-v4.19/fs/fuse/
Dfile.c2141 inarg->lk.start = fl->fl_start; in fuse_lk_fill()
2142 inarg->lk.end = fl->fl_end; in fuse_lk_fill()
2143 inarg->lk.type = fl->fl_type; in fuse_lk_fill()
2144 inarg->lk.pid = pid; in fuse_lk_fill()
2169 err = convert_fuse_file_lock(fc, &outarg.lk, fl); in fuse_getlk()